Wikipedia

Wikipedia

A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.

100K+

22 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
extract_key_factsExtract key facts from a Wikipedia article, optionally focused on a topic. Returns a dictionary containing a list of facts.
get_articleGet the full content of a Wikipedia article. Returns a dictionary containing article details or an error message if retrieval fails.
get_coordinatesGet the coordinates of a Wikipedia article. Returns a dictionary containing coordinate information.
get_linksGet the links contained within a Wikipedia article. Returns a dictionary with the article title and list of links.
get_related_topicsGet topics related to a Wikipedia article based on links and categories. Returns a list of related topics up to the specified limit.
get_sectionsGet the sections of a Wikipedia article. Returns a dictionary with the article title and list of sections.
get_summaryGet a summary of a Wikipedia article. Returns a dictionary with the title and summary string. On error, includes an error message instead of a summary.
search_wikipediaSearch Wikipedia for articles matching a query.
summarize_article_for_queryGet a summary of a Wikipedia article tailored to a specific query. The summary is a snippet around the query within the article text or summary. The max_length parameter controls the length of the snippet.
summarize_article_sectionGet a summary of a specific section of a Wikipedia article. Returns a dictionary containing the section summary or an error.
test_wikipedia_connectivityProvide diagnostics for Wikipedia API connectivity. Returns the base API URL, language, site information, and response time in milliseconds. If connectivity fails, status will be 'failed' with error details.
wikipedia_extract_key_factsExtract key facts from a Wikipedia article, optionally focused on a topic. Returns a dictionary containing a list of facts.
wikipedia_get_articleGet the full content of a Wikipedia article. Returns a dictionary containing article details or an error message if retrieval fails.
wikipedia_get_coordinatesGet the coordinates of a Wikipedia article. Returns a dictionary containing coordinate information.
wikipedia_get_linksGet the links contained within a Wikipedia article. Returns a dictionary with the article title and list of links.
wikipedia_get_related_topicsGet topics related to a Wikipedia article based on links and categories. Returns a list of related topics up to the specified limit.
wikipedia_get_sectionsGet the sections of a Wikipedia article. Returns a dictionary with the article title and list of sections.
wikipedia_get_summaryGet a summary of a Wikipedia article. Returns a dictionary with the title and summary string. On error, includes an error message instead of a summary.
wikipedia_search_wikipediaSearch Wikipedia for articles matching a query.
wikipedia_summarize_article_for_queryGet a summary of a Wikipedia article tailored to a specific query. The summary is a snippet around the query within the article text or summary. The max_length parameter controls the length of the snippet.
wikipedia_summarize_article_sectionGet a summary of a specific section of a Wikipedia article. Returns a dictionary containing the section summary or an error.
wikipedia_test_wikipedia_connectivityProvide diagnostics for Wikipedia API connectivity. Returns the base API URL, language, site information, and response time in milliseconds. If connectivity fails, status will be 'failed' with error details.
Related servers