From d70dcfaaebf39f62967d09fa3886490c95585c7e Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Wed, 22 Jul 2026 23:34:44 -0700 Subject: [PATCH 1/6] Add You.com resources to catalog Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- catalog/com.you/mcp.json | 12 ++++++++++++ catalog/youdotcom-oss/you-claude-code.json | 11 +++++++++++ catalog/youdotcom-oss/you-copilot-cli.json | 11 +++++++++++ catalog/youdotcom-oss/you-discover.json | 11 +++++++++++ catalog/youdotcom-oss/you-finance.json | 11 +++++++++++ catalog/youdotcom-oss/you-free.json | 11 +++++++++++ catalog/youdotcom-oss/you-research.json | 11 +++++++++++ catalog/youdotcom-oss/you-web.json | 11 +++++++++++ 8 files changed, 89 insertions(+) create mode 100644 catalog/com.you/mcp.json create mode 100644 catalog/youdotcom-oss/you-claude-code.json create mode 100644 catalog/youdotcom-oss/you-copilot-cli.json create mode 100644 catalog/youdotcom-oss/you-discover.json create mode 100644 catalog/youdotcom-oss/you-finance.json create mode 100644 catalog/youdotcom-oss/you-free.json create mode 100644 catalog/youdotcom-oss/you-research.json create mode 100644 catalog/youdotcom-oss/you-web.json diff --git a/catalog/com.you/mcp.json b/catalog/com.you/mcp.json new file mode 100644 index 0000000..45ff78d --- /dev/null +++ b/catalog/com.you/mcp.json @@ -0,0 +1,12 @@ +{ + "identifier": "urn:ai:mcp-server:you.com:mcp", + "displayName": "You.com MCP", + "mediaType": "application/mcp-server+json", + "url": "https://api.you.com/mcp", + "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery.", + "metadata": { + "sourceSet": "you.com", + "serverName": "you.com/mcp", + "serverUrl": "https://api.you.com/mcp" + } +} diff --git a/catalog/youdotcom-oss/you-claude-code.json b/catalog/youdotcom-oss/you-claude-code.json new file mode 100644 index 0000000..c4cbc20 --- /dev/null +++ b/catalog/youdotcom-oss/you-claude-code.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-claude-code", + "displayName": "You.com Claude Code", + "mediaType": "application/vnd.github.copilot-plugin", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".claude-plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-copilot-cli.json b/catalog/youdotcom-oss/you-copilot-cli.json new file mode 100644 index 0000000..6b37700 --- /dev/null +++ b/catalog/youdotcom-oss/you-copilot-cli.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-copilot-cli", + "displayName": "You.com Copilot CLI", + "mediaType": "application/vnd.github.copilot-plugin", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-discover.json b/catalog/youdotcom-oss/you-discover.json new file mode 100644 index 0000000..c29884b --- /dev/null +++ b/catalog/youdotcom-oss/you-discover.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-discover", + "displayName": "You Discover", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-discover/SKILL.md", + "description": "Route You.com integration planning through the you-discover MCP tool, AI Catalog entries, Docs MCP, and direct API options.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-discover/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-finance.json b/catalog/youdotcom-oss/you-finance.json new file mode 100644 index 0000000..77cb4b0 --- /dev/null +++ b/catalog/youdotcom-oss/you-finance.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-finance", + "displayName": "You Finance", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-finance/SKILL.md", + "description": "Route finance questions to an existing local script, a new You.com Finance Research API call, or an MCP payment-aware fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-finance/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-free.json b/catalog/youdotcom-oss/you-free.json new file mode 100644 index 0000000..2823576 --- /dev/null +++ b/catalog/youdotcom-oss/you-free.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-free", + "displayName": "You Free", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-free/SKILL.md", + "description": "Use the free You.com MCP profile for unauthenticated basic web search with you-search only.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-free/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-research.json b/catalog/youdotcom-oss/you-research.json new file mode 100644 index 0000000..1ca4ea9 --- /dev/null +++ b/catalog/youdotcom-oss/you-research.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-research", + "displayName": "You Research", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-research/SKILL.md", + "description": "Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-research/SKILL.md" + } +} diff --git a/catalog/youdotcom-oss/you-web.json b/catalog/youdotcom-oss/you-web.json new file mode 100644 index 0000000..04afff8 --- /dev/null +++ b/catalog/youdotcom-oss/you-web.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-web", + "displayName": "You Web", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-web/SKILL.md", + "description": "Use You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-web/SKILL.md" + } +} From 2b15f7282b17e4bc6105fe780c47cfdcdc804a14 Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Thu, 17 Sep 2026 08:52:48 -0700 Subject: [PATCH 2/6] Update You.com catalog entries - add portable Agent Plugins v1.0.0 entry pointing at agent-skills plugin.json - fix Claude Code plugin media type to application/vnd.anthropic.claude-plugin+json (matching upstream PR #44) and point plugin URLs at their manifests - remove direct You.com MCP server entry: io.github.youdotcom-oss/mcp is active in the official MCP registry, which remains the source of truth (PR #20) - merge upstream/main and regenerate ai-catalog.json --- ai-catalog.json | 842 +++++++++++--------- catalog/com.you/mcp.json | 12 - catalog/youdotcom-oss/you-agent-plugin.json | 11 + catalog/youdotcom-oss/you-claude-code.json | 4 +- catalog/youdotcom-oss/you-copilot-cli.json | 2 +- 5 files changed, 485 insertions(+), 386 deletions(-) delete mode 100644 catalog/com.you/mcp.json create mode 100644 catalog/youdotcom-oss/you-agent-plugin.json diff --git a/ai-catalog.json b/ai-catalog.json index 9a0d051..88f6254 100644 --- a/ai-catalog.json +++ b/ai-catalog.json @@ -22379,6 +22379,102 @@ }, "type": "application/vnd.cursor.cursor-plugin+json" }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-agent-plugin", + "displayName": "You.com Agent Plugin", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/plugin.json", + "description": "Portable Agent Plugins v1.0.0 package bundling You.com skills and MCP servers (search, research, finance, and integration discovery) for any conformant client.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "plugin.json" + }, + "type": "application/agent-plugins+json" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-claude-code", + "displayName": "You.com Claude Code", + "mediaType": "application/vnd.anthropic.claude-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.claude-plugin/plugin.json", + "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".claude-plugin/plugin.json" + }, + "type": "application/vnd.anthropic.claude-plugin+json" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-copilot-cli", + "displayName": "You.com Copilot CLI", + "mediaType": "application/vnd.github.copilot-plugin", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.plugin/plugin.json", + "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".plugin/plugin.json" + }, + "type": "application/vnd.github.copilot-plugin" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-discover", + "displayName": "You Discover", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-discover/SKILL.md", + "description": "Route You.com integration planning through the you-discover MCP tool, AI Catalog entries, Docs MCP, and direct API options.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-discover/SKILL.md" + }, + "type": "application/ai-skill" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-finance", + "displayName": "You Finance", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-finance/SKILL.md", + "description": "Route finance questions to an existing local script, a new You.com Finance Research API call, or an MCP payment-aware fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-finance/SKILL.md" + }, + "type": "application/ai-skill" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-free", + "displayName": "You Free", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-free/SKILL.md", + "description": "Use the free You.com MCP profile for unauthenticated basic web search with you-search only.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-free/SKILL.md" + }, + "type": "application/ai-skill" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-research", + "displayName": "You Research", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-research/SKILL.md", + "description": "Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-research/SKILL.md" + }, + "type": "application/ai-skill" + }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-web", + "displayName": "You Web", + "mediaType": "application/ai-skill", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-web/SKILL.md", + "description": "Use You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "skills/you-web/SKILL.md" + }, + "type": "application/ai-skill" + }, { "identifier": "urn:air:registry.modelcontextprotocol.io:ai.bittlebits:bittlebits", "displayName": "BittleBits GEO Assistant", @@ -22398,7 +22494,7 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:15:01Z", + "updatedAt": "2026-09-17T15:37:56Z", "metadata": { "readmeUrl": "https://github.com/bittlebitsai/bittlebits-plugin#readme", "repository": "https://github.com/bittlebitsai/bittlebits-plugin", @@ -22410,10 +22506,10 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:ai.bowmark:bowmark", "displayName": "Bowmark", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.112.0", + "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.136.0", "description": "Do things on live websites: prices, availability, quotes, bookings, anything behind a form or login.", - "version": "8.112.0", - "updatedAt": "2026-09-11T14:15:13Z", + "version": "8.136.0", + "updatedAt": "2026-09-17T15:37:57Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/bowmark-ai/skill#readme", @@ -22429,7 +22525,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.certscore%2Fmcp-light/versions/0.2.20", "description": "Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.", "version": "0.2.20", - "updatedAt": "2026-09-11T14:15:28Z", + "updatedAt": "2026-09-17T15:38:10Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ergoveritas1-alt/certscore.ai/tree/HEAD/packages/certscore-mcp", @@ -22446,7 +22542,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.connectmachine%2Fconnectmachine/versions/1.0.8", "description": "Manage your ConnectMachine contacts, networks, events, and digital business cards.", "version": "1.0.8", - "updatedAt": "2026-09-11T14:15:30Z", + "updatedAt": "2026-09-17T15:38:11Z", "metadata": { "readmeUrl": "https://github.com/connectmachine/mcp-server#readme", "repository": "https://github.com/connectmachine/mcp-server", @@ -22471,7 +22567,7 @@ "medianeria" ], "version": "1.0.4", - "updatedAt": "2026-09-11T14:15:37Z", + "updatedAt": "2026-09-17T15:38:12Z", "metadata": { "readmeUrl": "https://github.com/CMS87/epinu-mcp#readme", "repository": "https://github.com/CMS87/epinu-mcp", @@ -22486,7 +22582,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.example4%2Fxmp4/versions/1.2.6", "description": "OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.", "version": "1.2.6", - "updatedAt": "2026-09-11T14:15:39Z", + "updatedAt": "2026-09-17T15:38:13Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/0ics-srls/lsai-xmp4.public#readme", @@ -22510,13 +22606,13 @@ "web-search" ], "version": "0.1.2", - "updatedAt": "2026-09-11T14:15:40Z", + "updatedAt": "2026-09-17T15:38:14Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/keenableai/keenable-mcp#readme", "repository": "https://github.com/keenableai/keenable-mcp", "repositorySource": "github", - "stargazerCount": 5 + "stargazerCount": 6 } }, { @@ -22537,7 +22633,7 @@ "claude-code" ], "version": "1.19.0", - "updatedAt": "2026-09-11T14:15:47Z", + "updatedAt": "2026-09-17T15:38:16Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Nauro-AI/nauro#readme", @@ -22551,7 +22647,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:ai.plori:plori", "displayName": "Plori", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/ai.plori%2Fplori/versions/0.13.1", + "url": "https://api.mcp.github.com/v0.1/servers/ai.plori%2Fplori/versions/0.14.2", "description": "Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.", "tags": [ "ai-agents", @@ -22560,8 +22656,8 @@ "mcp-server", "model-context-protocol" ], - "version": "0.13.1", - "updatedAt": "2026-09-11T14:15:53Z", + "version": "0.14.2", + "updatedAt": "2026-09-17T15:38:17Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/plori-ai/plori#readme", @@ -22589,7 +22685,7 @@ "accounting" ], "version": "1.10.2", - "updatedAt": "2026-09-11T14:15:55Z", + "updatedAt": "2026-09-17T15:38:18Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/RoboFinSystems/robosystems#readme", @@ -22603,22 +22699,22 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:ai.vaaya:mcp", "displayName": "Vaaya", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/ai.vaaya%2Fmcp/versions/0.3.3", - "description": "Pay-per-call agent superpowers: media/video gen, product demos, research, GTM, scraping, compute.", + "url": "https://api.mcp.github.com/v0.1/servers/ai.vaaya%2Fmcp/versions/0.6.8", + "description": "Paid APIs and tokenized shares for agents. Prepaid funding, including authorized Instinct checkout.", "tags": [ "agent-payments", "ai-agents", "code-sandbox", "deep-research", "mcp", - "mcp-server", "model-context-protocol", "web-scraping", "web-search", - "x402" + "x402", + "agent-skills" ], - "version": "0.3.3", - "updatedAt": "2026-09-11T14:15:56Z", + "version": "0.6.8", + "updatedAt": "2026-09-17T15:38:20Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/vaaya-ai/vaaya-mcp#readme", @@ -22640,7 +22736,7 @@ "readmeUrl": "https://github.com/amplitude/mcp-server-guide#readme", "repository": "https://github.com/amplitude/mcp-server-guide", "repositorySource": "github", - "stargazerCount": 45 + "stargazerCount": 46 } }, { @@ -22661,7 +22757,7 @@ "readmeUrl": "https://github.com/antfu/nuxt-mcp#readme", "repository": "https://github.com/antfu/nuxt-mcp", "repositorySource": "github", - "stargazerCount": 911 + "stargazerCount": 910 } }, { @@ -22671,7 +22767,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.clicon%2Flotus/versions/1.27.0", "description": "Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes.", "version": "1.27.0", - "updatedAt": "2026-09-11T14:16:07Z", + "updatedAt": "2026-09-17T15:38:21Z", "metadata": { "readmeUrl": "https://github.com/martinendara/lotus-mcp#readme", "repository": "https://github.com/martinendara/lotus-mcp", @@ -22697,12 +22793,12 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-11T14:16:08Z", + "updatedAt": "2026-09-17T15:38:22Z", "metadata": { "readmeUrl": "https://github.com/desktop-commander/remote-desktop-commander#readme", "repository": "https://github.com/desktop-commander/remote-desktop-commander", "repositorySource": "github", - "stargazerCount": 25, + "stargazerCount": 46, "websiteUrl": "https://mcp.desktopcommander.app" } }, @@ -22721,7 +22817,7 @@ "workflows" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:09Z", + "updatedAt": "2026-09-17T15:38:23Z", "metadata": { "readmeUrl": "https://github.com/glifxyz/glif-mcp-server#readme", "repository": "https://github.com/glifxyz/glif-mcp-server", @@ -22737,7 +22833,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.lucid.mcp%2Flucid/versions/1.0.0", "description": "Lucid’s connector creates diagrams, searches, edits, shares, and retrieves docs to summarize.", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:10Z", + "updatedAt": "2026-09-17T15:38:24Z", "metadata": { "readmeUrl": "https://github.com/lucidsoftware/lucid-mcp-server#readme", "repository": "https://github.com/lucidsoftware/lucid-mcp-server", @@ -22764,7 +22860,7 @@ "websocket" ], "version": "0.6.0", - "updatedAt": "2026-09-11T14:16:12Z", + "updatedAt": "2026-09-17T15:38:25Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pensados/sentinelx-cloud-core#readme", @@ -22807,7 +22903,7 @@ "readmeUrl": "https://github.com/Azure/aks-mcp#readme", "repository": "https://github.com/Azure/aks-mcp", "repositorySource": "github", - "stargazerCount": 140 + "stargazerCount": 141 } }, { @@ -22838,15 +22934,15 @@ "readmeUrl": "https://github.com/chroma-core/chroma-mcp#readme", "repository": "https://github.com/chroma-core/chroma-mcp", "repositorySource": "github", - "stargazerCount": 592 + "stargazerCount": 595 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:cloud.dchub:mcp-server", "displayName": "DC Hub — Data Center Site Selection & Colocation: Electricity, Power Grid, Gas, Fiber", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/cloud.dchub%2Fmcp-server/versions/2.12.11", - "description": "Live power, energy, grid, gas, fiber & data-center site-selection infrastructure — query and cite.", + "url": "https://api.mcp.github.com/v0.1/servers/cloud.dchub%2Fmcp-server/versions/2.12.18", + "description": "Live power, energy, grid, gas, fiber + off-market data-center capacity in kW/MW — query and cite.", "tags": [ "ai-tools", "anthropic", @@ -22859,8 +22955,8 @@ "market-intelligence", "mcp" ], - "version": "2.12.11", - "updatedAt": "2026-09-11T14:16:20Z", + "version": "2.12.18", + "updatedAt": "2026-09-17T15:38:27Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/azmartone67/dchub-mcp-server#readme", @@ -22877,7 +22973,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/co.axiom%2Fmcp/versions/1.0.0", "description": "List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:22Z", + "updatedAt": "2026-09-17T15:38:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/axiomhq/mcp/tree/HEAD/apps/mcp", @@ -22905,7 +23001,7 @@ "w2-staffing" ], "version": "1.7.2", - "updatedAt": "2026-09-11T14:16:24Z", + "updatedAt": "2026-09-17T15:38:29Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tempguru-co/tempguru-mcp#readme", @@ -22959,7 +23055,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:com.apify:apify-mcp-server", "displayName": "Apify", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/com.apify%2Fapify-mcp-server/versions/0.15.7", + "url": "https://api.mcp.github.com/v0.1/servers/com.apify%2Fapify-mcp-server/versions/0.16.0", "description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡", "tags": [ "agents", @@ -22967,14 +23063,14 @@ "mcp", "mcp-server" ], - "version": "0.15.7", - "updatedAt": "2026-09-11T14:16:28Z", + "version": "0.16.0", + "updatedAt": "2026-09-17T15:38:30Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/apify/apify-mcp-server#readme", "repository": "https://github.com/apify/apify-mcp-server", "repositorySource": "github", - "stargazerCount": 6756 + "stargazerCount": 7495 } }, { @@ -22996,13 +23092,13 @@ "cursor" ], "version": "2.0.0", - "updatedAt": "2026-09-11T14:16:30Z", + "updatedAt": "2026-09-17T15:38:32Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/atlassian/atlassian-mcp-server#readme", "repository": "https://github.com/atlassian/atlassian-mcp-server", "repositorySource": "github", - "stargazerCount": 1033, + "stargazerCount": 1114, "websiteUrl": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/" } }, @@ -23013,7 +23109,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.atom%2Fpremium-domains/versions/2.0.7", "description": "Search, appraise, trademark-check, and buy premium brandable domain names from Atom.com.", "version": "2.0.7", - "updatedAt": "2026-09-11T14:16:32Z", + "updatedAt": "2026-09-17T15:38:33Z", "metadata": { "readmeUrl": "https://github.com/atomdomains/atom-mcp-server#readme", "repository": "https://github.com/atomdomains/atom-mcp-server", @@ -23028,7 +23124,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fatc/versions/1.0.1", "description": "Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental", "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:33Z", + "updatedAt": "2026-09-17T15:38:35Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23044,7 +23140,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Favatax/versions/1.0.1", "description": "Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance", "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:34Z", + "updatedAt": "2026-09-17T15:38:36Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23060,7 +23156,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fbl/versions/1.0.0", "description": "Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:35Z", + "updatedAt": "2026-09-17T15:38:37Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23076,7 +23172,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fclassification/versions/1.0.0", "description": "Classify, validate & verify HS codes and access tariff compliance data for cross-border trade", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:37Z", + "updatedAt": "2026-09-17T15:38:38Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23092,7 +23188,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fcross-border/versions/1.0.0", "description": "Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:38Z", + "updatedAt": "2026-09-17T15:38:39Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23108,7 +23204,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fdocs/versions/1.0.1", "description": "Provides access to Avalara developer documentation, integration guides, and code examples", "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:39Z", + "updatedAt": "2026-09-17T15:38:40Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23124,7 +23220,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Felr/versions/1.0.0", "description": "Provides access to Avalara E-Invoicing and Live Reporting APIs for document statuses and compliance", "version": "1.0.0", - "updatedAt": "2026-09-11T14:16:40Z", + "updatedAt": "2026-09-17T15:38:41Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23140,7 +23236,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Freturns/versions/1.0.1", "description": "Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data", "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:41Z", + "updatedAt": "2026-09-17T15:38:42Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23156,7 +23252,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.blackduck%2Fmcp-server/versions/1.1.8", "description": "AI-powered security scanning using Black Duck Signal for vulnerability detection.", "version": "1.1.8", - "updatedAt": "2026-09-11T14:16:43Z", + "updatedAt": "2026-09-17T15:38:43Z", "metadata": { "readmeUrl": "https://github.com/blackducksoftware/mcp-server#readme", "repository": "https://github.com/blackducksoftware/mcp-server", @@ -23170,7 +23266,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.breckenwander%2Ftravel-connector/versions/0.2.1", "description": "Search flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com.", "version": "0.2.1", - "updatedAt": "2026-09-11T14:16:44Z", + "updatedAt": "2026-09-17T15:38:44Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/durwardjohnson/breckenwander-travel-connector#readme", @@ -23194,13 +23290,13 @@ "mcp" ], "version": "0.6.1", - "updatedAt": "2026-09-11T14:16:45Z", + "updatedAt": "2026-09-17T15:38:45Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/celigo/ai#readme", "repository": "https://github.com/celigo/ai", "repositorySource": "github", - "stargazerCount": 3, + "stargazerCount": 4, "websiteUrl": "https://github.com/celigo/ai/blob/main/docs/connect-mcp.md" } }, @@ -23221,7 +23317,7 @@ "web3" ], "version": "1.10.10", - "updatedAt": "2026-09-11T14:16:46Z", + "updatedAt": "2026-09-17T15:38:46Z", "metadata": { "readmeUrl": "https://github.com/chainstacklabs/mcp-server#readme", "repository": "https://github.com/chainstacklabs/mcp-server", @@ -23249,7 +23345,7 @@ "voice-ai" ], "version": "0.1.0", - "updatedAt": "2026-09-11T14:16:48Z", + "updatedAt": "2026-09-17T15:38:48Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/SkillfulAgents/dialmcp-connector#readme", @@ -23266,7 +23362,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.easyship%2Fmcp/versions/0.6.5", "description": "Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.", "version": "0.6.5", - "updatedAt": "2026-09-11T14:16:49Z", + "updatedAt": "2026-09-17T15:38:49Z", "metadata": { "readmeUrl": "https://github.com/easyship/easyship-mcp-plugin#readme", "repository": "https://github.com/easyship/easyship-mcp-plugin", @@ -23280,13 +23376,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.figma.mcp%2Fmcp/versions/1.0.3", "description": "The Figma MCP server brings Figma design context directly into your AI workflow.", "version": "1.0.3", - "updatedAt": "2026-09-11T14:16:50Z", + "updatedAt": "2026-09-17T15:38:50Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/figma/mcp-server-guide#readme", "repository": "https://github.com/figma/mcp-server-guide", "repositorySource": "github", - "stargazerCount": 1977 + "stargazerCount": 2001 } }, { @@ -23307,7 +23403,7 @@ "model-context-protocol" ], "version": "1.2.0", - "updatedAt": "2026-09-11T14:16:52Z", + "updatedAt": "2026-09-17T15:38:51Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/getappniche/mcp#readme", @@ -23323,7 +23419,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getfirmament%2Ffirmament/versions/0.1.1", "description": "Your team's shared, verified knowledge for AI agents: ask what's true, record what you learn.", "version": "0.1.1", - "updatedAt": "2026-09-11T14:16:54Z", + "updatedAt": "2026-09-17T15:38:52Z", "metadata": { "readmeUrl": "https://github.com/spkenny455/firmament-mcp#readme", "repository": "https://github.com/spkenny455/firmament-mcp", @@ -23338,7 +23434,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getguru%2Fmcp-server/versions/1.0.2", "description": "Guru MCP Server - Connect AI tools to your Guru knowledge base", "version": "1.0.2", - "updatedAt": "2026-09-11T14:16:55Z", + "updatedAt": "2026-09-17T15:38:53Z", "metadata": { "readmeUrl": "https://github.com/guruhq/remote-mcp-server#readme", "repository": "https://github.com/guruhq/remote-mcp-server", @@ -23363,7 +23459,7 @@ "wp-agent" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:16:56Z", + "updatedAt": "2026-09-17T15:38:54Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wp-agent-mcp#readme", "repository": "https://github.com/yaniv-fink/wp-agent-mcp", @@ -23389,7 +23485,7 @@ "modelcontextprotocol" ], "version": "1.2.1", - "updatedAt": "2026-09-11T14:16:58Z", + "updatedAt": "2026-09-17T15:38:55Z", "metadata": { "readmeUrl": "https://github.com/gleanwork/remote-mcp-server#readme", "repository": "https://github.com/gleanwork/remote-mcp-server", @@ -23405,7 +23501,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.hitsteps%2Fanalytics-operations/versions/1.1.4", "description": "AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.", "version": "1.1.4", - "updatedAt": "2026-09-11T14:16:59Z", + "updatedAt": "2026-09-17T15:38:57Z", "metadata": { "readmeUrl": "https://github.com/Hitsteps/MCP#readme", "repository": "https://github.com/Hitsteps/MCP", @@ -23432,7 +23528,7 @@ "technical-drawing" ], "version": "0.1.1", - "updatedAt": "2026-09-11T14:17:00Z", + "updatedAt": "2026-09-17T15:38:58Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/imnoo-team/drawing-converter-mcp#readme", @@ -23448,7 +23544,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.industry-lens%2Fmcp-public/versions/0.2.0", "description": "B2B SaaS competitor pricing changes, strategic moves, market landscapes, reports and comparisons.", "version": "0.2.0", - "updatedAt": "2026-09-11T14:17:01Z", + "updatedAt": "2026-09-17T15:38:59Z", "metadata": { "readmeUrl": "https://github.com/IndustryLensOp/industrylens-mcp-docs#readme", "repository": "https://github.com/IndustryLensOp/industrylens-mcp-docs", @@ -23471,13 +23567,13 @@ "trading" ], "version": "0.9.0", - "updatedAt": "2026-09-11T14:17:04Z", + "updatedAt": "2026-09-17T15:39:00Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/longbridge/longbridge-mcp#readme", "repository": "https://github.com/longbridge/longbridge-mcp", "repositorySource": "github", - "stargazerCount": 13, + "stargazerCount": 14, "websiteUrl": "https://longbridge.com" } }, @@ -23491,7 +23587,7 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-11T14:17:06Z", + "updatedAt": "2026-09-17T15:39:01Z", "metadata": { "readmeUrl": "https://github.com/mablhq/mabl-mcp-server#readme", "repository": "https://github.com/mablhq/mabl-mcp-server", @@ -23518,7 +23614,7 @@ "model-context-protocol" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:17:07Z", + "updatedAt": "2026-09-17T15:39:02Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/macfax/macfax-mcp#readme", @@ -23544,7 +23640,7 @@ "gemini-cli-extension" ], "version": "1.1.1", - "updatedAt": "2026-09-11T14:17:08Z", + "updatedAt": "2026-09-17T15:39:03Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anrawool/mailrith-agent-platform/tree/HEAD/packages/mcp-server", @@ -23569,7 +23665,7 @@ "persistent-memory" ], "version": "1.3.2", - "updatedAt": "2026-09-11T14:17:10Z", + "updatedAt": "2026-09-17T15:39:05Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gpitrella/memxus-remote-mcp#readme", @@ -23582,17 +23678,17 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:com.microsoft:azure", "displayName": "Azure MCP Server", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fazure/versions/3.0.0-beta.42", + "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fazure/versions/3.0.0-beta.44", "description": "All Azure MCP tools to create a seamless connection between AI agents and Azure services.", - "version": "3.0.0-beta.42", - "updatedAt": "2026-09-11T14:17:11Z", + "version": "3.0.0-beta.44", + "updatedAt": "2026-09-17T15:39:06Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Azure.Mcp.Server", "repository": "https://github.com/microsoft/mcp", "repositorySource": "github", "repositorySubfolder": "servers/Azure.Mcp.Server", - "stargazerCount": 3665, + "stargazerCount": 3682, "websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server" } }, @@ -23603,14 +23699,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fmicrosoft-fabric/versions/1.4.0", "description": "MCP tools for interacting with Microsoft Fabric", "version": "1.4.0", - "updatedAt": "2026-09-11T14:17:13Z", + "updatedAt": "2026-09-17T15:39:08Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Fabric.Mcp.Server", "repository": "https://github.com/microsoft/mcp", "repositorySource": "github", "repositorySubfolder": "servers/Fabric.Mcp.Server", - "stargazerCount": 3665, + "stargazerCount": 3682, "websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Fabric.Mcp.Server" } }, @@ -23621,14 +23717,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fnuget/versions/1.4.16", "description": "A Model Context Protocol (MCP) server for NuGet.", "version": "1.4.16", - "updatedAt": "2026-09-11T14:17:14Z", + "updatedAt": "2026-09-17T15:39:09Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/NuGet/Home/tree/HEAD/mcp", "repository": "https://github.com/NuGet/Home", "repositorySource": "github", "repositorySubfolder": "mcp", - "stargazerCount": 1553 + "stargazerCount": 1555 } }, { @@ -23638,7 +23734,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fsentinel-data-exploration/versions/1.0.1", "description": "Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de", "version": "1.0.1", - "updatedAt": "2026-09-11T14:17:16Z", + "updatedAt": "2026-09-17T15:39:10Z", "metadata": { "readmeUrl": "https://github.com/microsoft/sentinel-data-exploration-mcp#readme", "repository": "https://github.com/microsoft/sentinel-data-exploration-mcp", @@ -23657,12 +23753,12 @@ "mcp-server" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:17:17Z", + "updatedAt": "2026-09-17T15:39:11Z", "metadata": { "readmeUrl": "https://github.com/mobbin/mobbin-mcp-server#readme", "repository": "https://github.com/mobbin/mobbin-mcp-server", "repositorySource": "github", - "stargazerCount": 38 + "stargazerCount": 41 } }, { @@ -23679,13 +23775,13 @@ "monday" ], "version": "0.0.1", - "updatedAt": "2026-09-11T14:17:18Z", + "updatedAt": "2026-09-17T15:39:12Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mondaycom/mcp#readme", "repository": "https://github.com/mondaycom/mcp", "repositorySource": "github", - "stargazerCount": 424 + "stargazerCount": 425 } }, { @@ -23702,7 +23798,7 @@ "sports-betting" ], "version": "1.4.5", - "updatedAt": "2026-09-11T14:17:19Z", + "updatedAt": "2026-09-17T15:39:13Z", "metadata": { "readmeUrl": "https://github.com/jessejohnsohn/negativeev-mcp#readme", "repository": "https://github.com/jessejohnsohn/negativeev-mcp", @@ -23717,7 +23813,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.nitrosend%2Fnitrosend/versions/0.8.2", "description": "AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.", "version": "0.8.2", - "updatedAt": "2026-09-11T14:17:21Z", + "updatedAt": "2026-09-17T15:39:15Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/nitrosend/mcp#readme", @@ -23734,7 +23830,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.opslevel%2Fmcp/versions/0.1.1", "description": "Query your OpsLevel internal developer portal: catalog, maturity data, and tech docs.", "version": "0.1.1", - "updatedAt": "2026-09-11T14:17:22Z", + "updatedAt": "2026-09-17T15:39:16Z", "metadata": { "readmeUrl": "https://github.com/OpsLevel/opslevel-mcp-remote#readme", "repository": "https://github.com/OpsLevel/opslevel-mcp-remote", @@ -23761,13 +23857,13 @@ "copilot" ], "version": "2.12.3", - "updatedAt": "2026-09-11T14:17:24Z", + "updatedAt": "2026-09-17T15:39:17Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/postmanlabs/postman-mcp-server#readme", "repository": "https://github.com/postmanlabs/postman-mcp-server", "repositorySource": "github", - "stargazerCount": 312, + "stargazerCount": 315, "websiteUrl": "https://www.postman.com/product/mcp-server/" } }, @@ -23778,7 +23874,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.publora%2Fmcp-server/versions/1.1.1", "description": "Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.", "version": "1.1.1", - "updatedAt": "2026-09-11T14:17:25Z", + "updatedAt": "2026-09-17T15:39:18Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/publora/mcp-server#readme", @@ -23807,7 +23903,7 @@ "mcp" ], "version": "1.0.2", - "updatedAt": "2026-09-11T14:17:27Z", + "updatedAt": "2026-09-17T15:39:19Z", "metadata": { "readmeUrl": "https://github.com/qualityclouds/qualityclouds#readme", "repository": "https://github.com/qualityclouds/qualityclouds", @@ -23832,7 +23928,7 @@ "review-management" ], "version": "1.0.2", - "updatedAt": "2026-09-11T14:17:29Z", + "updatedAt": "2026-09-17T15:39:20Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/reputemap/mcp#readme", @@ -23858,7 +23954,7 @@ "website-screenshot" ], "version": "0.1.1", - "updatedAt": "2026-09-11T14:17:30Z", + "updatedAt": "2026-09-17T15:39:22Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screenshotscout/screenshotscout-mcp#readme", @@ -23874,7 +23970,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sherweb%2Fplatform/versions/1.52.10", "description": "Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate.", "version": "1.52.10", - "updatedAt": "2026-09-11T14:17:31Z", + "updatedAt": "2026-09-17T15:39:23Z", "metadata": { "readmeUrl": "https://github.com/sherweb/platform-mcp#readme", "repository": "https://github.com/sherweb/platform-mcp", @@ -23886,7 +23982,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:com.shipstatic:mcp", "displayName": "ShipStatic", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/com.shipstatic%2Fmcp/versions/1.10.2", + "url": "https://api.mcp.github.com/v0.1/servers/com.shipstatic%2Fmcp/versions/1.12.1", "description": "Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.", "tags": [ "ai", @@ -23900,8 +23996,8 @@ "static-hosting", "static-site" ], - "version": "1.10.2", - "updatedAt": "2026-09-11T14:17:33Z", + "version": "1.12.1", + "updatedAt": "2026-09-17T15:39:24Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shipstatic/mcp#readme", @@ -23930,7 +24026,7 @@ "swagger" ], "version": "0.40.0", - "updatedAt": "2026-09-11T14:17:35Z", + "updatedAt": "2026-09-17T15:39:26Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -23958,7 +24054,7 @@ "swagger" ], "version": "0.33.0", - "updatedAt": "2026-09-11T14:17:37Z", + "updatedAt": "2026-09-17T15:39:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -23974,7 +24070,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sonatype%2Fdependency-management-mcp-server/versions/1.0.2", "description": "Sonatype component intelligence: versions, security analysis, and Trust Score recommendations", "version": "1.0.2", - "updatedAt": "2026-09-11T14:17:38Z", + "updatedAt": "2026-09-17T15:39:28Z", "metadata": { "readmeUrl": "https://github.com/sonatype/dependency-management-mcp-server#readme", "repository": "https://github.com/sonatype/dependency-management-mcp-server", @@ -23992,7 +24088,7 @@ "soracom" ], "version": "1.1.4", - "updatedAt": "2026-09-11T14:17:39Z", + "updatedAt": "2026-09-17T15:39:29Z", "metadata": { "readmeUrl": "https://github.com/soracom/mcp/tree/HEAD/servers/knowledge", "repository": "https://github.com/soracom/mcp", @@ -24009,7 +24105,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackhawk%2Fstackhawk/versions/1.1.1", "description": "An MCP server that provides interaction with StackHawk's security scanning platform.", "version": "1.1.1", - "updatedAt": "2026-09-11T14:17:40Z", + "updatedAt": "2026-09-17T15:39:31Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/stackhawk/stackhawk-mcp#readme", @@ -24025,7 +24121,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackoverflow.mcp%2Fmcp/versions/1.1.3", "description": "Access Stack Overflow's trusted and verified technical questions and answers.", "version": "1.1.3", - "updatedAt": "2026-09-11T14:17:41Z", + "updatedAt": "2026-09-17T15:39:32Z", "metadata": { "readmeUrl": "https://github.com/StackExchange/Stack-MCP#readme", "repository": "https://github.com/StackExchange/Stack-MCP", @@ -24050,30 +24146,30 @@ "gemini-cli-extension" ], "version": "0.2.4", - "updatedAt": "2026-09-11T14:17:43Z", + "updatedAt": "2026-09-17T15:39:33Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/stripe/agent-toolkit#readme", "repository": "https://github.com/stripe/agent-toolkit", "repositorySource": "github", - "stargazerCount": 1798 + "stargazerCount": 1822 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:com.supabase:mcp", "displayName": "Supabase", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/com.supabase%2Fmcp/versions/0.12.0", + "url": "https://api.mcp.github.com/v0.1/servers/com.supabase%2Fmcp/versions/0.13.0", "description": "MCP server for interacting with the Supabase platform", - "version": "0.12.0", - "updatedAt": "2026-09-11T14:17:45Z", + "version": "0.13.0", + "updatedAt": "2026-09-17T15:39:34Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/supabase/mcp/tree/HEAD/packages/mcp-server-supabase", "repository": "https://github.com/supabase/mcp", "repositorySource": "github", "repositorySubfolder": "packages/mcp-server-supabase", - "stargazerCount": 2902, + "stargazerCount": 2912, "websiteUrl": "https://supabase.com/mcp" } }, @@ -24084,7 +24180,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.tallyfy%2Fmcp-server/versions/1.2.0", "description": "Automate tasks, processes, and approvals with AI.", "version": "1.2.0", - "updatedAt": "2026-09-11T14:17:46Z", + "updatedAt": "2026-09-17T15:39:36Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/tallyfy/mcp-public#readme", @@ -24101,7 +24197,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.vercel%2Fvercel-mcp/versions/0.0.3", "description": "An MCP server for Vercel", "version": "0.0.3", - "updatedAt": "2026-09-11T14:17:47Z", + "updatedAt": "2026-09-17T15:39:37Z", "metadata": { "readmeUrl": "https://github.com/vercel/vercel-mcp-overview#readme", "repository": "https://github.com/vercel/vercel-mcp-overview", @@ -24123,13 +24219,13 @@ "business-critical-yes" ], "version": "2.0.0", - "updatedAt": "2026-09-11T14:17:49Z", + "updatedAt": "2026-09-17T15:39:38Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/webflow/mcp-server#readme", "repository": "https://github.com/webflow/mcp-server", "repositorySource": "github", - "stargazerCount": 139 + "stargazerCount": 140 } }, { @@ -24139,7 +24235,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.wix%2Fmcp/versions/1.0.2", "description": "A Model Context Protocol server for Wix AI tools", "version": "1.0.2", - "updatedAt": "2026-09-11T14:17:50Z", + "updatedAt": "2026-09-17T15:39:39Z", "metadata": { "readmeUrl": "https://github.com/wix/wix-mcp#readme", "repository": "https://github.com/wix/wix-mcp", @@ -24158,7 +24254,7 @@ "dax" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:17:51Z", + "updatedAt": "2026-09-17T15:39:40Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/workos/skills/tree/HEAD/mcp", @@ -24188,7 +24284,7 @@ "wordpress-mcp" ], "version": "2.0.0", - "updatedAt": "2026-09-11T14:17:52Z", + "updatedAt": "2026-09-17T15:39:42Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wpwriter-mcp#readme", "repository": "https://github.com/yaniv-fink/wpwriter-mcp", @@ -24214,7 +24310,7 @@ "privacy" ], "version": "1.0.3", - "updatedAt": "2026-09-11T14:17:54Z", + "updatedAt": "2026-09-17T15:39:43Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Wuniq/wuniq-mcp#readme", @@ -24242,13 +24338,13 @@ "follower-export" ], "version": "2.6.0", - "updatedAt": "2026-09-11T14:17:56Z", + "updatedAt": "2026-09-17T15:39:44Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Xquik-dev/x-twitter-scraper#readme", "repository": "https://github.com/Xquik-dev/x-twitter-scraper", "repositorySource": "github", - "stargazerCount": 195, + "stargazerCount": 199, "websiteUrl": "https://docs.xquik.com/mcp/overview" } }, @@ -24277,7 +24373,7 @@ "readmeUrl": "https://github.com/CoplayDev/unity-mcp#readme", "repository": "https://github.com/CoplayDev/unity-mcp", "repositorySource": "github", - "stargazerCount": 14133 + "stargazerCount": 14293 } }, { @@ -24297,7 +24393,7 @@ "vibe-coding" ], "version": "0.1.3", - "updatedAt": "2026-09-11T14:17:58Z", + "updatedAt": "2026-09-17T15:39:45Z", "metadata": { "readmeUrl": "https://github.com/lovablelabs/mcp#readme", "repository": "https://github.com/lovablelabs/mcp", @@ -24323,7 +24419,7 @@ "model-context-protocol" ], "version": "0.13.0", - "updatedAt": "2026-09-11T14:18:00Z", + "updatedAt": "2026-09-17T15:39:46Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/mailkite/mailkite-mcp#readme", @@ -24350,7 +24446,7 @@ "presentations" ], "version": "5.9.0", - "updatedAt": "2026-09-11T14:18:01Z", + "updatedAt": "2026-09-17T15:39:47Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smartdatabrokers/slideforge-mcp#readme", @@ -24366,14 +24462,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.svelte%2Fmcp/versions/0.1.26", "description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development", "version": "0.1.26", - "updatedAt": "2026-09-11T14:18:03Z", + "updatedAt": "2026-09-17T15:39:49Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/sveltejs/ai-tools/tree/HEAD/packages/mcp-stdio", "repository": "https://github.com/sveltejs/ai-tools", "repositorySource": "github", "repositorySubfolder": "packages/mcp-stdio", - "stargazerCount": 322, + "stargazerCount": 326, "websiteUrl": "https://svelte.dev/docs/mcp/overview" } }, @@ -24384,7 +24480,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.vibeseo%2Fvibeseo/versions/0.1.3", "description": "SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.", "version": "0.1.3", - "updatedAt": "2026-09-11T14:18:04Z", + "updatedAt": "2026-09-17T15:39:50Z", "metadata": { "readmeUrl": "https://github.com/sultanlive/vibeseo-mcp#readme", "repository": "https://github.com/sultanlive/vibeseo-mcp", @@ -24406,7 +24502,7 @@ "readmeUrl": "https://github.com/Doist/todoist-ai#readme", "repository": "https://github.com/Doist/todoist-ai", "repositorySource": "github", - "stargazerCount": 545 + "stargazerCount": 550 } }, { @@ -24428,7 +24524,7 @@ "readmeUrl": "https://github.com/elastic/mcp-server-elasticsearch#readme", "repository": "https://github.com/elastic/mcp-server-elasticsearch", "repositorySource": "github", - "stargazerCount": 713 + "stargazerCount": 716 } }, { @@ -24449,7 +24545,7 @@ "spf" ], "version": "1.0.6", - "updatedAt": "2026-09-11T14:18:07Z", + "updatedAt": "2026-09-17T15:39:51Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/palisadeemail/palisade-mcp#readme", @@ -24465,7 +24561,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/eu.ansvar%2Fgateway/versions/1.0.b661c6dc", "description": "Cited EU & global law, regulations & security frameworks via Ansvar Gateway. OAuth, free + paid.", "version": "1.0.b661c6dc", - "updatedAt": "2026-09-11T14:18:09Z", + "updatedAt": "2026-09-17T15:39:52Z", "metadata": { "readmeUrl": "https://github.com/Ansvar-Systems/ansvar-gateway#readme", "repository": "https://github.com/Ansvar-Systems/ansvar-gateway", @@ -24499,7 +24595,7 @@ "readmeUrl": "https://github.com/firecrawl/firecrawl-mcp-server#readme", "repository": "https://github.com/firecrawl/firecrawl-mcp-server", "repositorySource": "github", - "stargazerCount": 7435 + "stargazerCount": 7475 } }, { @@ -24515,7 +24611,7 @@ "voice-agents" ], "version": "1.2.0", - "updatedAt": "2026-09-11T14:18:13Z", + "updatedAt": "2026-09-17T15:39:54Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/saaslabsco/justcall-mcp-server#readme", @@ -24538,7 +24634,7 @@ "readmeUrl": "https://github.com/huggingface/hf-mcp-server#readme", "repository": "https://github.com/huggingface/hf-mcp-server", "repositorySource": "github", - "stargazerCount": 293 + "stargazerCount": 294 } }, { @@ -24575,13 +24671,12 @@ "structured-data-extraction" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:18:18Z", + "updatedAt": "2026-09-17T15:39:55Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/RapierCraft/alterlab-mcp-server#readme", "repository": "https://github.com/RapierCraft/alterlab-mcp-server", - "repositorySource": "github", - "stargazerCount": 1 + "repositorySource": "github" } }, { @@ -24603,7 +24698,7 @@ "news-api" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:18:19Z", + "updatedAt": "2026-09-17T15:39:56Z", "metadata": { "readmeUrl": "https://github.com/apitube/news-api-mcp#readme", "repository": "https://github.com/apitube/news-api-mcp", @@ -24630,12 +24725,12 @@ "design-system" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:18:21Z", + "updatedAt": "2026-09-17T15:39:57Z", "metadata": { "readmeUrl": "https://github.com/Appllama/appllama-skills#readme", "repository": "https://github.com/Appllama/appllama-skills", "repositorySource": "github", - "stargazerCount": 1498, + "stargazerCount": 1842, "websiteUrl": "https://appllama.io/mcp" } }, @@ -24658,7 +24753,7 @@ "context" ], "version": "0.5.35", - "updatedAt": "2026-09-11T14:18:22Z", + "updatedAt": "2026-09-17T15:39:58Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -24687,7 +24782,7 @@ "kubernetes" ], "version": "1.0.2", - "updatedAt": "2026-09-11T14:18:23Z", + "updatedAt": "2026-09-17T15:39:59Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/controlplane-com/ai-plugin#readme", @@ -24716,7 +24811,7 @@ "x402" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:18:25Z", + "updatedAt": "2026-09-17T15:40:01Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/webmilmind1/deskcrew-mcp#readme", @@ -24745,7 +24840,7 @@ "ai-native" ], "version": "1.17.0", - "updatedAt": "2026-09-11T14:18:26Z", + "updatedAt": "2026-09-17T15:40:02Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Frihet-io/frihet-mcp#readme", @@ -24773,7 +24868,7 @@ "model-context-protocol" ], "version": "1.10.2", - "updatedAt": "2026-09-11T14:18:27Z", + "updatedAt": "2026-09-17T15:40:03Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/AlvisoOculus/optionsahoy-mcp#readme", @@ -24790,7 +24885,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.AnimaApp%2Fanima/versions/1.0.0", "description": "Connect AI coding agents to Anima Playground, Figma, and your design system.", "version": "1.0.0", - "updatedAt": "2026-09-11T14:18:29Z", + "updatedAt": "2026-09-17T15:40:04Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/AnimaApp/mcp-server-guide#readme", @@ -24818,7 +24913,7 @@ "uta-v3" ], "version": "3.0.2", - "updatedAt": "2026-09-11T14:18:30Z", + "updatedAt": "2026-09-17T15:40:06Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Bitget-AI/agent-mcp#readme", @@ -24834,7 +24929,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.CAST-Extend%2Fimaging-mcp-server/versions/3.0.4", "description": "MCP server exposing CAST Imaging software architecture insights to AI agents", "version": "3.0.4", - "updatedAt": "2026-09-11T14:18:31Z", + "updatedAt": "2026-09-17T15:40:07Z", "metadata": { "readmeUrl": "https://github.com/CAST-Extend/CAST-Imaging-Mcp#readme", "repository": "https://github.com/CAST-Extend/CAST-Imaging-Mcp", @@ -24859,13 +24954,13 @@ "mcp" ], "version": "1.9.0", - "updatedAt": "2026-09-11T14:18:33Z", + "updatedAt": "2026-09-17T15:40:08Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme", "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "repositorySource": "github", - "stargazerCount": 51641 + "stargazerCount": 52187 } }, { @@ -24875,13 +24970,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ClickHouse%2Fmcp-clickhouse/versions/0.6.0", "description": "Official ClickHouse MCP server for querying and exploring ClickHouse clusters and chDB.", "version": "0.6.0", - "updatedAt": "2026-09-11T14:18:35Z", + "updatedAt": "2026-09-17T15:40:10Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ClickHouse/mcp-clickhouse#readme", "repository": "https://github.com/ClickHouse/mcp-clickhouse", "repositorySource": "github", - "stargazerCount": 870, + "stargazerCount": 873, "websiteUrl": "https://clickhouse.com" } }, @@ -24892,7 +24987,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ComposioHQ%2Fcomposio/versions/1.0.5", "description": "Connect AI agents to 1000+ apps with managed authentication and tool-calling.", "version": "1.0.5", - "updatedAt": "2026-09-11T14:18:37Z", + "updatedAt": "2026-09-17T15:40:11Z", "metadata": { "readmeUrl": "https://github.com/ComposioHQ/GHMCP#readme", "repository": "https://github.com/ComposioHQ/GHMCP", @@ -24915,20 +25010,20 @@ "mcp-server" ], "version": "0.19.0", - "updatedAt": "2026-09-11T14:18:38Z", + "updatedAt": "2026-09-17T15:40:12Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/CrowdStrike/falcon-mcp#readme", "repository": "https://github.com/CrowdStrike/falcon-mcp", "repositorySource": "github", - "stargazerCount": 250 + "stargazerCount": 256 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.Decodo:mcp-server", "displayName": "Decodo", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.Decodo%2Fmcp-server/versions/1.2.3", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.Decodo%2Fmcp-server/versions/1.2.4", "description": "Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites", "tags": [ "decodo", @@ -24942,14 +25037,14 @@ "scraping-infrastructure", "smithery" ], - "version": "1.2.3", - "updatedAt": "2026-09-11T14:18:39Z", + "version": "1.2.4", + "updatedAt": "2026-09-17T15:40:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Decodo/mcp-server#readme", "repository": "https://github.com/Decodo/mcp-server", "repositorySource": "github", - "stargazerCount": 36 + "stargazerCount": 37 } }, { @@ -24969,13 +25064,13 @@ "observability" ], "version": "7.0.0", - "updatedAt": "2026-09-11T14:18:41Z", + "updatedAt": "2026-09-17T15:40:15Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Dynatrace/dynatrace-for-ai#readme", "repository": "https://github.com/Dynatrace/dynatrace-for-ai", "repositorySource": "github", - "stargazerCount": 137, + "stargazerCount": 156, "websiteUrl": "https://docs.dynatrace.com/docs/shortlink/dynatrace-mcp-server" } }, @@ -24998,7 +25093,7 @@ "openssf" ], "version": "1.2.3", - "updatedAt": "2026-09-11T14:18:44Z", + "updatedAt": "2026-09-17T15:40:17Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Guruprasath-Annadurai/Whitepact#readme", @@ -25027,7 +25122,7 @@ "ga4" ], "version": "1.2.5", - "updatedAt": "2026-09-11T14:18:45Z", + "updatedAt": "2026-09-17T15:40:18Z", "metadata": { "readmeUrl": "https://github.com/HYPD-AI/ads-mcp-plugin#readme", "repository": "https://github.com/HYPD-AI/ads-mcp-plugin", @@ -25043,7 +25138,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.IgniteUI%2Figniteui-theming/versions/29.0.0", "description": "Generate Sass palettes, typography, elevations, and themes for Ignite UI components.", "version": "29.0.0", - "updatedAt": "2026-09-11T14:18:46Z", + "updatedAt": "2026-09-17T15:40:19Z", "metadata": { "primaryLanguage": "SCSS", "readmeUrl": "https://github.com/IgniteUI/igniteui-theming#readme", @@ -25070,7 +25165,7 @@ "scaffolding" ], "version": "15.6.1", - "updatedAt": "2026-09-11T14:18:47Z", + "updatedAt": "2026-09-17T15:40:21Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/IgniteUI/igniteui-cli#readme", @@ -25098,7 +25193,7 @@ "model-context-protocol" ], "version": "0.1.10", - "updatedAt": "2026-09-11T14:18:49Z", + "updatedAt": "2026-09-17T15:40:22Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/Karzone/TestAtlas#readme", @@ -25111,10 +25206,10 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.Krv-Labs:topos", "displayName": "Topos", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.Krv-Labs%2Ftopos/versions/0.5.1", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.Krv-Labs%2Ftopos/versions/0.6.0", "description": "Structural code-quality tools for AI coding agents.", - "version": "0.5.1", - "updatedAt": "2026-09-11T14:18:50Z", + "version": "0.6.0", + "updatedAt": "2026-09-17T15:40:23Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Krv-Labs/topos#readme", @@ -25143,13 +25238,13 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:18:52Z", + "updatedAt": "2026-09-17T15:40:24Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/MachuraHarry/pipe#readme", "repository": "https://github.com/MachuraHarry/pipe", "repositorySource": "github", - "stargazerCount": 2 + "stargazerCount": 3 } }, { @@ -25171,7 +25266,7 @@ "accessibility-testing" ], "version": "1.2.7", - "updatedAt": "2026-09-11T14:18:54Z", + "updatedAt": "2026-09-17T15:40:26Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/MasterPlayspots/motionspec#readme", @@ -25190,7 +25285,7 @@ "gemini-cli-extension" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:18:56Z", + "updatedAt": "2026-09-17T15:40:27Z", "metadata": { "readmeUrl": "https://github.com/OctoPerf/octoperf-claude-plugins#readme", "repository": "https://github.com/OctoPerf/octoperf-claude-plugins", @@ -25209,7 +25304,7 @@ "voice-assistant" ], "version": "0.8.0", - "updatedAt": "2026-09-11T14:18:57Z", + "updatedAt": "2026-09-17T15:40:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Omnidim/omnidim-mcp-server#readme", @@ -25226,7 +25321,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Openly-Useful%2Fcitewire/versions/0.2.0", "description": "Attribution-first MCP server for free news sources and free article APIs.", "version": "0.2.0", - "updatedAt": "2026-09-11T14:18:59Z", + "updatedAt": "2026-09-17T15:40:29Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Openly-Useful/citewire#readme", @@ -25243,13 +25338,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.PagerDuty%2Fpagerduty-mcp/versions/0.2.1", "description": "PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.", "version": "0.2.1", - "updatedAt": "2026-09-11T14:19:01Z", + "updatedAt": "2026-09-17T15:40:30Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/PagerDuty/pagerduty-mcp-server#readme", "repository": "https://github.com/PagerDuty/pagerduty-mcp-server", "repositorySource": "github", - "stargazerCount": 77 + "stargazerCount": 78 } }, { @@ -25271,7 +25366,7 @@ "google-analytics-alternative" ], "version": "2.13.11", - "updatedAt": "2026-09-11T14:19:02Z", + "updatedAt": "2026-09-17T15:40:31Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pascalebeier/hitkeep#readme", @@ -25288,7 +25383,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.QWarranto%2Fleafengines/versions/2.0.8", "description": "🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.", "version": "2.0.8", - "updatedAt": "2026-09-11T14:19:04Z", + "updatedAt": "2026-09-17T15:40:33Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/QWarranto/leafengines-claude-mcp#readme", @@ -25301,7 +25396,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.SAP:fiori-mcp-server", "displayName": "SAP Fiori", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.SAP%2Ffiori-mcp-server/versions/1.12.4", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.SAP%2Ffiori-mcp-server/versions/1.12.6", "description": "SAP Fiori - Model Context Protocol (MCP) server", "tags": [ "fiori", @@ -25309,15 +25404,15 @@ "fiori-tools", "ui5" ], - "version": "1.12.4", - "updatedAt": "2026-09-11T14:19:06Z", + "version": "1.12.6", + "updatedAt": "2026-09-17T15:40:34Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fiori-mcp-server", "repository": "https://github.com/SAP/open-ux-tools", "repositorySource": "github", "repositorySubfolder": "packages/fiori-mcp-server", - "stargazerCount": 158 + "stargazerCount": 155 } }, { @@ -25332,20 +25427,20 @@ "webcrawler" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:19:08Z", + "updatedAt": "2026-09-17T15:40:36Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ScrapeGraphAI/scrapegraph-mcp#readme", "repository": "https://github.com/ScrapeGraphAI/scrapegraph-mcp", "repositorySource": "github", - "stargazerCount": 110 + "stargazerCount": 109 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.Sendmux:sendmux-mcp", "displayName": "Email Inbox API + Sending by Sendmux", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.Sendmux%2Fsendmux-mcp/versions/1.8.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.Sendmux%2Fsendmux-mcp/versions/2.1.1", "description": "AI email inbox and sending tools with attachments, search, live events, and webhooks.", "tags": [ "cli", @@ -25359,8 +25454,8 @@ "mcp-server", "mcp-tools" ], - "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:09Z", + "version": "2.1.1", + "updatedAt": "2026-09-17T15:40:37Z", "metadata": { "primaryLanguage": "PHP", "readmeUrl": "https://github.com/Sendmux/sendmux-sdk/tree/HEAD/packages/python/mcp", @@ -25388,13 +25483,13 @@ "static-analysis" ], "version": "1.21.0", - "updatedAt": "2026-09-11T14:19:11Z", + "updatedAt": "2026-09-17T15:40:38Z", "metadata": { "primaryLanguage": "Java", "readmeUrl": "https://github.com/SonarSource/sonarqube-mcp-server#readme", "repository": "https://github.com/SonarSource/sonarqube-mcp-server", "repositorySource": "github", - "stargazerCount": 645 + "stargazerCount": 652 } }, { @@ -25411,7 +25506,7 @@ "mcp-server" ], "version": "0.2.20", - "updatedAt": "2026-09-11T14:19:12Z", + "updatedAt": "2026-09-17T15:40:40Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/mcp-server#readme", @@ -25435,7 +25530,7 @@ "webcomponent" ], "version": "0.1.2", - "updatedAt": "2026-09-11T14:19:14Z", + "updatedAt": "2026-09-17T15:40:41Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/webcomponents-mcp-server#readme", @@ -25452,18 +25547,18 @@ "description": "Shared memory for AI agents. One address per fact, one signature you check. No key to read.", "tags": [ "long-term-memory", - "shared-memory", - "a2a-protocol", - "mcp", "agent-interoperability", "agent-memory", "ai-agents", "content-addressed", - "earth-orientation", - "ed25519" + "ed25519", + "llm-tools", + "provenance", + "rust", + "transparency-log" ], "version": "2.4.0", - "updatedAt": "2026-09-11T14:19:15Z", + "updatedAt": "2026-09-17T15:40:42Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Vortx-AI/emem#readme", @@ -25480,7 +25575,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Wopee-io%2Fwopee-mcp/versions/1.30.1", "description": "AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.", "version": "1.30.1", - "updatedAt": "2026-09-11T14:19:16Z", + "updatedAt": "2026-09-17T15:40:44Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wopee-io/wopee-mcp#readme", @@ -25503,7 +25598,7 @@ "trust" ], "version": "0.3.0", - "updatedAt": "2026-09-11T14:19:19Z", + "updatedAt": "2026-09-17T15:40:45Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/YugantM/hvtracker-mcp#readme", @@ -25531,7 +25626,7 @@ "ai-agent" ], "version": "1.0.5", - "updatedAt": "2026-09-11T14:19:20Z", + "updatedAt": "2026-09-17T15:40:46Z", "metadata": { "readmeUrl": "https://github.com/adkit/ads-mcp#readme", "repository": "https://github.com/adkit/ads-mcp", @@ -25559,13 +25654,13 @@ "ai-agents" ], "version": "0.21.5", - "updatedAt": "2026-09-11T14:19:21Z", + "updatedAt": "2026-09-17T15:40:47Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/agentic-hil/agentic-hil#readme", "repository": "https://github.com/agentic-hil/agentic-hil", "repositorySource": "github", - "stargazerCount": 12, + "stargazerCount": 13, "websiteUrl": "https://github.com/agentic-hil/stm32-starter" } }, @@ -25588,7 +25683,7 @@ "cursor" ], "version": "1.5.1", - "updatedAt": "2026-09-11T14:19:23Z", + "updatedAt": "2026-09-17T15:40:49Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/alimbenhelal-pro/ALM-XPP-MCP#readme", @@ -25602,7 +25697,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.anilloutombam:mcp-failure-lab", "displayName": "Anilloutombam MCP Failure Lab", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.anilloutombam%2Fmcp-failure-lab/versions/0.8.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.anilloutombam%2Fmcp-failure-lab/versions/0.9.0", "description": "A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.", "tags": [ "chaos-engineering", @@ -25614,8 +25709,8 @@ "cli", "mcp-server" ], - "version": "0.8.0", - "updatedAt": "2026-09-11T14:19:24Z", + "version": "0.9.0", + "updatedAt": "2026-09-17T15:40:50Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anilloutombam/mcp-failure-lab#readme", @@ -25638,7 +25733,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:26Z", + "updatedAt": "2026-09-17T15:40:52Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25663,7 +25758,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:27Z", + "updatedAt": "2026-09-17T15:40:53Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25688,7 +25783,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:28Z", + "updatedAt": "2026-09-17T15:40:54Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25713,7 +25808,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:29Z", + "updatedAt": "2026-09-17T15:40:55Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25738,7 +25833,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:31Z", + "updatedAt": "2026-09-17T15:40:56Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25763,7 +25858,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:33Z", + "updatedAt": "2026-09-17T15:40:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25788,7 +25883,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:34Z", + "updatedAt": "2026-09-17T15:40:59Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25813,7 +25908,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-11T14:19:35Z", + "updatedAt": "2026-09-17T15:41:00Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25827,7 +25922,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.aoreshkov:kotlin-lib-mcp", "displayName": "Kotlin & Java Library Sources", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.aoreshkov%2Fkotlin-lib-mcp/versions/0.5.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.aoreshkov%2Fkotlin-lib-mcp/versions/0.6.0", "description": "Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents", "tags": [ "analysis-api", @@ -25841,14 +25936,14 @@ "mcp-server", "ai-tools" ], - "version": "0.5.0", - "updatedAt": "2026-09-11T14:19:37Z", + "version": "0.6.0", + "updatedAt": "2026-09-17T15:41:01Z", "metadata": { "primaryLanguage": "Kotlin", "readmeUrl": "https://github.com/aoreshkov/kotlin-lib-mcp#readme", "repository": "https://github.com/aoreshkov/kotlin-lib-mcp", "repositorySource": "github", - "stargazerCount": 8, + "stargazerCount": 10, "websiteUrl": "https://github.com/aoreshkov/kotlin-lib-mcp" } }, @@ -25859,7 +25954,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.arm%2Farm-mcp/versions/2.4.0", "description": "Official Arm MCP server for code migration, optimization, and Arm architecture guidance", "version": "2.4.0", - "updatedAt": "2026-09-11T14:19:38Z", + "updatedAt": "2026-09-17T15:41:03Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/arm/mcp#readme", @@ -25888,13 +25983,13 @@ "knowlege-graph" ], "version": "0.23.2", - "updatedAt": "2026-09-11T14:19:39Z", + "updatedAt": "2026-09-17T15:41:04Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/basicmachines-co/basic-memory.git#readme", "repository": "https://github.com/basicmachines-co/basic-memory.git", "repositorySource": "github", - "stargazerCount": 3930 + "stargazerCount": 3986 } }, { @@ -25916,13 +26011,13 @@ "data-extraction" ], "version": "2.11.2", - "updatedAt": "2026-09-11T14:19:41Z", + "updatedAt": "2026-09-17T15:41:05Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/brightdata/brightdata-mcp#readme", "repository": "https://github.com/brightdata/brightdata-mcp", "repositorySource": "github", - "stargazerCount": 2635 + "stargazerCount": 2648 } }, { @@ -25944,13 +26039,13 @@ "sqlserver" ], "version": "1.2.3", - "updatedAt": "2026-09-11T14:19:43Z", + "updatedAt": "2026-09-17T15:41:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/bytebase/dbhub#readme", "repository": "https://github.com/bytebase/dbhub", "repositorySource": "github", - "stargazerCount": 3497 + "stargazerCount": 3529 } }, { @@ -25972,7 +26067,7 @@ "agentic-coding" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:19:44Z", + "updatedAt": "2026-09-17T15:41:08Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/cap-js/mcp-server#readme", @@ -25988,7 +26083,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.carterchencc%2Fnomas/versions/1.3.2", "description": "Parsed SEC events by CIK/CUSIP: 8-K items, Form 144, Form D, FTD. Not EDGAR HTML.", "version": "1.3.2", - "updatedAt": "2026-09-11T14:19:45Z", + "updatedAt": "2026-09-17T15:41:09Z", "metadata": { "readmeUrl": "https://github.com/carterchencc/nomas_mcp#readme", "repository": "https://github.com/carterchencc/nomas_mcp", @@ -26015,7 +26110,7 @@ "bug-detection" ], "version": "0.6.0", - "updatedAt": "2026-09-11T14:19:46Z", + "updatedAt": "2026-09-17T15:41:10Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/chriswu727/argus#readme", @@ -26044,13 +26139,13 @@ "documentation" ], "version": "0.1.5", - "updatedAt": "2026-09-11T14:19:48Z", + "updatedAt": "2026-09-17T15:41:11Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/cometchat/docs-mcp#readme", "repository": "https://github.com/cometchat/docs-mcp", "repositorySource": "github", - "stargazerCount": 78, + "stargazerCount": 82, "websiteUrl": "https://www.cometchat.com/docs/mcp-server" } }, @@ -26073,7 +26168,7 @@ "context" ], "version": "0.4.81", - "updatedAt": "2026-09-11T14:19:49Z", + "updatedAt": "2026-09-17T15:41:13Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -26090,7 +26185,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.devchad-cmd%2Fskilldb/versions/0.8.3", "description": "A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.", "version": "0.8.3", - "updatedAt": "2026-09-11T14:19:52Z", + "updatedAt": "2026-09-17T15:41:14Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/devchad-cmd/skilldb-sdk#readme", @@ -26118,7 +26213,7 @@ "model-context-protocol" ], "version": "1.8.4", - "updatedAt": "2026-09-11T14:19:53Z", + "updatedAt": "2026-09-17T15:41:15Z", "metadata": { "readmeUrl": "https://github.com/dsers/dsers-mcp-server#readme", "repository": "https://github.com/dsers/dsers-mcp-server", @@ -26142,13 +26237,13 @@ "observability" ], "version": "1.1.1", - "updatedAt": "2026-09-11T14:19:55Z", + "updatedAt": "2026-09-17T15:41:16Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/dynatrace-oss/dynatrace-managed-mcp#readme", "repository": "https://github.com/dynatrace-oss/dynatrace-managed-mcp", "repositorySource": "github", - "stargazerCount": 28 + "stargazerCount": 29 } }, { @@ -26158,7 +26253,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.f%2Fprompts.chat-mcp/versions/1.0.9", "description": "Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.", "version": "1.0.9", - "updatedAt": "2026-09-11T14:19:56Z", + "updatedAt": "2026-09-17T15:41:17Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/f/prompts.chat-mcp#readme", @@ -26174,7 +26269,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.flinker-app%2Fifc-mcp/versions/0.1.17", "description": "Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.", "version": "0.1.17", - "updatedAt": "2026-09-11T14:19:57Z", + "updatedAt": "2026-09-17T15:41:18Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/flinker-app/ifc-mcp#readme", @@ -26194,35 +26289,35 @@ "tag-production" ], "version": "0.25.0", - "updatedAt": "2026-09-11T14:19:59Z", + "updatedAt": "2026-09-17T15:41:20Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/getsentry/sentry-mcp/tree/HEAD/packages/mcp-server", "repository": "https://github.com/getsentry/sentry-mcp", "repositorySource": "github", "repositorySubfolder": "packages/mcp-server", - "stargazerCount": 846 + "stargazerCount": 855 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.github:github-mcp-server", "displayName": "GitHub", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.github%2Fgithub-mcp-server/versions/1.12.1", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.github%2Fgithub-mcp-server/versions/1.12.2", "description": "Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.", "tags": [ "github", "mcp", "mcp-server" ], - "version": "1.12.1", - "updatedAt": "2026-09-11T14:20:00Z", + "version": "1.12.2", + "updatedAt": "2026-09-17T15:41:21Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/github/github-mcp-server#readme", "repository": "https://github.com/github/github-mcp-server", "repositorySource": "github", - "stargazerCount": 32869 + "stargazerCount": 33000 } }, { @@ -26237,7 +26332,7 @@ "mcp-server" ], "version": "0.6.0", - "updatedAt": "2026-09-11T14:20:02Z", + "updatedAt": "2026-09-17T15:41:23Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/goreleaser/mcp#readme", @@ -26253,13 +26348,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.hashicorp%2Fterraform-mcp-server/versions/1.0.0", "description": "Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise", "version": "1.0.0", - "updatedAt": "2026-09-11T14:20:04Z", + "updatedAt": "2026-09-17T15:41:25Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/hashicorp/terraform-mcp-server#readme", "repository": "https://github.com/hashicorp/terraform-mcp-server", "repositorySource": "github", - "stargazerCount": 1527 + "stargazerCount": 1530 } }, { @@ -26281,7 +26376,7 @@ "services" ], "version": "0.1.0", - "updatedAt": "2026-09-11T14:20:05Z", + "updatedAt": "2026-09-17T15:41:26Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/holomodular/ServiceBricks#readme", @@ -26294,7 +26389,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.hostinger:hostinger-api-mcp", "displayName": "Hostinger API", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.hostinger%2Fhostinger-api-mcp/versions/1.59.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.hostinger%2Fhostinger-api-mcp/versions/1.61.0", "description": "MCP server for Hostinger API", "tags": [ "ai", @@ -26305,21 +26400,21 @@ "mcp", "gemini-cli-extension" ], - "version": "1.59.0", - "updatedAt": "2026-09-11T14:20:07Z", + "version": "1.61.0", + "updatedAt": "2026-09-17T15:41:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/hostinger/api-mcp-server#readme", "repository": "https://github.com/hostinger/api-mcp-server", "repositorySource": "github", - "stargazerCount": 151 + "stargazerCount": 156 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.ihor-sokoliuk:mcp-searxng", "displayName": "SearXNG Search", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.ihor-sokoliuk%2Fmcp-searxng/versions/2.2.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.ihor-sokoliuk%2Fmcp-searxng/versions/2.3.0", "description": "MCP server for SearXNG — privacy-respecting web search with pagination, URL reading", "tags": [ "ai", @@ -26333,14 +26428,14 @@ "cursor", "privacy" ], - "version": "2.2.0", - "updatedAt": "2026-09-11T14:20:10Z", + "version": "2.3.0", + "updatedAt": "2026-09-17T15:41:30Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ihor-sokoliuk/mcp-searxng#readme", "repository": "https://github.com/ihor-sokoliuk/mcp-searxng", "repositorySource": "github", - "stargazerCount": 1221 + "stargazerCount": 1243 } }, { @@ -26362,13 +26457,13 @@ "rag" ], "version": "4.16.0", - "updatedAt": "2026-09-11T14:20:13Z", + "updatedAt": "2026-09-17T15:41:32Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/jagoff/memo#readme", "repository": "https://github.com/jagoff/memo", "repositorySource": "github", - "stargazerCount": 18 + "stargazerCount": 19 } }, { @@ -26389,7 +26484,7 @@ "jfrog-mcp" ], "version": "0.1.1", - "updatedAt": "2026-09-11T14:20:15Z", + "updatedAt": "2026-09-17T15:41:34Z", "metadata": { "readmeUrl": "https://github.com/jfrog/jfrog-mcp-server#readme", "repository": "https://github.com/jfrog/jfrog-mcp-server", @@ -26404,7 +26499,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.likhithreddy%2Ffittok/versions/0.11.1", "description": "Retrieve only the relevant code for a codebase question, within a token budget.", "version": "0.11.1", - "updatedAt": "2026-09-11T14:20:17Z", + "updatedAt": "2026-09-17T15:41:35Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/likhithreddy/fittok#readme", @@ -26420,7 +26515,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-devkit-server/versions/0.8.2", "description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.", "version": "0.8.2", - "updatedAt": "2026-09-11T14:20:18Z", + "updatedAt": "2026-09-17T15:41:37Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-devkit-server#readme", @@ -26436,13 +26531,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-server/versions/99.0.0-dev", "description": "Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.", "version": "99.0.0-dev", - "updatedAt": "2026-09-11T14:20:20Z", + "updatedAt": "2026-09-17T15:41:38Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-server#readme", "repository": "https://github.com/mapbox/mcp-server", "repositorySource": "github", - "stargazerCount": 354 + "stargazerCount": 355 } }, { @@ -26452,19 +26547,19 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.microsoft%2FEnterpriseMCP/versions/1.0.0", "description": "Official Microsoft MCP Server to query Microsoft Entra data using natural language", "version": "1.0.0", - "updatedAt": "2026-09-11T14:20:21Z", + "updatedAt": "2026-09-17T15:41:40Z", "metadata": { "readmeUrl": "https://github.com/microsoft/EnterpriseMCP#readme", "repository": "https://github.com/microsoft/EnterpriseMCP", "repositorySource": "github", - "stargazerCount": 53 + "stargazerCount": 55 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.microsoft:awesome-copilot", "displayName": "Awesome Copilot MCP Server", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.microsoft%2Fawesome-copilot/versions/1.0.2026090704", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.microsoft%2Fawesome-copilot/versions/1.0.2026091702", "description": "An MCP server that stores Copilot customizations from the Awesome Copilot repository", "tags": [ "dotnet", @@ -26472,8 +26567,8 @@ "mcp-client", "mcp-server" ], - "version": "1.0.2026090704", - "updatedAt": "2026-09-11T14:20:24Z", + "version": "1.0.2026091702", + "updatedAt": "2026-09-17T15:41:41Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp-dotnet-samples#readme", @@ -26490,13 +26585,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.miroapp%2Fmcp-server/versions/1.0.2", "description": "Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.", "version": "1.0.2", - "updatedAt": "2026-09-11T14:20:28Z", + "updatedAt": "2026-09-17T15:41:44Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/miroapp/miro-ai#readme", "repository": "https://github.com/miroapp/miro-ai", "repositorySource": "github", - "stargazerCount": 151 + "stargazerCount": 153 } }, { @@ -26518,7 +26613,7 @@ "mcp-server-card" ], "version": "0.7.7", - "updatedAt": "2026-09-11T14:20:29Z", + "updatedAt": "2026-09-17T15:41:46Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/agent-ready-mcp#readme", @@ -26547,7 +26642,7 @@ "mcp" ], "version": "0.8.11", - "updatedAt": "2026-09-11T14:20:31Z", + "updatedAt": "2026-09-17T15:41:47Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/scholar-sidekick-mcp#readme", @@ -26571,20 +26666,20 @@ "mongodb-database" ], "version": "2.1.0", - "updatedAt": "2026-09-11T14:20:34Z", + "updatedAt": "2026-09-17T15:41:49Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mongodb-js/mongodb-mcp-server#readme", "repository": "https://github.com/mongodb-js/mongodb-mcp-server", "repositorySource": "github", - "stargazerCount": 1126 + "stargazerCount": 1131 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.netdata:mcp-server", "displayName": "Netdata", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.netdata%2Fmcp-server/versions/2.11.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.netdata%2Fmcp-server/versions/2.11.1", "description": "Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.", "tags": [ "monitoring", @@ -26598,15 +26693,15 @@ "alerting", "influxdb" ], - "version": "2.11.0", - "updatedAt": "2026-09-11T14:20:35Z", + "version": "2.11.1", + "updatedAt": "2026-09-17T15:41:50Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/netdata/netdata/tree/HEAD/docs/netdata-ai/mcp", "repository": "https://github.com/netdata/netdata", "repositorySource": "github", "repositorySubfolder": "docs/netdata-ai/mcp", - "stargazerCount": 80484, + "stargazerCount": 80560, "websiteUrl": "https://www.netdata.cloud" } }, @@ -26617,7 +26712,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.oakallow%2Foakallow/versions/1.0.0", "description": "Runtime permission, approval, and audit layer for AI agent tool execution.", "version": "1.0.0", - "updatedAt": "2026-09-11T14:20:37Z", + "updatedAt": "2026-09-17T15:41:51Z", "metadata": { "readmeUrl": "https://github.com/oakallow/oakallow-mcp#readme", "repository": "https://github.com/oakallow/oakallow-mcp", @@ -26645,13 +26740,13 @@ "local-first" ], "version": "1.1.0", - "updatedAt": "2026-09-11T14:20:38Z", + "updatedAt": "2026-09-17T15:41:52Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/oleksiijko/pmb#readme", "repository": "https://github.com/oleksiijko/pmb", "repositorySource": "github", - "stargazerCount": 278 + "stargazerCount": 285 } }, { @@ -26673,13 +26768,13 @@ "mcp" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:20:39Z", + "updatedAt": "2026-09-17T15:41:54Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/openaccountants/openaccountants#readme", "repository": "https://github.com/openaccountants/openaccountants", "repositorySource": "github", - "stargazerCount": 371 + "stargazerCount": 387 } }, { @@ -26701,7 +26796,7 @@ "section-301" ], "version": "1.1.0", - "updatedAt": "2026-09-11T14:20:41Z", + "updatedAt": "2026-09-17T15:41:55Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/opsloft/tariff-resolver#readme", @@ -26730,13 +26825,13 @@ "video-editing" ], "version": "0.3.0", - "updatedAt": "2026-09-11T14:20:42Z", + "updatedAt": "2026-09-17T15:41:56Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/opus-pro/opusclip-mcp#readme", "repository": "https://github.com/opus-pro/opusclip-mcp", "repositorySource": "github", - "stargazerCount": 3, + "stargazerCount": 4, "websiteUrl": "https://help.opus.pro/api-reference/agent-setup" } }, @@ -26747,7 +26842,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.parseablehq%2Fparseable-mcp-server/versions/0.2.16", "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.", "version": "0.2.16", - "updatedAt": "2026-09-11T14:20:44Z", + "updatedAt": "2026-09-17T15:41:57Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/parseablehq/parseable-mcp-server#readme", @@ -26763,13 +26858,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.patrickchugh%2Fterravision/versions/0.47.0", "description": "Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons", "version": "0.47.0", - "updatedAt": "2026-09-11T14:20:45Z", + "updatedAt": "2026-09-17T15:41:58Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/patrickchugh/terravision#readme", "repository": "https://github.com/patrickchugh/terravision", "repositorySource": "github", - "stargazerCount": 1629, + "stargazerCount": 1634, "websiteUrl": "https://patrickchugh.github.io/terravision/" } }, @@ -26777,7 +26872,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.pete-builds:unifi", "displayName": "UniFi Gateway", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.pete-builds%2Funifi/versions/0.21.2", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.pete-builds%2Funifi/versions/0.23.0", "description": "Safe-by-default UniFi MCP: Network + Protect + Access, multi-site, dry-run, audit log.", "tags": [ "docker", @@ -26791,8 +26886,8 @@ "unifi", "ucg-fiber" ], - "version": "0.21.2", - "updatedAt": "2026-09-11T14:20:46Z", + "version": "0.23.0", + "updatedAt": "2026-09-17T15:42:00Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pete-builds/mcp-unifi#readme", @@ -26817,13 +26912,13 @@ "server" ], "version": "1.0.0", - "updatedAt": "2026-09-11T14:20:48Z", + "updatedAt": "2026-09-17T15:42:01Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pgEdge/pgedge-postgres-mcp#readme", "repository": "https://github.com/pgEdge/pgedge-postgres-mcp", "repositorySource": "github", - "stargazerCount": 223 + "stargazerCount": 227 } }, { @@ -26845,7 +26940,7 @@ "model-context-protocol" ], "version": "0.1.3", - "updatedAt": "2026-09-11T14:20:49Z", + "updatedAt": "2026-09-17T15:42:02Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/prest/prest-mcp-adapter#readme", @@ -26869,7 +26964,7 @@ "windsurf" ], "version": "2.3.2", - "updatedAt": "2026-09-11T14:20:50Z", + "updatedAt": "2026-09-17T15:42:04Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/pubnub/pubnub-mcp-server#readme", @@ -26886,7 +26981,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.quicknode%2Fmcp/versions/1.0.1", "description": "Manage your blockchain infrastructure across 80+ chains with your agents.", "version": "1.0.1", - "updatedAt": "2026-09-11T14:20:52Z", + "updatedAt": "2026-09-17T15:42:05Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/quicknode/agent-plugins#readme", @@ -26899,7 +26994,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.rigour-labs:rigour", "displayName": "Rigour", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.rigour-labs%2Frigour/versions/6.0.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.rigour-labs%2Frigour/versions/6.2.2", "description": "Quality gates for AI agents. Lint, test, build checks with memory persistence.", "tags": [ "agentic-workflow", @@ -26913,8 +27008,8 @@ "llm", "mcp" ], - "version": "6.0.0", - "updatedAt": "2026-09-11T14:20:53Z", + "version": "6.2.2", + "updatedAt": "2026-09-17T15:42:06Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/rigour-labs/rigour#readme", @@ -26930,7 +27025,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.salahawad%2Foutlook-personal-mcp/versions/0.1.1", "description": "Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).", "version": "0.1.1", - "updatedAt": "2026-09-11T14:20:56Z", + "updatedAt": "2026-09-17T15:42:08Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/salahawad/outlook-personal-mcp#readme", @@ -26943,20 +27038,20 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.sassoftware:sas-mcp-server", "displayName": "SAS Viya", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.sassoftware%2Fsas-mcp-server/versions/1.14.2", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.sassoftware%2Fsas-mcp-server/versions/1.15.0", "description": "Execute SAS code and query Compute, CAS, and model APIs on SAS Viya via OAuth 2.0.", "tags": [ "sas-aiml", "sas-osp" ], - "version": "1.14.2", - "updatedAt": "2026-09-11T14:20:57Z", + "version": "1.15.0", + "updatedAt": "2026-09-17T15:42:09Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/sassoftware/sas-mcp-server#readme", "repository": "https://github.com/sassoftware/sas-mcp-server", "repositorySource": "github", - "stargazerCount": 54 + "stargazerCount": 58 } }, { @@ -26978,7 +27073,7 @@ "tiktok" ], "version": "0.14.1", - "updatedAt": "2026-09-11T14:20:59Z", + "updatedAt": "2026-09-17T15:42:11Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/scavio-ai/scavio-mcp#readme", @@ -26993,14 +27088,19 @@ "type": "application/mcp-server+json", "url": "https://api.mcp.github.com/v0.1/servers/io.github.serpapi%2Fserpapi-mcp/versions/1.0.3", "description": "Official SerpApi MCP server for Google, Bing, and other search engines.", + "tags": [ + "mcp", + "mcp-server", + "mcp-servers" + ], "version": "1.0.3", - "updatedAt": "2026-09-11T14:21:01Z", + "updatedAt": "2026-09-17T15:42:12Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/serpapi/serpapi-mcp#readme", "repository": "https://github.com/serpapi/serpapi-mcp", "repositorySource": "github", - "stargazerCount": 169, + "stargazerCount": 171, "websiteUrl": "https://serpapi.com/" } }, @@ -27019,7 +27119,7 @@ "typescript" ], "version": "1.1.1", - "updatedAt": "2026-09-11T14:21:02Z", + "updatedAt": "2026-09-17T15:42:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shariqriazz/google-ai-search-mcp#readme", @@ -27047,7 +27147,7 @@ "semantic-scholar" ], "version": "1.7.4", - "updatedAt": "2026-09-11T14:21:06Z", + "updatedAt": "2026-09-17T15:42:15Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/semantic-scholar-mcp#readme", @@ -27075,7 +27175,7 @@ "drug-repurposing" ], "version": "1.3.6", - "updatedAt": "2026-09-11T14:21:07Z", + "updatedAt": "2026-09-17T15:42:16Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/uniprot-mcp#readme", @@ -27091,7 +27191,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.smythmyke%2Fgovtoolspro-mcp-server/versions/0.1.3", "description": "Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.", "version": "0.1.3", - "updatedAt": "2026-09-11T14:21:08Z", + "updatedAt": "2026-09-17T15:42:17Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/smythmyke/govtoolspro-mcp-server#readme", @@ -27108,7 +27208,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.snyk%2Fsaw-mcp/versions/1.1.2", "description": "MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage", "version": "1.1.2", - "updatedAt": "2026-09-11T14:21:10Z", + "updatedAt": "2026-09-17T15:42:18Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/snyk/saw-mcp#readme", @@ -27124,7 +27224,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.sourcegraph%2Fmcp/versions/0.1.0", "description": "Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.", "version": "0.1.0", - "updatedAt": "2026-09-11T14:21:11Z", + "updatedAt": "2026-09-17T15:42:20Z", "metadata": { "readmeUrl": "https://github.com/sourcegraph-community/mcpregistry#readme", "repository": "https://github.com/sourcegraph-community/mcpregistry", @@ -27151,13 +27251,13 @@ "stackql" ], "version": "0.11.669", - "updatedAt": "2026-09-11T14:21:12Z", + "updatedAt": "2026-09-17T15:42:21Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/stackql/stackql#readme", "repository": "https://github.com/stackql/stackql", "repositorySource": "github", - "stargazerCount": 958, + "stargazerCount": 965, "websiteUrl": "https://stackql.io" } }, @@ -27176,7 +27276,7 @@ "skillsmp" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:21:13Z", + "updatedAt": "2026-09-17T15:42:22Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/tambo-labs/charming-mcp#readme", @@ -27193,13 +27293,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.tavily-ai%2Ftavily-mcp/versions/0.2.15", "description": "MCP server for advanced web search using Tavily", "version": "0.2.15", - "updatedAt": "2026-09-11T14:21:14Z", + "updatedAt": "2026-09-17T15:42:23Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tavily-ai/tavily-mcp#readme", "repository": "https://github.com/tavily-ai/tavily-mcp", "repositorySource": "github", - "stargazerCount": 2378 + "stargazerCount": 2386 } }, { @@ -27221,13 +27321,13 @@ "ai-agents" ], "version": "3.0.2", - "updatedAt": "2026-09-11T14:21:16Z", + "updatedAt": "2026-09-17T15:42:25Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/uizze/uizze#readme", "repository": "https://github.com/uizze/uizze", "repositorySource": "github", - "stargazerCount": 19, + "stargazerCount": 20, "websiteUrl": "https://uizze.com" } }, @@ -27235,7 +27335,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.upstash:context7", "displayName": "Context7", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.upstash%2Fcontext7/versions/4.1.0", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.upstash%2Fcontext7/versions/4.1.1", "description": "Up-to-date code docs for any prompt", "tags": [ "llm", @@ -27243,14 +27343,14 @@ "mcp-server", "vibe-coding" ], - "version": "4.1.0", - "updatedAt": "2026-09-11T14:21:17Z", + "version": "4.1.1", + "updatedAt": "2026-09-17T15:42:26Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/upstash/context7#readme", "repository": "https://github.com/upstash/context7", "repositorySource": "github", - "stargazerCount": 61882, + "stargazerCount": 62117, "websiteUrl": "https://context7.com" } }, @@ -27261,13 +27361,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.venomseven%2Fnslookup/versions/1.6.0", "description": "DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks", "version": "1.6.0", - "updatedAt": "2026-09-11T14:21:20Z", + "updatedAt": "2026-09-17T15:42:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/NsLookup-io/nslookup-mcp#readme", "repository": "https://github.com/NsLookup-io/nslookup-mcp", "repositorySource": "github", - "stargazerCount": 22 + "stargazerCount": 23 } }, { @@ -27284,13 +27384,13 @@ "mcp" ], "version": "0.3.6", - "updatedAt": "2026-09-11T14:21:27Z", + "updatedAt": "2026-09-17T15:42:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/vercel/next-devtools-mcp#readme", "repository": "https://github.com/vercel/next-devtools-mcp", "repositorySource": "github", - "stargazerCount": 819 + "stargazerCount": 821 } }, { @@ -27312,12 +27412,12 @@ "spl-token" ], "version": "1.0.9", - "updatedAt": "2026-09-11T14:21:29Z", + "updatedAt": "2026-09-17T15:42:30Z", "metadata": { "readmeUrl": "https://github.com/vybenetwork/solana-mcp-vybe#readme", "repository": "https://github.com/vybenetwork/solana-mcp-vybe", "repositorySource": "github", - "stargazerCount": 1222, + "stargazerCount": 1275, "websiteUrl": "https://docs.vybenetwork.com/docs/mcp" } }, @@ -27325,7 +27425,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.wonderwhy-er:desktop-commander", "displayName": "Desktop Commander", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.wonderwhy-er%2Fdesktop-commander/versions/0.2.50", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.wonderwhy-er%2Fdesktop-commander/versions/0.2.51", "description": "MCP server for terminal commands, file operations, and process management", "tags": [ "agent", @@ -27338,14 +27438,14 @@ "vibe-coding", "gemini-cli-extension" ], - "version": "0.2.50", - "updatedAt": "2026-09-11T14:21:48Z", + "version": "0.2.51", + "updatedAt": "2026-09-17T15:42:31Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/wonderwhy-er/DesktopCommanderMCP#readme", "repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP", "repositorySource": "github", - "stargazerCount": 9540 + "stargazerCount": 9642 } }, { @@ -27358,7 +27458,7 @@ "ai-agents" ], "version": "0.9.2", - "updatedAt": "2026-09-11T14:21:50Z", + "updatedAt": "2026-09-17T15:42:33Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zation/agent-radar#readme", @@ -27371,16 +27471,16 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:io.github.zereight:gitlab-mcp", "displayName": "Zereight Gitlab", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/io.github.zereight%2Fgitlab-mcp/versions/2.1.61", + "url": "https://api.mcp.github.com/v0.1/servers/io.github.zereight%2Fgitlab-mcp/versions/2.1.63", "description": "GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.", - "version": "2.1.61", - "updatedAt": "2026-09-11T14:22:03Z", + "version": "2.1.63", + "updatedAt": "2026-09-17T15:42:34Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zereight/gitlab-mcp#readme", "repository": "https://github.com/zereight/gitlab-mcp", "repositorySource": "github", - "stargazerCount": 1968 + "stargazerCount": 1982 } }, { @@ -27402,7 +27502,7 @@ "zpa" ], "version": "0.15.4", - "updatedAt": "2026-09-11T14:22:10Z", + "updatedAt": "2026-09-17T15:42:36Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/zscaler/zscaler-mcp-server#readme", @@ -27429,7 +27529,7 @@ "typescript" ], "version": "0.1.1", - "updatedAt": "2026-09-11T14:22:13Z", + "updatedAt": "2026-09-17T15:42:37Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screen-arts/mediawork-mcp#readme", @@ -27457,7 +27557,7 @@ "url-shortener" ], "version": "3.1.0", - "updatedAt": "2026-09-11T14:22:14Z", + "updatedAt": "2026-09-17T15:42:38Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/PicSeeInc/picsee-mcp#readme", @@ -27473,7 +27573,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.port%2FPort/versions/1.0.2", "description": "Port.io mcp server", "version": "1.0.2", - "updatedAt": "2026-09-11T14:22:15Z", + "updatedAt": "2026-09-17T15:42:40Z", "metadata": { "readmeUrl": "https://github.com/port-labs/remote-mcp-server#readme", "repository": "https://github.com/port-labs/remote-mcp-server", @@ -27488,7 +27588,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.shipbook%2Fmcp/versions/1.1.0", "description": "Debug production issues using Shipbook logs and Loglytics error insights.", "version": "1.1.0", - "updatedAt": "2026-09-11T14:22:18Z", + "updatedAt": "2026-09-17T15:42:41Z", "metadata": { "readmeUrl": "https://github.com/ShipBook/shipbook-mcp#readme", "repository": "https://github.com/ShipBook/shipbook-mcp", @@ -27509,7 +27609,7 @@ "sast" ], "version": "1.1304.2", - "updatedAt": "2026-09-11T14:22:19Z", + "updatedAt": "2026-09-17T15:42:42Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/snyk/studio-mcp#readme", @@ -27525,7 +27625,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.unstructured%2Ftransform/versions/0.7.2", "description": "Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.", "version": "0.7.2", - "updatedAt": "2026-09-11T14:22:20Z", + "updatedAt": "2026-09-17T15:42:43Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Unstructured-IO/unstructured-mcp-integrations#readme", @@ -27570,7 +27670,7 @@ "readmeUrl": "https://github.com/makenotion/notion-mcp-server#readme", "repository": "https://github.com/makenotion/notion-mcp-server", "repositorySource": "github", - "stargazerCount": 4625 + "stargazerCount": 4637 } }, { @@ -27588,7 +27688,7 @@ "speedtest" ], "version": "1.1.3", - "updatedAt": "2026-09-11T14:22:25Z", + "updatedAt": "2026-09-17T15:42:44Z", "metadata": { "readmeUrl": "https://github.com/SpeedOfMe/speedofme-mcp#readme", "repository": "https://github.com/SpeedOfMe/speedofme-mcp", @@ -27610,7 +27710,7 @@ "readmeUrl": "https://github.com/microsoft/azure-devops-mcp#readme", "repository": "https://github.com/microsoft/azure-devops-mcp", "repositorySource": "github", - "stargazerCount": 2010 + "stargazerCount": 2018 } }, { @@ -27630,7 +27730,7 @@ "readmeUrl": "https://github.com/microsoft/clarity-mcp-server#readme", "repository": "https://github.com/microsoft/clarity-mcp-server", "repositorySource": "github", - "stargazerCount": 115 + "stargazerCount": 116 } }, { @@ -27686,7 +27786,7 @@ "readmeUrl": "https://github.com/microsoft/markitdown#readme", "repository": "https://github.com/microsoft/markitdown", "repositorySource": "github", - "stargazerCount": 182601 + "stargazerCount": 185061 } }, { @@ -27706,7 +27806,7 @@ "readmeUrl": "https://github.com/microsoft/playwright-mcp#readme", "repository": "https://github.com/microsoft/playwright-mcp", "repositorySource": "github", - "stargazerCount": 37010 + "stargazerCount": 37204 } }, { @@ -27734,7 +27834,7 @@ "readmeUrl": "https://github.com/microsoftdocs/mcp#readme", "repository": "https://github.com/microsoftdocs/mcp", "repositorySource": "github", - "stargazerCount": 1884 + "stargazerCount": 1892 } }, { @@ -27750,7 +27850,7 @@ "readmeUrl": "https://github.com/neondatabase/mcp-server-neon#readme", "repository": "https://github.com/neondatabase/mcp-server-neon", "repositorySource": "github", - "stargazerCount": 637 + "stargazerCount": 646 } }, { @@ -27778,7 +27878,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:one.faf:claude-faf-mcp", "displayName": "Claude FAF", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/one.faf%2Fclaude-faf-mcp/versions/5.22.1", + "url": "https://api.mcp.github.com/v0.1/servers/one.faf%2Fclaude-faf-mcp/versions/6.0.0", "description": "Persistent project context for Claude. IANA-registered .faf format.", "tags": [ "ai", @@ -27792,8 +27892,8 @@ "mcp-server", "model-context-protocol" ], - "version": "5.22.1", - "updatedAt": "2026-09-11T14:22:39Z", + "version": "6.0.0", + "updatedAt": "2026-09-17T15:42:45Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/claude-faf-mcp#readme", @@ -27822,7 +27922,7 @@ "typescript" ], "version": "3.0.2", - "updatedAt": "2026-09-11T14:22:40Z", + "updatedAt": "2026-09-17T15:42:47Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/faf-mcp#readme", @@ -27857,14 +27957,14 @@ "readmeUrl": "https://github.com/oraios/serena#readme", "repository": "https://github.com/oraios/serena", "repositorySource": "github", - "stargazerCount": 29180 + "stargazerCount": 29523 } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:org.sylin:ghostlight", "displayName": "Sylin Ghostlight", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/org.sylin%2Fghostlight/versions/1.3.5", + "url": "https://api.mcp.github.com/v0.1/servers/org.sylin%2Fghostlight/versions/1.3.8", "description": "Visible local browser automation in signed-in Chromium, with optional policy and audit.", "tags": [ "access-control", @@ -27878,8 +27978,8 @@ "model-context-protocol", "rust" ], - "version": "1.3.5", - "updatedAt": "2026-09-11T14:22:43Z", + "version": "1.3.8", + "updatedAt": "2026-09-17T15:42:48Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/sylin-org/ghostlight#readme", @@ -27908,13 +28008,13 @@ "typescript" ], "version": "1.0.1", - "updatedAt": "2026-09-11T14:22:45Z", + "updatedAt": "2026-09-17T15:42:50Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gamedevpl/www.gamedev.pl#readme", "repository": "https://github.com/gamedevpl/www.gamedev.pl", "repositorySource": "github", - "stargazerCount": 14, + "stargazerCount": 15, "websiteUrl": "https://www.gamedev.pl" } }, @@ -27931,7 +28031,7 @@ "readmeUrl": "https://github.com/pydantic/logfire-mcp#readme", "repository": "https://github.com/pydantic/logfire-mcp", "repositorySource": "github", - "stargazerCount": 162 + "stargazerCount": 161 } }, { @@ -27967,7 +28067,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/uk.sadiqoon%2Fsakh/versions/1.0.1", "description": "Ayatollah Khamenei corpus: fatwas, lectures, knowledge graph. Arabic/Persian. Research access.", "version": "1.0.1", - "updatedAt": "2026-09-11T14:22:49Z", + "updatedAt": "2026-09-17T15:42:51Z", "metadata": { "readmeUrl": "https://github.com/SADIQOON-LTD/sakh-mcp#readme", "repository": "https://github.com/SADIQOON-LTD/sakh-mcp", @@ -28000,7 +28100,7 @@ "readmeUrl": "https://github.com/zapier/zapier-mcp#readme", "repository": "https://github.com/zapier/zapier-mcp", "repositorySource": "github", - "stargazerCount": 405 + "stargazerCount": 410 } } ] diff --git a/catalog/com.you/mcp.json b/catalog/com.you/mcp.json deleted file mode 100644 index 45ff78d..0000000 --- a/catalog/com.you/mcp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "identifier": "urn:ai:mcp-server:you.com:mcp", - "displayName": "You.com MCP", - "mediaType": "application/mcp-server+json", - "url": "https://api.you.com/mcp", - "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery.", - "metadata": { - "sourceSet": "you.com", - "serverName": "you.com/mcp", - "serverUrl": "https://api.you.com/mcp" - } -} diff --git a/catalog/youdotcom-oss/you-agent-plugin.json b/catalog/youdotcom-oss/you-agent-plugin.json new file mode 100644 index 0000000..7e255bb --- /dev/null +++ b/catalog/youdotcom-oss/you-agent-plugin.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-agent-plugin", + "displayName": "You.com Agent Plugin", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/plugin.json", + "description": "Portable Agent Plugins v1.0.0 package bundling You.com skills and MCP servers (search, research, finance, and integration discovery) for any conformant client.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-claude-code.json b/catalog/youdotcom-oss/you-claude-code.json index c4cbc20..6c5bf35 100644 --- a/catalog/youdotcom-oss/you-claude-code.json +++ b/catalog/youdotcom-oss/you-claude-code.json @@ -1,8 +1,8 @@ { "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-claude-code", "displayName": "You.com Claude Code", - "mediaType": "application/vnd.github.copilot-plugin", - "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "mediaType": "application/vnd.anthropic.claude-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.claude-plugin/plugin.json", "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", "metadata": { "sourceSet": "youdotcom-oss/agent-skills", diff --git a/catalog/youdotcom-oss/you-copilot-cli.json b/catalog/youdotcom-oss/you-copilot-cli.json index 6b37700..d1d43d2 100644 --- a/catalog/youdotcom-oss/you-copilot-cli.json +++ b/catalog/youdotcom-oss/you-copilot-cli.json @@ -2,7 +2,7 @@ "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-copilot-cli", "displayName": "You.com Copilot CLI", "mediaType": "application/vnd.github.copilot-plugin", - "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.plugin/plugin.json", "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", "metadata": { "sourceSet": "youdotcom-oss/agent-skills", From 3b4e5e761dfd7f80b1427b7b3c5ae2ab9e7f10f2 Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Thu, 17 Sep 2026 09:04:50 -0700 Subject: [PATCH 3/6] Add You.com Onboarding skill to catalog Hosted Agent Skill at https://you.com/SKILL.md that onboards coding agents to You.com and routes between local use and integration building. --- ai-catalog.json | 13 +++++++++++++ catalog/youdotcom-oss/you-onboarding.json | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 catalog/youdotcom-oss/you-onboarding.json diff --git a/ai-catalog.json b/ai-catalog.json index 88f6254..f388e15 100644 --- a/ai-catalog.json +++ b/ai-catalog.json @@ -22451,6 +22451,19 @@ }, "type": "application/ai-skill" }, + { + "identifier": "urn:air:you.com:skills:you-onboarding", + "displayName": "You.com Onboarding", + "mediaType": "application/ai-skill", + "url": "https://you.com/SKILL.md", + "description": "Onboard coding agents to You.com: install the You.com skills or plugin for the current host, reload, then route to local use (OAuth) or building an integration via you-discover and an API key.", + "tags": [ + "onboarding", + "mcp", + "agent-skills" + ], + "type": "application/ai-skill" + }, { "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-research", "displayName": "You Research", diff --git a/catalog/youdotcom-oss/you-onboarding.json b/catalog/youdotcom-oss/you-onboarding.json new file mode 100644 index 0000000..ffc803f --- /dev/null +++ b/catalog/youdotcom-oss/you-onboarding.json @@ -0,0 +1,12 @@ +{ + "identifier": "urn:ai:you.com:skills:you-onboarding", + "displayName": "You.com Onboarding", + "mediaType": "application/ai-skill", + "url": "https://you.com/SKILL.md", + "description": "Onboard coding agents to You.com: install the You.com skills or plugin for the current host, reload, then route to local use (OAuth) or building an integration via you-discover and an API key.", + "tags": [ + "onboarding", + "mcp", + "agent-skills" + ] +} From d1fd2797f32c2be1c23686b0ae99b493af873abc Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Thu, 17 Sep 2026 09:12:46 -0700 Subject: [PATCH 4/6] Add direct You.com MCP server entry io.github.youdotcom-oss/mcp is active in the official MCP Registry but not yet mirrored into GitHub's MCP catalog, so a direct entry is needed for it to appear in ai-catalog.json. This entry can be removed once GitHub's registry mirror ingests the server. --- ai-catalog.json | 12 ++++++++++++ catalog/youdotcom-oss/you-mcp.json | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 catalog/youdotcom-oss/you-mcp.json diff --git a/ai-catalog.json b/ai-catalog.json index f388e15..60340c8 100644 --- a/ai-catalog.json +++ b/ai-catalog.json @@ -22451,6 +22451,18 @@ }, "type": "application/ai-skill" }, + { + "identifier": "urn:air:github.com:youdotcom-oss:mcp:you-mcp", + "displayName": "You.com MCP", + "mediaType": "application/mcp-server+json", + "url": "https://api.you.com/mcp", + "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery. Registry name: io.github.youdotcom-oss/mcp.", + "metadata": { + "sourceSet": "youdotcom-oss/mcp", + "repoPath": "README.md" + }, + "type": "application/mcp-server+json" + }, { "identifier": "urn:air:you.com:skills:you-onboarding", "displayName": "You.com Onboarding", diff --git a/catalog/youdotcom-oss/you-mcp.json b/catalog/youdotcom-oss/you-mcp.json new file mode 100644 index 0000000..1163952 --- /dev/null +++ b/catalog/youdotcom-oss/you-mcp.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:mcp:you-mcp", + "displayName": "You.com MCP", + "mediaType": "application/mcp-server+json", + "url": "https://api.you.com/mcp", + "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery. Registry name: io.github.youdotcom-oss/mcp.", + "metadata": { + "sourceSet": "youdotcom-oss/mcp", + "repoPath": "README.md" + } +} From b94f27ccad92daef1b2ec30bf0bef5caf472289f Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Thu, 17 Sep 2026 10:16:35 -0700 Subject: [PATCH 5/6] Add You.com Cursor plugin entry --- ai-catalog.json | 494 +++++++++++++------------- catalog/youdotcom-oss/you-cursor.json | 11 + 2 files changed, 264 insertions(+), 241 deletions(-) create mode 100644 catalog/youdotcom-oss/you-cursor.json diff --git a/ai-catalog.json b/ai-catalog.json index 60340c8..c5a9ffe 100644 --- a/ai-catalog.json +++ b/ai-catalog.json @@ -22415,6 +22415,18 @@ }, "type": "application/vnd.github.copilot-plugin" }, + { + "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-cursor", + "displayName": "You.com Cursor", + "mediaType": "application/vnd.cursor.cursor-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com Cursor plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".cursor-plugin/plugin.json" + }, + "type": "application/vnd.cursor.cursor-plugin+json" + }, { "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-discover", "displayName": "You Discover", @@ -22519,7 +22531,7 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:37:56Z", + "updatedAt": "2026-09-17T16:43:34Z", "metadata": { "readmeUrl": "https://github.com/bittlebitsai/bittlebits-plugin#readme", "repository": "https://github.com/bittlebitsai/bittlebits-plugin", @@ -22531,10 +22543,10 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:ai.bowmark:bowmark", "displayName": "Bowmark", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.136.0", + "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.137.0", "description": "Do things on live websites: prices, availability, quotes, bookings, anything behind a form or login.", - "version": "8.136.0", - "updatedAt": "2026-09-17T15:37:57Z", + "version": "8.137.0", + "updatedAt": "2026-09-17T16:43:35Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/bowmark-ai/skill#readme", @@ -22550,7 +22562,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.certscore%2Fmcp-light/versions/0.2.20", "description": "Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.", "version": "0.2.20", - "updatedAt": "2026-09-17T15:38:10Z", + "updatedAt": "2026-09-17T16:43:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ergoveritas1-alt/certscore.ai/tree/HEAD/packages/certscore-mcp", @@ -22567,7 +22579,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.connectmachine%2Fconnectmachine/versions/1.0.8", "description": "Manage your ConnectMachine contacts, networks, events, and digital business cards.", "version": "1.0.8", - "updatedAt": "2026-09-17T15:38:11Z", + "updatedAt": "2026-09-17T16:43:49Z", "metadata": { "readmeUrl": "https://github.com/connectmachine/mcp-server#readme", "repository": "https://github.com/connectmachine/mcp-server", @@ -22592,7 +22604,7 @@ "medianeria" ], "version": "1.0.4", - "updatedAt": "2026-09-17T15:38:12Z", + "updatedAt": "2026-09-17T16:43:50Z", "metadata": { "readmeUrl": "https://github.com/CMS87/epinu-mcp#readme", "repository": "https://github.com/CMS87/epinu-mcp", @@ -22607,7 +22619,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.example4%2Fxmp4/versions/1.2.6", "description": "OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.", "version": "1.2.6", - "updatedAt": "2026-09-17T15:38:13Z", + "updatedAt": "2026-09-17T16:43:51Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/0ics-srls/lsai-xmp4.public#readme", @@ -22631,7 +22643,7 @@ "web-search" ], "version": "0.1.2", - "updatedAt": "2026-09-17T15:38:14Z", + "updatedAt": "2026-09-17T16:43:52Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/keenableai/keenable-mcp#readme", @@ -22658,7 +22670,7 @@ "claude-code" ], "version": "1.19.0", - "updatedAt": "2026-09-17T15:38:16Z", + "updatedAt": "2026-09-17T16:43:53Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Nauro-AI/nauro#readme", @@ -22682,7 +22694,7 @@ "model-context-protocol" ], "version": "0.14.2", - "updatedAt": "2026-09-17T15:38:17Z", + "updatedAt": "2026-09-17T16:43:55Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/plori-ai/plori#readme", @@ -22710,7 +22722,7 @@ "accounting" ], "version": "1.10.2", - "updatedAt": "2026-09-17T15:38:18Z", + "updatedAt": "2026-09-17T16:43:56Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/RoboFinSystems/robosystems#readme", @@ -22739,7 +22751,7 @@ "agent-skills" ], "version": "0.6.8", - "updatedAt": "2026-09-17T15:38:20Z", + "updatedAt": "2026-09-17T16:43:58Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/vaaya-ai/vaaya-mcp#readme", @@ -22792,7 +22804,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.clicon%2Flotus/versions/1.27.0", "description": "Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes.", "version": "1.27.0", - "updatedAt": "2026-09-17T15:38:21Z", + "updatedAt": "2026-09-17T16:43:59Z", "metadata": { "readmeUrl": "https://github.com/martinendara/lotus-mcp#readme", "repository": "https://github.com/martinendara/lotus-mcp", @@ -22818,7 +22830,7 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-17T15:38:22Z", + "updatedAt": "2026-09-17T16:44:00Z", "metadata": { "readmeUrl": "https://github.com/desktop-commander/remote-desktop-commander#readme", "repository": "https://github.com/desktop-commander/remote-desktop-commander", @@ -22842,7 +22854,7 @@ "workflows" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:23Z", + "updatedAt": "2026-09-17T16:44:01Z", "metadata": { "readmeUrl": "https://github.com/glifxyz/glif-mcp-server#readme", "repository": "https://github.com/glifxyz/glif-mcp-server", @@ -22858,7 +22870,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.lucid.mcp%2Flucid/versions/1.0.0", "description": "Lucid’s connector creates diagrams, searches, edits, shares, and retrieves docs to summarize.", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:24Z", + "updatedAt": "2026-09-17T16:44:02Z", "metadata": { "readmeUrl": "https://github.com/lucidsoftware/lucid-mcp-server#readme", "repository": "https://github.com/lucidsoftware/lucid-mcp-server", @@ -22885,7 +22897,7 @@ "websocket" ], "version": "0.6.0", - "updatedAt": "2026-09-17T15:38:25Z", + "updatedAt": "2026-09-17T16:44:03Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pensados/sentinelx-cloud-core#readme", @@ -22981,7 +22993,7 @@ "mcp" ], "version": "2.12.18", - "updatedAt": "2026-09-17T15:38:27Z", + "updatedAt": "2026-09-17T16:44:05Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/azmartone67/dchub-mcp-server#readme", @@ -22998,7 +23010,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/co.axiom%2Fmcp/versions/1.0.0", "description": "List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:28Z", + "updatedAt": "2026-09-17T16:44:06Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/axiomhq/mcp/tree/HEAD/apps/mcp", @@ -23026,7 +23038,7 @@ "w2-staffing" ], "version": "1.7.2", - "updatedAt": "2026-09-17T15:38:29Z", + "updatedAt": "2026-09-17T16:44:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tempguru-co/tempguru-mcp#readme", @@ -23089,13 +23101,13 @@ "mcp-server" ], "version": "0.16.0", - "updatedAt": "2026-09-17T15:38:30Z", + "updatedAt": "2026-09-17T16:44:09Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/apify/apify-mcp-server#readme", "repository": "https://github.com/apify/apify-mcp-server", "repositorySource": "github", - "stargazerCount": 7495 + "stargazerCount": 7503 } }, { @@ -23117,7 +23129,7 @@ "cursor" ], "version": "2.0.0", - "updatedAt": "2026-09-17T15:38:32Z", + "updatedAt": "2026-09-17T16:44:11Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/atlassian/atlassian-mcp-server#readme", @@ -23134,7 +23146,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.atom%2Fpremium-domains/versions/2.0.7", "description": "Search, appraise, trademark-check, and buy premium brandable domain names from Atom.com.", "version": "2.0.7", - "updatedAt": "2026-09-17T15:38:33Z", + "updatedAt": "2026-09-17T16:44:12Z", "metadata": { "readmeUrl": "https://github.com/atomdomains/atom-mcp-server#readme", "repository": "https://github.com/atomdomains/atom-mcp-server", @@ -23149,7 +23161,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fatc/versions/1.0.1", "description": "Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental", "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:35Z", + "updatedAt": "2026-09-17T16:44:13Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23165,7 +23177,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Favatax/versions/1.0.1", "description": "Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance", "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:36Z", + "updatedAt": "2026-09-17T16:44:14Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23181,7 +23193,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fbl/versions/1.0.0", "description": "Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:37Z", + "updatedAt": "2026-09-17T16:44:15Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23197,7 +23209,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fclassification/versions/1.0.0", "description": "Classify, validate & verify HS codes and access tariff compliance data for cross-border trade", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:38Z", + "updatedAt": "2026-09-17T16:44:16Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23213,7 +23225,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fcross-border/versions/1.0.0", "description": "Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:39Z", + "updatedAt": "2026-09-17T16:44:17Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23229,7 +23241,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fdocs/versions/1.0.1", "description": "Provides access to Avalara developer documentation, integration guides, and code examples", "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:40Z", + "updatedAt": "2026-09-17T16:44:18Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23245,7 +23257,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Felr/versions/1.0.0", "description": "Provides access to Avalara E-Invoicing and Live Reporting APIs for document statuses and compliance", "version": "1.0.0", - "updatedAt": "2026-09-17T15:38:41Z", + "updatedAt": "2026-09-17T16:44:19Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23261,7 +23273,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Freturns/versions/1.0.1", "description": "Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data", "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:42Z", + "updatedAt": "2026-09-17T16:44:20Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23277,7 +23289,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.blackduck%2Fmcp-server/versions/1.1.8", "description": "AI-powered security scanning using Black Duck Signal for vulnerability detection.", "version": "1.1.8", - "updatedAt": "2026-09-17T15:38:43Z", + "updatedAt": "2026-09-17T16:44:22Z", "metadata": { "readmeUrl": "https://github.com/blackducksoftware/mcp-server#readme", "repository": "https://github.com/blackducksoftware/mcp-server", @@ -23291,7 +23303,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.breckenwander%2Ftravel-connector/versions/0.2.1", "description": "Search flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com.", "version": "0.2.1", - "updatedAt": "2026-09-17T15:38:44Z", + "updatedAt": "2026-09-17T16:44:23Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/durwardjohnson/breckenwander-travel-connector#readme", @@ -23315,7 +23327,7 @@ "mcp" ], "version": "0.6.1", - "updatedAt": "2026-09-17T15:38:45Z", + "updatedAt": "2026-09-17T16:44:24Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/celigo/ai#readme", @@ -23342,7 +23354,7 @@ "web3" ], "version": "1.10.10", - "updatedAt": "2026-09-17T15:38:46Z", + "updatedAt": "2026-09-17T16:44:25Z", "metadata": { "readmeUrl": "https://github.com/chainstacklabs/mcp-server#readme", "repository": "https://github.com/chainstacklabs/mcp-server", @@ -23370,7 +23382,7 @@ "voice-ai" ], "version": "0.1.0", - "updatedAt": "2026-09-17T15:38:48Z", + "updatedAt": "2026-09-17T16:44:26Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/SkillfulAgents/dialmcp-connector#readme", @@ -23387,7 +23399,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.easyship%2Fmcp/versions/0.6.5", "description": "Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.", "version": "0.6.5", - "updatedAt": "2026-09-17T15:38:49Z", + "updatedAt": "2026-09-17T16:44:27Z", "metadata": { "readmeUrl": "https://github.com/easyship/easyship-mcp-plugin#readme", "repository": "https://github.com/easyship/easyship-mcp-plugin", @@ -23401,7 +23413,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.figma.mcp%2Fmcp/versions/1.0.3", "description": "The Figma MCP server brings Figma design context directly into your AI workflow.", "version": "1.0.3", - "updatedAt": "2026-09-17T15:38:50Z", + "updatedAt": "2026-09-17T16:44:29Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/figma/mcp-server-guide#readme", @@ -23428,7 +23440,7 @@ "model-context-protocol" ], "version": "1.2.0", - "updatedAt": "2026-09-17T15:38:51Z", + "updatedAt": "2026-09-17T16:44:29Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/getappniche/mcp#readme", @@ -23444,7 +23456,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getfirmament%2Ffirmament/versions/0.1.1", "description": "Your team's shared, verified knowledge for AI agents: ask what's true, record what you learn.", "version": "0.1.1", - "updatedAt": "2026-09-17T15:38:52Z", + "updatedAt": "2026-09-17T16:44:30Z", "metadata": { "readmeUrl": "https://github.com/spkenny455/firmament-mcp#readme", "repository": "https://github.com/spkenny455/firmament-mcp", @@ -23459,7 +23471,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getguru%2Fmcp-server/versions/1.0.2", "description": "Guru MCP Server - Connect AI tools to your Guru knowledge base", "version": "1.0.2", - "updatedAt": "2026-09-17T15:38:53Z", + "updatedAt": "2026-09-17T16:44:31Z", "metadata": { "readmeUrl": "https://github.com/guruhq/remote-mcp-server#readme", "repository": "https://github.com/guruhq/remote-mcp-server", @@ -23484,7 +23496,7 @@ "wp-agent" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:38:54Z", + "updatedAt": "2026-09-17T16:44:32Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wp-agent-mcp#readme", "repository": "https://github.com/yaniv-fink/wp-agent-mcp", @@ -23510,7 +23522,7 @@ "modelcontextprotocol" ], "version": "1.2.1", - "updatedAt": "2026-09-17T15:38:55Z", + "updatedAt": "2026-09-17T16:44:34Z", "metadata": { "readmeUrl": "https://github.com/gleanwork/remote-mcp-server#readme", "repository": "https://github.com/gleanwork/remote-mcp-server", @@ -23526,7 +23538,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.hitsteps%2Fanalytics-operations/versions/1.1.4", "description": "AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.", "version": "1.1.4", - "updatedAt": "2026-09-17T15:38:57Z", + "updatedAt": "2026-09-17T16:44:35Z", "metadata": { "readmeUrl": "https://github.com/Hitsteps/MCP#readme", "repository": "https://github.com/Hitsteps/MCP", @@ -23553,7 +23565,7 @@ "technical-drawing" ], "version": "0.1.1", - "updatedAt": "2026-09-17T15:38:58Z", + "updatedAt": "2026-09-17T16:44:36Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/imnoo-team/drawing-converter-mcp#readme", @@ -23569,7 +23581,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.industry-lens%2Fmcp-public/versions/0.2.0", "description": "B2B SaaS competitor pricing changes, strategic moves, market landscapes, reports and comparisons.", "version": "0.2.0", - "updatedAt": "2026-09-17T15:38:59Z", + "updatedAt": "2026-09-17T16:44:37Z", "metadata": { "readmeUrl": "https://github.com/IndustryLensOp/industrylens-mcp-docs#readme", "repository": "https://github.com/IndustryLensOp/industrylens-mcp-docs", @@ -23592,7 +23604,7 @@ "trading" ], "version": "0.9.0", - "updatedAt": "2026-09-17T15:39:00Z", + "updatedAt": "2026-09-17T16:44:38Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/longbridge/longbridge-mcp#readme", @@ -23612,7 +23624,7 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-17T15:39:01Z", + "updatedAt": "2026-09-17T16:44:40Z", "metadata": { "readmeUrl": "https://github.com/mablhq/mabl-mcp-server#readme", "repository": "https://github.com/mablhq/mabl-mcp-server", @@ -23639,7 +23651,7 @@ "model-context-protocol" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:39:02Z", + "updatedAt": "2026-09-17T16:44:41Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/macfax/macfax-mcp#readme", @@ -23665,7 +23677,7 @@ "gemini-cli-extension" ], "version": "1.1.1", - "updatedAt": "2026-09-17T15:39:03Z", + "updatedAt": "2026-09-17T16:44:42Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anrawool/mailrith-agent-platform/tree/HEAD/packages/mcp-server", @@ -23690,7 +23702,7 @@ "persistent-memory" ], "version": "1.3.2", - "updatedAt": "2026-09-17T15:39:05Z", + "updatedAt": "2026-09-17T16:44:43Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gpitrella/memxus-remote-mcp#readme", @@ -23706,14 +23718,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fazure/versions/3.0.0-beta.44", "description": "All Azure MCP tools to create a seamless connection between AI agents and Azure services.", "version": "3.0.0-beta.44", - "updatedAt": "2026-09-17T15:39:06Z", + "updatedAt": "2026-09-17T16:44:45Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Azure.Mcp.Server", "repository": "https://github.com/microsoft/mcp", "repositorySource": "github", "repositorySubfolder": "servers/Azure.Mcp.Server", - "stargazerCount": 3682, + "stargazerCount": 3683, "websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server" } }, @@ -23724,14 +23736,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fmicrosoft-fabric/versions/1.4.0", "description": "MCP tools for interacting with Microsoft Fabric", "version": "1.4.0", - "updatedAt": "2026-09-17T15:39:08Z", + "updatedAt": "2026-09-17T16:44:47Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Fabric.Mcp.Server", "repository": "https://github.com/microsoft/mcp", "repositorySource": "github", "repositorySubfolder": "servers/Fabric.Mcp.Server", - "stargazerCount": 3682, + "stargazerCount": 3683, "websiteUrl": "https://github.com/microsoft/mcp/tree/main/servers/Fabric.Mcp.Server" } }, @@ -23742,7 +23754,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fnuget/versions/1.4.16", "description": "A Model Context Protocol (MCP) server for NuGet.", "version": "1.4.16", - "updatedAt": "2026-09-17T15:39:09Z", + "updatedAt": "2026-09-17T16:44:48Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/NuGet/Home/tree/HEAD/mcp", @@ -23759,7 +23771,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fsentinel-data-exploration/versions/1.0.1", "description": "Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de", "version": "1.0.1", - "updatedAt": "2026-09-17T15:39:10Z", + "updatedAt": "2026-09-17T16:44:49Z", "metadata": { "readmeUrl": "https://github.com/microsoft/sentinel-data-exploration-mcp#readme", "repository": "https://github.com/microsoft/sentinel-data-exploration-mcp", @@ -23778,7 +23790,7 @@ "mcp-server" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:39:11Z", + "updatedAt": "2026-09-17T16:44:50Z", "metadata": { "readmeUrl": "https://github.com/mobbin/mobbin-mcp-server#readme", "repository": "https://github.com/mobbin/mobbin-mcp-server", @@ -23800,7 +23812,7 @@ "monday" ], "version": "0.0.1", - "updatedAt": "2026-09-17T15:39:12Z", + "updatedAt": "2026-09-17T16:44:52Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mondaycom/mcp#readme", @@ -23823,7 +23835,7 @@ "sports-betting" ], "version": "1.4.5", - "updatedAt": "2026-09-17T15:39:13Z", + "updatedAt": "2026-09-17T16:44:53Z", "metadata": { "readmeUrl": "https://github.com/jessejohnsohn/negativeev-mcp#readme", "repository": "https://github.com/jessejohnsohn/negativeev-mcp", @@ -23838,7 +23850,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.nitrosend%2Fnitrosend/versions/0.8.2", "description": "AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.", "version": "0.8.2", - "updatedAt": "2026-09-17T15:39:15Z", + "updatedAt": "2026-09-17T16:44:54Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/nitrosend/mcp#readme", @@ -23855,7 +23867,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.opslevel%2Fmcp/versions/0.1.1", "description": "Query your OpsLevel internal developer portal: catalog, maturity data, and tech docs.", "version": "0.1.1", - "updatedAt": "2026-09-17T15:39:16Z", + "updatedAt": "2026-09-17T16:44:55Z", "metadata": { "readmeUrl": "https://github.com/OpsLevel/opslevel-mcp-remote#readme", "repository": "https://github.com/OpsLevel/opslevel-mcp-remote", @@ -23882,7 +23894,7 @@ "copilot" ], "version": "2.12.3", - "updatedAt": "2026-09-17T15:39:17Z", + "updatedAt": "2026-09-17T16:44:56Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/postmanlabs/postman-mcp-server#readme", @@ -23899,7 +23911,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.publora%2Fmcp-server/versions/1.1.1", "description": "Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.", "version": "1.1.1", - "updatedAt": "2026-09-17T15:39:18Z", + "updatedAt": "2026-09-17T16:44:58Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/publora/mcp-server#readme", @@ -23928,7 +23940,7 @@ "mcp" ], "version": "1.0.2", - "updatedAt": "2026-09-17T15:39:19Z", + "updatedAt": "2026-09-17T16:44:59Z", "metadata": { "readmeUrl": "https://github.com/qualityclouds/qualityclouds#readme", "repository": "https://github.com/qualityclouds/qualityclouds", @@ -23953,7 +23965,7 @@ "review-management" ], "version": "1.0.2", - "updatedAt": "2026-09-17T15:39:20Z", + "updatedAt": "2026-09-17T16:45:00Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/reputemap/mcp#readme", @@ -23979,7 +23991,7 @@ "website-screenshot" ], "version": "0.1.1", - "updatedAt": "2026-09-17T15:39:22Z", + "updatedAt": "2026-09-17T16:45:01Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screenshotscout/screenshotscout-mcp#readme", @@ -23995,7 +24007,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sherweb%2Fplatform/versions/1.52.10", "description": "Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate.", "version": "1.52.10", - "updatedAt": "2026-09-17T15:39:23Z", + "updatedAt": "2026-09-17T16:45:02Z", "metadata": { "readmeUrl": "https://github.com/sherweb/platform-mcp#readme", "repository": "https://github.com/sherweb/platform-mcp", @@ -24007,7 +24019,7 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:com.shipstatic:mcp", "displayName": "ShipStatic", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/com.shipstatic%2Fmcp/versions/1.12.1", + "url": "https://api.mcp.github.com/v0.1/servers/com.shipstatic%2Fmcp/versions/1.12.2", "description": "Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.", "tags": [ "ai", @@ -24021,8 +24033,8 @@ "static-hosting", "static-site" ], - "version": "1.12.1", - "updatedAt": "2026-09-17T15:39:24Z", + "version": "1.12.2", + "updatedAt": "2026-09-17T16:45:03Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shipstatic/mcp#readme", @@ -24051,7 +24063,7 @@ "swagger" ], "version": "0.40.0", - "updatedAt": "2026-09-17T15:39:26Z", + "updatedAt": "2026-09-17T16:45:05Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -24079,7 +24091,7 @@ "swagger" ], "version": "0.33.0", - "updatedAt": "2026-09-17T15:39:27Z", + "updatedAt": "2026-09-17T16:45:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -24095,7 +24107,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sonatype%2Fdependency-management-mcp-server/versions/1.0.2", "description": "Sonatype component intelligence: versions, security analysis, and Trust Score recommendations", "version": "1.0.2", - "updatedAt": "2026-09-17T15:39:28Z", + "updatedAt": "2026-09-17T16:45:09Z", "metadata": { "readmeUrl": "https://github.com/sonatype/dependency-management-mcp-server#readme", "repository": "https://github.com/sonatype/dependency-management-mcp-server", @@ -24113,7 +24125,7 @@ "soracom" ], "version": "1.1.4", - "updatedAt": "2026-09-17T15:39:29Z", + "updatedAt": "2026-09-17T16:45:10Z", "metadata": { "readmeUrl": "https://github.com/soracom/mcp/tree/HEAD/servers/knowledge", "repository": "https://github.com/soracom/mcp", @@ -24130,7 +24142,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackhawk%2Fstackhawk/versions/1.1.1", "description": "An MCP server that provides interaction with StackHawk's security scanning platform.", "version": "1.1.1", - "updatedAt": "2026-09-17T15:39:31Z", + "updatedAt": "2026-09-17T16:45:11Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/stackhawk/stackhawk-mcp#readme", @@ -24146,7 +24158,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackoverflow.mcp%2Fmcp/versions/1.1.3", "description": "Access Stack Overflow's trusted and verified technical questions and answers.", "version": "1.1.3", - "updatedAt": "2026-09-17T15:39:32Z", + "updatedAt": "2026-09-17T16:45:12Z", "metadata": { "readmeUrl": "https://github.com/StackExchange/Stack-MCP#readme", "repository": "https://github.com/StackExchange/Stack-MCP", @@ -24171,7 +24183,7 @@ "gemini-cli-extension" ], "version": "0.2.4", - "updatedAt": "2026-09-17T15:39:33Z", + "updatedAt": "2026-09-17T16:45:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/stripe/agent-toolkit#readme", @@ -24187,14 +24199,14 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.supabase%2Fmcp/versions/0.13.0", "description": "MCP server for interacting with the Supabase platform", "version": "0.13.0", - "updatedAt": "2026-09-17T15:39:34Z", + "updatedAt": "2026-09-17T16:45:15Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/supabase/mcp/tree/HEAD/packages/mcp-server-supabase", "repository": "https://github.com/supabase/mcp", "repositorySource": "github", "repositorySubfolder": "packages/mcp-server-supabase", - "stargazerCount": 2912, + "stargazerCount": 2913, "websiteUrl": "https://supabase.com/mcp" } }, @@ -24205,7 +24217,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.tallyfy%2Fmcp-server/versions/1.2.0", "description": "Automate tasks, processes, and approvals with AI.", "version": "1.2.0", - "updatedAt": "2026-09-17T15:39:36Z", + "updatedAt": "2026-09-17T16:45:16Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/tallyfy/mcp-public#readme", @@ -24222,7 +24234,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.vercel%2Fvercel-mcp/versions/0.0.3", "description": "An MCP server for Vercel", "version": "0.0.3", - "updatedAt": "2026-09-17T15:39:37Z", + "updatedAt": "2026-09-17T16:45:17Z", "metadata": { "readmeUrl": "https://github.com/vercel/vercel-mcp-overview#readme", "repository": "https://github.com/vercel/vercel-mcp-overview", @@ -24244,7 +24256,7 @@ "business-critical-yes" ], "version": "2.0.0", - "updatedAt": "2026-09-17T15:39:38Z", + "updatedAt": "2026-09-17T16:45:18Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/webflow/mcp-server#readme", @@ -24260,7 +24272,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.wix%2Fmcp/versions/1.0.2", "description": "A Model Context Protocol server for Wix AI tools", "version": "1.0.2", - "updatedAt": "2026-09-17T15:39:39Z", + "updatedAt": "2026-09-17T16:45:19Z", "metadata": { "readmeUrl": "https://github.com/wix/wix-mcp#readme", "repository": "https://github.com/wix/wix-mcp", @@ -24279,7 +24291,7 @@ "dax" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:39:40Z", + "updatedAt": "2026-09-17T16:45:21Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/workos/skills/tree/HEAD/mcp", @@ -24309,7 +24321,7 @@ "wordpress-mcp" ], "version": "2.0.0", - "updatedAt": "2026-09-17T15:39:42Z", + "updatedAt": "2026-09-17T16:45:22Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wpwriter-mcp#readme", "repository": "https://github.com/yaniv-fink/wpwriter-mcp", @@ -24335,7 +24347,7 @@ "privacy" ], "version": "1.0.3", - "updatedAt": "2026-09-17T15:39:43Z", + "updatedAt": "2026-09-17T16:45:23Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Wuniq/wuniq-mcp#readme", @@ -24363,7 +24375,7 @@ "follower-export" ], "version": "2.6.0", - "updatedAt": "2026-09-17T15:39:44Z", + "updatedAt": "2026-09-17T16:45:24Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Xquik-dev/x-twitter-scraper#readme", @@ -24398,7 +24410,7 @@ "readmeUrl": "https://github.com/CoplayDev/unity-mcp#readme", "repository": "https://github.com/CoplayDev/unity-mcp", "repositorySource": "github", - "stargazerCount": 14293 + "stargazerCount": 14295 } }, { @@ -24418,7 +24430,7 @@ "vibe-coding" ], "version": "0.1.3", - "updatedAt": "2026-09-17T15:39:45Z", + "updatedAt": "2026-09-17T16:45:26Z", "metadata": { "readmeUrl": "https://github.com/lovablelabs/mcp#readme", "repository": "https://github.com/lovablelabs/mcp", @@ -24444,7 +24456,7 @@ "model-context-protocol" ], "version": "0.13.0", - "updatedAt": "2026-09-17T15:39:46Z", + "updatedAt": "2026-09-17T16:45:27Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/mailkite/mailkite-mcp#readme", @@ -24471,7 +24483,7 @@ "presentations" ], "version": "5.9.0", - "updatedAt": "2026-09-17T15:39:47Z", + "updatedAt": "2026-09-17T16:45:28Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smartdatabrokers/slideforge-mcp#readme", @@ -24487,7 +24499,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.svelte%2Fmcp/versions/0.1.26", "description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development", "version": "0.1.26", - "updatedAt": "2026-09-17T15:39:49Z", + "updatedAt": "2026-09-17T16:45:29Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/sveltejs/ai-tools/tree/HEAD/packages/mcp-stdio", @@ -24505,7 +24517,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.vibeseo%2Fvibeseo/versions/0.1.3", "description": "SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.", "version": "0.1.3", - "updatedAt": "2026-09-17T15:39:50Z", + "updatedAt": "2026-09-17T16:45:30Z", "metadata": { "readmeUrl": "https://github.com/sultanlive/vibeseo-mcp#readme", "repository": "https://github.com/sultanlive/vibeseo-mcp", @@ -24570,7 +24582,7 @@ "spf" ], "version": "1.0.6", - "updatedAt": "2026-09-17T15:39:51Z", + "updatedAt": "2026-09-17T16:45:32Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/palisadeemail/palisade-mcp#readme", @@ -24586,7 +24598,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/eu.ansvar%2Fgateway/versions/1.0.b661c6dc", "description": "Cited EU & global law, regulations & security frameworks via Ansvar Gateway. OAuth, free + paid.", "version": "1.0.b661c6dc", - "updatedAt": "2026-09-17T15:39:52Z", + "updatedAt": "2026-09-17T16:45:33Z", "metadata": { "readmeUrl": "https://github.com/Ansvar-Systems/ansvar-gateway#readme", "repository": "https://github.com/Ansvar-Systems/ansvar-gateway", @@ -24620,7 +24632,7 @@ "readmeUrl": "https://github.com/firecrawl/firecrawl-mcp-server#readme", "repository": "https://github.com/firecrawl/firecrawl-mcp-server", "repositorySource": "github", - "stargazerCount": 7475 + "stargazerCount": 7476 } }, { @@ -24636,7 +24648,7 @@ "voice-agents" ], "version": "1.2.0", - "updatedAt": "2026-09-17T15:39:54Z", + "updatedAt": "2026-09-17T16:45:34Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/saaslabsco/justcall-mcp-server#readme", @@ -24696,7 +24708,7 @@ "structured-data-extraction" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:39:55Z", + "updatedAt": "2026-09-17T16:45:35Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/RapierCraft/alterlab-mcp-server#readme", @@ -24723,7 +24735,7 @@ "news-api" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:39:56Z", + "updatedAt": "2026-09-17T16:45:36Z", "metadata": { "readmeUrl": "https://github.com/apitube/news-api-mcp#readme", "repository": "https://github.com/apitube/news-api-mcp", @@ -24750,7 +24762,7 @@ "design-system" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:39:57Z", + "updatedAt": "2026-09-17T16:45:38Z", "metadata": { "readmeUrl": "https://github.com/Appllama/appllama-skills#readme", "repository": "https://github.com/Appllama/appllama-skills", @@ -24778,7 +24790,7 @@ "context" ], "version": "0.5.35", - "updatedAt": "2026-09-17T15:39:58Z", + "updatedAt": "2026-09-17T16:45:39Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -24807,7 +24819,7 @@ "kubernetes" ], "version": "1.0.2", - "updatedAt": "2026-09-17T15:39:59Z", + "updatedAt": "2026-09-17T16:45:40Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/controlplane-com/ai-plugin#readme", @@ -24836,7 +24848,7 @@ "x402" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:40:01Z", + "updatedAt": "2026-09-17T16:45:41Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/webmilmind1/deskcrew-mcp#readme", @@ -24865,7 +24877,7 @@ "ai-native" ], "version": "1.17.0", - "updatedAt": "2026-09-17T15:40:02Z", + "updatedAt": "2026-09-17T16:45:42Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Frihet-io/frihet-mcp#readme", @@ -24893,7 +24905,7 @@ "model-context-protocol" ], "version": "1.10.2", - "updatedAt": "2026-09-17T15:40:03Z", + "updatedAt": "2026-09-17T16:45:44Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/AlvisoOculus/optionsahoy-mcp#readme", @@ -24910,7 +24922,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.AnimaApp%2Fanima/versions/1.0.0", "description": "Connect AI coding agents to Anima Playground, Figma, and your design system.", "version": "1.0.0", - "updatedAt": "2026-09-17T15:40:04Z", + "updatedAt": "2026-09-17T16:45:45Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/AnimaApp/mcp-server-guide#readme", @@ -24938,7 +24950,7 @@ "uta-v3" ], "version": "3.0.2", - "updatedAt": "2026-09-17T15:40:06Z", + "updatedAt": "2026-09-17T16:45:46Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Bitget-AI/agent-mcp#readme", @@ -24954,7 +24966,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.CAST-Extend%2Fimaging-mcp-server/versions/3.0.4", "description": "MCP server exposing CAST Imaging software architecture insights to AI agents", "version": "3.0.4", - "updatedAt": "2026-09-17T15:40:07Z", + "updatedAt": "2026-09-17T16:45:47Z", "metadata": { "readmeUrl": "https://github.com/CAST-Extend/CAST-Imaging-Mcp#readme", "repository": "https://github.com/CAST-Extend/CAST-Imaging-Mcp", @@ -24979,13 +24991,13 @@ "mcp" ], "version": "1.9.0", - "updatedAt": "2026-09-17T15:40:08Z", + "updatedAt": "2026-09-17T16:45:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme", "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "repositorySource": "github", - "stargazerCount": 52187 + "stargazerCount": 52191 } }, { @@ -24995,7 +25007,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ClickHouse%2Fmcp-clickhouse/versions/0.6.0", "description": "Official ClickHouse MCP server for querying and exploring ClickHouse clusters and chDB.", "version": "0.6.0", - "updatedAt": "2026-09-17T15:40:10Z", + "updatedAt": "2026-09-17T16:45:50Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ClickHouse/mcp-clickhouse#readme", @@ -25012,7 +25024,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ComposioHQ%2Fcomposio/versions/1.0.5", "description": "Connect AI agents to 1000+ apps with managed authentication and tool-calling.", "version": "1.0.5", - "updatedAt": "2026-09-17T15:40:11Z", + "updatedAt": "2026-09-17T16:45:52Z", "metadata": { "readmeUrl": "https://github.com/ComposioHQ/GHMCP#readme", "repository": "https://github.com/ComposioHQ/GHMCP", @@ -25035,7 +25047,7 @@ "mcp-server" ], "version": "0.19.0", - "updatedAt": "2026-09-17T15:40:12Z", + "updatedAt": "2026-09-17T16:45:53Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/CrowdStrike/falcon-mcp#readme", @@ -25063,7 +25075,7 @@ "smithery" ], "version": "1.2.4", - "updatedAt": "2026-09-17T15:40:13Z", + "updatedAt": "2026-09-17T16:45:54Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Decodo/mcp-server#readme", @@ -25089,7 +25101,7 @@ "observability" ], "version": "7.0.0", - "updatedAt": "2026-09-17T15:40:15Z", + "updatedAt": "2026-09-17T16:45:56Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Dynatrace/dynatrace-for-ai#readme", @@ -25118,7 +25130,7 @@ "openssf" ], "version": "1.2.3", - "updatedAt": "2026-09-17T15:40:17Z", + "updatedAt": "2026-09-17T16:45:58Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Guruprasath-Annadurai/Whitepact#readme", @@ -25147,7 +25159,7 @@ "ga4" ], "version": "1.2.5", - "updatedAt": "2026-09-17T15:40:18Z", + "updatedAt": "2026-09-17T16:45:59Z", "metadata": { "readmeUrl": "https://github.com/HYPD-AI/ads-mcp-plugin#readme", "repository": "https://github.com/HYPD-AI/ads-mcp-plugin", @@ -25163,7 +25175,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.IgniteUI%2Figniteui-theming/versions/29.0.0", "description": "Generate Sass palettes, typography, elevations, and themes for Ignite UI components.", "version": "29.0.0", - "updatedAt": "2026-09-17T15:40:19Z", + "updatedAt": "2026-09-17T16:46:00Z", "metadata": { "primaryLanguage": "SCSS", "readmeUrl": "https://github.com/IgniteUI/igniteui-theming#readme", @@ -25190,7 +25202,7 @@ "scaffolding" ], "version": "15.6.1", - "updatedAt": "2026-09-17T15:40:21Z", + "updatedAt": "2026-09-17T16:46:02Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/IgniteUI/igniteui-cli#readme", @@ -25218,7 +25230,7 @@ "model-context-protocol" ], "version": "0.1.10", - "updatedAt": "2026-09-17T15:40:22Z", + "updatedAt": "2026-09-17T16:46:03Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/Karzone/TestAtlas#readme", @@ -25234,7 +25246,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Krv-Labs%2Ftopos/versions/0.6.0", "description": "Structural code-quality tools for AI coding agents.", "version": "0.6.0", - "updatedAt": "2026-09-17T15:40:23Z", + "updatedAt": "2026-09-17T16:46:04Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Krv-Labs/topos#readme", @@ -25263,7 +25275,7 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:40:24Z", + "updatedAt": "2026-09-17T16:46:05Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/MachuraHarry/pipe#readme", @@ -25291,7 +25303,7 @@ "accessibility-testing" ], "version": "1.2.7", - "updatedAt": "2026-09-17T15:40:26Z", + "updatedAt": "2026-09-17T16:46:07Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/MasterPlayspots/motionspec#readme", @@ -25310,7 +25322,7 @@ "gemini-cli-extension" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:40:27Z", + "updatedAt": "2026-09-17T16:46:08Z", "metadata": { "readmeUrl": "https://github.com/OctoPerf/octoperf-claude-plugins#readme", "repository": "https://github.com/OctoPerf/octoperf-claude-plugins", @@ -25329,7 +25341,7 @@ "voice-assistant" ], "version": "0.8.0", - "updatedAt": "2026-09-17T15:40:28Z", + "updatedAt": "2026-09-17T16:46:09Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Omnidim/omnidim-mcp-server#readme", @@ -25346,7 +25358,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Openly-Useful%2Fcitewire/versions/0.2.0", "description": "Attribution-first MCP server for free news sources and free article APIs.", "version": "0.2.0", - "updatedAt": "2026-09-17T15:40:29Z", + "updatedAt": "2026-09-17T16:46:10Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Openly-Useful/citewire#readme", @@ -25363,7 +25375,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.PagerDuty%2Fpagerduty-mcp/versions/0.2.1", "description": "PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.", "version": "0.2.1", - "updatedAt": "2026-09-17T15:40:30Z", + "updatedAt": "2026-09-17T16:46:11Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/PagerDuty/pagerduty-mcp-server#readme", @@ -25391,7 +25403,7 @@ "google-analytics-alternative" ], "version": "2.13.11", - "updatedAt": "2026-09-17T15:40:31Z", + "updatedAt": "2026-09-17T16:46:13Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pascalebeier/hitkeep#readme", @@ -25408,7 +25420,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.QWarranto%2Fleafengines/versions/2.0.8", "description": "🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.", "version": "2.0.8", - "updatedAt": "2026-09-17T15:40:33Z", + "updatedAt": "2026-09-17T16:46:14Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/QWarranto/leafengines-claude-mcp#readme", @@ -25430,7 +25442,7 @@ "ui5" ], "version": "1.12.6", - "updatedAt": "2026-09-17T15:40:34Z", + "updatedAt": "2026-09-17T16:46:15Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fiori-mcp-server", @@ -25452,7 +25464,7 @@ "webcrawler" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:40:36Z", + "updatedAt": "2026-09-17T16:46:17Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ScrapeGraphAI/scrapegraph-mcp#readme", @@ -25480,7 +25492,7 @@ "mcp-tools" ], "version": "2.1.1", - "updatedAt": "2026-09-17T15:40:37Z", + "updatedAt": "2026-09-17T16:46:18Z", "metadata": { "primaryLanguage": "PHP", "readmeUrl": "https://github.com/Sendmux/sendmux-sdk/tree/HEAD/packages/python/mcp", @@ -25508,7 +25520,7 @@ "static-analysis" ], "version": "1.21.0", - "updatedAt": "2026-09-17T15:40:38Z", + "updatedAt": "2026-09-17T16:46:20Z", "metadata": { "primaryLanguage": "Java", "readmeUrl": "https://github.com/SonarSource/sonarqube-mcp-server#readme", @@ -25531,7 +25543,7 @@ "mcp-server" ], "version": "0.2.20", - "updatedAt": "2026-09-17T15:40:40Z", + "updatedAt": "2026-09-17T16:46:21Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/mcp-server#readme", @@ -25555,7 +25567,7 @@ "webcomponent" ], "version": "0.1.2", - "updatedAt": "2026-09-17T15:40:41Z", + "updatedAt": "2026-09-17T16:46:23Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/webcomponents-mcp-server#readme", @@ -25583,7 +25595,7 @@ "transparency-log" ], "version": "2.4.0", - "updatedAt": "2026-09-17T15:40:42Z", + "updatedAt": "2026-09-17T16:46:24Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Vortx-AI/emem#readme", @@ -25600,7 +25612,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Wopee-io%2Fwopee-mcp/versions/1.30.1", "description": "AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.", "version": "1.30.1", - "updatedAt": "2026-09-17T15:40:44Z", + "updatedAt": "2026-09-17T16:46:25Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wopee-io/wopee-mcp#readme", @@ -25623,7 +25635,7 @@ "trust" ], "version": "0.3.0", - "updatedAt": "2026-09-17T15:40:45Z", + "updatedAt": "2026-09-17T16:46:27Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/YugantM/hvtracker-mcp#readme", @@ -25651,7 +25663,7 @@ "ai-agent" ], "version": "1.0.5", - "updatedAt": "2026-09-17T15:40:46Z", + "updatedAt": "2026-09-17T16:46:28Z", "metadata": { "readmeUrl": "https://github.com/adkit/ads-mcp#readme", "repository": "https://github.com/adkit/ads-mcp", @@ -25679,7 +25691,7 @@ "ai-agents" ], "version": "0.21.5", - "updatedAt": "2026-09-17T15:40:47Z", + "updatedAt": "2026-09-17T16:46:29Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/agentic-hil/agentic-hil#readme", @@ -25708,7 +25720,7 @@ "cursor" ], "version": "1.5.1", - "updatedAt": "2026-09-17T15:40:49Z", + "updatedAt": "2026-09-17T16:46:31Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/alimbenhelal-pro/ALM-XPP-MCP#readme", @@ -25735,7 +25747,7 @@ "mcp-server" ], "version": "0.9.0", - "updatedAt": "2026-09-17T15:40:50Z", + "updatedAt": "2026-09-17T16:46:32Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anilloutombam/mcp-failure-lab#readme", @@ -25758,7 +25770,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:52Z", + "updatedAt": "2026-09-17T16:46:33Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25783,7 +25795,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:53Z", + "updatedAt": "2026-09-17T16:46:34Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25808,7 +25820,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:54Z", + "updatedAt": "2026-09-17T16:46:36Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25833,7 +25845,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:55Z", + "updatedAt": "2026-09-17T16:46:37Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25858,7 +25870,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:56Z", + "updatedAt": "2026-09-17T16:46:38Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25883,7 +25895,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:58Z", + "updatedAt": "2026-09-17T16:46:39Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25908,7 +25920,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:40:59Z", + "updatedAt": "2026-09-17T16:46:40Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25933,7 +25945,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T15:41:00Z", + "updatedAt": "2026-09-17T16:46:42Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25962,7 +25974,7 @@ "ai-tools" ], "version": "0.6.0", - "updatedAt": "2026-09-17T15:41:01Z", + "updatedAt": "2026-09-17T16:46:43Z", "metadata": { "primaryLanguage": "Kotlin", "readmeUrl": "https://github.com/aoreshkov/kotlin-lib-mcp#readme", @@ -25979,7 +25991,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.arm%2Farm-mcp/versions/2.4.0", "description": "Official Arm MCP server for code migration, optimization, and Arm architecture guidance", "version": "2.4.0", - "updatedAt": "2026-09-17T15:41:03Z", + "updatedAt": "2026-09-17T16:46:44Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/arm/mcp#readme", @@ -26008,7 +26020,7 @@ "knowlege-graph" ], "version": "0.23.2", - "updatedAt": "2026-09-17T15:41:04Z", + "updatedAt": "2026-09-17T16:46:45Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/basicmachines-co/basic-memory.git#readme", @@ -26036,7 +26048,7 @@ "data-extraction" ], "version": "2.11.2", - "updatedAt": "2026-09-17T15:41:05Z", + "updatedAt": "2026-09-17T16:46:47Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/brightdata/brightdata-mcp#readme", @@ -26064,7 +26076,7 @@ "sqlserver" ], "version": "1.2.3", - "updatedAt": "2026-09-17T15:41:07Z", + "updatedAt": "2026-09-17T16:46:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/bytebase/dbhub#readme", @@ -26092,7 +26104,7 @@ "agentic-coding" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:41:08Z", + "updatedAt": "2026-09-17T16:46:49Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/cap-js/mcp-server#readme", @@ -26108,7 +26120,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.carterchencc%2Fnomas/versions/1.3.2", "description": "Parsed SEC events by CIK/CUSIP: 8-K items, Form 144, Form D, FTD. Not EDGAR HTML.", "version": "1.3.2", - "updatedAt": "2026-09-17T15:41:09Z", + "updatedAt": "2026-09-17T16:46:50Z", "metadata": { "readmeUrl": "https://github.com/carterchencc/nomas_mcp#readme", "repository": "https://github.com/carterchencc/nomas_mcp", @@ -26135,7 +26147,7 @@ "bug-detection" ], "version": "0.6.0", - "updatedAt": "2026-09-17T15:41:10Z", + "updatedAt": "2026-09-17T16:46:52Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/chriswu727/argus#readme", @@ -26164,7 +26176,7 @@ "documentation" ], "version": "0.1.5", - "updatedAt": "2026-09-17T15:41:11Z", + "updatedAt": "2026-09-17T16:46:53Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/cometchat/docs-mcp#readme", @@ -26193,7 +26205,7 @@ "context" ], "version": "0.4.81", - "updatedAt": "2026-09-17T15:41:13Z", + "updatedAt": "2026-09-17T16:46:54Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -26210,7 +26222,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.devchad-cmd%2Fskilldb/versions/0.8.3", "description": "A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.", "version": "0.8.3", - "updatedAt": "2026-09-17T15:41:14Z", + "updatedAt": "2026-09-17T16:46:55Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/devchad-cmd/skilldb-sdk#readme", @@ -26238,7 +26250,7 @@ "model-context-protocol" ], "version": "1.8.4", - "updatedAt": "2026-09-17T15:41:15Z", + "updatedAt": "2026-09-17T16:46:56Z", "metadata": { "readmeUrl": "https://github.com/dsers/dsers-mcp-server#readme", "repository": "https://github.com/dsers/dsers-mcp-server", @@ -26262,7 +26274,7 @@ "observability" ], "version": "1.1.1", - "updatedAt": "2026-09-17T15:41:16Z", + "updatedAt": "2026-09-17T16:46:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/dynatrace-oss/dynatrace-managed-mcp#readme", @@ -26278,7 +26290,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.f%2Fprompts.chat-mcp/versions/1.0.9", "description": "Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.", "version": "1.0.9", - "updatedAt": "2026-09-17T15:41:17Z", + "updatedAt": "2026-09-17T16:46:59Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/f/prompts.chat-mcp#readme", @@ -26294,7 +26306,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.flinker-app%2Fifc-mcp/versions/0.1.17", "description": "Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.", "version": "0.1.17", - "updatedAt": "2026-09-17T15:41:18Z", + "updatedAt": "2026-09-17T16:47:00Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/flinker-app/ifc-mcp#readme", @@ -26314,7 +26326,7 @@ "tag-production" ], "version": "0.25.0", - "updatedAt": "2026-09-17T15:41:20Z", + "updatedAt": "2026-09-17T16:47:01Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/getsentry/sentry-mcp/tree/HEAD/packages/mcp-server", @@ -26336,13 +26348,13 @@ "mcp-server" ], "version": "1.12.2", - "updatedAt": "2026-09-17T15:41:21Z", + "updatedAt": "2026-09-17T16:47:03Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/github/github-mcp-server#readme", "repository": "https://github.com/github/github-mcp-server", "repositorySource": "github", - "stargazerCount": 33000 + "stargazerCount": 33001 } }, { @@ -26357,7 +26369,7 @@ "mcp-server" ], "version": "0.6.0", - "updatedAt": "2026-09-17T15:41:23Z", + "updatedAt": "2026-09-17T16:47:05Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/goreleaser/mcp#readme", @@ -26373,7 +26385,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.hashicorp%2Fterraform-mcp-server/versions/1.0.0", "description": "Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise", "version": "1.0.0", - "updatedAt": "2026-09-17T15:41:25Z", + "updatedAt": "2026-09-17T16:47:06Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/hashicorp/terraform-mcp-server#readme", @@ -26401,7 +26413,7 @@ "services" ], "version": "0.1.0", - "updatedAt": "2026-09-17T15:41:26Z", + "updatedAt": "2026-09-17T16:47:07Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/holomodular/ServiceBricks#readme", @@ -26426,7 +26438,7 @@ "gemini-cli-extension" ], "version": "1.61.0", - "updatedAt": "2026-09-17T15:41:27Z", + "updatedAt": "2026-09-17T16:47:09Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/hostinger/api-mcp-server#readme", @@ -26454,13 +26466,13 @@ "privacy" ], "version": "2.3.0", - "updatedAt": "2026-09-17T15:41:30Z", + "updatedAt": "2026-09-17T16:47:12Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ihor-sokoliuk/mcp-searxng#readme", "repository": "https://github.com/ihor-sokoliuk/mcp-searxng", "repositorySource": "github", - "stargazerCount": 1243 + "stargazerCount": 1244 } }, { @@ -26482,7 +26494,7 @@ "rag" ], "version": "4.16.0", - "updatedAt": "2026-09-17T15:41:32Z", + "updatedAt": "2026-09-17T16:47:14Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/jagoff/memo#readme", @@ -26509,7 +26521,7 @@ "jfrog-mcp" ], "version": "0.1.1", - "updatedAt": "2026-09-17T15:41:34Z", + "updatedAt": "2026-09-17T16:47:16Z", "metadata": { "readmeUrl": "https://github.com/jfrog/jfrog-mcp-server#readme", "repository": "https://github.com/jfrog/jfrog-mcp-server", @@ -26524,7 +26536,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.likhithreddy%2Ffittok/versions/0.11.1", "description": "Retrieve only the relevant code for a codebase question, within a token budget.", "version": "0.11.1", - "updatedAt": "2026-09-17T15:41:35Z", + "updatedAt": "2026-09-17T16:47:17Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/likhithreddy/fittok#readme", @@ -26540,7 +26552,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-devkit-server/versions/0.8.2", "description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.", "version": "0.8.2", - "updatedAt": "2026-09-17T15:41:37Z", + "updatedAt": "2026-09-17T16:47:19Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-devkit-server#readme", @@ -26556,7 +26568,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-server/versions/99.0.0-dev", "description": "Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.", "version": "99.0.0-dev", - "updatedAt": "2026-09-17T15:41:38Z", + "updatedAt": "2026-09-17T16:47:21Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-server#readme", @@ -26572,7 +26584,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.microsoft%2FEnterpriseMCP/versions/1.0.0", "description": "Official Microsoft MCP Server to query Microsoft Entra data using natural language", "version": "1.0.0", - "updatedAt": "2026-09-17T15:41:40Z", + "updatedAt": "2026-09-17T16:47:22Z", "metadata": { "readmeUrl": "https://github.com/microsoft/EnterpriseMCP#readme", "repository": "https://github.com/microsoft/EnterpriseMCP", @@ -26593,7 +26605,7 @@ "mcp-server" ], "version": "1.0.2026091702", - "updatedAt": "2026-09-17T15:41:41Z", + "updatedAt": "2026-09-17T16:47:23Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp-dotnet-samples#readme", @@ -26610,7 +26622,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.miroapp%2Fmcp-server/versions/1.0.2", "description": "Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.", "version": "1.0.2", - "updatedAt": "2026-09-17T15:41:44Z", + "updatedAt": "2026-09-17T16:47:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/miroapp/miro-ai#readme", @@ -26638,7 +26650,7 @@ "mcp-server-card" ], "version": "0.7.7", - "updatedAt": "2026-09-17T15:41:46Z", + "updatedAt": "2026-09-17T16:47:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/agent-ready-mcp#readme", @@ -26667,7 +26679,7 @@ "mcp" ], "version": "0.8.11", - "updatedAt": "2026-09-17T15:41:47Z", + "updatedAt": "2026-09-17T16:47:30Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/scholar-sidekick-mcp#readme", @@ -26691,7 +26703,7 @@ "mongodb-database" ], "version": "2.1.0", - "updatedAt": "2026-09-17T15:41:49Z", + "updatedAt": "2026-09-17T16:47:31Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mongodb-js/mongodb-mcp-server#readme", @@ -26719,7 +26731,7 @@ "influxdb" ], "version": "2.11.1", - "updatedAt": "2026-09-17T15:41:50Z", + "updatedAt": "2026-09-17T16:47:33Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/netdata/netdata/tree/HEAD/docs/netdata-ai/mcp", @@ -26737,7 +26749,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.oakallow%2Foakallow/versions/1.0.0", "description": "Runtime permission, approval, and audit layer for AI agent tool execution.", "version": "1.0.0", - "updatedAt": "2026-09-17T15:41:51Z", + "updatedAt": "2026-09-17T16:47:34Z", "metadata": { "readmeUrl": "https://github.com/oakallow/oakallow-mcp#readme", "repository": "https://github.com/oakallow/oakallow-mcp", @@ -26765,7 +26777,7 @@ "local-first" ], "version": "1.1.0", - "updatedAt": "2026-09-17T15:41:52Z", + "updatedAt": "2026-09-17T16:47:35Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/oleksiijko/pmb#readme", @@ -26793,7 +26805,7 @@ "mcp" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:41:54Z", + "updatedAt": "2026-09-17T16:47:36Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/openaccountants/openaccountants#readme", @@ -26821,7 +26833,7 @@ "section-301" ], "version": "1.1.0", - "updatedAt": "2026-09-17T15:41:55Z", + "updatedAt": "2026-09-17T16:47:37Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/opsloft/tariff-resolver#readme", @@ -26850,7 +26862,7 @@ "video-editing" ], "version": "0.3.0", - "updatedAt": "2026-09-17T15:41:56Z", + "updatedAt": "2026-09-17T16:47:39Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/opus-pro/opusclip-mcp#readme", @@ -26867,7 +26879,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.parseablehq%2Fparseable-mcp-server/versions/0.2.16", "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.", "version": "0.2.16", - "updatedAt": "2026-09-17T15:41:57Z", + "updatedAt": "2026-09-17T16:47:40Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/parseablehq/parseable-mcp-server#readme", @@ -26883,7 +26895,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.patrickchugh%2Fterravision/versions/0.47.0", "description": "Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons", "version": "0.47.0", - "updatedAt": "2026-09-17T15:41:58Z", + "updatedAt": "2026-09-17T16:47:41Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/patrickchugh/terravision#readme", @@ -26912,7 +26924,7 @@ "ucg-fiber" ], "version": "0.23.0", - "updatedAt": "2026-09-17T15:42:00Z", + "updatedAt": "2026-09-17T16:47:42Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pete-builds/mcp-unifi#readme", @@ -26937,7 +26949,7 @@ "server" ], "version": "1.0.0", - "updatedAt": "2026-09-17T15:42:01Z", + "updatedAt": "2026-09-17T16:47:44Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pgEdge/pgedge-postgres-mcp#readme", @@ -26965,7 +26977,7 @@ "model-context-protocol" ], "version": "0.1.3", - "updatedAt": "2026-09-17T15:42:02Z", + "updatedAt": "2026-09-17T16:47:45Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/prest/prest-mcp-adapter#readme", @@ -26989,7 +27001,7 @@ "windsurf" ], "version": "2.3.2", - "updatedAt": "2026-09-17T15:42:04Z", + "updatedAt": "2026-09-17T16:47:46Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/pubnub/pubnub-mcp-server#readme", @@ -27006,7 +27018,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.quicknode%2Fmcp/versions/1.0.1", "description": "Manage your blockchain infrastructure across 80+ chains with your agents.", "version": "1.0.1", - "updatedAt": "2026-09-17T15:42:05Z", + "updatedAt": "2026-09-17T16:47:47Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/quicknode/agent-plugins#readme", @@ -27034,7 +27046,7 @@ "mcp" ], "version": "6.2.2", - "updatedAt": "2026-09-17T15:42:06Z", + "updatedAt": "2026-09-17T16:47:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/rigour-labs/rigour#readme", @@ -27050,7 +27062,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.salahawad%2Foutlook-personal-mcp/versions/0.1.1", "description": "Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).", "version": "0.1.1", - "updatedAt": "2026-09-17T15:42:08Z", + "updatedAt": "2026-09-17T16:47:51Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/salahawad/outlook-personal-mcp#readme", @@ -27070,7 +27082,7 @@ "sas-osp" ], "version": "1.15.0", - "updatedAt": "2026-09-17T15:42:09Z", + "updatedAt": "2026-09-17T16:47:52Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/sassoftware/sas-mcp-server#readme", @@ -27098,7 +27110,7 @@ "tiktok" ], "version": "0.14.1", - "updatedAt": "2026-09-17T15:42:11Z", + "updatedAt": "2026-09-17T16:47:53Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/scavio-ai/scavio-mcp#readme", @@ -27119,7 +27131,7 @@ "mcp-servers" ], "version": "1.0.3", - "updatedAt": "2026-09-17T15:42:12Z", + "updatedAt": "2026-09-17T16:47:55Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/serpapi/serpapi-mcp#readme", @@ -27144,7 +27156,7 @@ "typescript" ], "version": "1.1.1", - "updatedAt": "2026-09-17T15:42:13Z", + "updatedAt": "2026-09-17T16:47:56Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shariqriazz/google-ai-search-mcp#readme", @@ -27172,7 +27184,7 @@ "semantic-scholar" ], "version": "1.7.4", - "updatedAt": "2026-09-17T15:42:15Z", + "updatedAt": "2026-09-17T16:47:57Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/semantic-scholar-mcp#readme", @@ -27200,7 +27212,7 @@ "drug-repurposing" ], "version": "1.3.6", - "updatedAt": "2026-09-17T15:42:16Z", + "updatedAt": "2026-09-17T16:47:58Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/uniprot-mcp#readme", @@ -27216,7 +27228,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.smythmyke%2Fgovtoolspro-mcp-server/versions/0.1.3", "description": "Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.", "version": "0.1.3", - "updatedAt": "2026-09-17T15:42:17Z", + "updatedAt": "2026-09-17T16:48:00Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/smythmyke/govtoolspro-mcp-server#readme", @@ -27233,7 +27245,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.snyk%2Fsaw-mcp/versions/1.1.2", "description": "MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage", "version": "1.1.2", - "updatedAt": "2026-09-17T15:42:18Z", + "updatedAt": "2026-09-17T16:48:01Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/snyk/saw-mcp#readme", @@ -27249,7 +27261,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.sourcegraph%2Fmcp/versions/0.1.0", "description": "Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.", "version": "0.1.0", - "updatedAt": "2026-09-17T15:42:20Z", + "updatedAt": "2026-09-17T16:48:02Z", "metadata": { "readmeUrl": "https://github.com/sourcegraph-community/mcpregistry#readme", "repository": "https://github.com/sourcegraph-community/mcpregistry", @@ -27276,7 +27288,7 @@ "stackql" ], "version": "0.11.669", - "updatedAt": "2026-09-17T15:42:21Z", + "updatedAt": "2026-09-17T16:48:03Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/stackql/stackql#readme", @@ -27301,7 +27313,7 @@ "skillsmp" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:42:22Z", + "updatedAt": "2026-09-17T16:48:05Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/tambo-labs/charming-mcp#readme", @@ -27318,7 +27330,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.tavily-ai%2Ftavily-mcp/versions/0.2.15", "description": "MCP server for advanced web search using Tavily", "version": "0.2.15", - "updatedAt": "2026-09-17T15:42:23Z", + "updatedAt": "2026-09-17T16:48:06Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tavily-ai/tavily-mcp#readme", @@ -27346,7 +27358,7 @@ "ai-agents" ], "version": "3.0.2", - "updatedAt": "2026-09-17T15:42:25Z", + "updatedAt": "2026-09-17T16:48:07Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/uizze/uizze#readme", @@ -27369,13 +27381,13 @@ "vibe-coding" ], "version": "4.1.1", - "updatedAt": "2026-09-17T15:42:26Z", + "updatedAt": "2026-09-17T16:48:08Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/upstash/context7#readme", "repository": "https://github.com/upstash/context7", "repositorySource": "github", - "stargazerCount": 62117, + "stargazerCount": 62120, "websiteUrl": "https://context7.com" } }, @@ -27386,7 +27398,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.venomseven%2Fnslookup/versions/1.6.0", "description": "DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks", "version": "1.6.0", - "updatedAt": "2026-09-17T15:42:27Z", + "updatedAt": "2026-09-17T16:48:09Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/NsLookup-io/nslookup-mcp#readme", @@ -27409,7 +27421,7 @@ "mcp" ], "version": "0.3.6", - "updatedAt": "2026-09-17T15:42:28Z", + "updatedAt": "2026-09-17T16:48:11Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/vercel/next-devtools-mcp#readme", @@ -27437,12 +27449,12 @@ "spl-token" ], "version": "1.0.9", - "updatedAt": "2026-09-17T15:42:30Z", + "updatedAt": "2026-09-17T16:48:12Z", "metadata": { "readmeUrl": "https://github.com/vybenetwork/solana-mcp-vybe#readme", "repository": "https://github.com/vybenetwork/solana-mcp-vybe", "repositorySource": "github", - "stargazerCount": 1275, + "stargazerCount": 1276, "websiteUrl": "https://docs.vybenetwork.com/docs/mcp" } }, @@ -27464,13 +27476,13 @@ "gemini-cli-extension" ], "version": "0.2.51", - "updatedAt": "2026-09-17T15:42:31Z", + "updatedAt": "2026-09-17T16:48:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/wonderwhy-er/DesktopCommanderMCP#readme", "repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP", "repositorySource": "github", - "stargazerCount": 9642 + "stargazerCount": 9646 } }, { @@ -27483,7 +27495,7 @@ "ai-agents" ], "version": "0.9.2", - "updatedAt": "2026-09-17T15:42:33Z", + "updatedAt": "2026-09-17T16:48:15Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zation/agent-radar#readme", @@ -27499,7 +27511,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.zereight%2Fgitlab-mcp/versions/2.1.63", "description": "GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.", "version": "2.1.63", - "updatedAt": "2026-09-17T15:42:34Z", + "updatedAt": "2026-09-17T16:48:16Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zereight/gitlab-mcp#readme", @@ -27527,7 +27539,7 @@ "zpa" ], "version": "0.15.4", - "updatedAt": "2026-09-17T15:42:36Z", + "updatedAt": "2026-09-17T16:48:18Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/zscaler/zscaler-mcp-server#readme", @@ -27554,7 +27566,7 @@ "typescript" ], "version": "0.1.1", - "updatedAt": "2026-09-17T15:42:37Z", + "updatedAt": "2026-09-17T16:48:19Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screen-arts/mediawork-mcp#readme", @@ -27582,7 +27594,7 @@ "url-shortener" ], "version": "3.1.0", - "updatedAt": "2026-09-17T15:42:38Z", + "updatedAt": "2026-09-17T16:48:20Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/PicSeeInc/picsee-mcp#readme", @@ -27598,7 +27610,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.port%2FPort/versions/1.0.2", "description": "Port.io mcp server", "version": "1.0.2", - "updatedAt": "2026-09-17T15:42:40Z", + "updatedAt": "2026-09-17T16:48:22Z", "metadata": { "readmeUrl": "https://github.com/port-labs/remote-mcp-server#readme", "repository": "https://github.com/port-labs/remote-mcp-server", @@ -27613,7 +27625,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.shipbook%2Fmcp/versions/1.1.0", "description": "Debug production issues using Shipbook logs and Loglytics error insights.", "version": "1.1.0", - "updatedAt": "2026-09-17T15:42:41Z", + "updatedAt": "2026-09-17T16:48:23Z", "metadata": { "readmeUrl": "https://github.com/ShipBook/shipbook-mcp#readme", "repository": "https://github.com/ShipBook/shipbook-mcp", @@ -27634,7 +27646,7 @@ "sast" ], "version": "1.1304.2", - "updatedAt": "2026-09-17T15:42:42Z", + "updatedAt": "2026-09-17T16:48:24Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/snyk/studio-mcp#readme", @@ -27650,7 +27662,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.unstructured%2Ftransform/versions/0.7.2", "description": "Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.", "version": "0.7.2", - "updatedAt": "2026-09-17T15:42:43Z", + "updatedAt": "2026-09-17T16:48:25Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Unstructured-IO/unstructured-mcp-integrations#readme", @@ -27713,7 +27725,7 @@ "speedtest" ], "version": "1.1.3", - "updatedAt": "2026-09-17T15:42:44Z", + "updatedAt": "2026-09-17T16:48:26Z", "metadata": { "readmeUrl": "https://github.com/SpeedOfMe/speedofme-mcp#readme", "repository": "https://github.com/SpeedOfMe/speedofme-mcp", @@ -27811,7 +27823,7 @@ "readmeUrl": "https://github.com/microsoft/markitdown#readme", "repository": "https://github.com/microsoft/markitdown", "repositorySource": "github", - "stargazerCount": 185061 + "stargazerCount": 185078 } }, { @@ -27918,7 +27930,7 @@ "model-context-protocol" ], "version": "6.0.0", - "updatedAt": "2026-09-17T15:42:45Z", + "updatedAt": "2026-09-17T16:48:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/claude-faf-mcp#readme", @@ -27947,7 +27959,7 @@ "typescript" ], "version": "3.0.2", - "updatedAt": "2026-09-17T15:42:47Z", + "updatedAt": "2026-09-17T16:48:29Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/faf-mcp#readme", @@ -27982,7 +27994,7 @@ "readmeUrl": "https://github.com/oraios/serena#readme", "repository": "https://github.com/oraios/serena", "repositorySource": "github", - "stargazerCount": 29523 + "stargazerCount": 29527 } }, { @@ -28004,7 +28016,7 @@ "rust" ], "version": "1.3.8", - "updatedAt": "2026-09-17T15:42:48Z", + "updatedAt": "2026-09-17T16:48:30Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/sylin-org/ghostlight#readme", @@ -28033,7 +28045,7 @@ "typescript" ], "version": "1.0.1", - "updatedAt": "2026-09-17T15:42:50Z", + "updatedAt": "2026-09-17T16:48:31Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gamedevpl/www.gamedev.pl#readme", @@ -28092,7 +28104,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/uk.sadiqoon%2Fsakh/versions/1.0.1", "description": "Ayatollah Khamenei corpus: fatwas, lectures, knowledge graph. Arabic/Persian. Research access.", "version": "1.0.1", - "updatedAt": "2026-09-17T15:42:51Z", + "updatedAt": "2026-09-17T16:48:32Z", "metadata": { "readmeUrl": "https://github.com/SADIQOON-LTD/sakh-mcp#readme", "repository": "https://github.com/SADIQOON-LTD/sakh-mcp", diff --git a/catalog/youdotcom-oss/you-cursor.json b/catalog/youdotcom-oss/you-cursor.json new file mode 100644 index 0000000..4ac67f7 --- /dev/null +++ b/catalog/youdotcom-oss/you-cursor.json @@ -0,0 +1,11 @@ +{ + "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-cursor", + "displayName": "You.com Cursor", + "mediaType": "application/vnd.cursor.cursor-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", + "description": "You.com Cursor plugin for web search, research, finance, and integration discovery skills.", + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".cursor-plugin/plugin.json" + } +} From 887696ae1c5caef3d1e8e7b8f0b45ff55424b0e4 Mon Sep 17 00:00:00 2001 From: Edward Irby Date: Thu, 17 Sep 2026 14:27:40 -0700 Subject: [PATCH 6/6] Mirror You.com well-known AI catalog (19 entries) Align agentfinder-catalog entries 1:1 with the authoritative catalog now served at https://you.com/.well-known/ai-catalog.json (and .well-known/ard.json): - re-identifier all entries to the urn:ai:you.com:* scheme so generated urn:air:you.com:* identifiers match the live catalog exactly (no duplicate identities across catalogs) - add host plugins: you-codex, you-grok, you-kimi - add npm packages: dsh-plugin, openclaw, opencode, pi - add You.com Docs MCP server (you-docs, keyless) - switch you-mcp to application/mcp-server-card+json pointing at the SEP-2127 card served at https://api.you.com/mcp/server-card - carry ARD discovery fields (capabilities, representativeQueries) --- ai-catalog.json | 841 +++++++++++++------- catalog/youdotcom-oss/dsh-plugin.json | 21 + catalog/youdotcom-oss/openclaw.json | 21 + catalog/youdotcom-oss/opencode.json | 21 + catalog/youdotcom-oss/pi.json | 21 + catalog/youdotcom-oss/you-agent-plugin.json | 14 +- catalog/youdotcom-oss/you-claude-code.json | 14 +- catalog/youdotcom-oss/you-codex.json | 21 + catalog/youdotcom-oss/you-copilot-cli.json | 14 +- catalog/youdotcom-oss/you-cursor.json | 16 +- catalog/youdotcom-oss/you-discover.json | 11 +- catalog/youdotcom-oss/you-docs.json | 17 + catalog/youdotcom-oss/you-finance.json | 12 +- catalog/youdotcom-oss/you-free.json | 11 +- catalog/youdotcom-oss/you-grok.json | 21 + catalog/youdotcom-oss/you-kimi.json | 21 + catalog/youdotcom-oss/you-mcp.json | 29 +- catalog/youdotcom-oss/you-onboarding.json | 11 + catalog/youdotcom-oss/you-research.json | 12 +- catalog/youdotcom-oss/you-web.json | 14 +- 20 files changed, 852 insertions(+), 311 deletions(-) create mode 100644 catalog/youdotcom-oss/dsh-plugin.json create mode 100644 catalog/youdotcom-oss/openclaw.json create mode 100644 catalog/youdotcom-oss/opencode.json create mode 100644 catalog/youdotcom-oss/pi.json create mode 100644 catalog/youdotcom-oss/you-codex.json create mode 100644 catalog/youdotcom-oss/you-docs.json create mode 100644 catalog/youdotcom-oss/you-grok.json create mode 100644 catalog/youdotcom-oss/you-kimi.json diff --git a/ai-catalog.json b/ai-catalog.json index c5a9ffe..1aefa3a 100644 --- a/ai-catalog.json +++ b/ai-catalog.json @@ -22380,104 +22380,341 @@ "type": "application/vnd.cursor.cursor-plugin+json" }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-agent-plugin", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:packages:dsh-plugin", + "displayName": "You.com dsh-plugin", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/dsh-plugin/package.json", + "description": "You.com agent skill provider and MCP setup for DeepSeek Harness (dsh), registered via ctx.skills.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "register You.com skills with DeepSeek Harness", + "set up You.com MCP for dsh" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/dsh-plugin/package.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:packages:openclaw", + "displayName": "You.com OpenClaw", + "type": "application/vnd.openclaw.plugin+json", + "mediaType": "application/vnd.openclaw.plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/openclaw/openclaw.plugin.json", + "description": "You.com skill pack with MCP setup metadata.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in OpenClaw", + "add You.com MCP setup to OpenClaw" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/openclaw/openclaw.plugin.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:packages:opencode", + "displayName": "You.com OpenCode", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/opencode/package.json", + "description": "You.com OpenCode plugin with bundled skills and remote MCP setup.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in OpenCode", + "add You.com MCP tools to OpenCode" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/opencode/package.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:packages:pi", + "displayName": "You.com Pi", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/pi/package.json", + "description": "Pi extension for You.com MCP tools and skills.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com MCP tools in pi", + "add You.com skills to pi" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/pi/package.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-agent-plugin", "displayName": "You.com Agent Plugin", + "type": "application/agent-plugins+json", "mediaType": "application/agent-plugins+json", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/plugin.json", - "description": "Portable Agent Plugins v1.0.0 package bundling You.com skills and MCP servers (search, research, finance, and integration discovery) for any conformant client.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in any Agent Skills client", + "bundle You.com MCP servers for my agent" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "plugin.json" - }, - "type": "application/agent-plugins+json" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-claude-code", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-claude-code", "displayName": "You.com Claude Code", + "type": "application/vnd.anthropic.claude-plugin+json", "mediaType": "application/vnd.anthropic.claude-plugin+json", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.claude-plugin/plugin.json", - "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Claude Code via a plugin", + "add You.com web search to Claude Code" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".claude-plugin/plugin.json" - }, - "type": "application/vnd.anthropic.claude-plugin+json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-codex", + "displayName": "You.com Codex", + "type": "application/vnd.openai.codex-plugin+json", + "mediaType": "application/vnd.openai.codex-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.codex-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Codex via a plugin", + "add You.com web search to Codex" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".codex-plugin/plugin.json" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-copilot-cli", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-copilot-cli", "displayName": "You.com Copilot CLI", + "type": "application/vnd.github.copilot-plugin", "mediaType": "application/vnd.github.copilot-plugin", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.plugin/plugin.json", - "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in GitHub Copilot CLI", + "add You.com research tools to Copilot CLI" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".plugin/plugin.json" - }, - "type": "application/vnd.github.copilot-plugin" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-cursor", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-cursor", "displayName": "You.com Cursor", + "type": "application/vnd.cursor.cursor-plugin+json", "mediaType": "application/vnd.cursor.cursor-plugin+json", - "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", - "description": "You.com Cursor plugin for web search, research, finance, and integration discovery skills.", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.cursor-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Cursor via a plugin", + "add You.com MCP tools to Cursor" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".cursor-plugin/plugin.json" - }, - "type": "application/vnd.cursor.cursor-plugin+json" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-discover", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:skills:you-discover", "displayName": "You Discover", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-discover/SKILL.md", "description": "Route You.com integration planning through the you-discover MCP tool, AI Catalog entries, Docs MCP, and direct API options.", + "capabilities": [ + "integration-discovery" + ], + "representativeQueries": [ + "find MCP servers that provide weather data", + "how do I integrate You.com APIs into my coding agent" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-discover/SKILL.md" - }, - "type": "application/ai-skill" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:mcp:you-docs", + "displayName": "You.com Docs MCP Server", + "type": "application/mcp-server+json", + "mediaType": "application/mcp-server+json", + "url": "https://you.com/docs/_mcp/server", + "description": "You.com developer documentation MCP server: search API references, guides, and code examples with sourced answers. Keyless, streamable HTTP.", + "capabilities": [ + "searchDocs" + ], + "representativeQueries": [ + "how do I use livecrawl with the Web Search API", + "show me the Python SDK quickstart", + "what does the Research API output_schema parameter do" + ] }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-finance", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:skills:you-finance", "displayName": "You Finance", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-finance/SKILL.md", "description": "Route finance questions to an existing local script, a new You.com Finance Research API call, or an MCP payment-aware fallback.", + "capabilities": [ + "finance-research" + ], + "representativeQueries": [ + "what was Apple's latest quarterly revenue", + "compare the P/E ratios of MSFT and GOOGL", + "research NVIDIA's earnings guidance" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-finance/SKILL.md" - }, - "type": "application/ai-skill" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-free", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:skills:you-free", "displayName": "You Free", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-free/SKILL.md", "description": "Use the free You.com MCP profile for unauthenticated basic web search with you-search only.", + "capabilities": [ + "web-search" + ], + "representativeQueries": [ + "do a quick web search without setting up an API key", + "search for the current stable version of bun" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-free/SKILL.md" - }, - "type": "application/ai-skill" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:mcp:you-mcp", - "displayName": "You.com MCP", - "mediaType": "application/mcp-server+json", - "url": "https://api.you.com/mcp", - "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery. Registry name: io.github.youdotcom-oss/mcp.", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-grok", + "displayName": "You.com Grok", + "type": "application/vnd.xai.grok-plugin+json", + "mediaType": "application/vnd.xai.grok-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.grok-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Grok via a plugin", + "add You.com research tools to Grok" + ], "metadata": { - "sourceSet": "youdotcom-oss/mcp", - "repoPath": "README.md" - }, - "type": "application/mcp-server+json" + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".grok-plugin/plugin.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:plugins:you-kimi", + "displayName": "You.com Kimi", + "type": "application/vnd.moonshot.kimi-plugin+json", + "mediaType": "application/vnd.moonshot.kimi-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.kimi-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Kimi Code via a plugin", + "add You.com search to Kimi Code" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".kimi-plugin/plugin.json" + } + }, + { + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:mcp:you-mcp", + "displayName": "You.com MCP Server", + "type": "application/mcp-server-card+json", + "mediaType": "application/mcp-server-card+json", + "url": "https://api.you.com/mcp/server-card", + "description": "Hosted You.com MCP server: web search, URL content extraction, cited research synthesis, finance research, and agentic resource discovery over Streamable HTTP.", + "capabilities": [ + "you-search", + "you-contents", + "you-research", + "you-finance", + "you-discover", + "you-balance" + ], + "representativeQueries": [ + "search the web from my coding agent", + "extract the contents of this article URL", + "research this company's financials with citations" + ] }, { + "@context": "https://agenticresourcediscovery.org/context/v1", "identifier": "urn:air:you.com:skills:you-onboarding", "displayName": "You.com Onboarding", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://you.com/SKILL.md", "description": "Onboard coding agents to You.com: install the You.com skills or plugin for the current host, reload, then route to local use (OAuth) or building an integration via you-discover and an API key.", @@ -22486,31 +22723,59 @@ "mcp", "agent-skills" ], - "type": "application/ai-skill" + "capabilities": [ + "setup", + "mcp-configuration" + ], + "representativeQueries": [ + "set up You.com tools in Claude Code", + "how do I get a You.com API key", + "install the You.com plugin for pi" + ] }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-research", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:skills:you-research", "displayName": "You Research", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-research/SKILL.md", "description": "Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.", + "capabilities": [ + "deep-research", + "cited-synthesis" + ], + "representativeQueries": [ + "research the pros and cons of server-side rendering with citations", + "give me a sourced overview of the ARD specification" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-research/SKILL.md" - }, - "type": "application/ai-skill" + } }, { - "identifier": "urn:air:github.com:youdotcom-oss:agent-skills:you-web", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:air:you.com:skills:you-web", "displayName": "You Web", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-web/SKILL.md", "description": "Use You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.", + "capabilities": [ + "web-search", + "content-extraction", + "cited-synthesis" + ], + "representativeQueries": [ + "search the web for the latest news on AI regulation", + "extract the main content of this URL", + "what are the top results for rust async runtimes" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-web/SKILL.md" - }, - "type": "application/ai-skill" + } }, { "identifier": "urn:air:registry.modelcontextprotocol.io:ai.bittlebits:bittlebits", @@ -22531,7 +22796,7 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:43:34Z", + "updatedAt": "2026-09-17T21:13:54Z", "metadata": { "readmeUrl": "https://github.com/bittlebitsai/bittlebits-plugin#readme", "repository": "https://github.com/bittlebitsai/bittlebits-plugin", @@ -22543,10 +22808,10 @@ "identifier": "urn:air:registry.modelcontextprotocol.io:ai.bowmark:bowmark", "displayName": "Bowmark", "type": "application/mcp-server+json", - "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.137.0", + "url": "https://api.mcp.github.com/v0.1/servers/ai.bowmark%2Fbowmark/versions/8.139.0", "description": "Do things on live websites: prices, availability, quotes, bookings, anything behind a form or login.", - "version": "8.137.0", - "updatedAt": "2026-09-17T16:43:35Z", + "version": "8.139.0", + "updatedAt": "2026-09-17T21:13:55Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/bowmark-ai/skill#readme", @@ -22562,7 +22827,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.certscore%2Fmcp-light/versions/0.2.20", "description": "Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.", "version": "0.2.20", - "updatedAt": "2026-09-17T16:43:48Z", + "updatedAt": "2026-09-17T21:14:08Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ergoveritas1-alt/certscore.ai/tree/HEAD/packages/certscore-mcp", @@ -22579,7 +22844,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.connectmachine%2Fconnectmachine/versions/1.0.8", "description": "Manage your ConnectMachine contacts, networks, events, and digital business cards.", "version": "1.0.8", - "updatedAt": "2026-09-17T16:43:49Z", + "updatedAt": "2026-09-17T21:14:09Z", "metadata": { "readmeUrl": "https://github.com/connectmachine/mcp-server#readme", "repository": "https://github.com/connectmachine/mcp-server", @@ -22604,7 +22869,7 @@ "medianeria" ], "version": "1.0.4", - "updatedAt": "2026-09-17T16:43:50Z", + "updatedAt": "2026-09-17T21:14:10Z", "metadata": { "readmeUrl": "https://github.com/CMS87/epinu-mcp#readme", "repository": "https://github.com/CMS87/epinu-mcp", @@ -22619,7 +22884,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/ai.example4%2Fxmp4/versions/1.2.6", "description": "OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.", "version": "1.2.6", - "updatedAt": "2026-09-17T16:43:51Z", + "updatedAt": "2026-09-17T21:14:11Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/0ics-srls/lsai-xmp4.public#readme", @@ -22643,7 +22908,7 @@ "web-search" ], "version": "0.1.2", - "updatedAt": "2026-09-17T16:43:52Z", + "updatedAt": "2026-09-17T21:14:12Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/keenableai/keenable-mcp#readme", @@ -22670,7 +22935,7 @@ "claude-code" ], "version": "1.19.0", - "updatedAt": "2026-09-17T16:43:53Z", + "updatedAt": "2026-09-17T21:14:14Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Nauro-AI/nauro#readme", @@ -22694,7 +22959,7 @@ "model-context-protocol" ], "version": "0.14.2", - "updatedAt": "2026-09-17T16:43:55Z", + "updatedAt": "2026-09-17T21:14:15Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/plori-ai/plori#readme", @@ -22722,7 +22987,7 @@ "accounting" ], "version": "1.10.2", - "updatedAt": "2026-09-17T16:43:56Z", + "updatedAt": "2026-09-17T21:14:17Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/RoboFinSystems/robosystems#readme", @@ -22751,7 +23016,7 @@ "agent-skills" ], "version": "0.6.8", - "updatedAt": "2026-09-17T16:43:58Z", + "updatedAt": "2026-09-17T21:14:18Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/vaaya-ai/vaaya-mcp#readme", @@ -22804,7 +23069,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.clicon%2Flotus/versions/1.27.0", "description": "Measure how AI assistants cite your brand. Returns measured data and ready-to-apply fixes.", "version": "1.27.0", - "updatedAt": "2026-09-17T16:43:59Z", + "updatedAt": "2026-09-17T21:14:19Z", "metadata": { "readmeUrl": "https://github.com/martinendara/lotus-mcp#readme", "repository": "https://github.com/martinendara/lotus-mcp", @@ -22830,7 +23095,7 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-17T16:44:00Z", + "updatedAt": "2026-09-17T21:14:21Z", "metadata": { "readmeUrl": "https://github.com/desktop-commander/remote-desktop-commander#readme", "repository": "https://github.com/desktop-commander/remote-desktop-commander", @@ -22854,7 +23119,7 @@ "workflows" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:01Z", + "updatedAt": "2026-09-17T21:14:22Z", "metadata": { "readmeUrl": "https://github.com/glifxyz/glif-mcp-server#readme", "repository": "https://github.com/glifxyz/glif-mcp-server", @@ -22870,7 +23135,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/app.lucid.mcp%2Flucid/versions/1.0.0", "description": "Lucid’s connector creates diagrams, searches, edits, shares, and retrieves docs to summarize.", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:02Z", + "updatedAt": "2026-09-17T21:14:23Z", "metadata": { "readmeUrl": "https://github.com/lucidsoftware/lucid-mcp-server#readme", "repository": "https://github.com/lucidsoftware/lucid-mcp-server", @@ -22897,7 +23162,7 @@ "websocket" ], "version": "0.6.0", - "updatedAt": "2026-09-17T16:44:03Z", + "updatedAt": "2026-09-17T21:14:24Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pensados/sentinelx-cloud-core#readme", @@ -22993,7 +23258,7 @@ "mcp" ], "version": "2.12.18", - "updatedAt": "2026-09-17T16:44:05Z", + "updatedAt": "2026-09-17T21:14:25Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/azmartone67/dchub-mcp-server#readme", @@ -23010,7 +23275,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/co.axiom%2Fmcp/versions/1.0.0", "description": "List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:06Z", + "updatedAt": "2026-09-17T21:14:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/axiomhq/mcp/tree/HEAD/apps/mcp", @@ -23038,7 +23303,7 @@ "w2-staffing" ], "version": "1.7.2", - "updatedAt": "2026-09-17T16:44:07Z", + "updatedAt": "2026-09-17T21:14:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tempguru-co/tempguru-mcp#readme", @@ -23101,13 +23366,13 @@ "mcp-server" ], "version": "0.16.0", - "updatedAt": "2026-09-17T16:44:09Z", + "updatedAt": "2026-09-17T21:14:29Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/apify/apify-mcp-server#readme", "repository": "https://github.com/apify/apify-mcp-server", "repositorySource": "github", - "stargazerCount": 7503 + "stargazerCount": 7534 } }, { @@ -23129,13 +23394,13 @@ "cursor" ], "version": "2.0.0", - "updatedAt": "2026-09-17T16:44:11Z", + "updatedAt": "2026-09-17T21:14:31Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/atlassian/atlassian-mcp-server#readme", "repository": "https://github.com/atlassian/atlassian-mcp-server", "repositorySource": "github", - "stargazerCount": 1114, + "stargazerCount": 1045, "websiteUrl": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/" } }, @@ -23146,7 +23411,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.atom%2Fpremium-domains/versions/2.0.7", "description": "Search, appraise, trademark-check, and buy premium brandable domain names from Atom.com.", "version": "2.0.7", - "updatedAt": "2026-09-17T16:44:12Z", + "updatedAt": "2026-09-17T21:14:33Z", "metadata": { "readmeUrl": "https://github.com/atomdomains/atom-mcp-server#readme", "repository": "https://github.com/atomdomains/atom-mcp-server", @@ -23161,7 +23426,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fatc/versions/1.0.1", "description": "Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental", "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:13Z", + "updatedAt": "2026-09-17T21:14:34Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23177,7 +23442,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Favatax/versions/1.0.1", "description": "Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance", "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:14Z", + "updatedAt": "2026-09-17T21:14:35Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23193,7 +23458,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fbl/versions/1.0.0", "description": "Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:15Z", + "updatedAt": "2026-09-17T21:14:36Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23209,7 +23474,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fclassification/versions/1.0.0", "description": "Classify, validate & verify HS codes and access tariff compliance data for cross-border trade", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:16Z", + "updatedAt": "2026-09-17T21:14:37Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23225,7 +23490,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fcross-border/versions/1.0.0", "description": "Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:17Z", + "updatedAt": "2026-09-17T21:14:38Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23241,7 +23506,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Fdocs/versions/1.0.1", "description": "Provides access to Avalara developer documentation, integration guides, and code examples", "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:18Z", + "updatedAt": "2026-09-17T21:14:39Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23257,7 +23522,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Felr/versions/1.0.0", "description": "Provides access to Avalara E-Invoicing and Live Reporting APIs for document statuses and compliance", "version": "1.0.0", - "updatedAt": "2026-09-17T16:44:19Z", + "updatedAt": "2026-09-17T21:14:40Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23273,7 +23538,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.avalara%2Freturns/versions/1.0.1", "description": "Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data", "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:20Z", + "updatedAt": "2026-09-17T21:14:41Z", "metadata": { "readmeUrl": "https://github.com/avadev/mcp#readme", "repository": "https://github.com/avadev/mcp", @@ -23289,7 +23554,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.blackduck%2Fmcp-server/versions/1.1.8", "description": "AI-powered security scanning using Black Duck Signal for vulnerability detection.", "version": "1.1.8", - "updatedAt": "2026-09-17T16:44:22Z", + "updatedAt": "2026-09-17T21:14:42Z", "metadata": { "readmeUrl": "https://github.com/blackducksoftware/mcp-server#readme", "repository": "https://github.com/blackducksoftware/mcp-server", @@ -23303,7 +23568,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.breckenwander%2Ftravel-connector/versions/0.2.1", "description": "Search flights, hotels & experiences at all-in prices, then build a trip on breckenwander.com.", "version": "0.2.1", - "updatedAt": "2026-09-17T16:44:23Z", + "updatedAt": "2026-09-17T21:14:43Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/durwardjohnson/breckenwander-travel-connector#readme", @@ -23327,7 +23592,7 @@ "mcp" ], "version": "0.6.1", - "updatedAt": "2026-09-17T16:44:24Z", + "updatedAt": "2026-09-17T21:14:44Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/celigo/ai#readme", @@ -23354,7 +23619,7 @@ "web3" ], "version": "1.10.10", - "updatedAt": "2026-09-17T16:44:25Z", + "updatedAt": "2026-09-17T21:14:46Z", "metadata": { "readmeUrl": "https://github.com/chainstacklabs/mcp-server#readme", "repository": "https://github.com/chainstacklabs/mcp-server", @@ -23382,7 +23647,7 @@ "voice-ai" ], "version": "0.1.0", - "updatedAt": "2026-09-17T16:44:26Z", + "updatedAt": "2026-09-17T21:14:47Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/SkillfulAgents/dialmcp-connector#readme", @@ -23399,7 +23664,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.easyship%2Fmcp/versions/0.6.5", "description": "Connect Easyship to compare rates, create shipments, buy labels, and track packages globally.", "version": "0.6.5", - "updatedAt": "2026-09-17T16:44:27Z", + "updatedAt": "2026-09-17T21:14:48Z", "metadata": { "readmeUrl": "https://github.com/easyship/easyship-mcp-plugin#readme", "repository": "https://github.com/easyship/easyship-mcp-plugin", @@ -23413,7 +23678,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.figma.mcp%2Fmcp/versions/1.0.3", "description": "The Figma MCP server brings Figma design context directly into your AI workflow.", "version": "1.0.3", - "updatedAt": "2026-09-17T16:44:29Z", + "updatedAt": "2026-09-17T21:14:49Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/figma/mcp-server-guide#readme", @@ -23440,7 +23705,7 @@ "model-context-protocol" ], "version": "1.2.0", - "updatedAt": "2026-09-17T16:44:29Z", + "updatedAt": "2026-09-17T21:14:50Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/getappniche/mcp#readme", @@ -23456,7 +23721,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getfirmament%2Ffirmament/versions/0.1.1", "description": "Your team's shared, verified knowledge for AI agents: ask what's true, record what you learn.", "version": "0.1.1", - "updatedAt": "2026-09-17T16:44:30Z", + "updatedAt": "2026-09-17T21:14:51Z", "metadata": { "readmeUrl": "https://github.com/spkenny455/firmament-mcp#readme", "repository": "https://github.com/spkenny455/firmament-mcp", @@ -23471,7 +23736,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.getguru%2Fmcp-server/versions/1.0.2", "description": "Guru MCP Server - Connect AI tools to your Guru knowledge base", "version": "1.0.2", - "updatedAt": "2026-09-17T16:44:31Z", + "updatedAt": "2026-09-17T21:14:52Z", "metadata": { "readmeUrl": "https://github.com/guruhq/remote-mcp-server#readme", "repository": "https://github.com/guruhq/remote-mcp-server", @@ -23496,7 +23761,7 @@ "wp-agent" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:32Z", + "updatedAt": "2026-09-17T21:14:54Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wp-agent-mcp#readme", "repository": "https://github.com/yaniv-fink/wp-agent-mcp", @@ -23522,7 +23787,7 @@ "modelcontextprotocol" ], "version": "1.2.1", - "updatedAt": "2026-09-17T16:44:34Z", + "updatedAt": "2026-09-17T21:14:55Z", "metadata": { "readmeUrl": "https://github.com/gleanwork/remote-mcp-server#readme", "repository": "https://github.com/gleanwork/remote-mcp-server", @@ -23538,7 +23803,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.hitsteps%2Fanalytics-operations/versions/1.1.4", "description": "AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.", "version": "1.1.4", - "updatedAt": "2026-09-17T16:44:35Z", + "updatedAt": "2026-09-17T21:14:56Z", "metadata": { "readmeUrl": "https://github.com/Hitsteps/MCP#readme", "repository": "https://github.com/Hitsteps/MCP", @@ -23565,7 +23830,7 @@ "technical-drawing" ], "version": "0.1.1", - "updatedAt": "2026-09-17T16:44:36Z", + "updatedAt": "2026-09-17T21:14:57Z", "metadata": { "primaryLanguage": "Dockerfile", "readmeUrl": "https://github.com/imnoo-team/drawing-converter-mcp#readme", @@ -23581,7 +23846,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.industry-lens%2Fmcp-public/versions/0.2.0", "description": "B2B SaaS competitor pricing changes, strategic moves, market landscapes, reports and comparisons.", "version": "0.2.0", - "updatedAt": "2026-09-17T16:44:37Z", + "updatedAt": "2026-09-17T21:14:58Z", "metadata": { "readmeUrl": "https://github.com/IndustryLensOp/industrylens-mcp-docs#readme", "repository": "https://github.com/IndustryLensOp/industrylens-mcp-docs", @@ -23604,7 +23869,7 @@ "trading" ], "version": "0.9.0", - "updatedAt": "2026-09-17T16:44:38Z", + "updatedAt": "2026-09-17T21:14:59Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/longbridge/longbridge-mcp#readme", @@ -23624,7 +23889,7 @@ "gemini-cli-extension" ], "version": "1.0.3", - "updatedAt": "2026-09-17T16:44:40Z", + "updatedAt": "2026-09-17T21:15:01Z", "metadata": { "readmeUrl": "https://github.com/mablhq/mabl-mcp-server#readme", "repository": "https://github.com/mablhq/mabl-mcp-server", @@ -23651,7 +23916,7 @@ "model-context-protocol" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:41Z", + "updatedAt": "2026-09-17T21:15:02Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/macfax/macfax-mcp#readme", @@ -23677,7 +23942,7 @@ "gemini-cli-extension" ], "version": "1.1.1", - "updatedAt": "2026-09-17T16:44:42Z", + "updatedAt": "2026-09-17T21:15:03Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anrawool/mailrith-agent-platform/tree/HEAD/packages/mcp-server", @@ -23702,7 +23967,7 @@ "persistent-memory" ], "version": "1.3.2", - "updatedAt": "2026-09-17T16:44:43Z", + "updatedAt": "2026-09-17T21:15:04Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gpitrella/memxus-remote-mcp#readme", @@ -23718,7 +23983,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fazure/versions/3.0.0-beta.44", "description": "All Azure MCP tools to create a seamless connection between AI agents and Azure services.", "version": "3.0.0-beta.44", - "updatedAt": "2026-09-17T16:44:45Z", + "updatedAt": "2026-09-17T21:15:06Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Azure.Mcp.Server", @@ -23736,7 +24001,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fmicrosoft-fabric/versions/1.4.0", "description": "MCP tools for interacting with Microsoft Fabric", "version": "1.4.0", - "updatedAt": "2026-09-17T16:44:47Z", + "updatedAt": "2026-09-17T21:15:08Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp/tree/HEAD/servers/Fabric.Mcp.Server", @@ -23754,7 +24019,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fnuget/versions/1.4.16", "description": "A Model Context Protocol (MCP) server for NuGet.", "version": "1.4.16", - "updatedAt": "2026-09-17T16:44:48Z", + "updatedAt": "2026-09-17T21:15:09Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/NuGet/Home/tree/HEAD/mcp", @@ -23771,7 +24036,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.microsoft%2Fsentinel-data-exploration/versions/1.0.1", "description": "Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de", "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:49Z", + "updatedAt": "2026-09-17T21:15:10Z", "metadata": { "readmeUrl": "https://github.com/microsoft/sentinel-data-exploration-mcp#readme", "repository": "https://github.com/microsoft/sentinel-data-exploration-mcp", @@ -23790,7 +24055,7 @@ "mcp-server" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:44:50Z", + "updatedAt": "2026-09-17T21:15:11Z", "metadata": { "readmeUrl": "https://github.com/mobbin/mobbin-mcp-server#readme", "repository": "https://github.com/mobbin/mobbin-mcp-server", @@ -23812,7 +24077,7 @@ "monday" ], "version": "0.0.1", - "updatedAt": "2026-09-17T16:44:52Z", + "updatedAt": "2026-09-17T21:15:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mondaycom/mcp#readme", @@ -23835,7 +24100,7 @@ "sports-betting" ], "version": "1.4.5", - "updatedAt": "2026-09-17T16:44:53Z", + "updatedAt": "2026-09-17T21:15:14Z", "metadata": { "readmeUrl": "https://github.com/jessejohnsohn/negativeev-mcp#readme", "repository": "https://github.com/jessejohnsohn/negativeev-mcp", @@ -23850,7 +24115,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.nitrosend%2Fnitrosend/versions/0.8.2", "description": "AI-native email marketing. Campaigns, automations, transactional, contacts, and analytics.", "version": "0.8.2", - "updatedAt": "2026-09-17T16:44:54Z", + "updatedAt": "2026-09-17T21:15:15Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/nitrosend/mcp#readme", @@ -23867,7 +24132,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.opslevel%2Fmcp/versions/0.1.1", "description": "Query your OpsLevel internal developer portal: catalog, maturity data, and tech docs.", "version": "0.1.1", - "updatedAt": "2026-09-17T16:44:55Z", + "updatedAt": "2026-09-17T21:15:16Z", "metadata": { "readmeUrl": "https://github.com/OpsLevel/opslevel-mcp-remote#readme", "repository": "https://github.com/OpsLevel/opslevel-mcp-remote", @@ -23894,7 +24159,7 @@ "copilot" ], "version": "2.12.3", - "updatedAt": "2026-09-17T16:44:56Z", + "updatedAt": "2026-09-17T21:15:17Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/postmanlabs/postman-mcp-server#readme", @@ -23911,7 +24176,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.publora%2Fmcp-server/versions/1.1.1", "description": "Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.", "version": "1.1.1", - "updatedAt": "2026-09-17T16:44:58Z", + "updatedAt": "2026-09-17T21:15:19Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/publora/mcp-server#readme", @@ -23940,7 +24205,7 @@ "mcp" ], "version": "1.0.2", - "updatedAt": "2026-09-17T16:44:59Z", + "updatedAt": "2026-09-17T21:15:20Z", "metadata": { "readmeUrl": "https://github.com/qualityclouds/qualityclouds#readme", "repository": "https://github.com/qualityclouds/qualityclouds", @@ -23965,7 +24230,7 @@ "review-management" ], "version": "1.0.2", - "updatedAt": "2026-09-17T16:45:00Z", + "updatedAt": "2026-09-17T21:15:21Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/reputemap/mcp#readme", @@ -23991,7 +24256,7 @@ "website-screenshot" ], "version": "0.1.1", - "updatedAt": "2026-09-17T16:45:01Z", + "updatedAt": "2026-09-17T21:15:23Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screenshotscout/screenshotscout-mcp#readme", @@ -24007,7 +24272,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sherweb%2Fplatform/versions/1.52.10", "description": "Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate.", "version": "1.52.10", - "updatedAt": "2026-09-17T16:45:02Z", + "updatedAt": "2026-09-17T21:15:24Z", "metadata": { "readmeUrl": "https://github.com/sherweb/platform-mcp#readme", "repository": "https://github.com/sherweb/platform-mcp", @@ -24034,7 +24299,7 @@ "static-site" ], "version": "1.12.2", - "updatedAt": "2026-09-17T16:45:03Z", + "updatedAt": "2026-09-17T21:15:25Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shipstatic/mcp#readme", @@ -24063,7 +24328,7 @@ "swagger" ], "version": "0.40.0", - "updatedAt": "2026-09-17T16:45:05Z", + "updatedAt": "2026-09-17T21:15:27Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -24091,7 +24356,7 @@ "swagger" ], "version": "0.33.0", - "updatedAt": "2026-09-17T16:45:07Z", + "updatedAt": "2026-09-17T21:15:29Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SmartBear/smartbear-mcp#readme", @@ -24107,12 +24372,12 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.sonatype%2Fdependency-management-mcp-server/versions/1.0.2", "description": "Sonatype component intelligence: versions, security analysis, and Trust Score recommendations", "version": "1.0.2", - "updatedAt": "2026-09-17T16:45:09Z", + "updatedAt": "2026-09-17T21:15:30Z", "metadata": { "readmeUrl": "https://github.com/sonatype/dependency-management-mcp-server#readme", "repository": "https://github.com/sonatype/dependency-management-mcp-server", "repositorySource": "github", - "stargazerCount": 73 + "stargazerCount": 74 } }, { @@ -24125,7 +24390,7 @@ "soracom" ], "version": "1.1.4", - "updatedAt": "2026-09-17T16:45:10Z", + "updatedAt": "2026-09-17T21:15:31Z", "metadata": { "readmeUrl": "https://github.com/soracom/mcp/tree/HEAD/servers/knowledge", "repository": "https://github.com/soracom/mcp", @@ -24142,7 +24407,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackhawk%2Fstackhawk/versions/1.1.1", "description": "An MCP server that provides interaction with StackHawk's security scanning platform.", "version": "1.1.1", - "updatedAt": "2026-09-17T16:45:11Z", + "updatedAt": "2026-09-17T21:15:33Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/stackhawk/stackhawk-mcp#readme", @@ -24158,7 +24423,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.stackoverflow.mcp%2Fmcp/versions/1.1.3", "description": "Access Stack Overflow's trusted and verified technical questions and answers.", "version": "1.1.3", - "updatedAt": "2026-09-17T16:45:12Z", + "updatedAt": "2026-09-17T21:15:34Z", "metadata": { "readmeUrl": "https://github.com/StackExchange/Stack-MCP#readme", "repository": "https://github.com/StackExchange/Stack-MCP", @@ -24183,7 +24448,7 @@ "gemini-cli-extension" ], "version": "0.2.4", - "updatedAt": "2026-09-17T16:45:13Z", + "updatedAt": "2026-09-17T21:15:35Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/stripe/agent-toolkit#readme", @@ -24199,7 +24464,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.supabase%2Fmcp/versions/0.13.0", "description": "MCP server for interacting with the Supabase platform", "version": "0.13.0", - "updatedAt": "2026-09-17T16:45:15Z", + "updatedAt": "2026-09-17T21:15:36Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/supabase/mcp/tree/HEAD/packages/mcp-server-supabase", @@ -24217,7 +24482,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.tallyfy%2Fmcp-server/versions/1.2.0", "description": "Automate tasks, processes, and approvals with AI.", "version": "1.2.0", - "updatedAt": "2026-09-17T16:45:16Z", + "updatedAt": "2026-09-17T21:15:38Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/tallyfy/mcp-public#readme", @@ -24234,7 +24499,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.vercel%2Fvercel-mcp/versions/0.0.3", "description": "An MCP server for Vercel", "version": "0.0.3", - "updatedAt": "2026-09-17T16:45:17Z", + "updatedAt": "2026-09-17T21:15:39Z", "metadata": { "readmeUrl": "https://github.com/vercel/vercel-mcp-overview#readme", "repository": "https://github.com/vercel/vercel-mcp-overview", @@ -24256,7 +24521,7 @@ "business-critical-yes" ], "version": "2.0.0", - "updatedAt": "2026-09-17T16:45:18Z", + "updatedAt": "2026-09-17T21:15:40Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/webflow/mcp-server#readme", @@ -24272,7 +24537,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/com.wix%2Fmcp/versions/1.0.2", "description": "A Model Context Protocol server for Wix AI tools", "version": "1.0.2", - "updatedAt": "2026-09-17T16:45:19Z", + "updatedAt": "2026-09-17T21:15:41Z", "metadata": { "readmeUrl": "https://github.com/wix/wix-mcp#readme", "repository": "https://github.com/wix/wix-mcp", @@ -24291,7 +24556,7 @@ "dax" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:45:21Z", + "updatedAt": "2026-09-17T21:15:43Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/workos/skills/tree/HEAD/mcp", @@ -24321,7 +24586,7 @@ "wordpress-mcp" ], "version": "2.0.0", - "updatedAt": "2026-09-17T16:45:22Z", + "updatedAt": "2026-09-17T21:15:44Z", "metadata": { "readmeUrl": "https://github.com/yaniv-fink/wpwriter-mcp#readme", "repository": "https://github.com/yaniv-fink/wpwriter-mcp", @@ -24347,7 +24612,7 @@ "privacy" ], "version": "1.0.3", - "updatedAt": "2026-09-17T16:45:23Z", + "updatedAt": "2026-09-17T21:15:45Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Wuniq/wuniq-mcp#readme", @@ -24375,7 +24640,7 @@ "follower-export" ], "version": "2.6.0", - "updatedAt": "2026-09-17T16:45:24Z", + "updatedAt": "2026-09-17T21:15:46Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Xquik-dev/x-twitter-scraper#readme", @@ -24430,7 +24695,7 @@ "vibe-coding" ], "version": "0.1.3", - "updatedAt": "2026-09-17T16:45:26Z", + "updatedAt": "2026-09-17T21:15:48Z", "metadata": { "readmeUrl": "https://github.com/lovablelabs/mcp#readme", "repository": "https://github.com/lovablelabs/mcp", @@ -24456,7 +24721,7 @@ "model-context-protocol" ], "version": "0.13.0", - "updatedAt": "2026-09-17T16:45:27Z", + "updatedAt": "2026-09-17T21:15:49Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/mailkite/mailkite-mcp#readme", @@ -24483,7 +24748,7 @@ "presentations" ], "version": "5.9.0", - "updatedAt": "2026-09-17T16:45:28Z", + "updatedAt": "2026-09-17T21:15:50Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smartdatabrokers/slideforge-mcp#readme", @@ -24499,7 +24764,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.svelte%2Fmcp/versions/0.1.26", "description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development", "version": "0.1.26", - "updatedAt": "2026-09-17T16:45:29Z", + "updatedAt": "2026-09-17T21:15:51Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/sveltejs/ai-tools/tree/HEAD/packages/mcp-stdio", @@ -24517,7 +24782,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/dev.vibeseo%2Fvibeseo/versions/0.1.3", "description": "SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.", "version": "0.1.3", - "updatedAt": "2026-09-17T16:45:30Z", + "updatedAt": "2026-09-17T21:15:53Z", "metadata": { "readmeUrl": "https://github.com/sultanlive/vibeseo-mcp#readme", "repository": "https://github.com/sultanlive/vibeseo-mcp", @@ -24582,7 +24847,7 @@ "spf" ], "version": "1.0.6", - "updatedAt": "2026-09-17T16:45:32Z", + "updatedAt": "2026-09-17T21:15:54Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/palisadeemail/palisade-mcp#readme", @@ -24598,7 +24863,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/eu.ansvar%2Fgateway/versions/1.0.b661c6dc", "description": "Cited EU & global law, regulations & security frameworks via Ansvar Gateway. OAuth, free + paid.", "version": "1.0.b661c6dc", - "updatedAt": "2026-09-17T16:45:33Z", + "updatedAt": "2026-09-17T21:15:55Z", "metadata": { "readmeUrl": "https://github.com/Ansvar-Systems/ansvar-gateway#readme", "repository": "https://github.com/Ansvar-Systems/ansvar-gateway", @@ -24628,11 +24893,11 @@ "version": "1.0.0", "updatedAt": "2026-01-14T21:44:40Z", "metadata": { - "primaryLanguage": "JavaScript", + "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/firecrawl/firecrawl-mcp-server#readme", "repository": "https://github.com/firecrawl/firecrawl-mcp-server", "repositorySource": "github", - "stargazerCount": 7476 + "stargazerCount": 7477 } }, { @@ -24648,7 +24913,7 @@ "voice-agents" ], "version": "1.2.0", - "updatedAt": "2026-09-17T16:45:34Z", + "updatedAt": "2026-09-17T21:15:56Z", "metadata": { "primaryLanguage": "HTML", "readmeUrl": "https://github.com/saaslabsco/justcall-mcp-server#readme", @@ -24708,7 +24973,7 @@ "structured-data-extraction" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:45:35Z", + "updatedAt": "2026-09-17T21:15:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/RapierCraft/alterlab-mcp-server#readme", @@ -24735,7 +25000,7 @@ "news-api" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:45:36Z", + "updatedAt": "2026-09-17T21:15:59Z", "metadata": { "readmeUrl": "https://github.com/apitube/news-api-mcp#readme", "repository": "https://github.com/apitube/news-api-mcp", @@ -24762,12 +25027,12 @@ "design-system" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:45:38Z", + "updatedAt": "2026-09-17T21:16:00Z", "metadata": { "readmeUrl": "https://github.com/Appllama/appllama-skills#readme", "repository": "https://github.com/Appllama/appllama-skills", "repositorySource": "github", - "stargazerCount": 1842, + "stargazerCount": 1845, "websiteUrl": "https://appllama.io/mcp" } }, @@ -24790,7 +25055,7 @@ "context" ], "version": "0.5.35", - "updatedAt": "2026-09-17T16:45:39Z", + "updatedAt": "2026-09-17T21:16:01Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -24819,7 +25084,7 @@ "kubernetes" ], "version": "1.0.2", - "updatedAt": "2026-09-17T16:45:40Z", + "updatedAt": "2026-09-17T21:16:02Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/controlplane-com/ai-plugin#readme", @@ -24848,7 +25113,7 @@ "x402" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:45:41Z", + "updatedAt": "2026-09-17T21:16:04Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/webmilmind1/deskcrew-mcp#readme", @@ -24877,7 +25142,7 @@ "ai-native" ], "version": "1.17.0", - "updatedAt": "2026-09-17T16:45:42Z", + "updatedAt": "2026-09-17T21:16:05Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Frihet-io/frihet-mcp#readme", @@ -24905,7 +25170,7 @@ "model-context-protocol" ], "version": "1.10.2", - "updatedAt": "2026-09-17T16:45:44Z", + "updatedAt": "2026-09-17T21:16:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/AlvisoOculus/optionsahoy-mcp#readme", @@ -24922,7 +25187,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.AnimaApp%2Fanima/versions/1.0.0", "description": "Connect AI coding agents to Anima Playground, Figma, and your design system.", "version": "1.0.0", - "updatedAt": "2026-09-17T16:45:45Z", + "updatedAt": "2026-09-17T21:16:08Z", "metadata": { "primaryLanguage": "Shell", "readmeUrl": "https://github.com/AnimaApp/mcp-server-guide#readme", @@ -24950,7 +25215,7 @@ "uta-v3" ], "version": "3.0.2", - "updatedAt": "2026-09-17T16:45:46Z", + "updatedAt": "2026-09-17T21:16:10Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Bitget-AI/agent-mcp#readme", @@ -24966,7 +25231,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.CAST-Extend%2Fimaging-mcp-server/versions/3.0.4", "description": "MCP server exposing CAST Imaging software architecture insights to AI agents", "version": "3.0.4", - "updatedAt": "2026-09-17T16:45:47Z", + "updatedAt": "2026-09-17T21:16:11Z", "metadata": { "readmeUrl": "https://github.com/CAST-Extend/CAST-Imaging-Mcp#readme", "repository": "https://github.com/CAST-Extend/CAST-Imaging-Mcp", @@ -24991,13 +25256,13 @@ "mcp" ], "version": "1.9.0", - "updatedAt": "2026-09-17T16:45:48Z", + "updatedAt": "2026-09-17T21:16:12Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme", "repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp", "repositorySource": "github", - "stargazerCount": 52191 + "stargazerCount": 52198 } }, { @@ -25007,13 +25272,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ClickHouse%2Fmcp-clickhouse/versions/0.6.0", "description": "Official ClickHouse MCP server for querying and exploring ClickHouse clusters and chDB.", "version": "0.6.0", - "updatedAt": "2026-09-17T16:45:50Z", + "updatedAt": "2026-09-17T21:16:14Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ClickHouse/mcp-clickhouse#readme", "repository": "https://github.com/ClickHouse/mcp-clickhouse", "repositorySource": "github", - "stargazerCount": 873, + "stargazerCount": 875, "websiteUrl": "https://clickhouse.com" } }, @@ -25024,7 +25289,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.ComposioHQ%2Fcomposio/versions/1.0.5", "description": "Connect AI agents to 1000+ apps with managed authentication and tool-calling.", "version": "1.0.5", - "updatedAt": "2026-09-17T16:45:52Z", + "updatedAt": "2026-09-17T21:16:15Z", "metadata": { "readmeUrl": "https://github.com/ComposioHQ/GHMCP#readme", "repository": "https://github.com/ComposioHQ/GHMCP", @@ -25047,7 +25312,7 @@ "mcp-server" ], "version": "0.19.0", - "updatedAt": "2026-09-17T16:45:53Z", + "updatedAt": "2026-09-17T21:16:17Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/CrowdStrike/falcon-mcp#readme", @@ -25075,7 +25340,7 @@ "smithery" ], "version": "1.2.4", - "updatedAt": "2026-09-17T16:45:54Z", + "updatedAt": "2026-09-17T21:16:18Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Decodo/mcp-server#readme", @@ -25101,7 +25366,7 @@ "observability" ], "version": "7.0.0", - "updatedAt": "2026-09-17T16:45:56Z", + "updatedAt": "2026-09-17T21:16:19Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Dynatrace/dynatrace-for-ai#readme", @@ -25130,7 +25395,7 @@ "openssf" ], "version": "1.2.3", - "updatedAt": "2026-09-17T16:45:58Z", + "updatedAt": "2026-09-17T21:16:22Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/Guruprasath-Annadurai/Whitepact#readme", @@ -25159,7 +25424,7 @@ "ga4" ], "version": "1.2.5", - "updatedAt": "2026-09-17T16:45:59Z", + "updatedAt": "2026-09-17T21:16:23Z", "metadata": { "readmeUrl": "https://github.com/HYPD-AI/ads-mcp-plugin#readme", "repository": "https://github.com/HYPD-AI/ads-mcp-plugin", @@ -25175,7 +25440,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.IgniteUI%2Figniteui-theming/versions/29.0.0", "description": "Generate Sass palettes, typography, elevations, and themes for Ignite UI components.", "version": "29.0.0", - "updatedAt": "2026-09-17T16:46:00Z", + "updatedAt": "2026-09-17T21:16:24Z", "metadata": { "primaryLanguage": "SCSS", "readmeUrl": "https://github.com/IgniteUI/igniteui-theming#readme", @@ -25202,7 +25467,7 @@ "scaffolding" ], "version": "15.6.1", - "updatedAt": "2026-09-17T16:46:02Z", + "updatedAt": "2026-09-17T21:16:26Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/IgniteUI/igniteui-cli#readme", @@ -25230,7 +25495,7 @@ "model-context-protocol" ], "version": "0.1.10", - "updatedAt": "2026-09-17T16:46:03Z", + "updatedAt": "2026-09-17T21:16:27Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/Karzone/TestAtlas#readme", @@ -25246,7 +25511,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Krv-Labs%2Ftopos/versions/0.6.0", "description": "Structural code-quality tools for AI coding agents.", "version": "0.6.0", - "updatedAt": "2026-09-17T16:46:04Z", + "updatedAt": "2026-09-17T21:16:28Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Krv-Labs/topos#readme", @@ -25275,7 +25540,7 @@ "model-context-protocol" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:46:05Z", + "updatedAt": "2026-09-17T21:16:30Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/MachuraHarry/pipe#readme", @@ -25303,7 +25568,7 @@ "accessibility-testing" ], "version": "1.2.7", - "updatedAt": "2026-09-17T16:46:07Z", + "updatedAt": "2026-09-17T21:16:31Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/MasterPlayspots/motionspec#readme", @@ -25322,7 +25587,7 @@ "gemini-cli-extension" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:46:08Z", + "updatedAt": "2026-09-17T21:16:32Z", "metadata": { "readmeUrl": "https://github.com/OctoPerf/octoperf-claude-plugins#readme", "repository": "https://github.com/OctoPerf/octoperf-claude-plugins", @@ -25341,7 +25606,7 @@ "voice-assistant" ], "version": "0.8.0", - "updatedAt": "2026-09-17T16:46:09Z", + "updatedAt": "2026-09-17T21:16:33Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Omnidim/omnidim-mcp-server#readme", @@ -25358,7 +25623,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Openly-Useful%2Fcitewire/versions/0.2.0", "description": "Attribution-first MCP server for free news sources and free article APIs.", "version": "0.2.0", - "updatedAt": "2026-09-17T16:46:10Z", + "updatedAt": "2026-09-17T21:16:35Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/Openly-Useful/citewire#readme", @@ -25375,7 +25640,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.PagerDuty%2Fpagerduty-mcp/versions/0.2.1", "description": "PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.", "version": "0.2.1", - "updatedAt": "2026-09-17T16:46:11Z", + "updatedAt": "2026-09-17T21:16:36Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/PagerDuty/pagerduty-mcp-server#readme", @@ -25403,7 +25668,7 @@ "google-analytics-alternative" ], "version": "2.13.11", - "updatedAt": "2026-09-17T16:46:13Z", + "updatedAt": "2026-09-17T21:16:37Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pascalebeier/hitkeep#readme", @@ -25420,7 +25685,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.QWarranto%2Fleafengines/versions/2.0.8", "description": "🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.", "version": "2.0.8", - "updatedAt": "2026-09-17T16:46:14Z", + "updatedAt": "2026-09-17T21:16:39Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/QWarranto/leafengines-claude-mcp#readme", @@ -25442,7 +25707,7 @@ "ui5" ], "version": "1.12.6", - "updatedAt": "2026-09-17T16:46:15Z", + "updatedAt": "2026-09-17T21:16:40Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fiori-mcp-server", @@ -25464,7 +25729,7 @@ "webcrawler" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:46:17Z", + "updatedAt": "2026-09-17T21:16:42Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/ScrapeGraphAI/scrapegraph-mcp#readme", @@ -25492,7 +25757,7 @@ "mcp-tools" ], "version": "2.1.1", - "updatedAt": "2026-09-17T16:46:18Z", + "updatedAt": "2026-09-17T21:16:43Z", "metadata": { "primaryLanguage": "PHP", "readmeUrl": "https://github.com/Sendmux/sendmux-sdk/tree/HEAD/packages/python/mcp", @@ -25520,7 +25785,7 @@ "static-analysis" ], "version": "1.21.0", - "updatedAt": "2026-09-17T16:46:20Z", + "updatedAt": "2026-09-17T21:16:45Z", "metadata": { "primaryLanguage": "Java", "readmeUrl": "https://github.com/SonarSource/sonarqube-mcp-server#readme", @@ -25543,7 +25808,7 @@ "mcp-server" ], "version": "0.2.20", - "updatedAt": "2026-09-17T16:46:21Z", + "updatedAt": "2026-09-17T21:16:46Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/mcp-server#readme", @@ -25567,7 +25832,7 @@ "webcomponent" ], "version": "0.1.2", - "updatedAt": "2026-09-17T16:46:23Z", + "updatedAt": "2026-09-17T21:16:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/UI5/webcomponents-mcp-server#readme", @@ -25595,7 +25860,7 @@ "transparency-log" ], "version": "2.4.0", - "updatedAt": "2026-09-17T16:46:24Z", + "updatedAt": "2026-09-17T21:16:49Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/Vortx-AI/emem#readme", @@ -25612,7 +25877,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.Wopee-io%2Fwopee-mcp/versions/1.30.1", "description": "AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.", "version": "1.30.1", - "updatedAt": "2026-09-17T16:46:25Z", + "updatedAt": "2026-09-17T21:16:50Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wopee-io/wopee-mcp#readme", @@ -25635,7 +25900,7 @@ "trust" ], "version": "0.3.0", - "updatedAt": "2026-09-17T16:46:27Z", + "updatedAt": "2026-09-17T21:16:52Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/YugantM/hvtracker-mcp#readme", @@ -25663,7 +25928,7 @@ "ai-agent" ], "version": "1.0.5", - "updatedAt": "2026-09-17T16:46:28Z", + "updatedAt": "2026-09-17T21:16:53Z", "metadata": { "readmeUrl": "https://github.com/adkit/ads-mcp#readme", "repository": "https://github.com/adkit/ads-mcp", @@ -25691,7 +25956,7 @@ "ai-agents" ], "version": "0.21.5", - "updatedAt": "2026-09-17T16:46:29Z", + "updatedAt": "2026-09-17T21:16:54Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/agentic-hil/agentic-hil#readme", @@ -25720,7 +25985,7 @@ "cursor" ], "version": "1.5.1", - "updatedAt": "2026-09-17T16:46:31Z", + "updatedAt": "2026-09-17T21:16:56Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/alimbenhelal-pro/ALM-XPP-MCP#readme", @@ -25747,7 +26012,7 @@ "mcp-server" ], "version": "0.9.0", - "updatedAt": "2026-09-17T16:46:32Z", + "updatedAt": "2026-09-17T21:16:57Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/anilloutombam/mcp-failure-lab#readme", @@ -25770,7 +26035,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:33Z", + "updatedAt": "2026-09-17T21:16:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25795,7 +26060,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:34Z", + "updatedAt": "2026-09-17T21:17:00Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25820,7 +26085,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:36Z", + "updatedAt": "2026-09-17T21:17:01Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25845,7 +26110,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:37Z", + "updatedAt": "2026-09-17T21:17:02Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25870,7 +26135,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:38Z", + "updatedAt": "2026-09-17T21:17:03Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25895,7 +26160,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:39Z", + "updatedAt": "2026-09-17T21:17:05Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25920,7 +26185,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:40Z", + "updatedAt": "2026-09-17T21:17:06Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25945,7 +26210,7 @@ "yandex" ], "version": "1.8.0", - "updatedAt": "2026-09-17T16:46:42Z", + "updatedAt": "2026-09-17T21:17:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/antohins/seo-tools-mcp#readme", @@ -25974,7 +26239,7 @@ "ai-tools" ], "version": "0.6.0", - "updatedAt": "2026-09-17T16:46:43Z", + "updatedAt": "2026-09-17T21:17:09Z", "metadata": { "primaryLanguage": "Kotlin", "readmeUrl": "https://github.com/aoreshkov/kotlin-lib-mcp#readme", @@ -25991,7 +26256,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.arm%2Farm-mcp/versions/2.4.0", "description": "Official Arm MCP server for code migration, optimization, and Arm architecture guidance", "version": "2.4.0", - "updatedAt": "2026-09-17T16:46:44Z", + "updatedAt": "2026-09-17T21:17:10Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/arm/mcp#readme", @@ -26020,7 +26285,7 @@ "knowlege-graph" ], "version": "0.23.2", - "updatedAt": "2026-09-17T16:46:45Z", + "updatedAt": "2026-09-17T21:17:11Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/basicmachines-co/basic-memory.git#readme", @@ -26048,7 +26313,7 @@ "data-extraction" ], "version": "2.11.2", - "updatedAt": "2026-09-17T16:46:47Z", + "updatedAt": "2026-09-17T21:17:13Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/brightdata/brightdata-mcp#readme", @@ -26076,7 +26341,7 @@ "sqlserver" ], "version": "1.2.3", - "updatedAt": "2026-09-17T16:46:48Z", + "updatedAt": "2026-09-17T21:17:14Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/bytebase/dbhub#readme", @@ -26104,7 +26369,7 @@ "agentic-coding" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:46:49Z", + "updatedAt": "2026-09-17T21:17:15Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/cap-js/mcp-server#readme", @@ -26120,7 +26385,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.carterchencc%2Fnomas/versions/1.3.2", "description": "Parsed SEC events by CIK/CUSIP: 8-K items, Form 144, Form D, FTD. Not EDGAR HTML.", "version": "1.3.2", - "updatedAt": "2026-09-17T16:46:50Z", + "updatedAt": "2026-09-17T21:17:16Z", "metadata": { "readmeUrl": "https://github.com/carterchencc/nomas_mcp#readme", "repository": "https://github.com/carterchencc/nomas_mcp", @@ -26147,7 +26412,7 @@ "bug-detection" ], "version": "0.6.0", - "updatedAt": "2026-09-17T16:46:52Z", + "updatedAt": "2026-09-17T21:17:18Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/chriswu727/argus#readme", @@ -26176,13 +26441,13 @@ "documentation" ], "version": "0.1.5", - "updatedAt": "2026-09-17T16:46:53Z", + "updatedAt": "2026-09-17T21:17:19Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/cometchat/docs-mcp#readme", "repository": "https://github.com/cometchat/docs-mcp", "repositorySource": "github", - "stargazerCount": 82, + "stargazerCount": 83, "websiteUrl": "https://www.cometchat.com/docs/mcp-server" } }, @@ -26205,7 +26470,7 @@ "context" ], "version": "0.4.81", - "updatedAt": "2026-09-17T16:46:54Z", + "updatedAt": "2026-09-17T21:17:20Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/contextstream/mcp-server#readme", @@ -26222,7 +26487,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.devchad-cmd%2Fskilldb/versions/0.8.3", "description": "A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.", "version": "0.8.3", - "updatedAt": "2026-09-17T16:46:55Z", + "updatedAt": "2026-09-17T21:17:21Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/devchad-cmd/skilldb-sdk#readme", @@ -26250,12 +26515,12 @@ "model-context-protocol" ], "version": "1.8.4", - "updatedAt": "2026-09-17T16:46:56Z", + "updatedAt": "2026-09-17T21:17:22Z", "metadata": { "readmeUrl": "https://github.com/dsers/dsers-mcp-server#readme", "repository": "https://github.com/dsers/dsers-mcp-server", "repositorySource": "github", - "stargazerCount": 9, + "stargazerCount": 10, "websiteUrl": "https://www.dsers.com" } }, @@ -26274,7 +26539,7 @@ "observability" ], "version": "1.1.1", - "updatedAt": "2026-09-17T16:46:58Z", + "updatedAt": "2026-09-17T21:17:24Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/dynatrace-oss/dynatrace-managed-mcp#readme", @@ -26290,7 +26555,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.f%2Fprompts.chat-mcp/versions/1.0.9", "description": "Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.", "version": "1.0.9", - "updatedAt": "2026-09-17T16:46:59Z", + "updatedAt": "2026-09-17T21:17:25Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/f/prompts.chat-mcp#readme", @@ -26306,7 +26571,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.flinker-app%2Fifc-mcp/versions/0.1.17", "description": "Local IFC/BIM MCP server with IfcOpenShell Python in Pyodide and an IFC viewer.", "version": "0.1.17", - "updatedAt": "2026-09-17T16:47:00Z", + "updatedAt": "2026-09-17T21:17:26Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/flinker-app/ifc-mcp#readme", @@ -26326,7 +26591,7 @@ "tag-production" ], "version": "0.25.0", - "updatedAt": "2026-09-17T16:47:01Z", + "updatedAt": "2026-09-17T21:17:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/getsentry/sentry-mcp/tree/HEAD/packages/mcp-server", @@ -26348,13 +26613,13 @@ "mcp-server" ], "version": "1.12.2", - "updatedAt": "2026-09-17T16:47:03Z", + "updatedAt": "2026-09-17T21:17:29Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/github/github-mcp-server#readme", "repository": "https://github.com/github/github-mcp-server", "repositorySource": "github", - "stargazerCount": 33001 + "stargazerCount": 33005 } }, { @@ -26369,7 +26634,7 @@ "mcp-server" ], "version": "0.6.0", - "updatedAt": "2026-09-17T16:47:05Z", + "updatedAt": "2026-09-17T21:17:31Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/goreleaser/mcp#readme", @@ -26385,7 +26650,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.hashicorp%2Fterraform-mcp-server/versions/1.0.0", "description": "Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise", "version": "1.0.0", - "updatedAt": "2026-09-17T16:47:06Z", + "updatedAt": "2026-09-17T21:17:33Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/hashicorp/terraform-mcp-server#readme", @@ -26413,7 +26678,7 @@ "services" ], "version": "0.1.0", - "updatedAt": "2026-09-17T16:47:07Z", + "updatedAt": "2026-09-17T21:17:34Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/holomodular/ServiceBricks#readme", @@ -26438,7 +26703,7 @@ "gemini-cli-extension" ], "version": "1.61.0", - "updatedAt": "2026-09-17T16:47:09Z", + "updatedAt": "2026-09-17T21:17:35Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/hostinger/api-mcp-server#readme", @@ -26466,7 +26731,7 @@ "privacy" ], "version": "2.3.0", - "updatedAt": "2026-09-17T16:47:12Z", + "updatedAt": "2026-09-17T21:17:39Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/ihor-sokoliuk/mcp-searxng#readme", @@ -26494,7 +26759,7 @@ "rag" ], "version": "4.16.0", - "updatedAt": "2026-09-17T16:47:14Z", + "updatedAt": "2026-09-17T21:17:41Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/jagoff/memo#readme", @@ -26521,7 +26786,7 @@ "jfrog-mcp" ], "version": "0.1.1", - "updatedAt": "2026-09-17T16:47:16Z", + "updatedAt": "2026-09-17T21:17:43Z", "metadata": { "readmeUrl": "https://github.com/jfrog/jfrog-mcp-server#readme", "repository": "https://github.com/jfrog/jfrog-mcp-server", @@ -26536,7 +26801,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.likhithreddy%2Ffittok/versions/0.11.1", "description": "Retrieve only the relevant code for a codebase question, within a token budget.", "version": "0.11.1", - "updatedAt": "2026-09-17T16:47:17Z", + "updatedAt": "2026-09-17T21:17:44Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/likhithreddy/fittok#readme", @@ -26552,7 +26817,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-devkit-server/versions/0.8.2", "description": "Provides AI assistants with direct access to Mapbox developer APIs and documentation.", "version": "0.8.2", - "updatedAt": "2026-09-17T16:47:19Z", + "updatedAt": "2026-09-17T21:17:46Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-devkit-server#readme", @@ -26568,7 +26833,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.mapbox%2Fmcp-server/versions/99.0.0-dev", "description": "Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.", "version": "99.0.0-dev", - "updatedAt": "2026-09-17T16:47:21Z", + "updatedAt": "2026-09-17T21:17:47Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mapbox/mcp-server#readme", @@ -26584,7 +26849,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.microsoft%2FEnterpriseMCP/versions/1.0.0", "description": "Official Microsoft MCP Server to query Microsoft Entra data using natural language", "version": "1.0.0", - "updatedAt": "2026-09-17T16:47:22Z", + "updatedAt": "2026-09-17T21:17:48Z", "metadata": { "readmeUrl": "https://github.com/microsoft/EnterpriseMCP#readme", "repository": "https://github.com/microsoft/EnterpriseMCP", @@ -26605,7 +26870,7 @@ "mcp-server" ], "version": "1.0.2026091702", - "updatedAt": "2026-09-17T16:47:23Z", + "updatedAt": "2026-09-17T21:17:50Z", "metadata": { "primaryLanguage": "C#", "readmeUrl": "https://github.com/microsoft/mcp-dotnet-samples#readme", @@ -26622,13 +26887,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.miroapp%2Fmcp-server/versions/1.0.2", "description": "Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.", "version": "1.0.2", - "updatedAt": "2026-09-17T16:47:27Z", + "updatedAt": "2026-09-17T21:17:53Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/miroapp/miro-ai#readme", "repository": "https://github.com/miroapp/miro-ai", "repositorySource": "github", - "stargazerCount": 153 + "stargazerCount": 154 } }, { @@ -26650,7 +26915,7 @@ "mcp-server-card" ], "version": "0.7.7", - "updatedAt": "2026-09-17T16:47:28Z", + "updatedAt": "2026-09-17T21:17:55Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/agent-ready-mcp#readme", @@ -26679,7 +26944,7 @@ "mcp" ], "version": "0.8.11", - "updatedAt": "2026-09-17T16:47:30Z", + "updatedAt": "2026-09-17T21:17:56Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mlava/scholar-sidekick-mcp#readme", @@ -26703,7 +26968,7 @@ "mongodb-database" ], "version": "2.1.0", - "updatedAt": "2026-09-17T16:47:31Z", + "updatedAt": "2026-09-17T21:17:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/mongodb-js/mongodb-mcp-server#readme", @@ -26731,14 +26996,14 @@ "influxdb" ], "version": "2.11.1", - "updatedAt": "2026-09-17T16:47:33Z", + "updatedAt": "2026-09-17T21:17:59Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/netdata/netdata/tree/HEAD/docs/netdata-ai/mcp", "repository": "https://github.com/netdata/netdata", "repositorySource": "github", "repositorySubfolder": "docs/netdata-ai/mcp", - "stargazerCount": 80560, + "stargazerCount": 80562, "websiteUrl": "https://www.netdata.cloud" } }, @@ -26749,7 +27014,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.oakallow%2Foakallow/versions/1.0.0", "description": "Runtime permission, approval, and audit layer for AI agent tool execution.", "version": "1.0.0", - "updatedAt": "2026-09-17T16:47:34Z", + "updatedAt": "2026-09-17T21:18:00Z", "metadata": { "readmeUrl": "https://github.com/oakallow/oakallow-mcp#readme", "repository": "https://github.com/oakallow/oakallow-mcp", @@ -26777,7 +27042,7 @@ "local-first" ], "version": "1.1.0", - "updatedAt": "2026-09-17T16:47:35Z", + "updatedAt": "2026-09-17T21:18:01Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/oleksiijko/pmb#readme", @@ -26805,13 +27070,13 @@ "mcp" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:47:36Z", + "updatedAt": "2026-09-17T21:18:03Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/openaccountants/openaccountants#readme", "repository": "https://github.com/openaccountants/openaccountants", "repositorySource": "github", - "stargazerCount": 387 + "stargazerCount": 389 } }, { @@ -26833,7 +27098,7 @@ "section-301" ], "version": "1.1.0", - "updatedAt": "2026-09-17T16:47:37Z", + "updatedAt": "2026-09-17T21:18:04Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/opsloft/tariff-resolver#readme", @@ -26862,7 +27127,7 @@ "video-editing" ], "version": "0.3.0", - "updatedAt": "2026-09-17T16:47:39Z", + "updatedAt": "2026-09-17T21:18:05Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/opus-pro/opusclip-mcp#readme", @@ -26879,7 +27144,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.parseablehq%2Fparseable-mcp-server/versions/0.2.16", "description": "Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.", "version": "0.2.16", - "updatedAt": "2026-09-17T16:47:40Z", + "updatedAt": "2026-09-17T21:18:07Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/parseablehq/parseable-mcp-server#readme", @@ -26895,7 +27160,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.patrickchugh%2Fterravision/versions/0.47.0", "description": "Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons", "version": "0.47.0", - "updatedAt": "2026-09-17T16:47:41Z", + "updatedAt": "2026-09-17T21:18:08Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/patrickchugh/terravision#readme", @@ -26924,7 +27189,7 @@ "ucg-fiber" ], "version": "0.23.0", - "updatedAt": "2026-09-17T16:47:42Z", + "updatedAt": "2026-09-17T21:18:09Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/pete-builds/mcp-unifi#readme", @@ -26949,7 +27214,7 @@ "server" ], "version": "1.0.0", - "updatedAt": "2026-09-17T16:47:44Z", + "updatedAt": "2026-09-17T21:18:11Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/pgEdge/pgedge-postgres-mcp#readme", @@ -26977,7 +27242,7 @@ "model-context-protocol" ], "version": "0.1.3", - "updatedAt": "2026-09-17T16:47:45Z", + "updatedAt": "2026-09-17T21:18:12Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/prest/prest-mcp-adapter#readme", @@ -27001,7 +27266,7 @@ "windsurf" ], "version": "2.3.2", - "updatedAt": "2026-09-17T16:47:46Z", + "updatedAt": "2026-09-17T21:18:13Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/pubnub/pubnub-mcp-server#readme", @@ -27018,7 +27283,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.quicknode%2Fmcp/versions/1.0.1", "description": "Manage your blockchain infrastructure across 80+ chains with your agents.", "version": "1.0.1", - "updatedAt": "2026-09-17T16:47:47Z", + "updatedAt": "2026-09-17T21:18:14Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/quicknode/agent-plugins#readme", @@ -27046,7 +27311,7 @@ "mcp" ], "version": "6.2.2", - "updatedAt": "2026-09-17T16:47:48Z", + "updatedAt": "2026-09-17T21:18:16Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/rigour-labs/rigour#readme", @@ -27062,7 +27327,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.salahawad%2Foutlook-personal-mcp/versions/0.1.1", "description": "Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).", "version": "0.1.1", - "updatedAt": "2026-09-17T16:47:51Z", + "updatedAt": "2026-09-17T21:18:18Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/salahawad/outlook-personal-mcp#readme", @@ -27082,7 +27347,7 @@ "sas-osp" ], "version": "1.15.0", - "updatedAt": "2026-09-17T16:47:52Z", + "updatedAt": "2026-09-17T21:18:20Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/sassoftware/sas-mcp-server#readme", @@ -27110,7 +27375,7 @@ "tiktok" ], "version": "0.14.1", - "updatedAt": "2026-09-17T16:47:53Z", + "updatedAt": "2026-09-17T21:18:22Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/scavio-ai/scavio-mcp#readme", @@ -27131,7 +27396,7 @@ "mcp-servers" ], "version": "1.0.3", - "updatedAt": "2026-09-17T16:47:55Z", + "updatedAt": "2026-09-17T21:18:23Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/serpapi/serpapi-mcp#readme", @@ -27156,7 +27421,7 @@ "typescript" ], "version": "1.1.1", - "updatedAt": "2026-09-17T16:47:56Z", + "updatedAt": "2026-09-17T21:18:24Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/shariqriazz/google-ai-search-mcp#readme", @@ -27184,7 +27449,7 @@ "semantic-scholar" ], "version": "1.7.4", - "updatedAt": "2026-09-17T16:47:57Z", + "updatedAt": "2026-09-17T21:18:26Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/semantic-scholar-mcp#readme", @@ -27212,7 +27477,7 @@ "drug-repurposing" ], "version": "1.3.6", - "updatedAt": "2026-09-17T16:47:58Z", + "updatedAt": "2026-09-17T21:18:27Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/smaniches/uniprot-mcp#readme", @@ -27228,7 +27493,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.smythmyke%2Fgovtoolspro-mcp-server/versions/0.1.3", "description": "Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.", "version": "0.1.3", - "updatedAt": "2026-09-17T16:48:00Z", + "updatedAt": "2026-09-17T21:18:28Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/smythmyke/govtoolspro-mcp-server#readme", @@ -27245,7 +27510,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.snyk%2Fsaw-mcp/versions/1.1.2", "description": "MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage", "version": "1.1.2", - "updatedAt": "2026-09-17T16:48:01Z", + "updatedAt": "2026-09-17T21:18:29Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/snyk/saw-mcp#readme", @@ -27261,7 +27526,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.sourcegraph%2Fmcp/versions/0.1.0", "description": "Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search.", "version": "0.1.0", - "updatedAt": "2026-09-17T16:48:02Z", + "updatedAt": "2026-09-17T21:18:31Z", "metadata": { "readmeUrl": "https://github.com/sourcegraph-community/mcpregistry#readme", "repository": "https://github.com/sourcegraph-community/mcpregistry", @@ -27288,7 +27553,7 @@ "stackql" ], "version": "0.11.669", - "updatedAt": "2026-09-17T16:48:03Z", + "updatedAt": "2026-09-17T21:18:32Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/stackql/stackql#readme", @@ -27313,7 +27578,7 @@ "skillsmp" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:48:05Z", + "updatedAt": "2026-09-17T21:18:33Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/tambo-labs/charming-mcp#readme", @@ -27330,13 +27595,13 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.tavily-ai%2Ftavily-mcp/versions/0.2.15", "description": "MCP server for advanced web search using Tavily", "version": "0.2.15", - "updatedAt": "2026-09-17T16:48:06Z", + "updatedAt": "2026-09-17T21:18:34Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/tavily-ai/tavily-mcp#readme", "repository": "https://github.com/tavily-ai/tavily-mcp", "repositorySource": "github", - "stargazerCount": 2386 + "stargazerCount": 2387 } }, { @@ -27358,7 +27623,7 @@ "ai-agents" ], "version": "3.0.2", - "updatedAt": "2026-09-17T16:48:07Z", + "updatedAt": "2026-09-17T21:18:35Z", "metadata": { "primaryLanguage": "JavaScript", "readmeUrl": "https://github.com/uizze/uizze#readme", @@ -27381,13 +27646,13 @@ "vibe-coding" ], "version": "4.1.1", - "updatedAt": "2026-09-17T16:48:08Z", + "updatedAt": "2026-09-17T21:18:37Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/upstash/context7#readme", "repository": "https://github.com/upstash/context7", "repositorySource": "github", - "stargazerCount": 62120, + "stargazerCount": 62124, "websiteUrl": "https://context7.com" } }, @@ -27398,7 +27663,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.venomseven%2Fnslookup/versions/1.6.0", "description": "DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks", "version": "1.6.0", - "updatedAt": "2026-09-17T16:48:09Z", + "updatedAt": "2026-09-17T21:18:38Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/NsLookup-io/nslookup-mcp#readme", @@ -27421,7 +27686,7 @@ "mcp" ], "version": "0.3.6", - "updatedAt": "2026-09-17T16:48:11Z", + "updatedAt": "2026-09-17T21:18:39Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/vercel/next-devtools-mcp#readme", @@ -27449,12 +27714,12 @@ "spl-token" ], "version": "1.0.9", - "updatedAt": "2026-09-17T16:48:12Z", + "updatedAt": "2026-09-17T21:18:41Z", "metadata": { "readmeUrl": "https://github.com/vybenetwork/solana-mcp-vybe#readme", "repository": "https://github.com/vybenetwork/solana-mcp-vybe", "repositorySource": "github", - "stargazerCount": 1276, + "stargazerCount": 1284, "websiteUrl": "https://docs.vybenetwork.com/docs/mcp" } }, @@ -27476,13 +27741,13 @@ "gemini-cli-extension" ], "version": "0.2.51", - "updatedAt": "2026-09-17T16:48:13Z", + "updatedAt": "2026-09-17T21:18:42Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/wonderwhy-er/DesktopCommanderMCP#readme", "repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP", "repositorySource": "github", - "stargazerCount": 9646 + "stargazerCount": 9622 } }, { @@ -27495,7 +27760,7 @@ "ai-agents" ], "version": "0.9.2", - "updatedAt": "2026-09-17T16:48:15Z", + "updatedAt": "2026-09-17T21:18:43Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zation/agent-radar#readme", @@ -27511,7 +27776,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.github.zereight%2Fgitlab-mcp/versions/2.1.63", "description": "GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.", "version": "2.1.63", - "updatedAt": "2026-09-17T16:48:16Z", + "updatedAt": "2026-09-17T21:18:45Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/zereight/gitlab-mcp#readme", @@ -27539,7 +27804,7 @@ "zpa" ], "version": "0.15.4", - "updatedAt": "2026-09-17T16:48:18Z", + "updatedAt": "2026-09-17T21:18:47Z", "metadata": { "primaryLanguage": "Python", "readmeUrl": "https://github.com/zscaler/zscaler-mcp-server#readme", @@ -27566,7 +27831,7 @@ "typescript" ], "version": "0.1.1", - "updatedAt": "2026-09-17T16:48:19Z", + "updatedAt": "2026-09-17T21:18:48Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/screen-arts/mediawork-mcp#readme", @@ -27594,7 +27859,7 @@ "url-shortener" ], "version": "3.1.0", - "updatedAt": "2026-09-17T16:48:20Z", + "updatedAt": "2026-09-17T21:18:49Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/PicSeeInc/picsee-mcp#readme", @@ -27610,7 +27875,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.port%2FPort/versions/1.0.2", "description": "Port.io mcp server", "version": "1.0.2", - "updatedAt": "2026-09-17T16:48:22Z", + "updatedAt": "2026-09-17T21:18:50Z", "metadata": { "readmeUrl": "https://github.com/port-labs/remote-mcp-server#readme", "repository": "https://github.com/port-labs/remote-mcp-server", @@ -27625,7 +27890,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.shipbook%2Fmcp/versions/1.1.0", "description": "Debug production issues using Shipbook logs and Loglytics error insights.", "version": "1.1.0", - "updatedAt": "2026-09-17T16:48:23Z", + "updatedAt": "2026-09-17T21:18:52Z", "metadata": { "readmeUrl": "https://github.com/ShipBook/shipbook-mcp#readme", "repository": "https://github.com/ShipBook/shipbook-mcp", @@ -27646,7 +27911,7 @@ "sast" ], "version": "1.1304.2", - "updatedAt": "2026-09-17T16:48:24Z", + "updatedAt": "2026-09-17T21:18:53Z", "metadata": { "primaryLanguage": "Go", "readmeUrl": "https://github.com/snyk/studio-mcp#readme", @@ -27662,7 +27927,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/io.unstructured%2Ftransform/versions/0.7.2", "description": "Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.", "version": "0.7.2", - "updatedAt": "2026-09-17T16:48:25Z", + "updatedAt": "2026-09-17T21:18:54Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Unstructured-IO/unstructured-mcp-integrations#readme", @@ -27725,7 +27990,7 @@ "speedtest" ], "version": "1.1.3", - "updatedAt": "2026-09-17T16:48:26Z", + "updatedAt": "2026-09-17T21:18:55Z", "metadata": { "readmeUrl": "https://github.com/SpeedOfMe/speedofme-mcp#readme", "repository": "https://github.com/SpeedOfMe/speedofme-mcp", @@ -27823,7 +28088,7 @@ "readmeUrl": "https://github.com/microsoft/markitdown#readme", "repository": "https://github.com/microsoft/markitdown", "repositorySource": "github", - "stargazerCount": 185078 + "stargazerCount": 185108 } }, { @@ -27843,7 +28108,7 @@ "readmeUrl": "https://github.com/microsoft/playwright-mcp#readme", "repository": "https://github.com/microsoft/playwright-mcp", "repositorySource": "github", - "stargazerCount": 37204 + "stargazerCount": 37208 } }, { @@ -27930,7 +28195,7 @@ "model-context-protocol" ], "version": "6.0.0", - "updatedAt": "2026-09-17T16:48:27Z", + "updatedAt": "2026-09-17T21:18:56Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/claude-faf-mcp#readme", @@ -27959,7 +28224,7 @@ "typescript" ], "version": "3.0.2", - "updatedAt": "2026-09-17T16:48:29Z", + "updatedAt": "2026-09-17T21:18:58Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/Wolfe-Jam/faf-mcp#readme", @@ -27994,7 +28259,7 @@ "readmeUrl": "https://github.com/oraios/serena#readme", "repository": "https://github.com/oraios/serena", "repositorySource": "github", - "stargazerCount": 29527 + "stargazerCount": 29532 } }, { @@ -28016,7 +28281,7 @@ "rust" ], "version": "1.3.8", - "updatedAt": "2026-09-17T16:48:30Z", + "updatedAt": "2026-09-17T21:18:59Z", "metadata": { "primaryLanguage": "Rust", "readmeUrl": "https://github.com/sylin-org/ghostlight#readme", @@ -28045,7 +28310,7 @@ "typescript" ], "version": "1.0.1", - "updatedAt": "2026-09-17T16:48:31Z", + "updatedAt": "2026-09-17T21:19:01Z", "metadata": { "primaryLanguage": "TypeScript", "readmeUrl": "https://github.com/gamedevpl/www.gamedev.pl#readme", @@ -28104,7 +28369,7 @@ "url": "https://api.mcp.github.com/v0.1/servers/uk.sadiqoon%2Fsakh/versions/1.0.1", "description": "Ayatollah Khamenei corpus: fatwas, lectures, knowledge graph. Arabic/Persian. Research access.", "version": "1.0.1", - "updatedAt": "2026-09-17T16:48:32Z", + "updatedAt": "2026-09-17T21:19:02Z", "metadata": { "readmeUrl": "https://github.com/SADIQOON-LTD/sakh-mcp#readme", "repository": "https://github.com/SADIQOON-LTD/sakh-mcp", diff --git a/catalog/youdotcom-oss/dsh-plugin.json b/catalog/youdotcom-oss/dsh-plugin.json new file mode 100644 index 0000000..53b76c3 --- /dev/null +++ b/catalog/youdotcom-oss/dsh-plugin.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:packages:dsh-plugin", + "displayName": "You.com dsh-plugin", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/dsh-plugin/package.json", + "description": "You.com agent skill provider and MCP setup for DeepSeek Harness (dsh), registered via ctx.skills.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "register You.com skills with DeepSeek Harness", + "set up You.com MCP for dsh" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/dsh-plugin/package.json" + } +} diff --git a/catalog/youdotcom-oss/openclaw.json b/catalog/youdotcom-oss/openclaw.json new file mode 100644 index 0000000..5827e60 --- /dev/null +++ b/catalog/youdotcom-oss/openclaw.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:packages:openclaw", + "displayName": "You.com OpenClaw", + "type": "application/vnd.openclaw.plugin+json", + "mediaType": "application/vnd.openclaw.plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/openclaw/openclaw.plugin.json", + "description": "You.com skill pack with MCP setup metadata.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in OpenClaw", + "add You.com MCP setup to OpenClaw" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/openclaw/openclaw.plugin.json" + } +} diff --git a/catalog/youdotcom-oss/opencode.json b/catalog/youdotcom-oss/opencode.json new file mode 100644 index 0000000..bf443dd --- /dev/null +++ b/catalog/youdotcom-oss/opencode.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:packages:opencode", + "displayName": "You.com OpenCode", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/opencode/package.json", + "description": "You.com OpenCode plugin with bundled skills and remote MCP setup.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in OpenCode", + "add You.com MCP tools to OpenCode" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/opencode/package.json" + } +} diff --git a/catalog/youdotcom-oss/pi.json b/catalog/youdotcom-oss/pi.json new file mode 100644 index 0000000..01e3939 --- /dev/null +++ b/catalog/youdotcom-oss/pi.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:packages:pi", + "displayName": "You.com Pi", + "type": "application/agent-plugins+json", + "mediaType": "application/agent-plugins+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/packages/pi/package.json", + "description": "Pi extension for You.com MCP tools and skills.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com MCP tools in pi", + "add You.com skills to pi" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": "packages/pi/package.json" + } +} diff --git a/catalog/youdotcom-oss/you-agent-plugin.json b/catalog/youdotcom-oss/you-agent-plugin.json index 7e255bb..337d6e8 100644 --- a/catalog/youdotcom-oss/you-agent-plugin.json +++ b/catalog/youdotcom-oss/you-agent-plugin.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-agent-plugin", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-agent-plugin", "displayName": "You.com Agent Plugin", + "type": "application/agent-plugins+json", "mediaType": "application/agent-plugins+json", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/plugin.json", - "description": "Portable Agent Plugins v1.0.0 package bundling You.com skills and MCP servers (search, research, finance, and integration discovery) for any conformant client.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in any Agent Skills client", + "bundle You.com MCP servers for my agent" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "plugin.json" diff --git a/catalog/youdotcom-oss/you-claude-code.json b/catalog/youdotcom-oss/you-claude-code.json index 6c5bf35..3a1b903 100644 --- a/catalog/youdotcom-oss/you-claude-code.json +++ b/catalog/youdotcom-oss/you-claude-code.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-claude-code", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-claude-code", "displayName": "You.com Claude Code", + "type": "application/vnd.anthropic.claude-plugin+json", "mediaType": "application/vnd.anthropic.claude-plugin+json", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.claude-plugin/plugin.json", - "description": "You.com Claude Code plugin for web search, research, finance, and integration discovery skills.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Claude Code via a plugin", + "add You.com web search to Claude Code" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".claude-plugin/plugin.json" diff --git a/catalog/youdotcom-oss/you-codex.json b/catalog/youdotcom-oss/you-codex.json new file mode 100644 index 0000000..86ac72d --- /dev/null +++ b/catalog/youdotcom-oss/you-codex.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-codex", + "displayName": "You.com Codex", + "type": "application/vnd.openai.codex-plugin+json", + "mediaType": "application/vnd.openai.codex-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.codex-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Codex via a plugin", + "add You.com web search to Codex" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".codex-plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-copilot-cli.json b/catalog/youdotcom-oss/you-copilot-cli.json index d1d43d2..6d3bed0 100644 --- a/catalog/youdotcom-oss/you-copilot-cli.json +++ b/catalog/youdotcom-oss/you-copilot-cli.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-copilot-cli", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-copilot-cli", "displayName": "You.com Copilot CLI", + "type": "application/vnd.github.copilot-plugin", "mediaType": "application/vnd.github.copilot-plugin", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.plugin/plugin.json", - "description": "You.com GitHub Copilot CLI plugin for web search, research, finance, and integration discovery skills.", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in GitHub Copilot CLI", + "add You.com research tools to Copilot CLI" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".plugin/plugin.json" diff --git a/catalog/youdotcom-oss/you-cursor.json b/catalog/youdotcom-oss/you-cursor.json index 4ac67f7..5e50e28 100644 --- a/catalog/youdotcom-oss/you-cursor.json +++ b/catalog/youdotcom-oss/you-cursor.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-cursor", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-cursor", "displayName": "You.com Cursor", + "type": "application/vnd.cursor.cursor-plugin+json", "mediaType": "application/vnd.cursor.cursor-plugin+json", - "url": "https://github.com/youdotcom-oss/agent-skills/blob/main", - "description": "You.com Cursor plugin for web search, research, finance, and integration discovery skills.", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.cursor-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Cursor via a plugin", + "add You.com MCP tools to Cursor" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": ".cursor-plugin/plugin.json" diff --git a/catalog/youdotcom-oss/you-discover.json b/catalog/youdotcom-oss/you-discover.json index c29884b..95d5d58 100644 --- a/catalog/youdotcom-oss/you-discover.json +++ b/catalog/youdotcom-oss/you-discover.json @@ -1,9 +1,18 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-discover", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:skills:you-discover", "displayName": "You Discover", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-discover/SKILL.md", "description": "Route You.com integration planning through the you-discover MCP tool, AI Catalog entries, Docs MCP, and direct API options.", + "capabilities": [ + "integration-discovery" + ], + "representativeQueries": [ + "find MCP servers that provide weather data", + "how do I integrate You.com APIs into my coding agent" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-discover/SKILL.md" diff --git a/catalog/youdotcom-oss/you-docs.json b/catalog/youdotcom-oss/you-docs.json new file mode 100644 index 0000000..dc9b2d1 --- /dev/null +++ b/catalog/youdotcom-oss/you-docs.json @@ -0,0 +1,17 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:mcp:you-docs", + "displayName": "You.com Docs MCP Server", + "type": "application/mcp-server+json", + "mediaType": "application/mcp-server+json", + "url": "https://you.com/docs/_mcp/server", + "description": "You.com developer documentation MCP server: search API references, guides, and code examples with sourced answers. Keyless, streamable HTTP.", + "capabilities": [ + "searchDocs" + ], + "representativeQueries": [ + "how do I use livecrawl with the Web Search API", + "show me the Python SDK quickstart", + "what does the Research API output_schema parameter do" + ] +} diff --git a/catalog/youdotcom-oss/you-finance.json b/catalog/youdotcom-oss/you-finance.json index 77cb4b0..63d6f7c 100644 --- a/catalog/youdotcom-oss/you-finance.json +++ b/catalog/youdotcom-oss/you-finance.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-finance", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:skills:you-finance", "displayName": "You Finance", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-finance/SKILL.md", "description": "Route finance questions to an existing local script, a new You.com Finance Research API call, or an MCP payment-aware fallback.", + "capabilities": [ + "finance-research" + ], + "representativeQueries": [ + "what was Apple's latest quarterly revenue", + "compare the P/E ratios of MSFT and GOOGL", + "research NVIDIA's earnings guidance" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-finance/SKILL.md" diff --git a/catalog/youdotcom-oss/you-free.json b/catalog/youdotcom-oss/you-free.json index 2823576..3962ceb 100644 --- a/catalog/youdotcom-oss/you-free.json +++ b/catalog/youdotcom-oss/you-free.json @@ -1,9 +1,18 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-free", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:skills:you-free", "displayName": "You Free", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-free/SKILL.md", "description": "Use the free You.com MCP profile for unauthenticated basic web search with you-search only.", + "capabilities": [ + "web-search" + ], + "representativeQueries": [ + "do a quick web search without setting up an API key", + "search for the current stable version of bun" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-free/SKILL.md" diff --git a/catalog/youdotcom-oss/you-grok.json b/catalog/youdotcom-oss/you-grok.json new file mode 100644 index 0000000..df2e311 --- /dev/null +++ b/catalog/youdotcom-oss/you-grok.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-grok", + "displayName": "You.com Grok", + "type": "application/vnd.xai.grok-plugin+json", + "mediaType": "application/vnd.xai.grok-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.grok-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Grok via a plugin", + "add You.com research tools to Grok" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".grok-plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-kimi.json b/catalog/youdotcom-oss/you-kimi.json new file mode 100644 index 0000000..eba96f9 --- /dev/null +++ b/catalog/youdotcom-oss/you-kimi.json @@ -0,0 +1,21 @@ +{ + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:plugins:you-kimi", + "displayName": "You.com Kimi", + "type": "application/vnd.moonshot.kimi-plugin+json", + "mediaType": "application/vnd.moonshot.kimi-plugin+json", + "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/.kimi-plugin/plugin.json", + "description": "You.com skills for search, contents, research, finance, and integration discovery with MCP, ARD, API-key, OAuth, and MPP/x402 payment guidance.", + "capabilities": [ + "skills-bundle", + "mcp-configuration" + ], + "representativeQueries": [ + "install You.com skills in Kimi Code via a plugin", + "add You.com search to Kimi Code" + ], + "metadata": { + "sourceSet": "youdotcom-oss/agent-skills", + "repoPath": ".kimi-plugin/plugin.json" + } +} diff --git a/catalog/youdotcom-oss/you-mcp.json b/catalog/youdotcom-oss/you-mcp.json index 1163952..812fc75 100644 --- a/catalog/youdotcom-oss/you-mcp.json +++ b/catalog/youdotcom-oss/you-mcp.json @@ -1,11 +1,22 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:mcp:you-mcp", - "displayName": "You.com MCP", - "mediaType": "application/mcp-server+json", - "url": "https://api.you.com/mcp", - "description": "You.com hosted MCP server for web search, URL content extraction, cited research, finance answers, and integration discovery. Registry name: io.github.youdotcom-oss/mcp.", - "metadata": { - "sourceSet": "youdotcom-oss/mcp", - "repoPath": "README.md" - } + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:mcp:you-mcp", + "displayName": "You.com MCP Server", + "type": "application/mcp-server-card+json", + "mediaType": "application/mcp-server-card+json", + "url": "https://api.you.com/mcp/server-card", + "description": "Hosted You.com MCP server: web search, URL content extraction, cited research synthesis, finance research, and agentic resource discovery over Streamable HTTP.", + "capabilities": [ + "you-search", + "you-contents", + "you-research", + "you-finance", + "you-discover", + "you-balance" + ], + "representativeQueries": [ + "search the web from my coding agent", + "extract the contents of this article URL", + "research this company's financials with citations" + ] } diff --git a/catalog/youdotcom-oss/you-onboarding.json b/catalog/youdotcom-oss/you-onboarding.json index ffc803f..51d9956 100644 --- a/catalog/youdotcom-oss/you-onboarding.json +++ b/catalog/youdotcom-oss/you-onboarding.json @@ -1,6 +1,8 @@ { + "@context": "https://agenticresourcediscovery.org/context/v1", "identifier": "urn:ai:you.com:skills:you-onboarding", "displayName": "You.com Onboarding", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://you.com/SKILL.md", "description": "Onboard coding agents to You.com: install the You.com skills or plugin for the current host, reload, then route to local use (OAuth) or building an integration via you-discover and an API key.", @@ -8,5 +10,14 @@ "onboarding", "mcp", "agent-skills" + ], + "capabilities": [ + "setup", + "mcp-configuration" + ], + "representativeQueries": [ + "set up You.com tools in Claude Code", + "how do I get a You.com API key", + "install the You.com plugin for pi" ] } diff --git a/catalog/youdotcom-oss/you-research.json b/catalog/youdotcom-oss/you-research.json index 1ca4ea9..dc5cebc 100644 --- a/catalog/youdotcom-oss/you-research.json +++ b/catalog/youdotcom-oss/you-research.json @@ -1,9 +1,19 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-research", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:skills:you-research", "displayName": "You Research", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-research/SKILL.md", "description": "Route research tasks between a cost-conscious agentic search workflow, You.com Research API scripts, and managed or payment-aware MCP fallback.", + "capabilities": [ + "deep-research", + "cited-synthesis" + ], + "representativeQueries": [ + "research the pros and cons of server-side rendering with citations", + "give me a sourced overview of the ARD specification" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-research/SKILL.md" diff --git a/catalog/youdotcom-oss/you-web.json b/catalog/youdotcom-oss/you-web.json index 04afff8..a97b8c7 100644 --- a/catalog/youdotcom-oss/you-web.json +++ b/catalog/youdotcom-oss/you-web.json @@ -1,9 +1,21 @@ { - "identifier": "urn:ai:github.com:youdotcom-oss:agent-skills:you-web", + "@context": "https://agenticresourcediscovery.org/context/v1", + "identifier": "urn:ai:you.com:skills:you-web", "displayName": "You Web", + "type": "application/ai-skill", "mediaType": "application/ai-skill", "url": "https://github.com/youdotcom-oss/agent-skills/blob/main/skills/you-web/SKILL.md", "description": "Use You.com MCP tools for current web search, URL content extraction, cited web synthesis, and x402-aware web access.", + "capabilities": [ + "web-search", + "content-extraction", + "cited-synthesis" + ], + "representativeQueries": [ + "search the web for the latest news on AI regulation", + "extract the main content of this URL", + "what are the top results for rust async runtimes" + ], "metadata": { "sourceSet": "youdotcom-oss/agent-skills", "repoPath": "skills/you-web/SKILL.md"