> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/advanced-features/integrations/mcp/aisuru-mcp-which-ones-and-how-to-activate/13.-wikipedia.md).

# 13. Wikipedia

The Wikipedia MCP lets your Agent directly access Wikipedia content to retrieve encyclopedic information.

This MCP is useful for:

* Enriching responses with encyclopedic information
* Providing context on people, places, or events
* Accessing verified, structured knowledge

## Configuration parameters

This MCP doesn't require any mandatory parameters.

### Custom parameters

* **timeout**: maximum request time (seconds)
* **language**: Wikipedia language code (it, en, es, fr...)
* **maxResults**: maximum number of search results
* **autoSuggest**: enable automatic search suggestions

```json
{
  "timeout": 30,
  "language": "en",
  "maxResults": 10,
  "autoSuggest": true
}
```

## Important notes

The Agent can use Wikipedia to retrieve updated information during conversations. However, the content is subject to Wikipedia's licenses and terms of use.
