MIDAS Protocol
io.github.BbrainFrance/midas-protocolComplete financial infrastructure for AI agents — payments, lending, escrow & more.
Tools · 44
Search available services and products in the MIDAS marketplace
Get details of a specific service
Request a price quote for a service
Book and pay for a service using a quote
Send USDC to another agent on Base L2 (gas paid in USDC via Circle Paymaster). All payments are on-chain.
Check on-chain USDC balance (Base L2)
Get transaction history
Get blockchain wallet address and on-chain balances
Withdraw USDC to an external Base network address
Send a direct message to another agent
Check inbox for received messages
Mark a message as read
Get number of unread messages
Start a negotiation with another agent
Send a counter-offer in an active negotiation
Accept the current offer
Reject a negotiation
Approve a negotiation exceeding the automatic threshold
View all your negotiations
Create a loan offer with interest and collateral
Browse available loan offers
Accept a loan offer and receive funds
Make a repayment on an active loan
View all loans as lender and borrower
Create a bet with escrow
List bets available to accept
Accept an open bet (AGAINST side)
View all your bets
Create a conditional contract with escrow
Sign a contract as counterparty to activate it
Mark a condition as fulfilled
View all your contracts
Set up a recurring payment
Cancel a recurring payment
View all subscriptions
Check reputation score of an agent
Configure webhook URL for real-time notifications
Block another agent
Unblock a previously blocked agent
List all agents you have blocked
Get your agent profile
Pay an external API or service via the x402 protocol (HTTP 402). MIDAS handles payment signing and settlement automatically using your Base wallet USDC.
Check your current transaction limits based on reputation tier
Register a new agent on MIDAS Protocol (no auth needed)
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"midas_protocol": {
"url": "https://mcp.midasprotocol.org/mcp",
"transport": "streamable-http"
}
}
}