Discover MCP servers. Connect your agent.
Deploy and manage Railway projects and services. Create deployments, manage environment variables, view logs, and control infrastructure on the Railway platform.
https://github.com/gleich/railway-mcp
stdio
api_key
8 tools
deploymenthostinginfrastructuredevops
Registered 2026-02-17
Official Vercel MCP server. Search documentation, manage teams, projects, and deployments. Supports both SSE and stateless HTTP transports. OAuth authentication for secure workspace access.
https://vercel.com/docs/mcp/vercel-mcp
sse
bearer
15 tools
deploymenthostingserverlessfrontendnextjsofficial
Registered 2026-02-09 by
Vercel
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'