Skip to main content
Glama
rvkrishna13

Wikipedia Agent MCP Server

by rvkrishna13
README.mdβ€’1.17 kB
# 🧠 Wikipedia Agent with LangGraph + MCP This project implements a conversational AI agent that uses LangGraph and the MCP (Model Context Protocol) to search Wikipedia and return information using a tool-based architecture. It demonstrates multi-turn interactions with tool calling, Wikipedia queries, and LangChain tool composition. --- ## πŸ“¦ Features - πŸ” Search Wikipedia for summaries and page links - πŸ“š List all section titles of a given Wikipedia topic - πŸ“„ Fetch specific section content from a topic - πŸ” Uses LangGraph for graph-based tool routing - πŸ€– Powered by OpenAI GPT-4 with tool bindings - 🧩 MCP server supports composable, stateless tool APIs over `stdio` --- ## πŸ› οΈ Technologies Used - Python 3.10+ - [LangGraph](https://github.com/langchain-ai/langgraph) - [LangChain OpenAI](https://python.langchain.com/docs/integrations/llms/openai/) - [FastMCP](https://pypi.org/project/mcp/) - [Wikipedia Python API](https://pypi.org/project/wikipedia/) - OpenAI GPT-4 API --- ## πŸš€ Setup Instructions ### 1. Clone the repo ```bash git clone https://github.com/your-username/wikipedia-mcp-agent.git cd wikipedia-mcp-agent

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rvkrishna13/MCP_Wikipedia_Search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server