Rishavv007/MCP-API-Server
If you are the rightful owner of MCP-API-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A FastAPI-MCP server that fetches Wikipedia summaries for AI assistants, deployed using Google Colab and Ngrok.
The MCP-Wikipedia-API-Server is a specialized server that leverages the Model Context Protocol (MCP) to facilitate AI assistants in retrieving Wikipedia summaries. Built using FastAPI, this server is designed to handle user queries efficiently and provide concise Wikipedia summaries. The server is deployed on Google Colab, a popular platform for running Python code in the cloud, and is made accessible to the internet using Ngrok, a tool that creates secure tunnels to localhost. This setup allows for rapid deployment and testing, making it an ideal solution for developers looking to integrate Wikipedia data into their AI applications.
Features
- Fetches Wikipedia summaries based on user queries
- Runs as an MCP-compatible server for AI interactions
- Uses FastAPI and Wikipedia API
- Works with Google Colab + Ngrok for quick deployment