ConvertFleet

ConvertFleet MCP documentation

One endpoint that gives any AI agent live web data: local business leads, contact details, ad intelligence, search results and page content, social posts, product catalogues, YouTube data and transcripts, email validation and media links.

Endpoint
https://convertfleet.online/mcp

Streamable HTTP (JSON-RPC 2.0) · MCP spec 2025-06-18 · auth Authorization: Bearer <token> or OAuth 2.1 · 22 tools + 5 helpers.

Start here

What an agent gets on connect

The server answers initialize with usage instructions that most clients place directly in the model's system prompt, so a connected agent already knows what the tools are for, that slow runs return a job handle to poll, and which errors must not be retried. It also publishes:

Tool categories

Your first call

curl -sN https://convertfleet.online/mcp \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Create a token in your dashboard → MCP / Agents. Scoped cfm- tokens are limited to the exact tools you tick; your account sk- key also works.

Built for agents, not just humans. Everything on this site is also available as Markdown at /mcp/docs.md, as JSON at /mcp/manifest.json, and in-band through the convertfleet_guide tool.