# How verdicts work — and every correction we've made

Every page on mcpyet.com makes a claim that can be proven wrong. This page is how we back them up, what we got wrong on the way, and what happens when you catch one.

## The three verdicts

- **Official** — The vendor maintains it. Evidence must be one of: a repo in the brand's own GitHub org, a package published under their registry scope or by their staff, a server hosted on a domain they control, or an integration documented inside their own product. A beloved community server does not qualify, however good it is. The distinction is who you're trusting.
- **Community only** — Third-party servers exist; the vendor ships nothing. These pages lead with trust signals — stars, last commit, licence, maintainer — because you're about to hand a stranger's code your API keys. Context for that caution: independent research finds SSRF vulnerabilities in roughly a third of public MCP servers, and 41% ship with no authentication.
- **Not yet** — Nothing exists — official or community. This is the claim a repo directory structurally cannot make: you can't have a page for a repo that doesn't exist. It's also the easiest claim to get wrong, so every one is verified against vendor docs before publishing. Currently 0 of 234.

## The pipeline

1. **Candidate discovery** — Community server lists, the official MCP reference list, and GitHub search with word-boundary brand matching.
2. **Official detection** — GitHub org ↔ brand matching, registry scope and publisher identity for npm and PyPI, and vendor-docs crawling for hosted endpoints.
3. **Live verification** — Every repo is re-checked against the GitHub API every six hours: stars, last push, archive status, renames, deletions. Dead repos get removed, not cached. Last refresh 2026-08-11.
4. **Verifying absence claims** — Any verdict asserting "no official server" for a brand with real search demand is verified against the vendor's docs, changelog and developer portal — and the evidence is recorded on the page.

## What verification found

**31 of 61 high-demand verdicts were wrong before launch.**

Our seed data came from the same place everyone else's does: GitHub. So before publishing we verified all 61 brands with real search demand against vendor documentation and live endpoints. Half of them were wrong, and the errors ran in both directions.

**25 were under-claimed** — the vendor had shipped an official server that no repo crawler can see: hosted on an `mcp.*` subdomain, published as a package, or built into the product. **Six were over-claimed** — false org matches and repos that had been deleted or taken down since the data was collected.

