Skip to main content

API Reference

Complete API documentation for MCP Gateway.

MCP Protocol

The gateway implements the Model Context Protocol specification.

Endpoint

http://localhost:8989/mcp

Methods

MethodDescription
tools/listList available tools
tools/callExecute a tool
resources/listList resources
resources/readRead resource content
prompts/listList prompts
prompts/getGet prompt

See HTTP API for detailed request/response formats.

Admin API

When the admin panel is enabled, additional endpoints are available at http://localhost:8989/admin.

See Admin Panel for the complete admin API reference.