Publish Your MCP Server

Paste your server URL — we'll auto-detect the MCP endpoint, load your tools, and register on-chain.

1. Paste URL
2. Verify Tools
3. Register On-Chain

Paste any URL — we'll try /mcp, /api/mcp, and the root to find your MCP server.

Quick start — deploy an MCP server in 2 minutes:
# Clone our demo NFT MCP server
git clone https://github.com/kunalshah017/AgentMesh
cd AgentMesh/demo-mcp-server

# Install & run
bun install && bun run dev

# Your MCP server is live at http://localhost:4001/mcp
# Deploy to Vercel:
vercel --prod

# Then paste the URL above ↑