MST-MCP
OfficialClick on "Deploy 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., "@MST-MCPSearch MST docs for wallet integration details."
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.
MST-MCP Server
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.).
🚀 Deployed Endpoint
Base URL (SSE Transport):
http://<YOUR_AWS_EC2_IP_OR_DOMAIN>:<PORT>/sseFavicon / Branding:
http://<YOUR_AWS_EC2_IP_OR_DOMAIN>:<PORT>/favicon.png
Related MCP server: MCP Framework Documentation Server
🛠 Exposed Tools
All tools are read-only lookup tools with custom annotations:
list_documentsDescription: Lists all available developer documentation files in the server.
Annotations:
readOnlyHint: true,title: "List Documents"
read_documentDescription: Reads and returns the contents of a specific documentation file (e.g.,
SDK.txt).Annotations:
readOnlyHint: true,title: "Read Document"
search_documentsDescription: Searches for a keyword or query across all files and returns matching lines with line numbers.
Annotations:
readOnlyHint: true,title: "Search Documents"
💡 Example Prompts to Try in Claude
After connecting this server as a connector, you can ask Claude:
Example 1 (Listing docs):
"Check my mcp is in working and list all documentation files."
Example 2 (Searching keywords):
"Search the developer docs for wallet integration details."
Example 3 (Retrieving document content):
"Read the documentation on transaction structure."
🏗 Setup & Deployment
Local Development
To run the server locally:
Initialize virtual environment and install dependencies:
pip install -r requirements.txtStart the server:
python server.py
Deploying on AWS EC2
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for querying Forkast documentation
Political Comms documentation MCP server: search docs, query the docs filesystem. No auth.
Search and read the official MintMCP documentation, the enterprise MCP gateway.
MCP server for developer documentation, generated by doc2mcp.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.38 npmMIT
- AlicenseAqualityDmaintenanceProvides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections and page content directly within MCP-compatible environments like Claude Code and Cursor.36 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides MCP tools to list and search OpenAI Agents SDK documentation, enabling LLMs to retrieve documentation topics and content via natural language queries.MIT
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools for searching, retrieving, and answering questions about indexed Nextcloud developer documentation from multiple sources.-