special-export-mcp
Fetches Wikipedia page wikitext via Special:Export and parses wikitables into structured rows, returning machine-readable warnings for structurally broken tables.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@special-export-mcpExtract wikitables from the 'Berlin' Wikipedia page and show any warnings."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.gitWith 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.
This server cannot be installed
Maintenance
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
Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.
Wikipedia, Wikidata and Wiktionary as clean JSON, not HTML. 1.9M searchable. Free, no auth.
Extract tables, text and formulas from PDFs, including scanned pages and broken text layers.
Live Wikipedia edit feed, page summaries, trending pages, and Wikidata search.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching and retrieving Wikipedia content across multiple languages, including article summaries, sections, coordinates, and related topics.-
- FlicenseNot gradedqualityCmaintenanceFetches webpages and returns clean, structured Markdown with metadata (title, author, publish date, description, domain, word count).-
- FlicenseNot gradedqualityDmaintenanceFetches 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.-
- FlicenseNot gradedqualityCmaintenanceExposes the Stardew Valley Wiki as structured data via MCP tools for keyword/semantic search, page retrieval, and entity listings.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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