GitHub Stars
1
User Rating
Not Rated
Favorites
0
Views
21
Forks
0
Issues
0
Python sample code for MCP server + REST API (FastAPI) integration
Logo from Flaticon
Description
Python sample code for MCP server + REST API (FastAPI) integration.
- Used
uvto manage the dependencies. - Used Python SDK for MCP to handle the MCP protocol.
- Integrated with FastAPI to handle both the REST API and the MCP server.
This project's structure is inspired by panz2018/fastapi_mcp_sse.
Documentation
Contributing
See the CONTRIBUTING.md.
1
Followers
19
Repositories
0
Gists
0
Total Contributions
The Prospectio MCP API is a FastAPI-based application designed for lead prospecting, implementing the Model Context Protocol (MCP). It adheres to Clean Architecture principles, ensuring a clear separation of concerns across domain, application, and infrastructure layers. The project focuses on core business entities and logic, along with use cases and API routes, facilitating integration with external services.