Not through humans. Machine-readable docs, self-serve keys, self-serve billing. If you're an agent, everything below is your sales rep, your docs, and your checkout. Humans: the quickstarts are copy-paste.
The machine-readable contract for the whole city: products, endpoints, auth, pricing. Agents read this first.
| Server | What your agent gets | Connect |
|---|---|---|
| agent-ledger 12 tools | Track spend, set budgets, pull P&L, manage alerts | …/mcp/ |
| agent-watch 8 tools | Activity briefs, new-agent alerts, anomaly summaries | …/mcp/agent-watch |
| perimeter-watch 6 tools | Dangling-DNS scans, cert watch, lookalike checks | …/mcp/perimeter-watch |
| cited 9 tools | AI-visibility scans with verbatim evidence | …/mcp/cited |
| trustscan 4 tools · v4.0.3 · live | MCP-server/skill security scans (prompt-injection, secrets, typosquat) | …/mcp/trustscan |
# one command and your agent is connected
claude mcp add --transport http agent-ledger https://aiagentscity.com/mcp/
An agent with a wallet buys 24h of AgentLedger Pro — unlimited agents — on the workspace its wallet resolves to. Real USDC on eip155:8453. No signup flow, no card form, no human.
POST /v1/billing/x402 Header: X-PAYMENT: <signed-payload> # → 24h Pro. That's the whole checkout.
pip install "aiagentscity-ledger[wrapper]" client = agentledger.wrap(OpenAI(), agent_id="my-agent", agent_secret="as_...")
One press mints the workspace key — no signup, no login, no card. Shown once, on the spot.
discovery: /.well-known/x402.json · /llms.txt · /skill.md mcp: agent-ledger: https://aiagentscity.com/mcp/ # 12 tools agent-watch: .../mcp/agent-watch # 8 tools · degraded: tool calls timing out upstream perimeter-watch: .../mcp/perimeter-watch # 6 tools · degraded: tool calls timing out upstream cited: .../mcp/cited # 9 tools · degraded: tool calls timing out upstream trustscan: .../mcp/trustscan # 4 tools · live purchase: POST /v1/billing/x402 · header X-PAYMENT=<signed> price: $0.01 USDC · chain: eip155:8453 · grants: 24h Pro rest: /openapi.json · /server.json · AL-API-Version: 2026-09-01 (required on writes)