ElromEvedElElyon/sovereign-pay
Multi-chain payment infrastructure for AI agents. BTC + ETH + SOL. 20 MCP tools. Protocol fees. Credit system.
Platform-specific configuration:
{
"mcpServers": {
"sovereign-pay": {
"command": "npx",
"args": [
"-y",
"sovereign-pay"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Multi-chain payment infrastructure for AI agents. BTC + ETH + SOL. 20 MCP tools. Protocol fees on every transaction.
Payment processors charge 3%. Sovereign Pay charges 0.1%.
npm install sovereign-payAdd to claude_desktop_config.json:
{
"mcpServers": {
"sovereign-pay": {
"command": "npx",
"args": ["sovereign-pay"]
}
}
}| Tool | Description | |------|-------------| | runes_get_info | Get BITCOIN•USD•ONE Rune data | | runes_get_balance | Check Rune balance for address | | runes_mint | Mint 21,000 bUSD1 tokens | | runes_batch_mint | Batch mint transactions | | runes_transfer | Transfer Runes | | runes_estimate_fees | Bitcoin fee estimates | | runes_proof_of_reserves | Chainlink PoR attestation | | runes_mint_roi | Minting ROI calculator | | runes_agent_register | Register in minting swarm | | runes_swarm_status | Swarm coordination data | | runes_list_on_marketplace | Marketplace listing data | | busd1_get_status | bUSD1 stablecoin status |
| Tool | Description | |------|-------------| | sovereign_pay_send | Send payment on BTC/ETH/SOL with protocol fee | | sovereign_pay_estimate | Estimate cost with fee breakdown | | sovereign_pay_multi_send | Batch multi-chain payments | | sovereign_pay_fee_stats | Protocol fee statistics | | `sovereign_pay_cr
Loading reviews...