mst-mcp
Click on "Install 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-mcpWhat's the balance of my MST wallet?"
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 MCP (Model Context Protocol) server designed for the MST Chain ecosystem. This server provides tools and resources to access MST Chain documentation, network information, smart contract deployment guides, wallet balances, and transaction details.
Features
Documentation Access: Retrieve articles, guides, and tutorials on the MST Chain (smart contracts, accounts, gas, networks, EVM details, etc.).
Blockchain Connectivity: Connect to the MST Chain network via Web3 to query wallet balances, transaction counts, and network status.
MCP Integration: Fully compatible with AI assistants and IDEs (Cursor, Claude Desktop, Windsurf).
Related MCP server: Onesource MCP
Installation
Prerequisites
Python 3.10 or higher
Node.js & npm (for Smithery deployment/CLI tools)
1. Clone the repository
git clone https://github.com/vipulsutar11/mst-mcp.git
cd mst-mcp2. Install dependencies
pip install -r requirements.txt3. Setup environment variables
Create a .env file in the root directory:
RPC_URL=https://testnetrpc.mstblockchain.com
WALLET_ADDRESS=0xYourWalletAddressHereRunning the Server Locally
To run the server in STDIO mode (default for local integrations):
python server.pyDeploying to Marketplaces (Smithery / Glama)
Smithery
This project contains a smithery.yaml configuration. To publish it to the Smithery registry:
Push the code to a public GitHub repository.
Go to smithery.ai/publish and connect your repository.
Users will then be able to add the server automatically using:
npx -y smithery@latest mcp add vipulsutar11/mst-mcp
Glama
To host this server dynamically on Glama:
Connect your GitHub repository to your Glama Workspace.
Glama will host your server and generate a secure SSE (Server-Sent Events) endpoint URL.
Configure the URL in your Claude Desktop or Cursor settings.
Configuration for AI Clients
Claude Desktop
Add the following to your %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"mst-mcp": {
"command": "python",
"args": ["C:/absolute/path/to/server.py"],
"env": {
"RPC_URL": "https://testnetrpc.mstblockchain.com",
"WALLET_ADDRESS": "0xYourWalletAddressHere"
}
}
}
}Cursor
Go to Cursor Settings > Features > MCP.
Click + Add New MCP Server.
Name:
mst-mcpType:
commandCommand:
python C:/absolute/path/to/server.py
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceA comprehensive Bitcoin Cash (BCH) MCP server that enables wallet management, transaction utilities, and full CashToken operations including genesis, minting, and burning. It also provides advanced features such as escrow contracts, smart contract documentation, and real-time currency conversion.
- AlicenseAqualityCmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.27691Apache 2.0
- AlicenseAqualityBmaintenanceA read-only MCP server that queries multichain EVM on-chain data through Blockscout REST API, providing tools for address info, transactions, logs, and more.1616MIT
- FlicenseAqualityDmaintenanceA comprehensive MCP server for MetaApp development, offering tools for project initialization, protocol exploration, and blockchain interaction.15
Related MCP Connectors
MCP server for Klever blockchain smart contract development.
MCP server for Blockscout
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vipulsutar11/mst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server