From ce744a65c24998acff0d689469722afe333bec38 Mon Sep 17 00:00:00 2001 From: "shahar.luftig" Date: Sun, 24 Aug 2025 14:40:58 +0300 Subject: [PATCH 1/5] 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. --- servers/explorium/server.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 servers/explorium/server.yaml diff --git a/servers/explorium/server.yaml b/servers/explorium/server.yaml new file mode 100644 index 00000000..cecc2213 --- /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.jpg +source: + project: https://github.com/explorium-ai/agentsource-mcp-ext +config: + description: Explorium API Key - Get your API key from https://explorium.ai/ + secrets: + - name: explorium.api_key + env: API_ACCESS_TOKEN + example: \ No newline at end of file From 6428e07c2e857068bdce90583b1b194a929a3581 Mon Sep 17 00:00:00 2001 From: "shahar.luftig" Date: Sun, 24 Aug 2025 15:01:21 +0300 Subject: [PATCH 2/5] 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. --- servers/explorium/server.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/servers/explorium/server.yaml b/servers/explorium/server.yaml index cecc2213..9bc1ad3d 100644 --- a/servers/explorium/server.yaml +++ b/servers/explorium/server.yaml @@ -2,25 +2,25 @@ name: explorium image: mcp/explorium type: server meta: - category: search - tags: - - search - - explorium - - b2b-data - - business - - prospecting - - emails - - phone-numbers - - sales + 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.jpg + title: Explorium B2B Data + description: Discover companies, contacts, and business insights—powered by dozens of trusted external data sources. Get your API key from https://admin.explorium.ai/api-key + icon: https://marketing-public-links.s3.us-east-1.amazonaws.com/Brand/Logo-dark.jpg source: - project: https://github.com/explorium-ai/agentsource-mcp-ext + project: https://github.com/explorium-ai/agentsource-mcp-ext config: - description: Explorium API Key - Get your API key from https://explorium.ai/ + 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: \ No newline at end of file + example: From c80a4a172f7fc46f981dcab6942e0fbc9763b097 Mon Sep 17 00:00:00 2001 From: "shahar.luftig" Date: Mon, 25 Aug 2025 13:23:10 +0300 Subject: [PATCH 3/5] 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. --- servers/explorium/server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/explorium/server.yaml b/servers/explorium/server.yaml index 9bc1ad3d..98414001 100644 --- a/servers/explorium/server.yaml +++ b/servers/explorium/server.yaml @@ -14,8 +14,8 @@ meta: - sales about: title: Explorium B2B Data - description: Discover companies, contacts, and business insights—powered by dozens of trusted external data sources. Get your API key from https://admin.explorium.ai/api-key - icon: https://marketing-public-links.s3.us-east-1.amazonaws.com/Brand/Logo-dark.jpg + 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/agentsource-mcp-ext config: From ca4b84592ef075195c2f75f8ca40a082e2b334f8 Mon Sep 17 00:00:00 2001 From: "shahar.luftig" Date: Mon, 25 Aug 2025 14:57:15 +0300 Subject: [PATCH 4/5] 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. --- servers/explorium/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/explorium/server.yaml b/servers/explorium/server.yaml index 98414001..228f1d84 100644 --- a/servers/explorium/server.yaml +++ b/servers/explorium/server.yaml @@ -17,7 +17,7 @@ about: 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/agentsource-mcp-ext + 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: From c8e9fc08d2ca432ed77e7a9f4700c03ab9000d73 Mon Sep 17 00:00:00 2001 From: Maayan Yosef Date: Tue, 16 Sep 2025 23:21:40 +0300 Subject: [PATCH 5/5] add tools.json --- servers/explorium/tools.json | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 servers/explorium/tools.json diff --git a/servers/explorium/tools.json b/servers/explorium/tools.json new file mode 100644 index 00000000..4fc50b75 --- /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": [] + } +]