Wikipedia Agent MCP Server
🧠 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+
OpenAI GPT-4 API
🚀 Setup Instructions
1. Clone the repo
git clone https://github.com/your-username/wikipedia-mcp-agent.git
cd wikipedia-mcp-agentLatest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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