Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
WIKIDATA_TIMEOUT | No | Request timeout in seconds | 30 |
WIKIDATA_CACHE_TTL | No | Cache TTL in seconds | 3600 |
WIKIDATA_RATE_LIMIT | No | Request rate limit (per minute) | 60 |
WIKIDATA_USER_AGENT | No | User-Agent for API requests | MCP-Wikidata/0.1.0 |
WIKIDATA_MAX_RESULTS | No | Maximum number of results per query | 50 |
WIKIDATA_DEFAULT_LANGUAGE | No | Default language | en |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_entities | Search for entities in Wikidata by text query |
get_entity | Get detailed information about a Wikidata entity |
sparql_query | Execute a SPARQL query against Wikidata |
get_relations | Get relations of a Wikidata entity |
find_by_property | Find entities by property and value |