Fyonta ships a remote MCP server alongside the REST API. Point Claude, ChatGPT, Cursor, or any MCP-compatible agent at it with your API key, and it can search contacts and run live enrichment directly — structured JSON in, structured JSON out.
Sign up free and subscribe, or use an existing key from your dashboard.
Point your agent's MCP config at https://api.fyonta.com/mcp with your key as a header.
Your agent now has 7 tools for contact search and enrichment, no custom wrapper required.
// mcp client config { "fyonta": { "url": "https://api.fyonta.com/mcp", "headers": { "X-API-Key": "$FYONTA_KEY" } } }
Every tool call is authenticated, rate-limited, and logged exactly like a REST request — because under the hood, it is one.
search_leadsSearch Fyonta's owned contact database by industry, seniority, geography, and ICP score.
enrich_email_searchFind a work email from a LinkedIn URL or company + name.
enrich_phone_searchFind a direct or mobile phone number.
enrich_reverse_email_lookupIdentify the person and title behind an email address.
enrich_domain_searchList contacts at a company, filterable by title.
enrich_contact_finderMulti-filter prospecting: title, geography, industry, size, revenue.
enrich_company_finderSearch companies by industry, services, size, and location.
No. It's included on every plan, using the same key and rate limits as the REST API.
Anything that speaks MCP over Streamable HTTP — Claude, Cursor, and any custom agent built on the MCP SDK.
Yes — same key, same usage pool, no need to choose one.