Prerequisites
curlandjq(optional, for pretty JSON)- Application API key from Overview
- MCP URL (e.g.
https://agent-kit.abstraxn.com/mcpor your dev host)
Step 1 — List MCP tools (~30 seconds)
Expect HTTP 200 and a JSON-RPCresult.tools array (tool count grows over time — use the live list, do not hardcode a fixed number).
result.tools is a non-empty array; each item has name, description, and inputSchema.
If it fails: See Troubleshooting — MCP returns 401.
Step 2 — Call one tool (optional)
Pick anyname from Step 1 and use its inputSchema for arguments. Example shape:
Step 3 — Cursor (optional)
Paste the Overview MCP configuration snippet into Cursor, restart, and confirm the same tools appear in the MCP panel. Details: MCP in Cursor.Checklist
| Step | Pass criteria |
|---|---|
tools/list | 200 + non-empty result.tools |
tools/call (optional) | 200 + tool result for a chosen name |
| Cursor | Tools visible after restart |
What this test does not cover
- Signing (
transfer,paid_fetchwithpaymentPayload) — requires stored accessKey on a backend; see x402 payments and SDK quickstart. - Full chat app — see Full-stack app integration.
Next steps
SDK quickstart
Create agents and store accessKey.
Credentials
Full cheat sheet for all secrets.