Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 138 additions & 1 deletion pkg/tools/builtin/mcpcatalog/servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source_url": "https://desktop.docker.com/mcp/catalog/v3/catalog.json",
"schema_version": 3,
"filter": "type=remote AND remote.transport_type=streamable-http",
"count": 44,
"count": 51,
"servers": [
{
"id": "apify",
Expand Down Expand Up @@ -192,6 +192,26 @@
]
}
},
{
"id": "cloudflare",
"title": "Cloudflare",
"description": "Manage Cloudflare workers, DNS, security and platform resources via the Cloudflare API.",
"url": "https://mcp.cloudflare.com/mcp",
"transport": "streamable-http",
"category": "infrastructure",
"tags": [
"infrastructure",
"cdn",
"edge",
"dns",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=cloudflare.com&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "dappier-remote",
"title": "Dappier Remote",
Expand Down Expand Up @@ -261,6 +281,25 @@
"type": "none"
}
},
{
"id": "figma",
"title": "Figma",
"description": "Read design files, components, frames and metadata directly from Figma.",
"url": "https://mcp.figma.com/mcp",
"transport": "streamable-http",
"category": "design",
"tags": [
"design",
"ui",
"collaboration",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=figma.com&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "find-a-domain",
"title": "Find-A-Domain",
Expand Down Expand Up @@ -583,6 +622,26 @@
]
}
},
{
"id": "microchip",
"title": "Microchip",
"description": "Look up Microchip semiconductor product specifications, datasheets and inventory data.",
"url": "https://api.microchip.com/mcp/resources",
"transport": "streamable-http",
"category": "hardware",
"tags": [
"hardware",
"embedded",
"semiconductor",
"documentation",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=microchip.com&sz=64",
"headers": {},
"auth": {
"type": "none"
}
},
{
"id": "microsoft-learn",
"title": "Microsoft Learn",
Expand Down Expand Up @@ -683,6 +742,25 @@
]
}
},
{
"id": "neon",
"title": "Neon",
"description": "Provision and manage serverless PostgreSQL databases on Neon, including branches, roles and queries.",
"url": "https://mcp.neon.tech/mcp",
"transport": "streamable-http",
"category": "database",
"tags": [
"database",
"postgres",
"serverless",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=neon.tech&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "notion-remote",
"title": "Notion",
Expand Down Expand Up @@ -837,6 +915,25 @@
"type": "none"
}
},
{
"id": "paypal",
"title": "PayPal",
"description": "Process payments, manage invoices and inspect PayPal merchant data.",
"url": "https://mcp.paypal.com/mcp",
"transport": "streamable-http",
"category": "payments",
"tags": [
"payments",
"finance",
"merchant",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=paypal.com&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "polar-signals",
"title": "Polar Signals",
Expand Down Expand Up @@ -1042,6 +1139,46 @@
]
}
},
{
"id": "supabase",
"title": "Supabase",
"description": "Manage Supabase projects, run database queries, edit schemas and configure edge functions and storage.",
"url": "https://mcp.supabase.com/mcp",
"transport": "streamable-http",
"category": "database",
"tags": [
"database",
"postgres",
"backend",
"auth",
"storage",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=supabase.com&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "tally",
"title": "Tally",
"description": "Build forms and inspect Tally form submissions and respondent data.",
"url": "https://api.tally.so/mcp",
"transport": "streamable-http",
"category": "productivity",
"tags": [
"productivity",
"forms",
"surveys",
"remote"
],
"icon": "https://www.google.com/s2/favicons?domain=tally.so&sz=64",
"headers": {},
"auth": {
"type": "oauth"
}
},
{
"id": "telnyx",
"title": "Telnyx",
Expand Down
Loading