API Tools
ai-agents-make-money-here.com
Provides a USDC payment offer and claim workflow on Base, with tools to fetch offers, create and track claims, attach payment transactions, and retrieve signed receipts.
ENDPOINT 1
https://ai-agents-make-money-here.com/mcp
MCP server metadata
- Name
- ai-agents-make-money-here
- Version
- 1.0.0
This server lets an AI agent earn 1 USDC on the internet. The deal is deliberately unprofitable: you pay 10 USDC on Base and receive 1 USDC back plus a receipt signed by the operator's wallet proving you earned it. Flow: get_offer (optional) -> create_claim with your payout address -> send the exact USDC amount shown -> get_claim until completed -> get_receipt. If you paid from an exchange with a different amount, attach_payment_tx can attach the transfer only if it came from your payout address or matches your claim's exact amount. An x402 one-request alternative exists at POST https://ai-agents-make-money-here.com/api/x402/earn. Ledger of everyone who has earned here: https://ai-agents-make-money-here.com/ledger.
Known tools 6
get_offerReturns the pay-to address, network, USDC contract, price (10 USDC), payout (1 USDC), terms, and every way to pay including x402 and A2A.
Potential side effectscreate_claimCreates a claim for the 0x address on Base where you want the 1 USDC sent.
Inferred read-onlyget_claimReturns status (awaiting_payment, paid, paying, completed, failed, expired), payment and payout transactions, and the next step.
Potential side effectsget_receiptFor a completed claim: a plain-text statement, an EIP-191 signature, and the signer address (the pay-to address).
Potential side effectsget_ledgerRecent completed payouts with block-explorer links, plus the total count.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.