streamable-httpupdated 20d ago
Verified B2B contact data for AI agents. Search, count, preview, reveal, export, and build saved lists across 600M+ business contacts โ directly from Claude, ChatGPT, Cursor, and any MCP client.
What can you do with Argorant?
Argorant MCP
Verified B2B contact data for AI agents. Search, count, preview, reveal, export, and build saved lists across 600M+ business contacts โ directly from Claude, ChatGPT, Cursor, and any MCP client.
- MCP endpoint:
https://mcp.argorant.com/mcp - Transport: Streamable HTTP ยท Auth: OAuth 2.1 (Dynamic Client Registration, account-scoped)
- Website: https://argorant.com ยท Privacy: https://argorant.com/privacy ยท Terms: https://argorant.com/terms
This is a hosted remote connector โ no install, no API key paste. Clients connect to the endpoint and authenticate via OAuth. A standalone CLI also exists (npx argorant) for terminal/script use.
Connect
Claude (claude.ai / Desktop): Settings โ Connectors โ Add custom connector โ URL https://mcp.argorant.com/mcp โ complete the OAuth login.
ChatGPT (Developer Mode): Settings โ Apps & Connectors โ Advanced โ enable Developer Mode โ Connectors โ Create โ URL https://mcp.argorant.com/mcp. The search + fetch tools make it usable as a Deep Research connector.
Cursor / other MCP clients: add the remote server from mcp.json:
{
"mcpServers": {
"argorant": {
"url": "https://mcp.argorant.com/mcp"
}
}
}
Tools
Free (no credits, masked/aggregate only):
| Tool | What it does |
|---|---|
search / fetch |
ChatGPT-style coverage search + safe summary (masked previews, counts) |
argorant_account |
Connected account, scopes, limits |
argorant_count_people |
Count matching contacts by role, seniority, dept, industry, geo |
argorant_preview_people |
Masked preview rows (initials, role, company, location) |
Consume credits (require OAuth scope + permission; verification is live at this step and only valid/deliverable contacts are billed):
| Tool | What it does |
|---|---|
argorant_reveal_people |
Reveal real emails, phones, profile URLs for a small set |
argorant_create_export / argorant_export_list |
Async CSV export (large lists) |
argorant_create_list / argorant_list_status |
Build & inspect reusable saved lists |
argorant_export_status / argorant_export_batch_status / argorant_download_export_preview |
Track & fetch exports |
Tools are annotated with read-only vs. action hints. Reveal/export/list actions only run after OAuth, scope, permission, quota, and plan checks; without credits they are blocked by design.
Data & privacy posture
- OAuth + account-scoped. Unauthenticated requests to
/mcpreturn401withWWW-Authenticatepointing at protected-resource metadata. - Masked by default.
search/fetch/previewnever return raw emails, phones, or profile URLs โ only aggregate coverage and masked rows. Raw contact details require the scoped reveal/export tools and consume credits. - Verification is live. Emails are verified at reveal/export time; you are billed only for deliverable contacts. Raw verification status is never exposed as a queryable field.
- Hosts are separated:
argorant.com(marketing/docs),app.argorant.com(signed-in app),mcp.argorant.com(remote MCP + OAuth).
OAuth discovery
https://mcp.argorant.com/.well-known/oauth-protected-resource
https://mcp.argorant.com/.well-known/oauth-authorization-server
Dynamic Client Registration is supported at /register (grant types: authorization_code, refresh_token).
Documentation
- Overview: https://argorant.com/docs/mcp/overview
- Connect guide: https://argorant.com/docs/mcp/connect
- Tool reference: https://argorant.com/docs/mcp/tools
- Claude setup: https://argorant.com/docs/mcp/claude ยท ChatGPT setup: https://argorant.com/docs/mcp/openai
- Security: https://argorant.com/docs/mcp/security
- CLI: https://argorant.com/docs/cli
Registry metadata
mcp.jsonโ Open Plugins / Cursor remote-server declaration.server.jsonโ official MCP Registry entry (io.github.argorant/argorant-mcp, remote streamable-http).
Install
Add Argorant to your client. Pick the one you use.
claude mcp add --transport http argorant https://mcp.argorant.com/mcpcodex mcp add argorant --url https://mcp.argorant.com/mcp{
"mcpServers": {
"argorant": {
"url": "https://mcp.argorant.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"argorant": {
"type": "http",
"url": "https://mcp.argorant.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"argorant": {
"url": "https://mcp.argorant.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"argorant": {
"serverUrl": "https://mcp.argorant.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
Argorant exposes 4 tools to a connected agent.
- argorant_account
- Connected account, scopes, limits
- argorant_count_people
- Count matching contacts by role, seniority, dept, industry, geo
- argorant_preview_people
- Masked preview rows (initials, role, company, location)
- argorant_reveal_people
- Reveal real emails, phones, profile URLs for a small set
Score
68 / 100
Good
- Documentation25/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 24, 2026 |
| 1.0.0 | Aug 24, 2026 |