Simple_mcp_server
0
This project is a FastMCP-powered microservice that serves as an MCP server to provide search functionalities for Wikipedia and Arxiv. It allows interaction through MCP-compatible tools to enhance modular AI systems with information retrieval capabilities.
📚 Simple MCP Info Server
A FastMCP-powered microservice that provides search tools for Wikipedia and Arxiv using the LangChain Community utilities.
🚀 What is MCP?
Model Control Protocol (MCP) allows language models like Claude to communicate with external tools in a standardized way.
📚 What This Project Does
This Info Server exposes two tools via MCP:
- get_info - Searches Wikipedia for summaries
- get_research_paper - Searches Arxiv for paper metadata
âš¡ Overview
This tool exposes FastMCP-compatible endpoints for use in modular AI systems.
🧰 Setup Guide
Prerequisites: Python 3.12+, 'uv' installed, Claude Desktop.