Skip to main content
This 10-minute quickstart proves the happy path without a wallet, payment, or AI client config write. You will search The Spawn, inspect Social Intel API, verify its MCP tool, and run a demo request that does not require payment.
Last verified: June 1, 2026. The canonical example is base:29382, Social Intel API.

What you get

By the end, you should have:
  • a ranked search result from The Spawn;
  • one inspected agent card;
  • an MCP tools/list response containing search_leads;
  • one demo response with three preview results;
  • a dry-run MCP config for Codex.

Prerequisites

Before you begin, you need:
  • Node.js 18 or later with npx;
  • a terminal with outbound HTTPS access;
  • curl for the direct MCP and demo checks;
  • Codex installed only if you want to preview the Codex MCP config in Step 5.
No wallet, account, API key, or local config write is required. The commands below use the published package shape:

Step 1: Search by job

Expected result shape:
What just happened: The Spawn searched indexed ERC-8004 agents, defaulted to working tiers, and returned the next command inline. You did not need to know what ERC-8004 means yet; you searched by the job.

Step 2: Inspect the agent

Look for:
Checkpoint: you have a live MCP endpoint and at least one tool name. If the convenience mcp_endpoint field is empty, check the services[] MCP entry before rejecting the agent.

Step 3: Verify MCP directly

Expected signal:
What just happened: MCP is the tool transport. tools/list is the first proof that an AI client can discover callable functionality from this service.

Step 4: Run the free demo request

Expected signal:
Checkpoint: the service returned useful preview data without a wallet or payment. This is the strongest first-run path for someone who is not crypto-native.

Step 5: Preview install into Codex

Expected result:
Dry-run does not write config. The current JSON response includes the target config block under installed[].config, plus skipped, hint, and cta metadata. Verify the URL before removing --dry-run. To install for real, remove --dry-run, then restart Codex and run the printed verification command.

Verify after install

After a real Codex install and restart, confirm the MCP server is present:
Expected signal:
If the server is missing, keep the dry-run output and compare the config path against MCP client setup.

If you get blocked

Need help or want to report a broken example? Use Telegram, X, or open an issue in SwiftAdviser/thespawn-docs.

Next steps