@toolsdk.ai/registry 1.0.57 → 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 +4 -2
- package/config/featured.mjs +2 -0
- package/indexes/categories-list.json +3 -1
- package/indexes/packages-list.json +64 -0
- package/package.json +3 -1
- package/packages/browser-automation/exa-mcp-server.json +17 -0
- package/packages/search-data-extraction/brave-search-mcp.json +14 -0
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>
|
|
@@ -263,6 +264,7 @@ Find and extract data from various sources quickly and efficiently.
|
|
|
263
264
|
- [❌ mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy): MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy (node)
|
|
264
265
|
- [✅ anilist-mcp](https://github.com/yuna0x0/anilist-mcp): MCP server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList (44 tools) (node)
|
|
265
266
|
- [✅ @anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube): MCP server for fetching YouTube subtitles (1 tools) (node)
|
|
267
|
+
- [✅ brave-search-mcp](https://github.com/mikechao/brave-search-mcp): An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Video Search, Image Search and News Search capabilities (5 tools) (node)
|
|
266
268
|
- [✅ @modelcontextprotocol/server-aws-kb-retrieval](https://github.com/modelcontextprotocol/servers/blob/main/src/aws-kb-retrieval-server): MCP server for AWS Knowledge Base retrieval using Bedrock Agent Runtime (1 tools) (node)
|
|
267
269
|
- [✅ @kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript): This is an MCP server that allows you to directly download transcripts of YouTube videos. (1 tools) (node)
|
|
268
270
|
- [✅ @mcp-get-community/server-curl](https://github.com/mcp-get/community-servers/blob/main/src/server-curl): MCP server for making HTTP requests using a curl-like interface (1 tools) (node)
|
package/config/featured.mjs
CHANGED
|
@@ -12,7 +12,9 @@ export default [
|
|
|
12
12
|
"@modelcontextprotocol/server-slack",
|
|
13
13
|
"@modelcontextprotocol/server-google-maps",
|
|
14
14
|
"@modelcontextprotocol/server-gitlab",
|
|
15
|
+
"brave-search-mcp",
|
|
15
16
|
"tavily-mcp",
|
|
17
|
+
"exa-mcp-server",
|
|
16
18
|
"@executeautomation/playwright-mcp-server",
|
|
17
19
|
"hyperbrowser-mcp",
|
|
18
20
|
"@enescinar/twitter-mcp",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"@modelcontextprotocol/server-puppeteer",
|
|
44
44
|
"mcp-server-fetch",
|
|
45
45
|
"@executeautomation/playwright-mcp-server",
|
|
46
|
-
"tavily-mcp"
|
|
46
|
+
"tavily-mcp",
|
|
47
|
+
"exa-mcp-server"
|
|
47
48
|
]
|
|
48
49
|
},
|
|
49
50
|
"cloud-platforms": {
|
|
@@ -247,6 +248,7 @@
|
|
|
247
248
|
"mcp-server-giphy",
|
|
248
249
|
"anilist-mcp",
|
|
249
250
|
"@anaisbetts/mcp-youtube",
|
|
251
|
+
"brave-search-mcp",
|
|
250
252
|
"@modelcontextprotocol/server-aws-kb-retrieval",
|
|
251
253
|
"@kimtaeyoon83/mcp-server-youtube-transcript",
|
|
252
254
|
"@mcp-get-community/server-curl",
|
|
@@ -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": {
|
|
@@ -1236,6 +1274,32 @@
|
|
|
1236
1274
|
},
|
|
1237
1275
|
"validated": true
|
|
1238
1276
|
},
|
|
1277
|
+
"brave-search-mcp": {
|
|
1278
|
+
"path": "search-data-extraction/brave-search-mcp.json",
|
|
1279
|
+
"tools": {
|
|
1280
|
+
"brave_image_search": {
|
|
1281
|
+
"name": "brave_image_search",
|
|
1282
|
+
"description": "A tool for searching the web for images using the Brave Search API."
|
|
1283
|
+
},
|
|
1284
|
+
"brave_web_search": {
|
|
1285
|
+
"name": "brave_web_search",
|
|
1286
|
+
"description": "Performs a web search using the Brave Search API, ideal for general queries, and online content. Use this for broad information gathering, recent events, or when you need diverse web sources. Maximum 20 results per request "
|
|
1287
|
+
},
|
|
1288
|
+
"brave_local_search": {
|
|
1289
|
+
"name": "brave_local_search",
|
|
1290
|
+
"description": "Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc. Returns detailed information including:\n- Business names and addresses\n- Ratings and review counts\n- Phone numbers and opening hours\nUse this when the query implies 'near me' or mentions specific locations. Automatically falls back to web search if no local results are found."
|
|
1291
|
+
},
|
|
1292
|
+
"brave_news_search": {
|
|
1293
|
+
"name": "brave_news_search",
|
|
1294
|
+
"description": "Searches for news articles using the Brave Search API. Use this for recent events, trending topics, or specific news stories. Returns a list of articles with titles, URLs, and descriptions. Maximum 20 results per request."
|
|
1295
|
+
},
|
|
1296
|
+
"brave_video_search": {
|
|
1297
|
+
"name": "brave_video_search",
|
|
1298
|
+
"description": "Searches for videos using the Brave Search API. Use this for video content, tutorials, or any media-related queries. Returns a list of videos with titles, URLs, and descriptions. Maximum 20 results per request."
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"validated": true
|
|
1302
|
+
},
|
|
1239
1303
|
"@modelcontextprotocol/server-aws-kb-retrieval": {
|
|
1240
1304
|
"path": "search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json",
|
|
1241
1305
|
"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",
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
"mcp-server-giphy": "latest",
|
|
65
66
|
"anilist-mcp": "latest",
|
|
66
67
|
"@anaisbetts/mcp-youtube": "latest",
|
|
68
|
+
"brave-search-mcp": "latest",
|
|
67
69
|
"@modelcontextprotocol/server-aws-kb-retrieval": "latest",
|
|
68
70
|
"@kimtaeyoon83/mcp-server-youtube-transcript": "latest",
|
|
69
71
|
"@mcp-get-community/server-curl": "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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "brave-search-mcp",
|
|
4
|
+
"description": "An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Video Search, Image Search and News Search capabilities",
|
|
5
|
+
"url": "https://github.com/mikechao/brave-search-mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"BRAVE_API_KEY": {
|
|
10
|
+
"description": "API key for Brave Search",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|