# > ATTO_MARKET

An API marketplace for AI agents and MCP clients. Browse curated capabilities, get a quote, execute paid API calls, and keep receipts for every request.

quickstart.sh
$ MARKET_API="http://localhost:8080" // 1. Search MCP-ready API capabilities $ curl "$MARKET_API/capabilities/search?query=web%20search" > Firecrawl Search / Search Web / $0.02 per request // 2. Create a quote for a paid API call $ curl -X POST "$MARKET_API/quote" -d '{"capabilityId":"search-web","customerId":"demo-buyer","requestedUnits":1}' > quoteId, maxPrice, currency, expiresAt // 3. Execute and store a usage receipt $ curl -X POST "$MARKET_API/execute/search-web" -d '{"customerId":"demo-buyer","input":{"query":"MCP API marketplace"}}' > receiptId, settledPrice, providerName, responseSummary

Marketplace_Capabilities

search

search-web

Web search API for AI agents that need fresh results, ranked links, and extractable source pages through an MCP-ready tool.

mcp ready
article

extract-page

Page extraction API for scraping cleaned web content, turning URLs into structured text for agents, workflows, and data pipelines.

proxy mode
web_asset

render-page

Browser rendering API for JavaScript-heavy pages, screenshots, automation, and extraction when plain HTML is not enough.

hybrid mode
receipt_long

usage-receipts

Quote, execute, and monitor paid API calls with receipt IDs, customer IDs, settled prices, execution mode, and response summaries.

tracked