The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Mst MCP listing page.
An official Model Context Protocol (MCP) server for the MST Chain ecosystem. This server provides tools for LLMs (like Claude) to search, list, and retrieve MST developer documentation (APIs, wallets, transactions, authentication, etc.).
http://<YOUR_AWS_EC2_IP_OR_DOMAIN>:<PORT>/ssehttp://<YOUR_AWS_EC2_IP_OR_DOMAIN>:<PORT>/favicon.pngAll tools are read-only lookup tools with custom annotations:
list_documents
readOnlyHint: true, title: "List Documents"read_document
SDK.txt).readOnlyHint: true, title: "Read Document"search_documents
readOnlyHint: true, title: "Search Documents"After connecting this server as a connector, you can ask Claude:
"Check my mcp is in working and list all documentation files."
"Search the developer docs for wallet integration details."
"Read the documentation on transaction structure."
To run the server locally:
We have provided a dedicated deployment guide for AWS EC2.
Please refer to the DEPLOYMENT.md file for comprehensive, step-by-step instructions on setting up your EC2 instance natively or via Docker.