FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
project logo
cameronpakmcp-registry
Explore the official MCP Registry and get a proxy server for it.
Public
Like
2
mcp-registry
Home
Code
6
.vtignore
README.md
deno.json
H
main.tsx
mcp-logo.tsx
mcp-registry-client.ts
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
9/9/2025
Viewing readonly version of main branch: v131
View latest version
README.md

MCP Registry

The official MCP registry was announced on September 8th, 2025.

This project aims to showcase what exists in that registry.

Uses

  • Val.Town & Deno
  • Hono server
  • Official MCP Registry API
  • Webawesome components and icons

Quick Start

Hosted Version

This project is available on Val.Town and can be accessed at: https://cameronpak-mcp-registry.web.val.run

API Proxy

This server acts as a proxy for the official MCP Registry API, allowing you to access registry endpoints through this server. All requests are forwarded to https://registry.modelcontextprotocol.io.

List Servers

Get a list of all available MCP servers.

# Via proxy curl "/v0/servers" # With parameters curl "/v0/servers?limit=10&search=git"

Official Docs: List Servers

Get Server Details

Get detailed information about a specific MCP server by ID.

# Via proxy curl "/v0/servers/{server-id}" # Example curl "/v0/servers/github"

Official Docs: Get Server

Publish Server

Publish a new MCP server to the registry (requires authentication).

# Via proxy curl -X POST "/v0/publish" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN" \ -d '{ "name": "my-mcp-server", "version": "1.0.0", "description": "My awesome MCP server" }'

Official Docs: Publish Server

Web Interface

Visit the root URL (/ or /docs) to access the web interface for browsing MCP servers with search and filtering capabilities.

Additional Endpoints

  • GET /v0/health - Health check
  • GET /v0/ping - Ping the registry
  • GET /docs - Redirect to official API documentation
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.