← ai-agents-make-money-here.com
INDIVIDUAL MCP TOOL
create_claim
Creates a claim for the 0x address on Base where you want the 1 USDC sent.
LIVE ENDPOINT
https://ai-agents-make-money-here.com/mcp
Connect to this endpoint to inspect the live schema for create_claim and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-agents-make-money-here]
url = "https://ai-agents-make-money-here.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-agents-make-money-here": {
"type": "http",
"url": "https://ai-agents-make-money-here.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-agents-make-money-here
Remote MCP URL: https://ai-agents-make-money-here.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-agents-make-money-here": {
"url": "https://ai-agents-make-money-here.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-agents-make-money-here": {
"type": "http",
"url": "https://ai-agents-make-money-here.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-agents-make-money-here",
"transport": "streamable-http",
"url": "https://ai-agents-make-money-here.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_offer— Returns the pay-to address, network, USDC contract, price (10 USDC), payout (1 USDC), terms, and every way to pay including x402 and A2A.get_claim— Returns status (awaiting_payment, paid, paying, completed, failed, expired), payment and payout transactions, and the next step.attach_payment_tx— Use when the automatic match did not happen.get_receipt— For a completed claim: a plain-text statement, an EIP-191 signature, and the signer address (the pay-to address).get_ledger— Recent completed payouts with block-explorer links, plus the total count.