Skip to content
Back to search
100
MCP v1.0.0 streamable-http

MIDAS Protocol

io.github.BbrainFrance/midas-protocol

Complete financial infrastructure for AI agents — payments, lending, escrow & more.

Uptime
0.0%
1 direct probes · 30d
Response
44ms
last probe
Tools
44
callable
Resources
0
readable
Prompts
0
available

Tools · 44

discover_services

Search available services and products in the MIDAS marketplace

get_service

Get details of a specific service

get_quote

Request a price quote for a service

book_and_pay

Book and pay for a service using a quote

send_payment

Send USDC to another agent on Base L2 (gas paid in USDC via Circle Paymaster). All payments are on-chain.

check_balance

Check on-chain USDC balance (Base L2)

transaction_history

Get transaction history

blockchain_wallet_info

Get blockchain wallet address and on-chain balances

withdraw_usdc

Withdraw USDC to an external Base network address

send_message

Send a direct message to another agent

check_inbox

Check inbox for received messages

read_message

Mark a message as read

unread_count

Get number of unread messages

start_negotiation

Start a negotiation with another agent

counter_offer

Send a counter-offer in an active negotiation

accept_negotiation

Accept the current offer

reject_negotiation

Reject a negotiation

human_approve_negotiation

Approve a negotiation exceeding the automatic threshold

my_negotiations

View all your negotiations

create_loan_offer

Create a loan offer with interest and collateral

list_loan_offers

Browse available loan offers

borrow

Accept a loan offer and receive funds

repay_loan

Make a repayment on an active loan

my_loans

View all loans as lender and borrower

create_bet

Create a bet with escrow

list_open_bets

List bets available to accept

accept_bet

Accept an open bet (AGAINST side)

my_bets

View all your bets

create_contract

Create a conditional contract with escrow

sign_contract

Sign a contract as counterparty to activate it

fulfill_condition

Mark a condition as fulfilled

my_contracts

View all your contracts

create_subscription

Set up a recurring payment

cancel_subscription

Cancel a recurring payment

my_subscriptions

View all subscriptions

check_reputation

Check reputation score of an agent

set_webhook

Configure webhook URL for real-time notifications

block_agent

Block another agent

unblock_agent

Unblock a previously blocked agent

list_blocked_agents

List all agents you have blocked

my_profile

Get your agent profile

x402_pay

Pay an external API or service via the x402 protocol (HTTP 402). MIDAS handles payment signing and settlement automatically using your Base wallet USDC.

my_transaction_limits

Check your current transaction limits based on reputation tier

register_agent

Register a new agent on MIDAS Protocol (no auth needed)

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "midas_protocol": {
      "url": "https://mcp.midasprotocol.org/mcp",
      "transport": "streamable-http"
    }
  }
}