← Servers
Contribute

List your MCP server

SocketCat doesn't host servers; it indexes the whole ecosystem and grades what it finds. That means you don't create a listing here: you make your server discoverable, and the catalog picks it up automatically. Two ways in:

1 · Publish to the official MCP registry✓ Verified trust

The strongest path. Publishing to the official registry proves you own your namespace, which earns the Verified badge here (or Publisher, with a custom domain). SocketCat ingests the full registry every six hours, so your server appears the same day, with its packages, remotes, and install config ready to copy.

# with the official publisher CLI
brew install mcp-publisher
mcp-publisher init && mcp-publisher login github
mcp-publisher publish
Official registry docs ↗
2 · Tag your GitHub repoCommunity listing

Zero setup: add the mcp-server topic to your repository and the nightly crawl will find it. You'll appear as a Community listing with your real stars and license. Upgrade to Verified any time by publishing to the registry: same listing, stronger badge.

On GitHub: repo page → ⚙ next to About → Topics → add “mcp-server”.

Once you're listed

Every server gets an A–E quality grade, and here's exactly how it's scored. Open your server's page and check the Scores tab: the “Raise this grade” panel lists the precise edits and what each is worth.

Example SocketCat quality badgeYour grade, live in your README. It updates as your listing improves.
[![SocketCat](https://socketcat.com/badge/<your-namespace>)](https://socketcat.com/servers/<your-namespace>)

The exact snippet, prefilled with your namespace, is on your server's page under the Scores tab.

Built a multi-agent workflow instead? Publish a blueprint →