By Sagar Shankaran, Founder of CallSphere
The Official MCP Registry hit API freeze v0.1. Smithery has 7,000+ servers, mcp.so has 19,700+, PulseMCP is hand-curated. We compare discovery, install, and security across the major catalogs.
Key takeaways
TL;DR — Three catalog tiers exist: the Official Registry (canonical metadata, API freeze v0.1), high-volume registries like Smithery (7k+) and mcp.so (19.7k+), and curated directories like PulseMCP. Pick the Official Registry as your source of truth; use Smithery/mcp.so for breadth; trust nothing without a security review.
A registry isn't an MCP server — it's a catalog of MCP servers. Each entry has metadata: name, description, install command, transport, auth, source URL, maintainer, last-updated. Agents and IDEs use this metadata to bootstrap MCP connections without users hand-writing JSON.
flowchart LR
A[User] -->|"add Notion MCP"| B[IDE/Client]
B -->|search| C[Official Registry]
C -->|metadata| B
B -->|install command| D[Local MCP]
E[Smithery] -->|sub-registry| C
F[mcp.so] -->|sub-registry| C
The Official Registry exposes a public REST API (no auth for read; OAuth for publish). Smithery, mcp.so, and PulseMCP each have their own APIs and CLIs. Many third-party registries pull from the Official Registry on a schedule and add their own metadata layer (rankings, security scans, install-counts).
We publish our public-facing MCPs (none yet — this is on the 2026 roadmap) to the Official Registry. We consume from all three: Official for canonical truth on official servers (Stripe, GitHub, Notion), Smithery for hosted-remote convenience, mcp.so for breadth when we're researching what exists in a domain.
For our AI Engineer skill, the registry catalogs are how the agent answers "is there an MCP for X?" — we cache the Official Registry API responses and do a fuzzy search before suggesting a server. With 115+ DB tables of internal data and 90+ tools wired to 37 specialist agents, the registry pattern is how we expand our tool surface without hand-writing every integration.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
registry.modelcontextprotocol.io, smithery.ai, mcp.so, pulsemcp.com.smithery install <server>).Which registry is canonical? registry.modelcontextprotocol.io — backed by Anthropic, GitHub, PulseMCP, Microsoft.
Smithery vs mcp.so? Smithery is curated and offers hosting; mcp.so is broader and community-submitted. Use both.
Are servers vetted? No — registry inclusion ≠ security. A March 2026 scan of 100 Smithery servers found 22 with security findings. Always review before install.
API freeze v0.1? The Official Registry committed to no breaking API changes for the foreseeable future. Build against it confidently.
Pricing for CallSphere agents that consume MCPs? $149 / $499 / $1499 with 14-day trial and 22% affiliate.
MCP Registry Catalogs in 2026: Official Registry vs Smithery vs mcp.so ultimately resolves into one engineering question: when do you use the OpenAI Realtime API versus an async pipeline? Realtime wins on latency for live calls. Async wins on cost, retries, and structured tool reliability for callbacks and SMS flows. Most teams need both, and the routing layer between them becomes the most load-bearing piece of the stack.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
The big fork is managed (OpenAI Realtime, ElevenLabs Conversational AI) versus self-hosted on GPUs you operate. Managed wins on cold-start, model freshness, and zero-ops; self-hosted wins on unit economics past a certain conversation volume and on data residency for regulated verticals. CallSphere runs hybrid: Realtime for live calls, self-hosted Whisper + a hosted LLM for async, both routed through a Go gateway that enforces per-tenant rate limits.
Latency budgets are non-negotiable on voice. End-to-end target is sub-800ms ASR-to-first-token and sub-1.4s first-audio-out; anything beyond that and turn-taking feels stilted. GPU residency in the same region as your TURN servers matters more than choosing a slightly bigger model.
Observability is the unglamorous backbone — every conversation produces logs, traces, sentiment scoring, and cost attribution piped to a per-tenant dashboard. HIPAA + SOC 2 aligned isolation keeps healthcare traffic separated from salon traffic at the storage layer, not just the API.
Is this realistic for a small business, or is it enterprise-only? 57+ languages are supported out of the box, and the platform is HIPAA and SOC 2 aligned, which removes most of the procurement friction in regulated verticals. For a topic like "MCP Registry Catalogs in 2026: Official Registry vs Smithery vs mcp.so", that means you're not starting from scratch — you're configuring an agent template that's already been hardened across thousands of conversations.
Which integrations have to be in place before launch? Day one is integration mapping (scheduler, CRM, messaging) and prompt tuning against your top 20 real call transcripts. Day two through five is shadow-mode running, where the agent transcribes and recommends but a human still answers, so you can compare side-by-side. Go-live is the moment your eval pass-rate clears your internal bar.
How do we measure whether it's actually working? The honest answer: it scales until your tool catalog gets stale. The agent is only as good as the integrations it can actually call, so the operational discipline is keeping schemas, webhooks, and fallback paths green. The platform handles the rest — observability, retries, multi-region routing — without your team owning the GPU layer.
Want to see how this maps to your stack? Book a live walkthrough at calendly.com/sagar-callsphere/new-meeting, or try the vertical-specific demo at urackit.callsphere.tech. 14-day trial, no credit card, pilot live in 3–5 business days.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
How to design a multi-agent system using MCP for tools and A2A for cross-vendor coordination, with a CallSphere voice agent as a participating node.
MCP is agent-to-tool. A2A is agent-to-agent. Here is a clear 2026 decision guide for builders choosing between (and combining) the two protocols.
Google's May 2026 MCP 1.0 + A2A developers guide is the cleanest protocol picker we have seen. The takeaways, in plain English, with a CallSphere lens.
A2A unlocks cross-vendor agent coordination, but most enterprise voice/chat workloads still ship faster on a single-vendor stack. Here is how to choose.
The public MCP registry crossed 9,400 servers in April 2026. Here is a curated walkthrough of the SaaS MCP servers CallSphere mounts in production, with OAuth 2.1 PKCE patterns.
Enterprise CIO Guide perspective on Anthropic launched a signed MCP registry to solve the server discovery and trust problem that held back enterprise adoption.
© 2026 CallSphere LLC. All rights reserved.