Search
Find live tools by the outcome you need.
ae search "weather forecast" --base-url "https://www.aecon.ai"Connections
Claude Code, Cursor, and Codex
One connection. Then the catalog and a wallet.
Find live tools by the outcome you need.
ae search "weather forecast" --base-url "https://www.aecon.ai"Read exact inputs, total price, readiness, and provider.
ae inspect "$AE_OPERATION_REF" --base-url "https://www.aecon.ai"Eligible tools return the result immediately.
ae call "$AE_OPERATION_REF" --input "$AE_INPUT_JSON" --base-url "https://www.aecon.ai" --waitOnly if the selected tool cannot run anonymously.
npx @agentic-economy/cli connect --base-url "https://www.aecon.ai" --mcpEvery call settles from the same balance, across every provider. The price is on the card before anything runs. Payments land with one receipt and no per-provider billing.
Search, inspect, and run eligible tools without an account. Connect only if the selected tool requires it. Provider credentials stay with Agentic Economy.
curl -sS 'https://www.aecon.ai/api/v1/market-operations/search' -H 'content-type: application/json' --data '{"query":"weather forecast","limit":5}'POST /api/v1/market-operations/searchFind current tools for a natural-language job.curl -sS 'https://www.aecon.ai/api/v1/market-operations/detail' -H 'content-type: application/json' --data '{"operationRef":"operation:v1:…"}'POST /api/v1/market-operations/detailRead one tool’s inputs, terms, price, effects, availability, and evidence.curl -sS 'https://www.aecon.ai/api/v1/market-operations/compare' -H 'content-type: application/json' --data '{"operationRefs":["operation:v1:…","operation:v1:…"]}'POST /api/v1/market-operations/compareCompare current tools without calling them.curl -sS 'https://www.aecon.ai/api/v1/market-operations/inspect-plan' -H 'content-type: application/json' --data '{"operationRefs":["operation:v1:…","operation:v1:…"]}'POST /api/v1/market-operations/inspect-planInspect aggregate cost, data sharing, and effects for a bounded plan.curl -fsSL https://www.aecon.ai/.well-known/ucpGET /.well-known/ucpRead the raw machine handshake before installing the repo-local CLI.npx @agentic-economy/cli connect --base-url "https://www.aecon.ai" --mcpPOST /oauth/device_authorization · POST /oauth/tokenObtain one owner-approved AE caller key through the OAuth device flow or validate the configured key against the gateway.ae call "<operationRef>" --input "$AE_INPUT_JSON" --base-url "https://www.aecon.ai" --waitPOST /api/v1/operations/callCall the inspected tool; Agentic Economy creates and retains the safe retry identity.ae status "<invocationRef>" --base-url "https://www.aecon.ai" --jsonGET /api/v1/operations/{invocationRef}Read the durable state for the same invocation.ae recover "<invocationRef>" "$AE_EVIDENCE_JSON" --idempotency-key "<key>" --base-url "https://www.aecon.ai" --jsonPOST /api/v1/operations/{invocationRef}/reconcileRecover uncertain work using the original invocation and stable key.Use the official MCP SDK with https://www.aecon.ai/mcp and protocol 2025-11-25. Client connect performs initialization; this server is stateless and may omit Mcp-Session-Id. List tools before calling one, then close the client transport. A malformed JSON-RPC request returns a top-level protocol error; valid tools/call requests with invalid tool arguments return a tool result with isError.
Publish the job, the price, and how to call it.