MCP Quickstart¶
Aksara exports your model and ViewSet surface as MCP-compatible tools.
Where the Catalog Lives¶
Inspect it locally:
How Tools Are Generated¶
Aksara reads:
- Registered models
- ViewSets
- Custom
@actionmethods - Field metadata such as
ai_description - Safety metadata such as
ai_sensitiveandai_agent_writable
The result is a tool catalog that external MCP clients can inspect before calling your API.
Inspect MCP Output¶
Start the app:
Then run:
Confirm sensitive fields are omitted and read-only fields are marked correctly.
Connect an External MCP Client Later¶
Use the catalog URL from your running Aksara app:
For production deployments, add authentication and review which actions should be exposed before connecting external clients.