Skip to content

Commit d2a5116

Browse files
feat: Add new MCP For Explorium B2B Data (#182)
* Enhance ArXiv MCP Server with improved tool descriptions and volume mounting fixes - Updated tool descriptions for better compatibility with local AI models. - Resolved volume mounting issues by refining environment variable usage and configuration. - Addressed community feedback to enhance discoverability and clarity of tools. This update aims to improve user experience and functionality for researchers utilizing the ArXiv MCP Server. * Update Explorium server configuration for improved clarity and accuracy - Reformatted YAML structure for consistency. - Updated API key retrieval link for better user guidance. - Enhanced tool description to include API key source. - Maintained existing tags and project links for continuity. This update aims to streamline the configuration and provide clearer instructions for users accessing the Explorium server. * Update Explorium server icon format in configuration - Changed icon file extension from .jpg to .png for better compatibility. - Maintained existing description and project links for consistency. This update ensures the icon is in a more widely supported format while keeping the overall configuration intact. * Update Explorium server project link for accuracy - Changed the project URL in the configuration from the agentsource repository to the correct mcp-explorium repository. - Maintained existing description and icon for consistency. This update ensures that users are directed to the correct project repository for the Explorium server. * add tools.json --------- Co-authored-by: Maayan Yosef <[email protected]>
1 parent d4de29a commit d2a5116

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

servers/explorium/server.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: explorium
2+
image: mcp/explorium
3+
type: server
4+
meta:
5+
category: search
6+
tags:
7+
- search
8+
- explorium
9+
- b2b-data
10+
- business
11+
- prospecting
12+
- emails
13+
- phone-numbers
14+
- sales
15+
about:
16+
title: Explorium B2B Data
17+
description: Discover companies, contacts, and business insights—powered by dozens of trusted external data sources.
18+
icon: https://marketing-public-links.s3.us-east-1.amazonaws.com/Brand/Logo-dark.png
19+
source:
20+
project: https://github.com/explorium-ai/mcp-explorium
21+
config:
22+
description: Explorium API Key - Get your API key from https://admin.explorium.ai/api-key
23+
secrets:
24+
- name: explorium.api_key
25+
env: API_ACCESS_TOKEN
26+
example: <API_TOKEN>

servers/explorium/tools.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"name": "match-business",
4+
"description": "Get the Explorium business IDs from business name and/or domain in bulk",
5+
"arguments": []
6+
},
7+
{
8+
"name": "fetch-businesses",
9+
"description": "Fetch businesses from the Explorium API using filter criteria",
10+
"arguments": []
11+
},
12+
{
13+
"name": "fetch-businesses-statistics",
14+
"description": "Fetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution",
15+
"arguments": []
16+
},
17+
{
18+
"name": "fetch-businesses-events",
19+
"description": "Retrieves business-related events from the Explorium API in bulk",
20+
"arguments": []
21+
},
22+
{
23+
"name": "enrich-business",
24+
"description": "Enriches business data using up to 5 parallel enrichment calls",
25+
"arguments": []
26+
},
27+
{
28+
"name": "match-prospects",
29+
"description": "Match specific individuals to get their Explorium prospect IDs",
30+
"arguments": []
31+
},
32+
{
33+
"name": "fetch-prospects",
34+
"description": "Fetch prospects (employees) from the Explorium API using detailed filter criteria",
35+
"arguments": []
36+
},
37+
{
38+
"name": "fetch-prospects-events",
39+
"description": "Retrieves prospect-related events from the Explorium API in bulk",
40+
"arguments": []
41+
},
42+
{
43+
"name": "fetch-prospects-statistics",
44+
"description": "Fetch aggregated insights into prospects by job department and geographic distribution",
45+
"arguments": []
46+
},
47+
{
48+
"name": "enrich-prospects",
49+
"description": "Enriches prospect data using up to 3 parallel enrichment calls",
50+
"arguments": []
51+
},
52+
{
53+
"name": "autocomplete",
54+
"description": "Autocomplete values for business filters based on a query",
55+
"arguments": []
56+
},
57+
{
58+
"name": "web-search",
59+
"description": "Perform web search using Explorium Search capabilities",
60+
"arguments": []
61+
}
62+
]

0 commit comments

Comments
 (0)