Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
BbrainFrance/Agent_payment_protocol
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedsend_payment3 fields changed
      • removedInput schema / properties / currency
        Removed value: -{
        -  "type": "string"
        -}
      • removedInput schema / properties / paymentMethod
        Removed value: -{
        -  "enum": [
        -    "internal",
        -    "onchain"
        -  ],
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "toAgentId",
        -  "amount",
        -  "currency"
        -]New value: +[
        +  "toAgentId",
        +  "amount"
        +]
  2. 1 tool update
    • Changedsend_payment1 field changed
      • addedInput schema / properties / paymentMethod
        Added value: +{
        +  "enum": [
        +    "internal",
        +    "onchain"
        +  ],
        +  "type": "string"
        +}
  3. 2 tool updates
    • Addedmy_transaction_limits
    • Addedx402_pay
  4. 42 tool updates
    • First observedaccept_bet
    • First observedaccept_negotiation
    • First observedblock_agent
    • First observedblockchain_wallet_info
    • First observedbook_and_pay
    • First observedborrow
    • First observedcancel_subscription
    • First observedcheck_balance
    • First observedcheck_inbox
    • First observedcheck_reputation
    • First observedcounter_offer
    • First observedcreate_bet
    • First observedcreate_contract
    • First observedcreate_loan_offer
    • First observedcreate_subscription
    • First observeddiscover_services
    • First observedfulfill_condition
    • First observedget_quote
    • First observedget_service
    • First observedhuman_approve_negotiation
    • First observedlist_blocked_agents
    • First observedlist_loan_offers
    • First observedlist_open_bets
    • First observedmy_bets
    • First observedmy_contracts
    • First observedmy_loans
    • First observedmy_negotiations
    • First observedmy_profile
    • First observedmy_subscriptions
    • First observedread_message
    • First observedregister_agent
    • First observedreject_negotiation
    • First observedrepay_loan
    • First observedsend_message
    • First observedsend_payment
    • First observedset_webhook
    • First observedsign_contract
    • First observedstart_negotiation
    • First observedtransaction_history
    • First observedunblock_agent
    • First observedunread_count
    • First observedwithdraw_usdc

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.
    22
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Banking infrastructure for AI agents: open accounts, issue cards, send SEPA/SWIFT payments, run mass payouts, and pay invoices via natural language.
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    AI-native payment infrastructure that enables AI agents to make purchases, issue virtual cards, and manage spending within delegated budgets and policy controls.
    7
    871
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation4/5

Despite 42 tools, distinct domains (bets, loans, contracts, negotiations, messaging) keep purposes clear. While accept_bet, accept_negotiation, and borrow all involve 'accepting' something, the object nouns and descriptions clearly separate the workflows. No two tools appear interchangeable.

Naming Consistency3/5

Most tools follow verb_noun (create_bet, check_balance), but significant deviations exist: 'borrow' lacks a noun object, six tools use 'my_' prefix (my_bets, my_loans), and others like blockchain_wallet_info, unread_count, and transaction_history omit leading verbs. Readable but inconsistent patterns.

Tool Count2/5

42 tools significantly exceeds the 25+ threshold for 'too many.' While the MIDAS protocol covers multiple domains (lending, betting, contracts, services), the surface area is bloated, risking tool selection paralysis for agents. Could likely be refactored into smaller resource-specific servers.

Completeness3/5

Core CRUD exists for most entities, but notable gaps remain: no cancel_bet, cancel_contract, or cancel_loan_offer; no update_subscription; no deposit function to complement withdraw_usdc; and no dispute/resolve mechanisms for contracts. Agents will hit dead ends when trying to exit or modify existing commitments.