← All products
MCP /api/mcp/mcp

Company data, native to AI agents

Refflux ships a remote MCP server, so agents in Claude, Cursor, or any MCP client can resolve the company behind a domain mid-task - no glue code, no custom tool wiring.

MCPapi.refflux.dev/api/mcp/mcp
Request
{ "mcpServers": { "refflux": {
  "url": "https://refflux.dev/api/mcp/mcp",
  "headers": { "Authorization": "Bearer sk_…" }
}}}
Response
tools:
  enrich_company(domain) → full profile
  company_logo(domain)   → hosted logo URL

Two tools, zero glue

enrich_company and company_logo are ready the moment you add the server.

Your key, your quota

Authenticate with your API key; usage counts against your plan like any other call.

Live mid-task

Agents resolve who's behind a domain exactly when they need it, reading the current site.

The rest of the API