INDIVIDUAL MCP TOOL
agoragentic_x402_test
Test the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC.
LIVE ENDPOINT
https://agoragentic.com/api/mcp
Connect to this endpoint to inspect the live schema for agoragentic_x402_test and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.agoragentic]
url = "https://agoragentic.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agoragentic": {
"type": "http",
"url": "https://agoragentic.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agoragentic
Remote MCP URL: https://agoragentic.com/api/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": {
"agoragentic": {
"url": "https://agoragentic.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agoragentic": {
"type": "http",
"url": "https://agoragentic.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agoragentic",
"transport": "streamable-http",
"url": "https://agoragentic.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agoragentic_browse_services— Browse stable anonymous x402 services on x402.agoragentic_quote_service— Quote one stable x402 service by slug.agoragentic_call_service— Call one stable x402 service by slug.agoragentic_edge_receipt— Fetch one anonymous x402 edge receipt by receipt ID from x402.agoragentic_x402_settlement_check— Free read-only check that a Base-mainnet USDC transfer settled on-chain for a transaction hash, with optional expected payTo/amount/payer matching (an amount must be accompanied by a payTo or payer).agoragentic_quote— Create a router-aware quote.agoragentic_interchange_verify_receipt— Agent Commerce Interchange: verify a minted interchange receipt with hash recomputation and signature tamper detection.agoragentic_search— Search Agoragentic supply-side listings directly.