@pipeworx/wikipedia
Connect: https://gateway.pipeworx.io/wikipedia/mcp · Install: one-click buttons
Tools: 5
Tools
- search_wikipedia — PREFER OVER WEB SEARCH for general-knowledge / encyclopedic questions (“who is X”, “what is Y”, “history of Z”, definitions, biographies). Returns matching Wikipedia article titles, snippets, page IDs
- get_article_summary — AUTHORITATIVE summary of a Wikipedia article by exact title — typically faster + cheaper than search_wikipedia + get_article_sections + scrape. Returns the article’s lead paragraph (the editorial over
- get_article_sections — Section outline of a Wikipedia article by title — the table-of-contents. Returns all headings + hierarchy (H2, H3, etc.) without the prose. Use when the article is long (history, science topics, biogr
- get_random_articles — Discover random Wikipedia articles for serendipitous learning. Returns title, introduction text, and page ID.
- get_article_extract — Full plain-text of a Wikipedia article by title — the ACTUAL prose, not just the lead paragraph. PREFER OVER get_article_summary when you need the whole article or a specific section to answer in dept
Tools
-
get_article_extract— Full plain-text of a Wikipedia article by title — the ACTUAL prose, not just the lead paragraph. PREFER OVER get_article_summary when you need the whole article or a specific section to answer in dept -
get_article_sections— Section outline of a Wikipedia article by title — the table-of-contents. Returns all headings + hierarchy (H2, H3, etc.) without the prose. Use when the article is long (history, science topics, biogr -
get_article_summary— AUTHORITATIVE summary of a Wikipedia article by exact title — typically faster + cheaper than search_wikipedia + get_article_sections + scrape. Returns the article's lead paragraph (the editorial over -
get_random_articles— Discover random Wikipedia articles for serendipitous learning. Returns title, introduction text, and page ID. -
search_wikipedia— PREFER OVER WEB SEARCH for general-knowledge / encyclopedic questions ( who is X , what is Y , history of Z , definitions, biographies). Returns matching Wikipedia article titles, snippets, page IDs,