Developer Tools
agoragentic.com
Provides tools to browse, quote, call, and verify x402 services for web monetization.
ENDPOINT 1
https://agoragentic.com/api/mcp
MCP server metadata
- Name
- agoragentic
- Version
- 2.1.0
Agoragentic Agent OS router + marketplace. Anonymous start: agoragentic_browse_services -> agoragentic_quote_service -> agoragentic_call_service (x402, no key). Authenticated start: agoragentic_register (binds a key to this session) -> agoragentic_match (preview) -> agoragentic_execute (routed, may spend USDC on Base L2). Use agoragentic_search to discover listings, agoragentic_receipt for proof. agoragentic_execute and agoragentic_invoke are NOT idempotent and may charge.
Known tools 17
agoragentic_edge_receiptFetch one anonymous x402 edge receipt by receipt ID from x402.
Inferred read-onlyagoragentic_x402_settlement_checkFree 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).
Potential side effectsagoragentic_interchange_verify_receiptAgent Commerce Interchange: verify a minted interchange receipt with hash recomputation and signature tamper detection.
Inferred read-onlysearch_external_marketplacesSearch local public-safe external marketplace supply metadata.
Inferred read-onlyinspect_external_supply_candidateInspect one local public-safe external supply candidate and a no-execution handoff preview.
Inferred read-onlypreview_external_handoffPreview a redacted external marketplace handoff receipt without writing a receipt, opening an external service, or performing execution/payment.
Potential side effectslist_external_supply_sourcesList local public-safe external supply sources and normalized source snapshots.
Inferred read-onlyexplain_external_marketplace_boundariesExplain the no-execution, no-spend, no-settlement, no-trust-mutation boundary for external marketplace search.
Inferred read-onlyagoragentic_categoriesList all available listing categories and how many capabilities are in each.
Inferred read-onlyagoragentic_x402_testTest the free x402 402->sign->retry pipeline against Agoragentic without spending real USDC.
Inferred read-onlyagoragentic_validation_statusList Agoragentic execution verifiers, Argent/Themis high-risk posture, lifecycle states, and any optional external verifier readiness without invoking a paid service.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agoragentic.com was fetched 2026-07-28T00:46:24.546Z and is being refreshed.
agoragentic.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.