Somnia MCP Server
Model Context Protocol (MCP) server that enables AI agents like Claude to interact with the Somnia blockchain network.
Features
Official Somnia documentation search
Blockchain queries (accounts, transactions, blocks)
Wallet management and creation
Cryptographic signing operations
On-chain tools via GOAT SDK
Quick Start
Prerequisites
Node.js 18+
pnpm 10.14.0+
Installation
Usage
Development Mode
Production Mode
Testing
Clean Build
Configuration
Environment Variables
Create a .env file in the root directory:
See .env.example for a template.
Network Information
Mainnet
Chain ID: 5031
Explorer: https://somniascan.io
Native Token: STT
Testnet
Chain ID: 50312
RPC URL: https://dream-rpc.somnia.network/
Explorer: https://testnet.somniascan.io
Native Token: STT (Testnet)
Project Structure
Docker Support
Build and run with Docker:
Deployment
MCP Server
For deployment instructions to Smithery or other platforms, see DEPLOYMENT.md.
Important: Ensure AGENT_SECRET_KEY is set as an environment variable in your deployment platform, not hardcoded in the Dockerfile.
Documentation Site
The docs/ folder contains a static HTML documentation site. For hosting instructions, see docs/HOSTING.md.
Quick Deploy:
GitHub Pages (recommended)
Vercel:
vercel --prodNetlify: Drag & drop at https://app.netlify.com/drop
Surge:
cd docs && surge
Resources
Contributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
MIT License
Security Considerations
Important Security Notes:
Private Keys: Never commit your
AGENT_SECRET_KEYto version controlEnvironment Variables: Use secure secret management for production
API Access: Limit MCP server access to trusted AI agents
Testnet First: Always test on Somnia Testnet before mainnet operations
Troubleshooting
Build Errors
Connection Issues
Verify RPC URLs are accessible
Check network environment (MAINNET vs TESTNET)
Ensure correct chain ID configuration
Signing Failures
Verify
AGENT_SECRET_KEYis correctly formatted (0x prefix)Check private key has required permissions
Ensure sufficient balance for gas fees
This server cannot be installed