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.
Mission Leads Connect Console
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
Free Forever
$0
Unlimited
$397 / month
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.
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.Replacing a key revokes the prior self-service key. The browser stores a pasted or newly created manual key only on this device.
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}'{
"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.
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.