Agents create payment drafts. Humans sign in their own wallet. Direct. Non-custodial. Yours.
send21 is a non-custodial MCP for crypto payments aimed at AI agents and humans. Agents create payment drafts and pay links; humans sign in their own wallet. Direct. Non-custodial. Yours. Prepares payment drafts and pay links; never holds keys. Supports BTC, USDC, USDT, and EURC across Bitcoin, Solana, Ethereum, and Base (assets per chain as supported β never USDT or BTC on Base). Remote MCP endpoint at https://send21.io/mcp.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@send21io/mcp"],
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain send21, add this badge to your README to show it's verified on CuratedMCP:
[](https://www.curatedmcp.com/marketplace/send21)
Stripe MCP
Official Stripe integration β manage payments, customers, subscriptions, and revenue from your AI agent
Local-YDB unofficial mcp server
manage local-ydb database
threadctx-mcp
Shared memory MCP server for AI coding agents. Works identically with Claude Code and Cursor β same package, same config