@402lane/mcp
v0.1.3
Published
Charge AI agents per MCP tool call in USDG on Robinhood Chain (chain 4663) — part of [402LANE](https://www.402lane.com).
Readme
@402lane/mcp
Charge AI agents per MCP tool call in USDG on Robinhood Chain (chain 4663) — part of 402LANE.
Serve a paid MCP server over Streamable HTTP (tool calls billed, handshake and
discovery free), and bridge stdio MCP clients like Claude to paid endpoints
with the lane402-mcp-proxy binary.
// Claude Desktop / Claude Code config
{
"mcpServers": {
"paid-tools": {
"command": "lane402-mcp-proxy",
"args": ["https://your-paid-mcp.example/mcp"],
"env": { "402LANE_PRIVATE_KEY": "0x…", "402LANE_MAX_VALUE": "10000" }
}
}
}See the docs. MIT.
