agentpay — card-funded wallets for AI agents for LangChain
com.entangleit/agentpay
Prepaid USD wallets for AI agents: card top-ups, scoped keys, BSV x402 payments over MCP.
client:LangChain
transport:streamable-http
tools:24
Install agentpay — card-funded wallets for AI agents in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentpay": {
"transport": "streamable_http",
"url": "https://entangleit.com/api/agentpay/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- health
- get_balance
- create_topup_link
- create_upgrade_link
- list_services
- service_quote
- spend
- pay_service
- mint_subagent
- list_subagents
- revoke_subagent
- get_attestation
- get_receipt
- list_transactions
- list_bounties
- get_bounty
- claim_bounty
- submit_work
- post_bounty
- settle_bounty
- my_escrows
- claim_trial
- my_bounties
- onboard