Skip to content

MCP Catalog

A comprehensive list of MCP servers built and used, along with their features, use cases, and achievements.

About This Document

This document is a catalog listing the MCP servers currently built and in use. It describes the features, provided tools, and practical usage examples for each MCP.

Use this as a reference when considering the development of new MCPs, or as a guide for understanding how to use existing MCPs. While each MCP provides value on its own, combining multiple MCPs can enable more powerful workflows. This document provides insights into such combinations.

Overview Map

This map provides a visual overview of the MCP ecosystem, showing how different MCPs are organized into categories.

Custom MCP Servers

rfcxml-mcp

Provides structured access to IETF RFC documents.

ItemDescription
Repositoryshuji-bonji/rfcxml-mcp
npm@shuji-bonji/rfcxml-mcp
PurposeRFC specification search, analysis, and requirements extraction
StatusPublished

Main Tools

ToolFunction
get_rfc_structureGet RFC section hierarchy and metadata
get_requirementsStructured extraction of MUST/SHOULD/MAY requirements
get_definitionsGet term definitions
get_rfc_dependenciesGet references (normative/informative)
get_related_sectionsGet related sections
generate_checklistGenerate implementation checklist in Markdown
validate_statementVerify if implementation conforms to specification

Achievements

  • Used for Japanese translation of RFC 6455 (WebSocket)
  • Used for mapping between Electronic Signature Act and RFC 3161
  • Automatically extracted 75 MUST requirements and 23 SHOULD requirements

w3c-mcp

Provides access to W3C/WHATWG/IETF Web standard specifications.

ItemDescription
Repositoryshuji-bonji/w3c-mcp
npm@shuji-bonji/w3c-mcp
PurposeWeb standard specification search, WebIDL, CSS, HTML elements
StatusPublished (npm v0.1.7)

Main Tools

ToolFunction
list_w3c_specsList specifications (filter by organization, category, keyword)
get_w3c_specGet specification details
search_w3c_specsSearch specifications
get_webidlGet WebIDL interface definitions
get_css_propertiesGet CSS property definitions
get_html_elementsGet HTML element definitions
get_pwa_specsList PWA-related specifications
get_spec_dependenciesGet specification dependencies

xcomet-mcp-server

Provides translation quality evaluation using the xCOMET model.

ItemDescription
Repositoryshuji-bonji/xcomet-mcp-server
npmxcomet-mcp-server
PurposeQuantitative translation quality evaluation and error detection
StatusPublished (1 star, 1 fork)

Main Tools

ToolFunction
xcomet_evaluateTranslation quality score (0-1) and error span detection
xcomet_detect_errorsDetailed error detection (severity: minor/major/critical)
xcomet_batch_evaluateBatch evaluation of multiple translation pairs

Features

  • Persistent model loading (fast inference after initialization)
  • GPU support
  • Batch processing support

Achievements

  • Translated and quality-evaluated 180-page technical document (1.5 million characters) in one day
  • Cost of approximately $12 (less than 1/100 of conventional methods)

rxjs-mcp-server

Provides RxJS stream execution, visualization, and analysis.

ItemDescription
Repositoryshuji-bonji/rxjs-mcp-server
PurposeRxJS code execution, marble diagram generation, and analysis
StatusPublished

Main Tools

ToolFunction
execute_streamExecute RxJS code and capture results
generate_marbleGenerate ASCII marble diagrams
analyze_operatorsOperator analysis and performance checking
detect_memory_leakMemory leak detection
suggest_patternPattern suggestions based on use cases

epsg-mcp

Provides access to the EPSG coordinate reference system database.

ItemDescription
Repositoryshuji-bonji/epsg-mcp
npm@shuji-bonji/epsg-mcp
PurposeCoordinate Reference System (CRS) knowledge base with global coverage
StatusPublished (npm v0.9.8)

Main Tools

ToolFunction
search_crsSearch EPSG CRS by keyword
get_crs_detailGet detailed info for specific EPSG code
list_crs_by_regionList CRS by region with recommendations
recommend_crsRecommend optimal CRS for purpose/location
validate_crs_usageValidate CRS appropriateness
suggest_transformationSuggest transformation paths between CRS
compare_crsCompare two CRS from various perspectives
get_best_practicesGet CRS best practices for specific topics
troubleshootTroubleshoot CRS-related problems

Features

  • Full support for Japan Plane Rectangular CS (Zones I-XIX)
  • Global coverage (WGS84, UTM zones, etc.)
  • Offline operation with local database
  • Regional packs (Japan, US, UK)

pdf-spec-mcp

Provides structured access to PDF specifications (ISO 32000).

