A Model Context Protocol (MCP) server providing access to ORD (Open Resource Discovery) specification and concept explanations.
npm installAdd this to your MCP client configuration:
{
"mcpServers": {
"ord-mcp-server": {
"command": "node",
"args": ["path/to/ord-mcp-server/src/ord-mcp-server.js"],
"env": {}
}
}
}Retrieves the latest ORD specification document from GitHub.
{
"name": "get_ord_specification",
"arguments": {}
}Provides detailed explanation of ORD concepts with examples.
{
"name": "explain_ord_concept",
"arguments": {
"concept": "Product"
}
}Supported concepts: Product, Package, ConsumptionBundle, APIResource, EventResource
Direct access to the latest ORD specification document as a Markdown resource.
This project follows unified assistant + engineering standards defined in ENGINEERING_PROFILE.md. All assistants must follow these standards for generation, refactor, review, debugging, and optimization tasks.
MIT License