@toolsdk.ai/registry 1.0.58 → 1.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Awesome MCP Registry
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Welcome to the Awesome MCP Registry.
|
|
8
8
|
|
|
9
|
-
An open, high-quality, well-structured and developer-friendly list of
|
|
9
|
+
An open, high-quality, well-structured and developer-friendly list of 67+ MCP servers.
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -134,6 +134,7 @@ Tools for browsing, scraping, and automating web content in AI-compatible format
|
|
|
134
134
|
- [❌ mcp-server-fetch](https://github.com/modelcontextprotocol/servers/blob/main/src/fetch): A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs (python)
|
|
135
135
|
- [✅ @executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright/tree/main/src): A Model Context Protocol server for Playwright for Browser Automation and Web Scraping. (31 tools) (node)
|
|
136
136
|
- [✅ tavily-mcp](https://github.com/tavily-ai/tavily-mcp/tree/main): Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction. (4 tools) (node)
|
|
137
|
+
- [✅ exa-mcp-server](https://github.com/exa-labs/exa-mcp-server): A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way. (8 tools) (node)
|
|
137
138
|
|
|
138
139
|
|
|
139
140
|
<a id="cloud-platforms"></a>
|
package/config/featured.mjs
CHANGED
|
@@ -394,6 +394,44 @@
|
|
|
394
394
|
},
|
|
395
395
|
"validated": true
|
|
396
396
|
},
|
|
397
|
+
"exa-mcp-server": {
|
|
398
|
+
"path": "browser-automation/exa-mcp-server.json",
|
|
399
|
+
"tools": {
|
|
400
|
+
"web_search_exa": {
|
|
401
|
+
"name": "web_search_exa",
|
|
402
|
+
"description": "Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites."
|
|
403
|
+
},
|
|
404
|
+
"research_paper_search": {
|
|
405
|
+
"name": "research_paper_search",
|
|
406
|
+
"description": "Search across 100M+ research papers with full text access using Exa AI - performs targeted academic paper searches with deep research content coverage. Returns detailed information about relevant academic papers including titles, authors, publication dates, and full text excerpts. Control the number of results and character counts returned to balance comprehensiveness with conciseness based on your task requirements."
|
|
407
|
+
},
|
|
408
|
+
"company_research": {
|
|
409
|
+
"name": "company_research",
|
|
410
|
+
"description": "Research companies using Exa AI - performs targeted searches of company websites to gather comprehensive information about businesses. Returns detailed information from company websites including about pages, pricing, FAQs, blogs, and other relevant content. Specify the company URL and optionally target specific sections of their website."
|
|
411
|
+
},
|
|
412
|
+
"crawling": {
|
|
413
|
+
"name": "crawling",
|
|
414
|
+
"description": "Extract content from specific URLs using Exa AI - performs targeted crawling of web pages to retrieve their full content. Useful for reading articles, PDFs, or any web page when you have the exact URL. Returns the complete text content of the specified URL."
|
|
415
|
+
},
|
|
416
|
+
"competitor_finder": {
|
|
417
|
+
"name": "competitor_finder",
|
|
418
|
+
"description": "Find competitors of a company using Exa AI - performs targeted searches to identify businesses that offer similar products or services. Describe what the company does (without mentioning its name) and optionally provide the company's website to exclude it from results."
|
|
419
|
+
},
|
|
420
|
+
"linkedin_search": {
|
|
421
|
+
"name": "linkedin_search",
|
|
422
|
+
"description": "Search LinkedIn for companies using Exa AI. Simply include company URL, or company name, with 'company page' appended in your query."
|
|
423
|
+
},
|
|
424
|
+
"wikipedia_search_exa": {
|
|
425
|
+
"name": "wikipedia_search_exa",
|
|
426
|
+
"description": "Search Wikipedia using Exa AI - performs searches specifically within Wikipedia.org and returns relevant content from Wikipedia pages."
|
|
427
|
+
},
|
|
428
|
+
"github_search": {
|
|
429
|
+
"name": "github_search",
|
|
430
|
+
"description": "Search GitHub repositories using Exa AI - performs real-time searches on GitHub.com to find relevant repositories and GitHub accounts."
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"validated": true
|
|
434
|
+
},
|
|
397
435
|
"@strowk/mcp-k8s": {
|
|
398
436
|
"path": "cloud-platforms/strowk-mcp-k8s.json",
|
|
399
437
|
"tools": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./config/*": "./config/*",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"@modelcontextprotocol/server-puppeteer": "latest",
|
|
39
39
|
"@executeautomation/playwright-mcp-server": "latest",
|
|
40
40
|
"tavily-mcp": "latest",
|
|
41
|
+
"exa-mcp-server": "latest",
|
|
41
42
|
"@strowk/mcp-k8s": "latest",
|
|
42
43
|
"@cloudflare/mcp-server-cloudflare": "latest",
|
|
43
44
|
"mcp-server-kubernetes": "latest",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "exa-mcp-server",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.",
|
|
5
|
+
"url": "https://github.com/exa-labs/exa-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"binArgs": [
|
|
8
|
+
"--tools=web_search_exa,research_paper_search,company_research,crawling,competitor_finder,linkedin_search,wikipedia_search_exa,github_search"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"env": {
|
|
12
|
+
"EXA_API_KEY": {
|
|
13
|
+
"description": "API KEY for Exa",
|
|
14
|
+
"required": true
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|