ItemDescription
Repositoryshuji-bonji/pdf-spec-mcp
npm@shuji-bonji/pdf-spec-mcp
PurposePDF specification (ISO 32000-1/2) structured reference and requirements extraction
StatusPublished (npm v0.2.2)

Main Tools

ToolFunction
list_specsList available PDF specification documents
get_structureGet section hierarchy of PDF specification
get_sectionGet content of a specific section
search_specFull-text search of PDF specification
get_requirementsExtract normative requirements (shall/must/may)
get_definitionsGet term definitions
get_tablesExtract table structures
compare_versionsCompare sections between PDF 1.7 and PDF 2.0

pdf-reader-mcp

Provides PDF internal structure analysis and reading capabilities.

ItemDescription
Repositoryshuji-bonji/pdf-reader-mcp
npm@shuji-bonji/pdf-reader-mcp
PurposePDF reading, structure analysis, and accessibility validation
StatusPublished (npm v0.2.0)

Main Tools

ToolFunction
read_textText extraction with reading order
read_imagesImage extraction
search_textText search within PDF
get_metadataMetadata extraction
inspect_structureInternal object structure inspection
inspect_tagsTagged PDF structure analysis
inspect_fontsFont information listing
inspect_annotationsAnnotation listing
inspect_signaturesDigital signature field inspection
validate_taggedPDF/UA tag structure validation
validate_metadataMetadata conformance validation
compare_structureCompare structures of two PDFs
read_urlFetch and read PDF from URL
summarizeGenerate PDF overview report

Features

  • 15 specialized tools across 3 tiers (basic / inspection / validation)
  • PDF/UA accessibility compliance checking
  • 185 tests (146 E2E tests)

pwa-mcp

Provides PWA (Progressive Web App) development support.

ItemDescription
Repositoryshuji-bonji/pwa-mcp
PurposePWA development support
StatusPrivate

Integration MCP Servers

MCPs that are not custom-built but are integrated into workflows.

deepl-mcp

ItemDescription
ProviderDeepL Official
Use CaseHigh-quality translation, glossary support
IntegrationCombined with xcomet-mcp-server for translation workflow

Main Tools

  • translate-text - Text translation
  • translate-document - Document translation
  • rephrase-text - Text rephrasing
  • Glossary support

hourei-mcp-server (e-gov-law-mcp)

ItemDescription
Providerryoooo/e-gov-law-mcp
Use CaseJapanese law search and article retrieval
IntegrationCombined with rfcxml-mcp for law-to-technical-specification mapping

Main Tools

  • search_law - Law search
  • get_law_data - Get law details
  • find_law_article - Article search
  • get_law_revision - Revision history

Achievements

  • Created mapping table between Electronic Signature Act and RFC 3161

mermaid-mcp

ItemDescription
Use CaseMermaid diagram generation and rendering
IntegrationDocument generation workflow

svelte-mcp / shadcn-svelte-mcp

ItemDescription
Use CaseSvelte/SvelteKit development support, UI components
IntegrationFrontend development

MCP Categories

The available MCPs can be organized by their primary function and use case, as shown in the following diagram.

Workflow-Based MCP Combinations

Technical Document Translation Workflow

RFC Specification Review Workflow

Law-to-Technical-Specification Mapping Workflow

Planned MCPs

The following MCPs are currently in the planning phase or under development and represent the future direction of the ecosystem.

MCPTargetPriorityNotes
OpenAPI MCPOpenAPI SpecHighAPI design support
OWASP MCPOWASP Top 10HighSecurity checking
Angular MCPAngularMediumSpecialized domain usage
NgRx MCPNgRxMediumState management patterns
ISO MCPISO StandardsMediumInternational standard reference
PDF Spec MCPISO 32000LowPublished @shuji-bonji/pdf-spec-mcp
BIM/IFC MCPbuildingSMARTLowBuilding information modeling
HL7 FHIR MCPHL7 FHIRLowHealthcare information exchange

npm Publication Status

The following table lists the MCPs that have been published to npm, including their current versions and descriptions.

PackageVersionDescription
@shuji-bonji/rfcxml-mcpv0.4.5IETF RFC Structured Reference
xcomet-mcp-serverv0.3.6Translation Quality Evaluation
@shuji-bonji/w3c-mcpv0.1.7W3C Web Standards
@shuji-bonji/epsg-mcpv0.9.8EPSG Coordinate Reference Systems
@shuji-bonji/pdf-spec-mcpv0.2.2PDF Specification (ISO 32000)
@shuji-bonji/pdf-reader-mcpv0.2.0PDF Internal Structure Analysis

Here are the key references and resources for MCP catalog information and repositories.

Released under the MIT License.