Data Documentation Checker
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., "@Data Documentation CheckerExtract data dictionary from the attached schema documentation"
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.
Data Documentation Checker
Data Documentation Checker organizes and checks user-provided data documentation so field meanings, types, and constraints can be understood consistently by people, systems, and AI agents.
Tools
extract_data_dictionary: extracts explicitly stated field definitions from supplied documentation, field tables, JSON Schema, or sample structures.check_data_documentation: checks whether supplied documentation clearly states key field information.compare_schema_versions: compares two supplied schema or documentation versions by exact field name.
Related MCP server: mcp-docs-tools
Technical Stack
Cloudflare Workers
TypeScript
MCP over JSON-RPC at
POST /mcp
Install
npm installLocal Run
npm run devTypecheck
npm run typecheckLocal MCP Regression
npm run test:mcp:localThe regression script starts a local Wrangler worker, waits for /health, runs route checks, MCP initialize, tools/list, tools/call coverage for all three tools, error contract cases, unknown-tool handling, annotation checks, and output schema alignment checks. It exits automatically and does not require manual JSON entry.
Routes
GET /: minimal HTML status page.GET /health: stable JSON health response.POST /mcp: only MCP endpoint.
Boundaries
This app is read-only and stateless. It has no login, OAuth, database, external API calls, external system access, or external side effects.
Out of Scope
The app does not inspect real databases, check live data quality, modify schemas, generate migrations, repair data models, or call LLM or external APIs.
Support
Support Email: sidcraigau@gmail.com
Current Gate State
This project has not been deployed. It has not entered Developer Mode testing and has not been submitted for review.
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 Servers
- AlicenseAqualityCmaintenanceDetects schema mismatches between data producers and consumers through static analysis, supporting extraction, comparison, code generation, and automated validation with watch mode for MCP tools, APIs, and service contracts.Last updated1126MIT
- Alicense-qualityDmaintenanceProvides documentation generation and analysis tools for AI agents, including JSDoc generation, README analysis, changelog generation, API documentation, and code comment analysis.Last updated63MIT
- AlicenseCqualityDmaintenanceEnables large language models to retrieve up-to-date and correct information about dlt pipelines, datasets, and schemas, improving AI-assisted development.Last updated810Apache 2.0
- Alicense-qualityDmaintenanceEnables extraction and querying of database schema metadata from PostgreSQL, Snowflake, SQL Server, BigQuery, and Oracle databases, saving results locally for analysis.Last updatedMIT
Related MCP Connectors
Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.
Define, ship & query your analytics tracking from one source of truth, trusted by humans and agents.
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
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/YanKe1816/Data-documentation-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server