XSD Retrieval MCP Server
Allows retrieving, validating, and analyzing XML Schema Definition (XSD) files, which are used to define the structure of XML documents.
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., "@XSD Retrieval MCP Serverretrieve the XSD from https://example.com/schema.xsd"
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.
XSD Retrieval MCP Server
A Model Context Protocol (MCP) server for retrieving and analyzing XSD (XML Schema Definition) files.
Description
This MCP server provides tools for retrieving XSD files from URLs or local paths, validating them, and analyzing their elements. Integrates with any LLM model.
Related MCP server: OpenAPI MCP Server
Features
The server provides the following MCP tools:
retrieve_xsd - Retrieve an XSD file from a URL or file path
validate_xsd - Validate if the retrieved content is a valid XSD
list_xsd_elements - List elements defined in an XSD
get_mcp_server_info - Get MCP server information including name and version (v1.2.0+)
Installation
npm install
npm run buildUsage
To run the server:
npm startThe server communicates via stdio and can be integrated with any MCP-compatible client.
Tool: retrieve_xsd
Retrieves an XSD file from a URL or local path.
Parameters:
source(string, required): URL or file path to the XSD filesave_path(string, optional): Local path where to save the retrieved XSD file
Tool: validate_xsd
Validates if the provided content is a valid XSD.
Parameters:
xsd_content(string, required): XSD content to validate
Tool: list_xsd_elements
Lists elements defined in an XSD.
Parameters:
xsd_content(string, required): XSD content to analyze
Tool: get_mcp_server_info
Get MCP server information including name and version.
Parameters:
None
Recent Improvements (v1.2.0)
Enhanced XML/XSD parsing with improved regex patterns for better accuracy
Better error handling with graceful degradation for malformed content
New
get_mcp_server_infotool to retrieve server name and versionImproved namespace extraction with proper prefix and URI handling
Enhanced element attribute extraction for both self-closing and container elements
Better deduplication logic for elements with the same name
Added comprehensive test suite with 9 new tests for XML parsing
Contributing
Fork the repository
Create a feature branch (
git checkout -b feature/AmazingFeature)Commit your changes (
git commit -m 'Add some AmazingFeature')Push to the branch (
git push origin feature/AmazingFeature)Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
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
- FlicenseAqualityDmaintenanceEnables LLMs to automatically generate Excel files with custom structures, advanced formatting, multiple sheets, formulas, and charts from JSON schemas, with support for both local and remote deployment.1
- Alicense-qualityDmaintenanceEnables LLMs to explore and query OpenAPI specifications, allowing natural language interaction with API endpoints, parameters, request bodies, and response schemas from any OpenAPI 3.x spec.12MIT
- Alicense-qualityDmaintenanceProvides retrieval-augmented generation (RAG) capabilities by ingesting various document formats into a persistent ChromaDB vector store. It enables semantic search and retrieval using either OpenAI or Ollama embeddings for processing local files, directories, and URLs.1MIT
- AlicenseBqualityCmaintenanceEnables LLMs to process, validate, and analyze XBRL financial filings with tools for filing operations, fact extraction, taxonomy exploration, and SEC EDGAR integration.46Apache 2.0
Related MCP Connectors
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
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/gdorsi44/mcp-xsd-retreival'
If you have feedback or need assistance with the MCP directory API, please join our Discord server