llms.txt Content
# FastAPI MCP
> Convert your FastAPI app into a MCP server with zero configuration
## Docs
- [Transport](https://fastapi-mcp.tadata.com/advanced/asgi.md): How to communicate with the FastAPI app
- [Authentication & Authorization](https://fastapi-mcp.tadata.com/advanced/auth.md)
- [Deploying the Server](https://fastapi-mcp.tadata.com/advanced/deploy.md)
- [Refreshing the Server](https://fastapi-mcp.tadata.com/advanced/refresh.md): Adding endpoints after MCP server creation
- [MCP Transport](https://fastapi-mcp.tadata.com/advanced/transport.md): Understanding MCP transport methods and how to choose between them
- [Customization](https://fastapi-mcp.tadata.com/configurations/customization.md)
- [Tool Naming](https://fastapi-mcp.tadata.com/configurations/tool-naming.md)
- [FAQ](https://fastapi-mcp.tadata.com/getting-started/FAQ.md): Frequently Asked Questions
- [Best Practices](https://fastapi-mcp.tadata.com/getting-started/best-practices.md)
- [Installation](https://fastapi-mcp.tadata.com/getting-started/installation.md)
- [Quickstart](https://fastapi-mcp.tadata.com/getting-started/quickstart.md)
- [Welcome to FastAPI-MCP!](https://fastapi-mcp.tadata.com/getting-started/welcome.md): Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
## OpenAPI Specs
- [openapi](https://fastapi-mcp.tadata.com/api-reference/openapi.json)
## Optional
- [Documentation](https://fastapi-mcp.tadata.com/)
- [Community](https://join.slack.com/t/themcparty/shared_invite/zt-30yxr1zdi-2FG~XjBA0xIgYSYuKe7~Xg)
- [Blog](https://medium.com/@miki_45906)