MCP SERVER

Give your AI agent a contact database, not a scraper

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.

Three steps

01

Get an API key

Sign up free and subscribe, or use an existing key from your dashboard.

02

Add the MCP endpoint

Point your agent's MCP config at https://api.fyonta.com/mcp with your key as a header.

03

Ask it to find someone

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"
    }
  }
}

Seven tools, same data as the REST API

Every tool call is authenticated, rate-limited, and logged exactly like a REST request — because under the hood, it is one.

search_leads

Search Fyonta's owned contact database by industry, seniority, geography, and ICP score.

enrich_email_search

Find a work email from a LinkedIn URL or company + name.

enrich_phone_search

Find a direct or mobile phone number.

enrich_reverse_email_lookup

Identify the person and title behind an email address.

enrich_domain_search

List contacts at a company, filterable by title.

enrich_contact_finder

Multi-filter prospecting: title, geography, industry, size, revenue.

enrich_company_finder

Search companies by industry, services, size, and location.

Common questions

Does MCP access cost extra?

No. It's included on every plan, using the same key and rate limits as the REST API.

Which agents does this work with?

Anything that speaks MCP over Streamable HTTP — Claude, Cursor, and any custom agent built on the MCP SDK.

Can I use both the REST API and MCP at once?

Yes — same key, same usage pool, no need to choose one.

Get your API key