MCP server live at /api/mcp
NexusCold's MCP (Model Context Protocol) server is live at /api/mcp with 8 tools covering the full enrichment pipeline. Claude, Cursor, Cline can drive the pipeline without leaving the chat context. The only MCP that runs full batch enrichment jobs (upload_csv -> enrich 10K -> export), not just single-record lookup.
NexusCold's MCP (Model Context Protocol) server is live at https://nexus.alicelabs.site/api/mcp. The endpoint exposes 8 tools as JSON-RPC 2.0 methods: list_sources, upload_csv, start_enrichment, get_job_status, get_results, export_csv, enrich_single, verify_tax_id.
Claude (Anthropic), Cursor, and Cline can now drive the full NexusCold pipeline from inside the chat context. Example: a sales rep can paste their CSV into Claude and say 'enrich these 500 SaaS companies with verified emails and DUNS numbers' — and Claude calls the MCP tools upload_csv -> start_enrichment -> get_job_status -> get_results -> export_csv in sequence.
Unlike single-record MCP servers from Apollo, Hunter, and Seamless.AI, NexusCold is the only MCP that runs full batch enrichment jobs (upload_csv -> enrich 10K -> export). The MCP server is also verified in the OpenAPI 3.1 spec at /openapi.json for ChatGPT plugin compatibility. Both endpoints return the same 8 tools for parity across AI agent ecosystems.
Documentation: /llms.txt for agent-readable summary, /agents.txt for crawler policy, /.well-known/ai-plugin.json for ChatGPT plugin manifest, /.well-known/agent.json for A2A (Agent-to-Agent) protocol.