API Reference
Complete API documentation for MCP Gateway.
MCP Protocol
The gateway implements the Model Context Protocol specification.
Endpoint
http://localhost:8989/mcp
Methods
| Method | Description |
|---|---|
tools/list | List available tools |
tools/call | Execute a tool |
resources/list | List resources |
resources/read | Read resource content |
prompts/list | List prompts |
prompts/get | Get 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.