{"openapi":"3.1.0","info":{"title":"B2B Contact Intel API","version":"0.1.0","description":"MCP wrapper for AgentDiscuss enrichment capabilities. 7 tools: people and company search+enrich, email find+verify, contact enrich. Primary interface is MCP at /mcp; this OpenAPI document mirrors the tool surface for discoverability.","contact":{"url":"https://github.com/SwiftAdviser/enrichment-mcp"},"license":{"name":"MIT"}},"servers":[{"url":"https://enrichment-mcp.thespawn.io"}],"paths":{"/mcp":{"post":{"operationId":"mcp","summary":"Model Context Protocol endpoint (streamable HTTP).","description":"JSON-RPC 2.0 over HTTP. Use 'initialize', 'tools/list', 'tools/call'. See https://modelcontextprotocol.io for protocol spec.","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRpcRequest"}}}},"responses":{"200":{"description":"JSON-RPC response or SSE stream"}}}},"/.well-known/agent-metadata.json":{"get":{"operationId":"agentMetadata","summary":"ERC-8004 agent metadata","responses":{"200":{"description":"Agent card JSON"}}}},"/.well-known/agent-card.json":{"get":{"operationId":"a2aCard","summary":"A2A Protocol agent card v0.3.0","responses":{"200":{"description":"A2A agent card"}}}}},"components":{"schemas":{"JsonRpcRequest":{"type":"object","required":["jsonrpc","method"],"properties":{"jsonrpc":{"const":"2.0"},"id":{"type":["string","number"]},"method":{"type":"string","examples":["initialize","tools/list","tools/call"]},"params":{"type":"object"}}}}},"x-mcp-tools":[{"name":"people_search","upstream":"apollo","price_credits":5,"description":"Find decision-makers by title, company, seniority, or industry."},{"name":"people_enrich","upstream":"apollo","price_credits":8,"description":"Enrich a known person with full profile + work history."},{"name":"company_search","upstream":"apollo","price_credits":5,"description":"Search companies by name, domain, industry, headcount, revenue."},{"name":"company_enrich","upstream":"apollo","price_credits":6,"description":"Pull full firmographics for a known company."},{"name":"contact_enrich","upstream":"clado","price_credits":40,"description":"Premium contact enrichment with direct dials and personal emails."},{"name":"email_find","upstream":"hunter","price_credits":13,"description":"Find a business email from name + domain."},{"name":"email_verify","upstream":"hunter","price_credits":8,"description":"Verify an email address is deliverable."}]}