What are Endpoints?
Endpoints serve as the bridge between your internal namespaces and external MCP clients:- Expose namespaces as public MCP servers
- Handle authentication via API keys
- Support multiple transports (SSE, Streamable HTTP, OpenAPI)
Example Endpoint URLs
Endpoint Management
Available Actions
From the endpoints dashboard, you can:- Edit endpoint settings
- Copy URLs for different transport types
- View the associated namespace
- Delete endpoints
URL Formats
Each endpoint provides multiple URL formats:- SSE:
/metamcp/{name}/sse - Streamable HTTP:
/metamcp/{name}/mcp - OpenAPI:
/metamcp/{name}/api - OpenAPI Schema:
/metamcp/{name}/api/openapi.json
Next Steps
API Keys
Generate API keys for secure endpoint access
Namespaces
Learn about organizing MCP servers into namespaces
Integration Guides
Connect your endpoints to MCP clients
MCP Servers
Manage the MCP servers within your namespaces