stbl-mcp
v0.3.8
Published
Stability MCP Server - Blockchain tools for AI agents with zero gas fees
Downloads
21
Maintainers
Readme
STBL-MCP Server
Stability blockchain tools for AI agents - Complete blockchain development toolkit with automatic tracking, zero gas fees, and AI-first design.
⚠️ For Users: You do NOT need to clone this repo!
This is a published NPM package. Just add the MCP configuration below - no manual installation needed.
🚀 Quick Setup for Cursor (3 Steps)
Step 1: Create the Configuration File
In your project folder, create this file: .cursor/mcp.json
If the .cursor folder doesn't exist, create it first.
Step 2: Add This Exact Configuration
Copy and paste this exact code into your .cursor/mcp.json file:
{
"mcpServers": {
"stbl-mcp": {
"command": "npx",
"args": ["-y", "[email protected]"],
"env": {
"STABILITY_API_KEY": "try-it-out"
}
}
}
}Step 3: Restart Cursor
- Close Cursor completely (not just the window - quit the application)
- Wait 5 seconds
- Reopen Cursor
✅ Test It Works
Ask Cursor: "What MCP tools do you have available?"
You should see 11 STBL-MCP tools listed.
🔧 If It's Not Working
Problem: "0 tools enabled" or no STBL tools
Solution 1: Check your file location
- Make sure
.cursor/mcp.jsonis in your project root folder - NOT in your home directory, NOT in a random folder
Solution 2: Check Node.js version
node --versionMust be 18.0.0 or higher. If not, update Node.js.
Solution 3: Test the package directly
npx [email protected]Should show: 🚀 STBL-MCP Server running via stdio
Press Ctrl+C to stop.
Solution 4: Check JSON syntax Copy the config again - make sure no typos, commas, or quotes are missing.
Solution 5: Complete restart
- Close Cursor completely
- Delete
.cursor/mcp.json - Recreate the file with the exact config above
- Restart Cursor
Problem: Tools appear but get errors
Get your free API key:
- Go to portal.stabilityprotocol.com
- Create account (free)
- Generate API key
- Replace
"try-it-out"with your actual key in the config - Restart Cursor
📖 First Steps After Setup
Once working, try these commands:
- "Initialize the STBL-MCP storage system"
- "Discover my Stability blockchain address"
- "Post a message to the blockchain saying 'Hello World!'"
📁 What Gets Created
STBL-MCP automatically creates: ~/.stbl-mcp/
- Your blockchain data and transaction history
- All your deployed contracts
- Your discovered address
🛠️ Complete Tool Suite (11 Tools)
Core Blockchain Tools (4)
stbl_write- Post messages to blockchainstbl_read- Read contract datastbl_write_contract- Execute contract functionsstbl_deploy- Deploy smart contracts
Setup & Management Tools (7)
setup_init- Initialize storagesetup_status- Show configuration statussetup_api_key- Manage API keydiscover_address- Auto-discover your blockchain addresscontracts_deployed- List your deployed contractscontract_info- Get contract detailstx_history- View transaction history
✨ Key Features
- 🆓 Zero gas fees - Free blockchain interactions
- 🤖 Natural language - Just talk to your AI
- 📊 Auto-tracking - All contracts and transactions saved
- 🔍 Smart setup - Automatic address discovery
- ⚡ Instant - Real-time blockchain interaction
🔗 Links
- Get API Key: portal.stabilityprotocol.com
- Stability Protocol: stabilityprotocol.com
📄 License
MIT License - Free for commercial and personal use.
Ready to build on Stability? Follow the 3 steps above and start deploying smart contracts with zero gas fees! 🚀
