Skip to content

MCP Construction Roadmap

Evaluate built and planned MCPs, and organize priorities and construction plans.

日本語

About This Document

This document formalizes Discussion #19 (MCP Construction Strategy Map v2) as an official project document.

It evaluates MCP candidates across 5 axes and presents the build status and priority roadmap. For the Skill construction strategy, see skill-roadmap.md. For MCP × Skill composition patterns, see composition-patterns.md.

5-Axis MCP Evaluation

New MCP candidates are evaluated for feasibility across the following 5 axes. This evaluation corresponds to the five properties of "Reliable Reference Sources" in 02-reference-sources.md.

AxisMeaning
Governing BodyWhether a clear standards organization exists
OpennessWhether the specification is freely available
Machine ReadabilityWhether XML Schema / DTD / JSON Schema etc. are provided
Structural ClarityWhether the structure is queryable at the section/module level
Practical Use CasesIndustries and scale where it is actually used

Build Status

Built MCPs

MCPnpmCategory
rfcxml-mcp@shuji-bonji/rfcxml-mcpStandards
w3c-mcp@shuji-bonji/w3c-mcpStandards
pdf-spec-mcp@shuji-bonji/pdf-spec-mcpStandards
pdf-reader-mcp@shuji-bonji/pdf-reader-mcpTool Execution
epsg-mcp@shuji-bonji/epsg-mcpSpecialized Domain
rxjs-mcp-serverrxjs-mcp-serverTool Execution
xcomet-mcp-serverxcomet-mcp-serverTool Execution
pwa-mcp🔒 PrivateDevelopment Support

Planned MCPs — 5-Axis Evaluation

MCP CandidateGoverning BodyOpennessMachine ReadabilityStructurePractical UseOverall
OpenAPI✅ OpenAPI Initiative✅ Free✅ JSON/YAML✅ API design in general
S1000D✅ ASD/AIA/ATA✅ Free✅ XML Schema✅ Defense & heavy industry
JATS XML✅ NISO✅ Free✅ XML DTD✅ Academic publishing
BIM/IFC✅ buildingSMART✅ Free✅ EXPRESS⚠️✅ Construction DX
HL7 FHIR✅ HL7✅ Free✅ JSON/XML✅ Healthcare informatics
DICOM✅ NEMA⚠️ Partially paid✅ Proprietary format⚠️✅ Medical imaging

Candidate Details

S1000D MCP

Note: Initially evaluated as "specification is paid," but this was incorrect. The S1000D specification is freely downloadable from s1000d.org (agreement to terms of use is required).

The conditions equivalent to rfcxml-mcp / w3c-mcp are met. The specification is massive at over 3,500 pages (51.8MB), but the chapter/data module structure is clear, and the same "search and retrieve only the necessary sections" design pattern used in rfcxml-mcp can be applied.

Notable points:

  • Supply chain quality gatekeeping: AI can verify "Does this data module comply with S1000D Issue 6?" by referencing the specification
  • International interoperability: Foundation for defense industries across countries to exchange technical documents using a common standard
  • Alignment with "democratization of knowledge": Many people are unaware that it is freely available; making it accessible via MCP has intrinsic value

JATS XML MCP

The design pattern from rfcxml-mcp is directly applicable. It can provide structured reference of academic papers, citation relationship analysis, and metadata extraction as MCP tools.

BIM/IFC MCP

A Chinese university already provides a BIM MCP, but this project takes the approach of building bottom-up with ifc-core-mcp as the core.

Construction strategy:

  • ifc-core-mcp (IFC4.3 schema definitions, entity search, inheritance relationships, PropertySet) is built first as the core
  • Validation tools, conversion tools, etc. are progressively layered on top in a bottom-up approach

Priority Roadmap

For the Skill-side roadmap, see skill-roadmap.md. For hybrid composition (MCP + Skill) design guidelines, see composition-patterns.md.

Released under the MIT License.