Hosted MCP Connector

Give Claude or ChatGPT a direct line into your outreach.

Connect your AI assistant to Flowkon in four clicks. It can check campaign performance, read your LinkedIn inbox, draft follow-ups and brief you on any prospect — without you opening the dashboard.

https://mcp.flowkon.io/mcp Copied!
See how it works
Claude
Sonnet 3.7
Check activity Find an email Pause a campaign Campaign stats
Reply to Claude...
How it works

Connect in four clicks

No API key to copy, no server to run. Sign in once with OAuth, pick a workspace, and your assistant is live.

1

Open Connectors

In Claude, ChatGPT, or your MCP client's own connector settings.

2

Add the Flowkon connector

Paste the hosted URL below. No client ID needed.

https://mcp.flowkon.io/mcp
3

Sign in on Flowkon's page

A hosted login screen asks for your email, password and 2FA - never typed into the chat itself.

4

Start working your campaigns

54 tools, 5 live resources and 4 guided prompts are ready in your next message.

What's exposed

Full context on every campaign, prospect and conversation

The connector reaches the same data your team sees in Flowkon - nothing separate to maintain.

Campaigns & sequences

Read live performance for any campaign - requests sent, acceptance rate, replies, bounces - and ask which sequence is outperforming the rest without opening a dashboard.

Read + query

Leads & prospects

Full prospect profile, enrichment data and campaign history, so your assistant briefs you with real context before every conversation.

LinkedIn inbox

Every conversation thread, searchable in plain language. "What did Sarah say about pricing?" is now a question your AI can answer.

Lead enrichment

Trigger enrichment on any prospect and pull back verified email, title and company data on request.

Analytics & reporting

Reply rate, connection acceptance, and campaign-over-campaign trends, queryable in plain language instead of a saved report - "how did last week compare to the week before?"

Dashboard data

Team & workspace

See who owns which campaign, check seat roles, and share read-only summaries with viewers on the team.

Who it's for

Built for sales teams, agencies and founders

However your team works with AI today, the connector gives it real outreach context.

Sales teams & BDRs using Claude or ChatGPT

Ask your assistant to check who replied overnight, draft a follow-up, or brief you before a call - right from a chat window.

Agencies managing client outreach

Pull performance summaries for any client workspace on demand, or self-host the connector to script campaign data into your own tools.

Founders & builders

Build your own agent on the same 54 tools, or self-host the stdio server locally if you need it running on your own infrastructure.

For developers

Prefer to self-host, or call the endpoint directly?

The hosted connector covers most day-to-day work. For anything custom, run the same server yourself or call its endpoint directly.

claude_desktop_config.json
// Local stdio MCP server (Claude Desktop / Claude Code)
// Run `flowkon-mcp-login` once first - opens a local browser
// login (handles 2FA); flowkon-mcp reuses that saved session.
{
  "mcpServers": {
    "flowkon": {
      "command": "/path/to/uv",
      "args": ["run", "--directory", "/path/to/flowkon-mcp", "flowkon-mcp"],
      "env": {
        "FLOWKON_BASE_URL": "https://api.flowkon.io"
      }
    }
  }
}
Deployed streamable-http endpoint
// Health check
GET https://mcp.flowkon.io/health
// → { "status": "ok" }

// MCP endpoint - used by Claude's/ChatGPT's connector
// after you complete the hosted OAuth 2.1 login
POST https://mcp.flowkon.io/mcp
A sample of the 54 available tools
flowkon_get_leads             flowkon_linkedin_search
flowkon_create_lead_search    flowkon_find_email
flowkon_create_campaign       flowkon_get_campaign_stats
flowkon_add_campaign_prospects flowkon_build_campaign_flow
flowkon_update_campaign_status flowkon_get_campaign_activity
flowkon_get_conversations     flowkon_send_message
flowkon_get_workspace_members flowkon_get_tags
flowkon_get_integrations      flowkon_get_booking_stats
...and 38 more

Frequently Asked Questions

What is the Flowkon MCP connector?

How do I connect it?

Which AI assistants work with it?

What can my AI actually do with it?

What stops it from doing something I didn't ask for?

How is authentication handled?

Is my data secure?

Can I self-host it instead of using the hosted connector?