MCP Tools
How Admin API routes map to MCP tool names.
Discovery
Call list_modules on every new MCP connection. Tools for unloaded modules are unavailable until you add ?modules= to the MCP URL and reconnect.
Naming pattern
Admin routes convert to tools:
- Strip leading
/admin/if present - Replace
/with_ - Lowercase
- Prepend HTTP method:
get_,post_,patch_,put_,delete_
| Admin route | MCP tool |
|---|---|
GET /database/schemas | get_database_schemas |
POST /database/schemas | post_database_schemas |
PATCH /config/database | patch_config_database |
GET /ready | get_ready |
Config tools
When a module is loaded:
get_config_{module}patch_config_{module}
Resources
MCP exposes conduit://docs/* resources including API guides. See MCP setup.