-
Install Meshagent CLI
-
Sign up and authenticate
Follow instructions here: https://docs.meshagent.com/cli/getting_started -
Start the MCP server as a Room agent
- This command creates a temporary Meshagent Room with an MCP Wikipedia server agent. The Room (and its agents/tools) are shut down automatically if inactive.
-
Join the Room with a chatbot that uses the Wikipedia MCP tools
- This command starts a chatbot in the Room, ready to use the Wikipedia MCP toolkit. You can use multiple toolkits in a Room.
- The command output will provide a link to access the Room.
-
Interact with the MCP tools
- Open the provided Room link in your browser and send messages to the agent chatbot. Try Wikipedia lookups and tool commands live!
Project Level Deployment: Always-On Wikipedia MCP Tools
For production-oriented scenarios, deploy the MCP server and a chatbot agent at the project level. This makes the tools available in every new Room, with no manual startup required.-
Create persistent MCP server service
-
Create persistent chatbot agent service
Tools Available
The Wikipedia MCP Server offers the following toolkit for use via Meshagent Rooms and chatbots:Tools Summary
Tools provided by this Server | Short Description |
---|---|
extract_key_facts | Extract key facts from a Wikipedia article, optionally focused on a topic. |
get_article | Get the full content of a Wikipedia article. |
get_links | Get the links contained within a Wikipedia article. |
get_related_topics | Get topics related to a Wikipedia article based on links and categories. |
get_sections | Get the sections of a Wikipedia article. |
get_summary | Get a summary of a Wikipedia article. |
search_wikipedia | Search Wikipedia for articles matching a query. |
summarize_article_for_query | Get a summary of a Wikipedia article tailored to a specific query. |
summarize_article_section | Get a summary of a specific section of a Wikipedia article. |
Tools Details
Tool: extract_key_facts
Extract key facts from a Wikipedia article, optionally focused on a topic.
Parameters | Type | Description |
---|---|---|
title | string | |
count | integer (optional) | |
topic_within_article | string (optional) |
Tool: get_article
Get the full content of a Wikipedia article.
Parameters | Type | Description |
---|---|---|
title | string |
Tool: get_links
Get the links contained within a Wikipedia article.
Parameters | Type | Description |
---|---|---|
title | string |
Tool: get_related_topics
Get topics related to a Wikipedia article based on links and categories.
Parameters | Type | Description |
---|---|---|
title | string | |
limit | integer (optional) |
Tool: get_sections
Get the sections of a Wikipedia article.
Parameters | Type | Description |
---|---|---|
title | string |
Tool: get_summary
Get a summary of a Wikipedia article.
Parameters | Type | Description |
---|---|---|
title | string |
Tool: search_wikipedia
Search Wikipedia for articles matching a query.
Parameters | Type | Description |
---|---|---|
query | string | |
limit | integer (optional) |
Tool: summarize_article_for_query
Get a summary of a Wikipedia article tailored to a specific query.
Parameters | Type | Description |
---|---|---|
query | string | |
title | string | |
max_length | string (optional) |
Tool: summarize_article_section
Get a summary of a specific section of a Wikipedia article.
Parameters | Type | Description |
---|---|---|
section_title | string | |
title | string | |
max_length | string (optional) |
Resources
- Meshagent: https://www.meshagent.com/
- Read The Docs: https://docs.meshagent.com
- Meshagent MCP Tool Image: https://hub.docker.com/r/meshagent/mcp-wikipedia-mcp