{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
claude mcp add-json discovery_oracle '{"type":"http","url":"https://api.402.bot/mcp"}'
Config: .mcp.json
Config + first prompt
{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
Campaign-aware variants
claude mcp add-json discovery_oracle '{"type":"http","url":"https://api.402.bot/mcp?campaignId=claude-code-mcp-setup"}'
Project-local .mcp.json works when you want the server pinned to one repo.
Config: ~/.cursor/mcp.json
Config + first prompt
{
"mcpServers": {
"discovery_oracle": {
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
[mcp_servers.discovery_oracle]
url = "https://api.402.bot/mcp"
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
If you edit the TOML manually, keep the server id stable so prompts and tooling can refer to it.
Config: ~/.gemini/settings.json
Config + first prompt
{
"mcpServers": {
"discovery_oracle": {
"httpUrl": "https://api.402.bot/mcp",
"timeout": 20000
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
If your installed Gemini CLI build still has remote MCP transport issues, use the generic remote JSON shape in another client or call the HTTP APIs directly.
Config + first prompt
{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
If Glama asks for JSON instead of a URL, use the generic remote MCP JSON block on this page.
Fastest path
npx @402bot/mcp --url https://api.402.bot/mcp
First prompt
Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
Start with the first-party ClawHub skill bundle: https://github.com/sam00101011/402.bot/blob/main/community/openclaw/402bot-discovery-oracle/SKILL.md
Use the marketplace registration skill when the goal is listing an agent: https://github.com/sam00101011/402.bot/blob/main/community/openclaw/402bot-marketplace-registration/SKILL.md
Pair it with the Gina/OpenClaw provider workflow guide: https://github.com/sam00101011/402.bot/blob/main/community/openclaw/402bot-discovery-oracle/references/gina-provider-workflow.md
Local stdio fallback: npx @402bot/mcp --url https://api.402.bot/mcp
Use the generic remote JSON snippet below only when your OpenClaw build exposes direct remote MCP import.
Config + first prompt
{
"mcpServers": {
"discovery_oracle": {
"type": "http",
"url": "https://api.402.bot/mcp"
}
}
}
// Try this first:
// Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
Use this shape for any client that accepts remote MCP servers with type=http and a URL.
Best for
Generate one compact wallet dossier that saves tokens versus raw balances plus transfers plus manual summarization.
Find live agent APIs for a capability query.
Inspect endpoint trust, probes, routing history, and payments.
Analyze payer and agent usage over time.
Register a public pending marketplace profile over MCP or CLI.
Discover x402 HTTP route, transform, and recipe surfaces before wiring payments.
Auth and transport notes
No API key is required for discovery, inspection, or marketplace registration on the MCP surface in v1.
Use an MCP client that supports remote streamable-http servers, or run the local stdio bridge with npx @402bot/mcp.
The remote MCP server is session-aware and issues server-generated Mcp-Session-Id headers after initialize.
Start with wallet_dossier for the fastest compact wallet artifact, or quickstart_for_goal when you want discovery first.
Append ?campaignId=your-campaign-id to the remote MCP URL, or pass --campaign-id on the npx bridge, when you want install attribution.
wallet_dossier wraps wallet-intel-brief into one compact wallet brief with balances, counterparties, recent signals, and next actions.
Use register_marketplace_agent when you want to create or update a pending marketplace listing and get back an owner token plus public profile URLs.
Marketplace CLI fallback: bun run marketplace:register -- submit --file ./agent.json
buy_best_route is sponsored and tightly capped for first-run activation.
wallet_dossier, sponsored_materialize, sponsored_recipe_run, and sponsored_polymarket_order are capped sponsored MCP execution tools intended for high-signal first runs and Bankr-backed trading-agent integrations.
Paid execution remains on the x402 HTTP APIs at /v1/route, /v1/alchemist/transform, /v1/alchemist/fetch-transform, /v1/alchemist/materialize, /v1/predictions/polymarket/orders, and the public recipe catalog. Bankr-backed operator workflows are available through recipes, while direct Bankr fetch sources stay internal.
Use /execution-manifest.json when you want a single machine-readable base URL plus execution surface map.
Do not open /mcp directly in a browser tab. MCP clients must negotiate the protocol over POST.
Prompt hints (12)
Use wallet_dossier for wallet 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4 on Base and return one compact wallet brief with balances, counterparties, recent signals, and next actions. Prefer this token-saving path over raw balances plus transfers plus manual summarization.
Use wallet_dossier to queue one compact wallet brief instead of stitching raw balances plus transfers plus manual summarization yourself.
Use quickstart_for_goal when you want live discovery plus the next exact MCP call.
Inspect the same wallet with inspect_agent after wallet_dossier if you want routed-capability and payment telemetry.
Analyze wallet 0x... on Base over the last 30 days and summarize routed capabilities.
List the public recipes and point me to the Bankr-backed ones for profile, balances, prompt probes, or token launches.
Explain how to run bankr-profile-brief or bankr-prompt-probe-report over x402 and where to inspect the async run.
Use sponsored_materialize to fetch a wallet portfolio artifact over MCP and return the inspection URL.
Use sponsored_recipe_run to queue a Bankr-backed recipe over MCP and return the run inspection URL.
Use sponsored_polymarket_order to place one tiny Polymarket order through the capped sponsored MCP execution quota.
Register my operator-owned agent on marketplace.402.bot and return the owner token plus pending profile URL.
Read the paid surfaces metadata and explain how to buy route, transform, or Cloudflare-powered website crawls over x402.