OpenMCP

Creating a server

Creating a new OpenMCP server takes ~10 seconds

REST API

Submit the URL to an openapi.yaml / openapi.json specification to create a new OpenMCP server:

Must be a valid OpenAPI v3 spec

...

gRPC API

Submit the URL to a service.proto specification to create a new OpenMCP server:

...

JSON-RPC API

Submit the URL to an openrpc.json specification to create a new OpenMCP server:

...

GraphQL API

Submit the URL to a schema.gql specification to create a new OpenMCP server:

...

SOAP API

Submit the URL to a service.wsdl specification to create a new OpenMCP server:

...

PostgREST API

Submit the URL to a schema.sql specification to create a new OpenMCP server:

...

Private MCP servers

...

On this page