diff --git a/servers/explorium/server.yaml b/servers/explorium/server.yaml new file mode 100644 index 0000000..228f1d8 --- /dev/null +++ b/servers/explorium/server.yaml @@ -0,0 +1,26 @@ +name: explorium +image: mcp/explorium +type: server +meta: + category: search + tags: + - search + - explorium + - b2b-data + - business + - prospecting + - emails + - phone-numbers + - sales +about: + title: Explorium B2B Data + description: Discover companies, contacts, and business insights—powered by dozens of trusted external data sources. + icon: https://marketing-public-links.s3.us-east-1.amazonaws.com/Brand/Logo-dark.png +source: + project: https://github.com/explorium-ai/mcp-explorium +config: + description: Explorium API Key - Get your API key from https://admin.explorium.ai/api-key + secrets: + - name: explorium.api_key + env: API_ACCESS_TOKEN + example: diff --git a/servers/explorium/tools.json b/servers/explorium/tools.json new file mode 100644 index 0000000..4fc50b7 --- /dev/null +++ b/servers/explorium/tools.json @@ -0,0 +1,62 @@ +[ + { + "name": "match-business", + "description": "Get the Explorium business IDs from business name and/or domain in bulk", + "arguments": [] + }, + { + "name": "fetch-businesses", + "description": "Fetch businesses from the Explorium API using filter criteria", + "arguments": [] + }, + { + "name": "fetch-businesses-statistics", + "description": "Fetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution", + "arguments": [] + }, + { + "name": "fetch-businesses-events", + "description": "Retrieves business-related events from the Explorium API in bulk", + "arguments": [] + }, + { + "name": "enrich-business", + "description": "Enriches business data using up to 5 parallel enrichment calls", + "arguments": [] + }, + { + "name": "match-prospects", + "description": "Match specific individuals to get their Explorium prospect IDs", + "arguments": [] + }, + { + "name": "fetch-prospects", + "description": "Fetch prospects (employees) from the Explorium API using detailed filter criteria", + "arguments": [] + }, + { + "name": "fetch-prospects-events", + "description": "Retrieves prospect-related events from the Explorium API in bulk", + "arguments": [] + }, + { + "name": "fetch-prospects-statistics", + "description": "Fetch aggregated insights into prospects by job department and geographic distribution", + "arguments": [] + }, + { + "name": "enrich-prospects", + "description": "Enriches prospect data using up to 3 parallel enrichment calls", + "arguments": [] + }, + { + "name": "autocomplete", + "description": "Autocomplete values for business filters based on a query", + "arguments": [] + }, + { + "name": "web-search", + "description": "Perform web search using Explorium Search capabilities", + "arguments": [] + } +]