Plug into anything that builds outbound.
Connect Oppora to your AI agents and automation stack. Same API key works in REST and MCP — give your tools access to verified emails, phone numbers, company data, and AI-scored leads.
Works with the tools you already use
What you can build
Four flows our customers ship the day they connect — paste a prompt into Claude, or wire one HTTP node into n8n. Both surfaces charge the same credits.
Claude agent that finds + emails decision-makers
Tell Claude "find 10 VP-Sales at fintech Series-B companies and draft intros." It calls discover_companies + discover_people + email_search via MCP, then writes the messages.
Enrich a Clay table with verified emails + funding
Drop our HTTP API column into any Clay table. Per row: discover the company, find the right person, verify the email, append funding signals. No glue code.
n8n workflow that scores leads against your ICP overnight
Trigger nightly: pull yesterday's new signups, run them through score_leads, push the qualified ones to your CRM. All inside n8n, one Header Auth credential.
ChatGPT custom GPT for outbound prospecting
Enable Oppora as a Custom App in ChatGPT Developer Mode. Your team asks the GPT for prospects — it finds, verifies, and lists them with one-click "add to list".
Two ways in. Same key.
REST API for any HTTP client. MCP for AI agents that pick their own tools. Use one or both — credits are shared, no separate developer tier.
Call from anything that speaks HTTP
- 17 endpoints — discover, enrich, find emails, verify, phone
- Bulk async jobs for 5,000-row workloads
- OpenAPI 3.1 spec, try-it-out reference
curl https://api.oppora.ai/api/v1/public/email/search \
-H "Authorization: Bearer opp_live_..." \
-d '{"first_name":"Alice","last_name":"Chen","domain":"stripe.com"}'Drop into Claude, ChatGPT, Cursor, Claude Code
- 51 tools — discovery, AI scoring, workflows, async tasks
- Streamable HTTP transport, single URL config
- Same opp_live_… key as the REST API
https://api.oppora.ai/mcp?api_key=opp_live_... // the agent picks tools by name: discover_companies, discover_people, email_search, phone_search, enrich_companies, score_leads, ...
Setup guides
Pick your platform — each guide has copy-pasteable URL, body, and 5 ready-to-use recipes covering the most-asked flows.
Start building in under a minute.
Sign up, grab your opp_live_… key, and call the API or wire MCP into your AI client. Same credits, one billing.