flashpoint-mcp-server
v1.0.0
Published
MCP Server for Somnia Network - 19 AI-powered blockchain developer tools
Maintainers
Readme
Flash Point MCP Server
19 AI-powered blockchain developer tools for Somnia Network
Quick Install
Add to your IDE's MCP config:
{
"mcpServers": {
"flashpoint": {
"command": "npx",
"args": ["-y", "flashpoint-mcp-server"]
}
}
}That's it! No cloning, no setup required.
Tools Available
🌐 Network
get_network_status- Check Somnia network healthswitch_network- Switch between mainnet/testnetget_network_info- List available networks
💰 Wallet
get_balance- Get wallet balanceget_faucet_info- Testnet faucet links
🔧 Address
validate_address- Validate Ethereum addresschecksum_address- Convert to checksummed address
📋 Contracts
get_contract_info- Check if address is contract/EOAget_event_logs- Get contract event logsget_tx_info- Transaction detailsget_contract_template- ERC-20/721 templates
🔍 Code Analysis
verify_contract_code- Analyze Solidity for issuessearch_docs- Search Somnia documentation
🔐 ABI
encode_function_call- Encode function calldatadecode_calldata- Decode transaction data
⚙️ Config
generate_hardhat_config- Hardhat config for Somniagenerate_foundry_config- Foundry config for Somnia
🔢 Utilities
estimate_gas- Gas cost estimatesconvert_units- Wei/gwei/ether converter
Somnia Networks
| Network | Chain ID | Token | RPC | |---------|----------|-------|-----| | Mainnet | 5031 | SOMI | api.infra.mainnet.somnia.network | | Testnet | 50312 | STT | dream-rpc.somnia.network |
IDE Support
- Cursor ✅
- Claude Desktop ✅
- VS Code + MCP Extension ✅
License
MIT
