wikipedia-research
Installation
SKILL.md
Wikipedia Research
How to Call the Tools
The Wikipedia MCP server uses FastMCP with typed input objects. All arguments must use the {"input": {...}} format. Call them via mcp-call:
Search for Wikipedia Pages
python3 $MCP_CALL "python3 -u $WIKIPEDIA_MCP_SCRIPT" search_pages '{"input": {"query": "OSPF routing protocol"}}'
Search Wikipedia for pages matching a keyword or phrase. Returns a list of matching page titles.
Get a Page Summary
python3 $MCP_CALL "python3 -u $WIKIPEDIA_MCP_SCRIPT" get_summary '{"input": {"page": "Open Shortest Path First"}}'