ord-mcp-server
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., "@ord-mcp-serverexplain the ORD Product concept"
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.
ORD MCP Server
A Model Context Protocol (MCP) server providing access to ORD (Open Resource Discovery) specification and concept explanations.
Usage
Installation
npm installMCP Configuration
Add this to your MCP client configuration:
{
"mcpServers": {
"ord-mcp-server": {
"command": "node",
"args": ["path/to/ord-mcp-server/src/ord-mcp-server.js"],
"env": {}
}
}
}Available Tools
get_ord_specification
Retrieves the latest ORD specification document from GitHub.
{
"name": "get_ord_specification",
"arguments": {}
}explain_ord_concept
Provides detailed explanation of ORD concepts with examples.
{
"name": "explain_ord_concept",
"arguments": {
"concept": "Product"
}
}Supported concepts: Product, Package, ConsumptionBundle, APIResource, EventResource
Available Resources
ord://specification/latest
Direct access to the latest ORD specification document as a Markdown resource.
Related MCP server: SNOMED CT MCP Server
Engineering Profile
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.
License
MIT License
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
AlicenseAqualityAmaintenanceProvides AI agents with instant access to 10M+ OMOP medical vocabulary concepts for searching, mapping, and navigating clinical codes across SNOMED, ICD-10, RxNorm, LOINC, and more.Last updated11636MIT- Alicense-qualityDmaintenanceEnables querying and browsing SNOMED CT medical terminology concepts, including search, details, and hierarchy navigation via MCP tools.Last updated3MIT
- AlicenseBqualityDmaintenanceProvides a compact, task-oriented wrapper around the CDISC Library API for discovering, searching, and fetching Biomedical Concepts and SDTM Dataset Specializations.Last updated194MIT
- AlicenseAqualityDmaintenanceEnables searching LOINC codes and retrieving detailed information including panel members and answer options via the LOINC Search API.Last updated21MIT
Related MCP Connectors
Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.
WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.
HealthData.gov MCP — wraps HealthData.gov CKAN API (free, no auth)
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/zongqichen/ord-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server