Wikipedia MCP Server
Lightweight tools for searching and fetching Wikipedia content in a clean, agent-friendly format.
Tools
search_wikipedia
Search for relevant Wikipedia articles.
Input
json{ "query": "string" }
Output
- Article titles
- Short summaries
get_article
Fetch full content of a Wikipedia article.
Input
json{ "title": "string" }
Output
- Title
- Summary
- Full article content
Usage
List tools
GET /tools
Search
POST /tools/search_wikipedia
Get article
POST /tools/get_article
Summary
Simple, reliable access to Wikipedia for AI systems that need factual and structured information.
AgenticMarket