API · MCP

Generate B2B sales lists from AI — API & MCP

bacotto is a B2B sales-list tool for Japan with both a REST API and an authenticated MCP server. AI assistants and agents can generate contact-rich sales lists programmatically — address, phone, email, website, Instagram, LINE and Google Maps URL.

REST API

One endpoint. Send an industry and an area, get a sales list back.

curl -X POST https://bacotto.com/api/v1/lists \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{"industry":"hair salon","area":"Shinjuku","limit":30}'

MCP server (for AI clients)

Connect bacotto to an MCP client like Claude Desktop and the AI can call the tools itself — just ask it to build a list.

URL : https://bacotto.com/api/mcp
Auth: Authorization: Bearer <API_KEY>

tools:
  - generate_sales_list(industry, area, limit?)
  - get_account()

What you can do

  • Generate a sales list by industry × area from code or from an AI chat
  • Let an AI agent run research → list → outreach copy end to end
  • Pull lists into your own SFA/CRM or spreadsheets on a schedule

Get an API key

Create a key in the dashboard under Account → "API キー & MCP". The same key works for both REST and MCP.

The API and MCP use your normal plan quota. The Free plan covers 20 leads/month, no credit card required.