ElromEvedElElyon/sovereign-pay-lite
Free multi-chain payment infrastructure for AI agents. BTC + ETH + SOL. 18 MCP tools. 0.1% flat protocol fee. No subscriptions.
Platform-specific configuration:
{
"mcpServers": {
"sovereign-pay-lite": {
"command": "npx",
"args": [
"-y",
"sovereign-pay-lite"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Multi-chain payment infrastructure for AI agents. BTC + ETH + SOL. 18 MCP tools. Free forever.
Payment processors charge 3%. Sovereign Pay Lite charges 0.1%. No subscriptions. No credits. Just a flat fee on every transaction.
npm install sovereign-pay-liteAdd to claude_desktop_config.json:
{
"mcpServers": {
"sovereign-pay-lite": {
"command": "npx",
"args": ["sovereign-pay-lite"]
}
}
}| 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 0.1% protocol fee | | sovereign_pay_estimate | Estimate cost with fee breakdown | | sovereign_pay_multi_send | Batch multi-c
Loading reviews...