Server data from the Official MCP Registry
MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.
About
MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.
Security Report
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
3 files analyzed ยท No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Documentation
View on GitHubFrom the project's GitHub README.
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):
https://mst-mcp.onrender.com/sse - Favicon / Branding:
https://mst-mcp.onrender.com/favicon.png
๐ Exposed Tools
All tools are read-only lookup tools with custom annotations:
-
list_documents- Description: Lists all available developer documentation files in the server.
- Annotations:
readOnlyHint: true,title: "List Documents"
-
read_document- Description: Reads and returns the contents of a specific documentation file (e.g.,
SDK.txt). - Annotations:
readOnlyHint: true,title: "Read Document"
- Description: Reads and returns the contents of a specific documentation file (e.g.,
-
search_documents- Description: 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.txt - Start the server:
python server.py
Deploying on Render
- Create a new Web Service on Render.
- Connect your Git repository.
- Choose the Docker runtime (it automatically uses the workspace
Dockerfile). - Configure environment variables (like
PORT). - Render will automatically build the container and deploy the secure SSE endpoint.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
Git
Freeby Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
MCP Marketplace
Freeby mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
