Skip to main content
Glama
Mirza404

special-export-mcp

by Mirza404

special-export-mcp

Standalone MCP server. Fetches Wikipedia page wikitext through Special:Export and parses wikitables out of it into structured rows.

Status: under construction. See docs/specs for the full design.

Data integrity

Wikipedia can contain structurally broken tables. Results therefore carry machine-readable warnings; consumers and AI agents must inspect them before persisting positional row data. Ambiguous rows are returned as evidence but must be quarantined rather than silently corrected. See Data integrity and recovery for the required fallback policy and the known Golf Mk4 example.

Related MCP server: Defuddle MCP Server

Install

Not published to PyPI. Install from git:

pip install git+https://github.com/Mirza404/special-export-mcp.git

With the MCP server extra:

pip install "special-export-mcp[mcp] @ git+https://github.com/Mirza404/special-export-mcp.git"

Why

action=parse (the live rendering API used by wikipedia-mcp) has a low anonymous rate limit and was observed to enter an hours-long undocumented lockout. Special:Export is a documented, export-style alternative that was unaffected. See docs/specs/000-overview.md for the full rationale.

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Fetches Wikipedia articles and returns cleaned, readable HTML stripped of citations, infoboxes, navboxes, and other clutter. Enables fetching specific articles or random ones with options to keep images, tables, or links.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes the Stardew Valley Wiki as structured data via MCP tools for keyword/semantic search, page retrieval, and entity listings.
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mirza404/special-export-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server