LEADNAUT

Mission Leads Connect Console

Connect your agent to B2B people and company data.

Choose your coding agent, copy one setup prompt, and approve the secure browser sign-in. Your agent follows the live instructions and verifies the Mission Leads tools.

Simple pricing

Your plan and record access

Free Forever

$0

  • Search, filter, count, sort, and safe previews remain free.
  • Previously unlocked records remain available during their 90-day access window.
  • Trial credits do not renew, expire, or receive top-ups.

Unlimited

$397 / month

  • Complete promoted B2B people and company records.
  • Promoted local-business data joins the plan when released.
  • REST, MCP, lists, and CSV access within technical and fair-use limits.
  • Future variable-cost enrichment is not included.
What does one complete-record credit unlock?

One credit unlocks one successful canonical person, company, or eligible local-business location already included in Unlimited. Email and phone are included when present, but neither is guaranteed.

A person includes eligible company or location context at no extra charge. A company or location does not unlock its people, and each additional person is a separate record. The unlocked record can be read or exported again for 90 days without another credit.

Connect an agent

Hosted MCP

Let your agent set it up

Set up Mission Leads in Codex. Follow https://app.missionleads.io/auth.md to use the verified device sign-in, then follow https://app.missionleads.io/agent-quickstart.md to configure hosted MCP. Do not ask me to copy or paste an API key; collect it from the device flow and store it securely yourself.
Server
https://app.missionleads.io/api/mcp
Auth
Verified device sign-in
Status
Not connected until the tool test passes
ManualCreate or paste a key, configure raw MCP/REST, and test requests yourself.

Manual API key

Verified account

Sign in by email before creating or replacing a manual API key.

Replacing a key revokes the prior self-service key. The browser stores a pasted or newly created manual key only on this device.

Local-business API paused

Playground results

Local-business search is paused. Connect through MCP or use the documented B2B REST routes.

REST example

curl -s https://app.missionleads.io/api/v1/b2b/companies/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"industries":["Software"],"country_codes":["US"],"limit":5}'

Cursor config · ~/.cursor/mcp.json

{
  "mcpServers": {
    "mission-leads": {
      "url": "https://app.missionleads.io/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Manual setup only. Merge mission-leads into the existing file; never replace other MCP servers.

Example task

Use Mission Leads.

Find founders at US software companies with available work email, show 10, then save the matches to a list named "US Software Founders". Do not reveal contact values until I ask.

If you hit a rate limit, wait according to retry_after_seconds or tell me the retry_after_seconds value.