Skip to main content
Glama
scotthelm

Wikipedia MCP Server

by scotthelm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
onThisDayB

Get historical events that occurred on a specific date

findPageA

Search for Wikipedia pages matching a query

getPageB

Get content of a Wikipedia page by title

getImagesForPageB

Get images from a Wikipedia page by title

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct task: historical events, page search, page content retrieval, and image retrieval. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb+noun pattern (onThisDay, findPage, getPage, getImagesForPage) using camelCase.

Tool Count4/5

4 tools is slightly on the low side but reasonable for a focused Wikipedia server covering core read operations.

Completeness3/5

The server covers basic search and retrieval, but lacks tools for getting page summaries, categories, or links, which are common Wikipedia operations.