# Wikexa Knowledge MCP server

Structured Wikipedia + Wikidata for AI agents. Clean JSON, not HTML. Free, no auth.

## Links
- Registry page: https://www.getdrio.com/mcp/com-wikexa-knowledge
- Website: https://wikexa.com

## Install
- Endpoint: https://wikexa.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://wikexa.com/mcp

## Tools
- lookup - Look up any entity (person, company, place, concept) and get structured facts plus a ~200-token summary. Resolves aliases and Wikidata Q-ids, so "Apple", "Apple Inc", and "Q312" all return the same entity. Use this instead of fetching a web page: a Wikipedia HTML fetch costs ~15,000 tokens to recover ~500 tokens of facts. Free and unlimited. Endpoint: https://wikexa.com/mcp
- article - Full Wikipedia article as clean structured JSON — sections as an array, infobox as key/value facts, no HTML or wikitext. Pass `sections` to fetch only the parts you need (e.g. ["History"]) and `max_chars` to cap the payload; both exist to keep long articles from flooding your context. Endpoint: https://wikexa.com/mcp
- define - Dictionary lookup from Wiktionary: definitions, senses, part of speech, etymology and pronunciation, grouped by language. One word can be a noun in English and a verb in Latin, and you get both — pass `language` to narrow it, or `pos` to keep only one part of speech. Use this rather than lookup() for what a word means; lookup() is for entities. Endpoint: https://wikexa.com/mcp
- search - Find entities by fuzzy text match when you do not know the exact title. Returns ranked {title, wikidata_id, description, summary_snippet} — ranking blends full-text relevance with monthly pageviews, so common meanings win ("apple" returns Apple Inc. and the fruit, not disambiguation pages). Follow up with lookup() or article(). Endpoint: https://wikexa.com/mcp
- recent - Articles changed recently, optionally filtered by topic. This is the freshness escape hatch for facts newer than your training cutoff — elections, appointments, releases, deaths. Returns titles with timestamps and edit comments; resolve any of them with lookup(). Endpoint: https://wikexa.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.wikexa
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