| Brand | Now | What we found | Verified |
| --- | --- | --- | --- |
| [LinkedIn](https://mcpyet.com/mcp/linkedin.md) | Community only | LinkedIn's docs (learn.microsoft.com/linkedin) ship no MCP server; Microsoft's MCP catalog covers Azure/Graph/Power BI but not LinkedIn. Strongest community: stickerdaniel/linkedin-mcp-server (~3.1k stars, browser-automation based). Seed OFFICIAL verdict was a false org match. | 2026-08-10 |
| [fal.ai](https://mcpyet.com/mcp/fal-ai.md) | Official | fal hosts an official MCP server at docs.fal.ai/mcp — scoped to docs search and model discovery across 1,000+ models, not model execution. Community servers (luminarylane/fal-mcp-server) cover generation. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Atlassian](https://mcpyet.com/mcp/atlassian.md) | Official | Atlassian Remote MCP Server (Rovo) hosted at mcp.atlassian.com, documented on support.atlassian.com. Community alternative sooperset/mcp-atlassian (~5.7k stars) for self-hosting. | 2026-08-10 |
| [Kling](https://mcpyet.com/mcp/kling.md) | Community only | Seed top_repo yuvalsuede/agent-media deleted from GitHub. Live community servers: 199-mcp/mcp-kling, apinetwork/piapi-mcp-server. | 2026-08-10 |
| [Chrome DevTools](https://mcpyet.com/mcp/chrome-devtools.md) | Official | Built and maintained by Google's Chrome DevTools team, announced on developer.chrome.com — the single official Chrome MCP server (~49k stars). | 2026-08-10 |
| [Google AI Studio](https://mcpyet.com/mcp/google-ai-studio.md) | Community only | Verified via ai.google.dev/gemini-api/docs/coding-agents: official server is documentation-search for the Gemini API, not an AI Studio control surface. Verdict stays COMMUNITY-ONLY with the nuance stated. Seed top_repo was an unrelated aggregator. | 2026-08-10 |
| [Chrome](https://mcpyet.com/mcp/chrome.md) | Official | ChromeDevTools/chrome-devtools-mcp (~49k stars) is Google's official Chrome DevTools MCP server, announced on developer.chrome.com. Seed said COMMUNITY-ONLY with an unrelated 8-star repo. | 2026-08-10 |
| [Datadog](https://mcpyet.com/mcp/datadog.md) | Official | Vendor-hosted remote MCP at mcp.datadoghq.com (regional endpoints exist) covering APM, logs, metrics, monitors and dashboards; datadog-labs is a GitHub-verified Datadog org. | 2026-08-10 |
| [Metricool](https://mcpyet.com/mcp/metricool.md) | Official | PyPI package mcp-metricool published by three @metricool.com author emails. Seed NOT-YET verdict was wrong — no GitHub org repo, ships as a PyPI package. | 2026-08-10 |
| [Serena](https://mcpyet.com/mcp/serena.md) | Official | oraios/serena (~27.8k stars, active) is an open-source coding-agent toolkit built as an MCP server — semantic code retrieval and editing via language servers, maintained by Oraios AI. | 2026-08-10 |
| [Kie.ai](https://mcpyet.com/mcp/kie-ai.md) | Community only | docs.kie.ai has REST API + webhooks only, no vendor MCP server. Strongest community server: felores/kie-cli-mcp (also npm @felores/kie-ai-mcp-server). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [LangChain](https://mcpyet.com/mcp/langchain.md) | Official | langchain-ai org maintains both an official docs MCP server (mcpdoc) and first-class MCP client adapters. Seed said COMMUNITY-ONLY with an unrelated repo. | 2026-08-10 |
| [GitLab](https://mcpyet.com/mcp/gitlab.md) | Official | GitLab's MCP server ships inside the product at <instance>/api/v4/mcp, documented at docs.gitlab.com; code lives in the GitLab monorepo. Strongest community server: zereight/gitlab-mcp (~1.9k stars). | 2026-08-10 |
| [n8n](https://mcpyet.com/mcp/n8n.md) | Official | n8n has native MCP support: the built-in MCP Server Trigger node turns any n8n instance into an MCP server (official docs). The dominant community tool is czlonkowski/n8n-mcp (~22.6k stars). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [NotebookLM](https://mcpyet.com/mcp/notebooklm.md) | Community only | No official NotebookLM MCP and no public NotebookLM API — Google's managed-MCP catalog doesn't include it. Top community (browser automation): PleasePrompto/notebooklm-mcp (~3.2k stars). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [Discord](https://mcpyet.com/mcp/discord.md) | Community only | No first-party MCP in Discord's developer docs or changelog. Top community: SaseQ/discord-mcp (~442 stars). Seed top_repo replaced with the stronger community server. | 2026-08-10 |
| [Buffer](https://mcpyet.com/mcp/buffer.md) | Official | Official hosted remote MCP server at mcp.buffer.com/mcp (public beta since ~May 2026, all plans including Free). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Google Drive](https://mcpyet.com/mcp/google-drive.md) | Official | Official Google-hosted Drive MCP server at drivemcp.googleapis.com (search, read, create, download), documented on developers.google.com. | 2026-08-10 |
| [shadcn/ui](https://mcpyet.com/mcp/shadcn.md) | Official | Official MCP server built into the shadcn CLI (npx shadcn@latest mcp), documented at ui.shadcn.com/docs/mcp — agents browse, search and install registry components. | 2026-08-10 |
| [Home Assistant](https://mcpyet.com/mcp/home-assistant.md) | Official | Official MCP Server integration built into Home Assistant core since release 2025.2, maintained by the HA team — your own instance serves /api/mcp. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Confluence](https://mcpyet.com/mcp/confluence.md) | Official | Confluence coverage confirmed in Atlassian's Rovo MCP docs — same hosted server at mcp.atlassian.com; no separate Confluence-specific official server exists. | 2026-08-10 |
| [Microsoft Azure](https://mcpyet.com/mcp/azure.md) | Official | Azure MCP Server is Microsoft-official with full docs on learn.microsoft.com; source at microsoft/mcp (servers/Azure.Mcp.Server), covering Cosmos DB, Key Vault, Monitor, AI Search and more. | 2026-08-10 |
| [Slack](https://mcpyet.com/mcp/slack.md) | Official | Official remote MCP server at mcp.slack.com/mcp documented at docs.slack.dev — requires a registered Slack app with OAuth and admin approval. korotovsky/slack-mcp-server (~1.8k stars) remains the leading community alternative. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Grafana](https://mcpyet.com/mcp/grafana.md) | Official | grafana/mcp-grafana lives in Grafana Labs' own org (~3.3k stars, active) — dashboards, datasources, Prometheus/Loki queries, incidents and alerting. | 2026-08-10 |
| [Puppeteer](https://mcpyet.com/mcp/puppeteer.md) | Official | Puppeteer's official MCP path is chrome-devtools-mcp, recommended on pptr.dev ('a Puppeteer-based MCP server for browser automation'); standalone community servers are stale. | 2026-08-10 |
| [Godot Engine](https://mcpyet.com/mcp/godot.md) | Community only | The Godot Engine project ships no MCP server (godotengine.org checked). Strongest community server: Coding-Solo/godot-mcp (~5.1k stars) in a crowded field. | 2026-08-10 |
| [ManyChat](https://mcpyet.com/mcp/manychat.md) | Community only | No vendor MCP server on manychat.com or api.manychat.com — a community idea post requesting MCP support (2026-03-16) has no staff reply. Only near-zero-star community wrappers exist. Seed NOT-YET was technically wrong: a community wrapper exists. | 2026-08-10 |
| [Azure DevOps](https://mcpyet.com/mcp/azure-devops.md) | Official | Microsoft maintains a dedicated official server at microsoft/azure-devops-mcp (~1.9k stars, active) covering work items, repos, pipelines and boards — separate from the Azure MCP Server. | 2026-08-10 |
| [Perplexity](https://mcpyet.com/mcp/perplexity.md) | Official | Official hosted MCP at api.perplexity.ai/mcp (Streamable HTTP, bearer API key) recommended in Perplexity's docs; local stdio server ships as @perplexity-ai/mcp-server on npm. | 2026-08-10 |
| [Facebook](https://mcpyet.com/mcp/facebook.md) | Official | Meta's official Ads MCP server at mcp.facebook.com/ads (announced 2026-07-16, verified live with Meta OAuth scopes). Hosted-only. Community alternative: pipeboard-co/meta-ads-mcp (~1.2k stars). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Tavily](https://mcpyet.com/mcp/tavily.md) | Official | Official hosted remote MCP server at mcp.tavily.com documented at docs.tavily.com, plus the open-source tavily-ai/tavily-mcp repo. | 2026-08-10 |
| [Exa](https://mcpyet.com/mcp/exa.md) | Official | Official remote MCP endpoint at mcp.exa.ai documented in Exa's docs, plus open-source exa-labs/exa-mcp-server (~4.8k stars). | 2026-08-10 |
| [Blender](https://mcpyet.com/mcp/blender.md) | Community only | Seed marked OFFICIAL but official_count was 0 and its top repo ahujasid/blender-mcp (~14k stars) has been deleted from GitHub (404). Blender Foundation maintains no MCP server. | 2026-08-10 |
| [Bright Data](https://mcpyet.com/mcp/bright-data.md) | Official | Official MCP with a managed remote endpoint at mcp.brightdata.com and self-hosted @brightdata/mcp package, documented at docs.brightdata.com. | 2026-08-10 |
| [ServiceNow](https://mcpyet.com/mcp/servicenow.md) | Official | ServiceNow's MCP Server Console (Zurich release) is built into the platform — exposes Now Assist skills, subflows and REST APIs to external MCP clients over OAuth 2.0, instance-hosted. | 2026-08-10 |
| [Google Ads](https://mcpyet.com/mcp/google-ads.md) | Official | The Google Ads API team open-sourced the official server at googleads/google-ads-mcp (announced Oct 2025), documented in the developer toolkit on developers.google.com. | 2026-08-10 |
| [Context7](https://mcpyet.com/mcp/context7.md) | Official | Context7 is built and maintained by Upstash; upstash/context7 (~60k stars) documents the hosted endpoint mcp.context7.com/mcp. | 2026-08-10 |
| [Excalidraw](https://mcpyet.com/mcp/excalidraw.md) | Official | Official MCP announced with Anthropic in early 2026: open-source excalidraw/excalidraw-mcp (~5.1k stars) plus a hosted Excalidraw+ endpoint, available as a Claude connector. | 2026-08-10 |
| [Canva](https://mcpyet.com/mcp/canva.md) | Official | Canva runs an official remote Design MCP server at mcp.canva.com/mcp (docs at canva.dev/docs/mcp/), plus a Dev MCP server for app development via the @canva/cli npm package. Seed said COMMUNITY-ONLY — hosted servers don't appear on GitHub. | 2026-08-10 |
| [Asana](https://mcpyet.com/mcp/asana.md) | Official | Official hosted MCP server at mcp.asana.com/v2/mcp with OAuth, documented at developers.asana.com. | 2026-08-10 |
| [Google Sheets](https://mcpyet.com/mcp/google-sheets.md) | Official | Official Google-hosted Sheets MCP server at sheetsmcp.googleapis.com (read cells, update values, formulas, batch updates) with OAuth 2.0, documented on developers.google.com. | 2026-08-10 |
| [Monarch Money](https://mcpyet.com/mcp/monarch-money.md) | Official | Official Monarch MCP Connector documented on help.monarch.com; community repos archived in its favor by Jul 2026. Paused as of Aug 2026. | 2026-08-10 |
| [Robinhood](https://mcpyet.com/mcp/robinhood.md) | Official | Robinhood launched official Agentic Trading MCP servers (Trading and Banking) May 27 2026 at agent.robinhood.com — any MCP agent can trade in a dedicated account. | 2026-08-10 |
| [Splunk](https://mcpyet.com/mcp/splunk.md) | Official | Official MCP Server for Splunk Enterprise and Cloud (v1.1), distributed as Splunkbase app 7931 and documented on help.splunk.com — SPL queries, NL-to-SPL, RBAC. | 2026-08-10 |
| [TradingView](https://mcpyet.com/mcp/tradingview.md) | Community only | No official MCP from TradingView — tradingview.com carries only MCP news about other companies. Strongest community server: atilaahmettaner/tradingview-mcp (~3.9k stars, active), using public data endpoints. | 2026-08-10 |
| [Instantly](https://mcpyet.com/mcp/instantly.md) | Official | Official vendor-hosted MCP at mcp.instantly.ai/mcp (API-key auth, 31 tools), documented in Instantly's help center. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Unity](https://mcpyet.com/mcp/unity.md) | Official | Unity Technologies shipped an official Unity MCP Server (beta, ~May 2026) documented at docs.unity3d.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Vercel](https://mcpyet.com/mcp/vercel.md) | Official | Vercel MCP is an official remote server with OAuth at mcp.vercel.com — docs search, project and deployment management, log analysis — documented on vercel.com. | 2026-08-10 |
| [Databricks](https://mcpyet.com/mcp/databricks.md) | Official | Fully managed vendor-hosted MCP servers (Genie, Vector Search, Databricks SQL, Unity Catalog functions) documented on docs.databricks.com, plus the databrickslabs/mcp companion repo. | 2026-08-10 |
| [Git](https://mcpyet.com/mcp/git.md) | Community only | The git project (git-scm.com) publishes no MCP server. The de facto standard is mcp-server-git in the modelcontextprotocol/servers monorepo, maintained by the MCP project. | 2026-08-10 |
| [IDA Pro](https://mcpyet.com/mcp/ida-pro.md) | Community only | Hex-Rays ships no first-party MCP server; mrexodia/ida-pro-mcp (~11.2k stars, active) dominates and is featured on plugins.hex-rays.com. | 2026-08-10 |
| [Roblox Studio](https://mcpyet.com/mcp/roblox.md) | Official | Roblox open-sourced Roblox/studio-rust-mcp-server in May 2025 and has since built the server natively into Studio, documented at create.roblox.com/docs/studio/mcp. | 2026-08-10 |
| [Tableau](https://mcpyet.com/mcp/tableau.md) | Official | tableau/tableau-mcp is Tableau's official server (active), with docs at tableau.github.io/tableau-mcp and a Salesforce-managed hosted service at mcp.tableau.com (OAuth 2.1). | 2026-08-10 |
| [Obsidian](https://mcpyet.com/mcp/obsidian.md) | Community only | No MCP server from Obsidian (obsidianmd org has none; the team even trademark-enforced a community npm package's rename). Top community: MarkusPfundstein/mcp-obsidian (~4.3k stars). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [Snowflake](https://mcpyet.com/mcp/snowflake.md) | Official | Official Snowflake-managed MCP server documented at docs.snowflake.com; the older Snowflake-Labs/mcp repo README marks itself deprecated in its favor. | 2026-08-10 |
| [Firebase](https://mcpyet.com/mcp/firebase.md) | Official | Official Firebase MCP server ships inside the Firebase CLI (npx firebase-tools mcp), documented at firebase.google.com/docs/cli/mcp-server. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Granola](https://mcpyet.com/mcp/granola.md) | Official | Granola announced its official hosted MCP at mcp.granola.ai (browser OAuth) on its blog in Feb 2026. | 2026-08-10 |
| [Microsoft Outlook](https://mcpyet.com/mcp/outlook.md) | Official | Microsoft ships first-party Work IQ Mail (mcp_MailTools) and Calendar MCP servers for Outlook under Agent 365, connectable from Claude Code and VS Code via a tenant-scoped URL. | 2026-08-10 |
| [Todoist](https://mcpyet.com/mcp/todoist.md) | Official | Doist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth. | 2026-08-10 |
| [Notion](https://mcpyet.com/mcp/notion.md) | Official | Notion-hosted remote MCP server at mcp.notion.com/mcp (verified live, MCP OAuth challenge) plus open-source makenotion/notion-mcp-server (~4.6k stars). Seed top_repo was a third-party fork. | 2026-08-10 |
| [GitHub](https://mcpyet.com/mcp/github.md) | Official | github/github-mcp-server (32k+ stars) is GitHub's official MCP server, also hosted at api.githubcopilot.com/mcp/. Seed top_repo was an unrelated charting server. | 2026-08-10 |
| [PostgreSQL](https://mcpyet.com/mcp/postgres.md) | Community only | The PostgreSQL project publishes no MCP server (Anthropic's reference server-postgres is archived; pgEdge/Azure/Bytebase are third-party). Strongest Postgres-dedicated community server: crystaldba/postgres-mcp (~3.2k stars). Seed OFFICIAL verdict was wrong. | 2026-08-10 |
| [Stripe](https://mcpyet.com/mcp/stripe.md) | Official | Official hosted MCP server at mcp.stripe.com (endpoint live, auth-gated; documented at docs.stripe.com/mcp) alongside the stripe/ai repo. | 2026-08-10 |
| [Figma](https://mcpyet.com/mcp/figma.md) | Official | figma/mcp-server-guide in the official Figma org, plus the in-app Dev Mode MCP server. Seed top_repo (vkhanhqui/figma-mcp-go) was removed via DMCA takedown 2026-07-08. | 2026-08-10 |
| [Zoho](https://mcpyet.com/mcp/zoho.md) | Official | Official Zoho MCP platform at zoho.com/mcp plus the zoho/analytics-mcp-server repo in Zoho's GitHub org. | 2026-08-10 |
| [Shopify](https://mcpyet.com/mcp/shopify.md) | Official | Official Dev MCP npm package (@shopify/dev-mcp, documented at shopify.dev/docs/apps/build/devmcp) plus built-in store-hosted Storefront MCP. The old GitHub repo went private — evidence rests on vendor docs and npm. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Salesforce](https://mcpyet.com/mcp/salesforce.md) | Official | salesforcecli is a Salesforce-owned GitHub org; salesforcecli/mcp is the official Salesforce CLI MCP server. Seed said COMMUNITY-ONLY with a dead third-party repo. | 2026-08-10 |
| [Jira](https://mcpyet.com/mcp/jira.md) | Official | Atlassian hosts the official remote MCP server (Rovo) at mcp.atlassian.com covering Jira, JSM, Confluence, and Bitbucket. Closed-source hosted service. Seed top_repo (gitkraken/gk-cli) was unrelated. | 2026-08-10 |
| [Airtable](https://mcpyet.com/mcp/airtable.md) | Official | Official hosted MCP server at mcp.airtable.com/mcp (OAuth, all plans, documented on support.airtable.com). Community domdomegg/airtable-mcp-server was the prior standard. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [HubSpot](https://mcpyet.com/mcp/hubspot.md) | Official | Official remote CRM MCP server at mcp.hubspot.com (OAuth/PKCE) documented at developers.hubspot.com/mcp; local Developer MCP server GA since 2026-02-19; @hubspot/mcp-server on npm. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Gmail](https://mcpyet.com/mcp/gmail.md) | Official | Official Google-hosted Gmail MCP server at gmailmcp.googleapis.com, documented on developers.google.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [YouTube](https://mcpyet.com/mcp/youtube.md) | Community only | Checked Google's official MCP support announcement and server list: no YouTube server. Strongest general-purpose community server: ZubeidHendricks/youtube-mcp-server (~561 stars). Seed OFFICIAL verdict (via an unrelated aggregator repo) was wrong. | 2026-08-10 |
| [WhatsApp](https://mcpyet.com/mcp/whatsapp.md) | Community only | Meta's MCP docs cover only Ads and Devtools — no WhatsApp server. Community: lharries/whatsapp-mcp (~6.1k stars, unmaintained since 2025-07). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [Telegram](https://mcpyet.com/mcp/telegram.md) | Community only | No MCP server at core.telegram.org. Strongest community: chigwell/telegram-mcp (~1.4k stars, MTProto-based). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [MySQL](https://mcpyet.com/mcp/mysql.md) | Official | Oracle ships an official MySQL MCP server in oracle/mcp (announced with MySQL AI on blogs.oracle.com). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [MongoDB](https://mcpyet.com/mcp/mongodb.md) | Official | mongodb-js/mongodb-mcp-server (~1.1k stars, active) is MongoDB's official server, on npm as mongodb-mcp-server. Seed said COMMUNITY-ONLY with a third-party Atlas repo. | 2026-08-10 |
| [Playwright](https://mcpyet.com/mcp/playwright.md) | Official | microsoft/playwright-mcp (~36k stars) is the official Playwright MCP server (npm @playwright/mcp). Seed top_repo was a third-party service. | 2026-08-10 |
| [Docker](https://mcpyet.com/mcp/docker.md) | Official | docker/mcp-gateway is the canonical official repo (the `docker mcp` CLI powering Docker's MCP Toolkit, docs.docker.com); docker/hub-mcp is the narrower Hub server. | 2026-08-10 |
| [Kubernetes](https://mcpyet.com/mcp/kubernetes.md) | Community only | Neither kubernetes nor kubernetes-sigs orgs ship an MCP server. Strongest community: containers/kubernetes-mcp-server (~1.9k stars, Red Hat-backed). Seed OFFICIAL verdict was wrong. | 2026-08-10 |
| [Zapier](https://mcpyet.com/mcp/zapier.md) | Official | Official hosted MCP server at mcp.zapier.com (endpoint live, auth-gated; documented at zapier.com/mcp) alongside the zapier/zapier-mcp repo. | 2026-08-10 |
| [Linear](https://mcpyet.com/mcp/linear.md) | Official | Vendor-hosted remote MCP server at mcp.linear.app/mcp (OAuth 2.1, read-only variant at /mcp/readonly), documented in Linear's own docs. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Twilio](https://mcpyet.com/mcp/twilio.md) | Official | Official hosted MCP server at mcp.twilio.com (Public Beta, 1,800+ API endpoints) plus the self-hostable twilio-labs/mcp repo (npm @twilio-alpha/mcp). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Excel](https://mcpyet.com/mcp/excel.md) | Community only | Microsoft has MCP connectors across M365 Copilot but no dedicated Excel MCP server on learn.microsoft.com. Top community: haris-musa/excel-mcp-server (~4.1k stars). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [TikTok](https://mcpyet.com/mcp/tiktok.md) | Official | TikTok Ads MCP server announced at TikTok World May 2026, documented on business-api.tiktok.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [Instagram](https://mcpyet.com/mcp/instagram.md) | Community only | No dedicated official Instagram MCP. Instagram-native community ecosystem is weak: trypeggy/instagram_dm_mcp (~176 stars, stale). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [Reddit](https://mcpyet.com/mcp/reddit.md) | Community only | reddit/devvit-mcp verified in Reddit's org but scoped to Devvit app development. No official Reddit-content MCP exists. Strongest community: karanb192/reddit-mcp-buddy (~786 stars). Seed OFFICIAL verdict was wrong. | 2026-08-10 |
| [Spotify](https://mcpyet.com/mcp/spotify.md) | Community only | No official MCP on developer.spotify.com — community only, built on the Web API. COMMUNITY-ONLY confirmed. | 2026-08-10 |
| [PayPal](https://mcpyet.com/mcp/paypal.md) | Official | Official hosted MCP at mcp.paypal.com (sandbox at mcp.sandbox.paypal.com) documented on developer.paypal.com, plus @paypal/mcp npm package and paypal/paypal-mcp-server repo. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| [CoinGate Gift Cards](https://mcpyet.com/mcp/coingate-gift-cards.md) | Official | CoinGate's official page at coingate.com/gift-cards/mcp publishes a hosted remote MCP endpoint (Algolia-hosted, no install or auth required) for searching its gift-card catalog. | 2026-08-11 |
| [One](https://mcpyet.com/mcp/picahq.md) | Official | picahq org renamed to withoneai; repo followed rename. | 2026-08-10 |
| [Pulumi](https://mcpyet.com/mcp/pulumi.md) | Official | GitHub repo pulumi/mcp-server no longer public, but @pulumi/mcp-server ships on npm under the official Pulumi scope. | 2026-08-10 |
| [Trade It](https://mcpyet.com/mcp/trade-agent.md) | Official | Repo renamed from trade-agent/trade-agent-mcp. | 2026-08-10 |

92 corrections, each with its source and the date it was re-verified.

## Why freshness is the method

Staleness cuts both ways, and both directions were visible in a single week of building this: the most-starred Blender MCP server — roughly 14,000 stars — was deleted from GitHub outright. A popular Figma community server was removed by a DMCA takedown. Meanwhile the canonical 3,359-entry community list was still missing the official servers of WordPress, Google Analytics, ElevenLabs, Stripe and Zapier.

A directory that indexes once and caches forever will confidently point you at all of these. Re-verification is the only fix, so it runs on a schedule rather than when someone remembers.

## Corrections

**Found a wrong verdict?** That's the most useful thing you can send us. Corrections with evidence ship the same day, and the page records the date it was re-verified.

- Email: hello@mcpyet.com

---

Source: https://mcpyet.com/methodology/ — data refreshed 2026-08-11
