Ogni connector.json ora ha una llm_short_description che elenca i tool specifici che espone, così l'LLM sa esattamente cosa attivare (lazy load). SKALD.md: documentata criticità del campo llm_short_description nel system prompt dell'LLM.
981 lines
27 KiB
JSON
981 lines
27 KiB
JSON
{
|
|
"version": 1,
|
|
"connectors": [
|
|
{
|
|
"id": "gmail",
|
|
"name": "Gmail",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "gmail/icon_sm.svg",
|
|
"icon_large": "gmail/icon_lg.svg",
|
|
"user_description": "Read, send, and manage Gmail emails via OAuth \u2014 full MCP integration with push notifications.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"mcp",
|
|
"local",
|
|
"google"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/gmail.modify",
|
|
"https://www.googleapis.com/auth/gmail.labels"
|
|
]
|
|
},
|
|
"folder": "gmail",
|
|
"version": 5,
|
|
"version_string": "1.0.4",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "8d99dcf48c9141080856ccb66322856b5916b40115afb5066b0b205d4533dfad",
|
|
"size": 1788
|
|
},
|
|
{
|
|
"path": "gmail_mcp_server.py",
|
|
"sha256": "4607ec1fee8fcbdb81619286900e44e4c04a479156f8959f553dce28b69bba66",
|
|
"size": 48119
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "5d18b501187161841702fe843d83251b90c0333941ec2c4fe38cbc8a492ce047",
|
|
"size": 420
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "5d18b501187161841702fe843d83251b90c0333941ec2c4fe38cbc8a492ce047",
|
|
"size": 420
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "41a908f999095b052865efdcf793cfe7b032a3609c0cdd9f7711b2af5b3b7827",
|
|
"size": 54
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gcal",
|
|
"name": "Google Calendar",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "gcal/icon_sm.svg",
|
|
"icon_large": "gcal/icon_lg.svg",
|
|
"user_description": "Read, create, update, delete, and respond to Google Calendar events \u2014 full CRUD with push notifications.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"calendar",
|
|
"mcp",
|
|
"local",
|
|
"google"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/calendar"
|
|
]
|
|
},
|
|
"folder": "gcal",
|
|
"version": 4,
|
|
"version_string": "0.3.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "606cd67c6352c50f88ea0a24e955b48ad9ef891ed62eb1233d55ec2621ec91d7",
|
|
"size": 1685
|
|
},
|
|
{
|
|
"path": "gcal_mcp_server.py",
|
|
"sha256": "a4a58a04b1df28fc45ea3bcdc5837ba00d740a9bae972a67c6c690dcd2c21bbe",
|
|
"size": 38437
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "d994ae435d8a5a3d9cdc85c8f73805a877c1a8818637b2912f6c31c693fdded4",
|
|
"size": 3429
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "477ab05d24b40aaf4209c37e30558878fd0833dfbcfa8648b0ab9b903bd171d3",
|
|
"size": 473
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "b5daeeaaebba5b6d5ea31fd51bc63887225dee8aa1a42b571e49263f930895a9",
|
|
"size": 479
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "41a908f999095b052865efdcf793cfe7b032a3609c0cdd9f7711b2af5b3b7827",
|
|
"size": 54
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "drive",
|
|
"name": "Google Drive",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "drive/icon_sm.png",
|
|
"icon_large": "drive/icon_lg.png",
|
|
"user_description": "List, search, upload, download, delete, and manage Google Drive files and folders. Full OAuth \u2014 same pattern as Gmail and Google Calendar.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"cloud-storage",
|
|
"files",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"drive"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/drive"
|
|
]
|
|
},
|
|
"folder": "drive",
|
|
"version": 6,
|
|
"version_string": "1.0.5",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "51418ca84bfd7fd684b11402e835e0d4be33e717c763f87c138d338edc2d9e27",
|
|
"size": 1990
|
|
},
|
|
{
|
|
"path": "drive_mcp_server.py",
|
|
"sha256": "422b63e55b5d33aba0650cccd29def007dd4fd8d25497a94b051b2ba7eec3e44",
|
|
"size": 20124
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "3f1da92f15e7f6898545bb170f7123610025088c7403edd2021ce8b3499713e2",
|
|
"size": 3304
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "3f659cc5e5f0543f132699b06ccf9016ffe9afb40f9df4d110e0445b8d20f63e",
|
|
"size": 82
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "4b7e646e70138c5147ba9c6df15bb4a3f389e9f52625d0ec406931b5c77139c5",
|
|
"size": 1860
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "723b1ec7c72309f75d2ea0ea38ff526502f6fd1cf4c849090bfb6b3a4e69efd3",
|
|
"size": 3997
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "email",
|
|
"name": "Email (IMAP/SMTP)",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "email/icon_sm.svg",
|
|
"icon_large": "email/icon_lg.svg",
|
|
"user_description": "Read, search, organize, and send email over IMAP/SMTP \u2014 any provider, no OAuth. Real-time push notifications on new mail.",
|
|
"requires": [
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"mcp",
|
|
"local",
|
|
"imap",
|
|
"smtp"
|
|
],
|
|
"auth": {
|
|
"type": "password"
|
|
},
|
|
"folder": "email",
|
|
"version": 4,
|
|
"version_string": "1.0.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "7b0fd8ff2fb7040f122bd2144d3f80deb145e069d7f134049f4e6193f5715449",
|
|
"size": 4783
|
|
},
|
|
{
|
|
"path": "email_mcp_server.py",
|
|
"sha256": "3018e44460f10f41e303bfd2fbca0eee4f1f0ad58a13c5c480e28e4d6be126c3",
|
|
"size": 54854
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "94128b8ab2a3e701d042b6294c46bf0581152a3fe066e2fb415433e964f6935b",
|
|
"size": 308
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "05b8d18f8233503bba4b6668dc6c83b2e5d65cb26cfc4901366e2fa43d90737a",
|
|
"size": 306
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "5bd16cf4c1e2fc8b5b58083d12be0999c06dcc48ab52c3db3a531025771f6ff7",
|
|
"size": 3395
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "exa",
|
|
"name": "Exa",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "exa/icon_sm.png",
|
|
"icon_large": "exa/icon_lg.png",
|
|
"user_description": "AI-powered web search, content extraction, and research via Exa's neural search engine. Works without an API key (free rate-limited tier).",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote",
|
|
"ai"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "exa",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "d401283681e08937591c8058f1dacfe7460a46e807db264d56aab08d611400ab",
|
|
"size": 1803
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "8e77da3ca3eca8f733296da134aaa964e5db8d01d4bfb89aa5832296e9dc45a6",
|
|
"size": 2125
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "dd0a17d75ce36187f34c1fbfa459aee1665d94b2b8e1e300c2559631ffdcd1bd",
|
|
"size": 1728
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "a1b698035af2cb146dccd57f992155359d55a48bc85802e2a02e8148dcec1558",
|
|
"size": 3730
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "web_search_exa",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "web_fetch_exa",
|
|
"display_name": "Web Fetch"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "firecrawl",
|
|
"name": "Firecrawl",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "firecrawl/icon_sm.png",
|
|
"icon_large": "firecrawl/icon_lg.png",
|
|
"user_description": "Web scraping, crawling, search, deep research, and autonomous browsing \u2014 extract content from any website.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"scraping",
|
|
"crawling",
|
|
"search",
|
|
"mcp",
|
|
"local",
|
|
"browser",
|
|
"research"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "firecrawl",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "9a5d67f7f057e9df1f22f1478d0f84eec3ef0d07afb8cf0186e9340cdf6bc526",
|
|
"size": 5276
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "3a4be30d4c16ce93a1d132e063dfdffb8bd27b6c97715c9f3b12414439aaeb01",
|
|
"size": 6858
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "3a4be30d4c16ce93a1d132e063dfdffb8bd27b6c97715c9f3b12414439aaeb01",
|
|
"size": 6858
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "firecrawl_scrape",
|
|
"display_name": "Scrape URL"
|
|
},
|
|
{
|
|
"name": "firecrawl_map",
|
|
"display_name": "Map Site"
|
|
},
|
|
{
|
|
"name": "firecrawl_search",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "firecrawl_search_feedback",
|
|
"display_name": "Search Feedback"
|
|
},
|
|
{
|
|
"name": "firecrawl_feedback",
|
|
"display_name": "Feedback"
|
|
},
|
|
{
|
|
"name": "firecrawl_crawl",
|
|
"display_name": "Crawl Site"
|
|
},
|
|
{
|
|
"name": "firecrawl_check_crawl_status",
|
|
"display_name": "Check Crawl Status"
|
|
},
|
|
{
|
|
"name": "firecrawl_extract",
|
|
"display_name": "Extract Data"
|
|
},
|
|
{
|
|
"name": "firecrawl_agent",
|
|
"display_name": "Research Agent"
|
|
},
|
|
{
|
|
"name": "firecrawl_agent_status",
|
|
"display_name": "Agent Status"
|
|
},
|
|
{
|
|
"name": "firecrawl_interact",
|
|
"display_name": "Interact with Page"
|
|
},
|
|
{
|
|
"name": "firecrawl_interact_stop",
|
|
"display_name": "Stop Interact"
|
|
},
|
|
{
|
|
"name": "firecrawl_parse",
|
|
"display_name": "Parse"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_create",
|
|
"display_name": "Create Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_list",
|
|
"display_name": "List Monitors"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_get",
|
|
"display_name": "Get Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_update",
|
|
"display_name": "Update Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_delete",
|
|
"display_name": "Delete Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_run",
|
|
"display_name": "Run Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_checks",
|
|
"display_name": "List Checks"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_check",
|
|
"display_name": "Get Check"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_search_papers",
|
|
"display_name": "Search Papers"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_inspect_paper",
|
|
"display_name": "Inspect Paper"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_related_papers",
|
|
"display_name": "Related Papers"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_read_paper",
|
|
"display_name": "Read Paper"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_search_github",
|
|
"display_name": "Search GitHub"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "http-fetch",
|
|
"name": "HTTP Fetch",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "http-fetch/icon_sm.svg",
|
|
"icon_large": "http-fetch/icon_lg.svg",
|
|
"user_description": "Fetch any URL as HTML, Markdown, text, JSON, or YouTube transcripts \u2014 free, no API key, no rate limits.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"http",
|
|
"fetch",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"scraping",
|
|
"youtube"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "http-fetch",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "676fcbad93b0463e37a934054e494a1a5652ed3aa783bfe6cc393853ad28f6a3",
|
|
"size": 2088
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "fa32e634744d8cba369f6d8ba45746166124f7d3507cefd9a1f96180c787e1a8",
|
|
"size": 380
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "3e5496d949062678ae44cd74430b29232bbfe28a7600038deb3159c4b26adee1",
|
|
"size": 382
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "fetch_html",
|
|
"display_name": "Fetch as HTML"
|
|
},
|
|
{
|
|
"name": "fetch_markdown",
|
|
"display_name": "Fetch as Markdown"
|
|
},
|
|
{
|
|
"name": "fetch_txt",
|
|
"display_name": "Fetch as Text"
|
|
},
|
|
{
|
|
"name": "fetch_json",
|
|
"display_name": "Fetch as JSON"
|
|
},
|
|
{
|
|
"name": "fetch_readable",
|
|
"display_name": "Fetch Readable Content"
|
|
},
|
|
{
|
|
"name": "fetch_youtube_transcript",
|
|
"display_name": "Get YouTube Transcript"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "serpapi-flights",
|
|
"name": "SerpAPI Flights",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "serpapi-flights/icon_sm.svg",
|
|
"icon_large": "serpapi-flights/icon_lg.svg",
|
|
"user_description": "Search and compare flights, lookup airport codes, and explore routes via SerpAPI\u2019s Google Flights integration.",
|
|
"tags": [
|
|
"flights",
|
|
"travel",
|
|
"mcp",
|
|
"remote",
|
|
"search"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "serpapi-flights",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "c02b42d3eb447cc0ec92982bd1a523c70d8400f44564465806db805e1ea63570",
|
|
"size": 1656
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "eca6298a01cc1c8ce2aece9170a0b228efda7cb8a5c469d1ca3b62932fb7ea51",
|
|
"size": 2003
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "6dbd397e7e06d0431089b12e590c0a5dafa362dcb7117af122e240ea9231edc3",
|
|
"size": 570
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "5a2ffa7f2502fd27dc0027395db2c863bb544c8de1eef8131a5228d87402c8e6",
|
|
"size": 574
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "serpapi_search_flights",
|
|
"display_name": "Search Flights"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ssh",
|
|
"name": "SSH Remote Access",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "ssh/icon_sm.svg",
|
|
"icon_large": "ssh/icon_lg.svg",
|
|
"user_description": "Full SSH remote server access \u2014 files, commands, systemd, upload/download. Aliases manage host config; auth via key/agent or elicited password.",
|
|
"requires": [
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"ssh",
|
|
"mcp",
|
|
"local",
|
|
"remote",
|
|
"server",
|
|
"sysadmin"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "ssh",
|
|
"version": 4,
|
|
"version_string": "1.0.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "adfb870b7a8d9f035edce619ea9e7fa030c7719db71dc042ca5e09cc70f1a84c",
|
|
"size": 4231
|
|
},
|
|
{
|
|
"path": "ssh_mcp_server.py",
|
|
"sha256": "68509094a35578ffaaf357e13b55e1bfcf397f16a3b993719c4c3b97ab2dc798",
|
|
"size": 50193
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "fa65d44e3d3219c79e5272ef7123352b5d71a35871ede721e66422c897b94e0e",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "57e9e5de2ec56548a8a3821bb29c7f75c8a02f45ae236c8ae3388bb0be9b4a81",
|
|
"size": 254
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "84dc85685be0fff4cae1c2554b5fe958dd94455e182117c7470838b3cfca6ba1",
|
|
"size": 432
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "tavily",
|
|
"name": "Tavily",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "tavily/icon_sm.png",
|
|
"icon_large": "tavily/icon_lg.png",
|
|
"user_description": "Web search API for LLMs \u2014 real-time results, news, and content extraction.",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "tavily",
|
|
"version": 4,
|
|
"version_string": "1.0.3",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "3135641cb6193d828eef54a406fcf8e7727811af4b9e4653932fe4e21613370e",
|
|
"size": 1779
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "55a00f6108c1ba0a7d75780c446494c3272733879748e18b0377b7f816f39c5d",
|
|
"size": 3803
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "7cc2d70581dc4288b43b27c9e1f3e3946c5598a8f71c2916aa5c2b64b9273dfe",
|
|
"size": 1882
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "35a4f3b518c79363893c0438b1932b68e2dc5b4b61303037984488f6967b73a4",
|
|
"size": 2057
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "tavily_search",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "tavily_extract",
|
|
"display_name": "Extract Content"
|
|
},
|
|
{
|
|
"name": "tavily_crawl",
|
|
"display_name": "Crawl Site"
|
|
},
|
|
{
|
|
"name": "tavily_map",
|
|
"display_name": "Map Site"
|
|
},
|
|
{
|
|
"name": "tavily_research",
|
|
"display_name": "Deep Research"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "weather",
|
|
"name": "Weather (Open-Meteo)",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "weather/icon_sm.svg",
|
|
"icon_large": "weather/icon_lg.svg",
|
|
"user_description": "Global weather, forecast, and air quality via Open-Meteo \u2014 free, no API key required.",
|
|
"tags": [
|
|
"weather",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"forecast",
|
|
"air-quality"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "weather",
|
|
"version": 6,
|
|
"version_string": "3.0.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "weather_mcp_server.py",
|
|
"sha256": "2b1c40f927d3095806504ae3c82ace156e6079294cf15c6c2c47df1422068185",
|
|
"size": 30001
|
|
},
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "e83f1894ea25f2b844a8394dce1c80ef853a535da0d8f88641d8f3d3e9aea32d",
|
|
"size": 1564
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "23ad1eaf8370e97bea7928ff4aebff8c09563092d00d05662df34b4661643b4c",
|
|
"size": 308
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "b1a16c5da95783d79e06388e5a18bc6c8291875335e8ac48665edeff5aeafca7",
|
|
"size": 372
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "whatsapp",
|
|
"name": "WhatsApp",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "whatsapp/icon_sm.png",
|
|
"icon_large": "whatsapp/icon_lg.png",
|
|
"user_description": "Send and read WhatsApp messages from your own linked account. Link via QR code \u2014 no browser needed.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"messaging",
|
|
"mcp",
|
|
"local",
|
|
"whatsapp",
|
|
"qr"
|
|
],
|
|
"auth": {
|
|
"type": "qr"
|
|
},
|
|
"folder": "whatsapp",
|
|
"version": 5,
|
|
"version_string": "2.0.5",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "5987996f01e18370f9de6876b91376645d5f296d6a8b7fd0cafb70ff65595b6c",
|
|
"size": 1522
|
|
},
|
|
{
|
|
"path": "index.js",
|
|
"sha256": "0bfaa3c5449f22a4e2c4c99c6e9402bb24651647eca9a36dbd7a639c95a6bfd6",
|
|
"size": 21846
|
|
},
|
|
{
|
|
"path": "package.json",
|
|
"sha256": "b99a9dccfd286b59e8482076129f2e40f7b339eba6c3db2a744887d65bd4964e",
|
|
"size": 302
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "1128f198b2a07041f2e0c8c330fc998d29c310ec3225f866073b9e921aa59b5f",
|
|
"size": 74223
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "1128f198b2a07041f2e0c8c330fc998d29c310ec3225f866073b9e921aa59b5f",
|
|
"size": 74223
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "wikipedia",
|
|
"name": "Wikipedia",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "wikipedia/icon_sm.svg",
|
|
"icon_large": "wikipedia/icon_lg.svg",
|
|
"user_description": "Search and read Wikipedia articles \u2014 free, no API key required.",
|
|
"tags": [
|
|
"wikipedia",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"reference",
|
|
"research"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "wikipedia",
|
|
"version": 6,
|
|
"version_string": "3.0.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "wikipedia_mcp_server.py",
|
|
"sha256": "ce9feed6a8b0a29ed405dbfe90743816d7f0714f1b580671bac722112bb54146",
|
|
"size": 12174
|
|
},
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "b198ac38c41c7691c62184611fbca0aaff50dc814fca9c5ef14b3d9dd7097bf8",
|
|
"size": 1502
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "4110f6b49f5953f124099e99c1616aff63855215ceffa87d12800d2d413ddda2",
|
|
"size": 286
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "f9a8dde47baf3842331534ddc4333024b195c53b5f3bda40b0b99cea3daa9a96",
|
|
"size": 285
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "context7",
|
|
"name": "Context7",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "context7/icon_sm.svg",
|
|
"icon_large": "context7/icon_lg.svg",
|
|
"user_description": "Up-to-date documentation and code examples for any library, framework, SDK, API, CLI tool, or cloud service \u2014 fetched directly from the source. Free, no API key required.",
|
|
"tags": [
|
|
"documentation",
|
|
"search",
|
|
"mcp",
|
|
"remote",
|
|
"developer-tools"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "context7",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "e214ab68797ba852db66c5c27724da3902f5e958da059d1d595e6d044228c3cb",
|
|
"size": 1554
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "8e46d562c028c4f5370c22c7df455886836267cf4bbb8ac605c79a2b509fb5f1",
|
|
"size": 2094
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "5407c6bf958a7d1c83a76440c8bb8e6508941cae9f9f319dfbb9c9250807f5e0",
|
|
"size": 724
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "1f9b3ec611c448eff1c4fb1844a948770f4c4aadf6b7e7a73d07fec738afe209",
|
|
"size": 739
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "resolve-library-id",
|
|
"display_name": "Resolve Library"
|
|
},
|
|
{
|
|
"name": "query-docs",
|
|
"display_name": "Query Docs"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gmaps",
|
|
"name": "Google Maps",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "gmaps/icon_sm.svg",
|
|
"icon_large": "gmaps/icon_lg.svg",
|
|
"user_description": "Get transit, driving, walking and cycling directions, geocode addresses, search nearby places, and compute distance matrices \u2014 powered by Google Maps Platform.",
|
|
"requires": [
|
|
"PYTHON",
|
|
"ENV"
|
|
],
|
|
"tags": [
|
|
"maps",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"navigation",
|
|
"transit"
|
|
],
|
|
"auth": {
|
|
"type": "api_key",
|
|
"delivery": "env",
|
|
"param": "GOOGLE_MAPS_API_KEY"
|
|
},
|
|
"folder": "gmaps",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "3b4b2993b7a16fe2d430a15ecd9a7965bc95e0dc127260f1f943546749b1e130",
|
|
"size": 2713
|
|
},
|
|
{
|
|
"path": "gmaps_mcp_server.py",
|
|
"sha256": "98db82cc3f94d237c1675dbda97ec331d9b757f018c612b934a14c88143d9dd0",
|
|
"size": 30987
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "f566e0a0d297bf636d43e89c4b0085cdbd5322f6d353ea3552f37373e8612f55",
|
|
"size": 1903
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "796656d456681ef331ea9f3fa11419f37b8bb454ad7089de32f5583b2523abc4",
|
|
"size": 766
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "796656d456681ef331ea9f3fa11419f37b8bb454ad7089de32f5583b2523abc4",
|
|
"size": 766
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "status",
|
|
"display_name": "Status Check"
|
|
},
|
|
{
|
|
"name": "directions",
|
|
"display_name": "Directions"
|
|
},
|
|
{
|
|
"name": "geocode",
|
|
"display_name": "Geocode"
|
|
},
|
|
{
|
|
"name": "reverse_geocode",
|
|
"display_name": "Reverse Geocode"
|
|
},
|
|
{
|
|
"name": "search_places",
|
|
"display_name": "Search Places"
|
|
},
|
|
{
|
|
"name": "distance_matrix",
|
|
"display_name": "Distance Matrix"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |