Expose Django REST Framework APIs as MCP tools. Auto-discover endpoints and make them available to LLMs.
pip install djangorestframework-mcp
Add to Django settings:
```python
INSTALLED_APPS = [..., 'djangorestframework_mcp']
```
list_endpointscall_endpointget_schemaExpose Django REST Framework APIs as MCP tools. Auto-discover endpoints and make them available to LLMs.
Language: Python
Category: Developer Tools