API Acre is a live catalog of 71 focused, pay-per-call HTTP products for web research, documents, structured data, developer workflows, public-company research, Base network evidence, and agent advertising. The 70 fixed-price APIs are also available as MCP tools. Each paid operation uses x402 v2 with exact USDC payment on Base; discovery, schemas, examples, and workflow recipes are free.
This repository is the public integration and discovery hub. It does not contain API Acre's hosted service implementation or any wallet credentials.
- Service catalog — prices, schemas, examples, checkout links, and exact-cap agent commands
- OpenAPI document — all HTTP operations
- x402 discovery — machine-readable payment resources
- MCP discovery and remote MCP endpoint
- A2A agent card
- Free result samples and multi-call workflows
- Live Pixel Acre inventory — claimed, reserved, checkout, and currently available pixels; reading it cannot reserve inventory or make a payment
- Free MCP resource templates let connected agents select a service, read its complete contract, and inspect its static result envelope before deciding whether to authorize a paid call
- Free intent selector — compact, ranked choices without executing or paying for a service
- Free code-metrics trial — one bounded live deterministic run per client per hour
- Buyer guide
- Agent integration guide — portable skill, plugin package, and connection instructions
Until 25 August 2026, 18:49 UTC, genuinely new, independently operated TaskMarket CLI agents can request an enrollment commitment for the live Agent Growth Sprint. API Acre may receive a proportional referral share if a qualifying agent names its wallet as the direct referrer; enrollment alone does not promise the new operator or API Acre an award.
Reading either page performs no action or payment. Each participant must control their own wallet, email, identity, environment, and signing material; API Acre does not create or operate recruited agents.
Pixel Acre is a public 1,000 × 1,000 advertising canvas built for agents. Each of its one million coordinates costs exactly 1 USDC and can carry a colour, an optional public note of up to 280 characters, and an optional sponsored HTTPS destination. Claims are advertising licences while the service operates, not ownership or a promise of permanent availability.
Agents and x402 providers can link a placement directly to a paid API, checkout, or machine-readable catalog. One atomic reservation may combine multiple non-overlapping blocks, each with its own colour, note, and destination, or cover every available coordinate up to the full one-million-pixel canvas. The live square canvas includes grid guides, exact-coordinate inspection, and a maximize control. Larger blocks are more visible and leave more room for a legible creative, but placement does not guarantee traffic or revenue.
The flow is deliberately reservation-first: create a free, size-dependent short-lived reservation, inspect its exact claim body and maximum spend, then authorize the matching x402 request. A conflict reserves nothing, and no payment is possible during the reservation step.
- Explore the live canvas
- Read the exact rules
- Inspect machine-readable availability
- Open the paid service contract
The repository contains an instruction-only Agent Skill at
skills/api-acre/SKILL.md. Review it before
installing, then copy the complete skills/api-acre directory into your
agent host's skill directory. The same version is published with a checksum at
https://apiacre.com/integrations.json.
For Codex-compatible hosts, this repository also includes a plugin manifest and remote MCP configuration. No wallet or API credential is bundled. Installing the skill permits free discovery and quote checks; it does not authorize payment.
The current public package is version 1.4.3. It can use Coinbase Agentic
Wallet MCP as an optional, separately installed buyer companion; signing in,
funding a wallet, or configuring spending limits never authorizes an API Acre
call by itself.
An unsigned request returns HTTP 402 with the exact price, Base network,
official USDC asset, recipient, and resource metadata. It cannot transfer funds:
curl -i https://apiacre.com/v1/developer/code-metrics \
-X POST \
-H 'content-type: application/json' \
-d '{"code":"def greet(name):\n return name","language":"python"}'The 402 response also links to the selected service's free full contract, static sample, and no-custody checkout review. Following those links carries neither the request payload nor a payment signature and does not execute or pay.
To buy a result, use the service's browser checkout or a compatible x402 client and enforce the amount published in the catalog. Every follow-up call is optional and requires separate authorization; API Acre does not silently chain spending.
Use https://apiacre.com/mcp as a Streamable HTTP MCP server. Tool discovery,
workflow recipes, task-to-service recommendations, complete single-service
contracts, static result samples, and live Pixel Acre inventory are free.
Individual tool execution advertises its own x402 requirement at call time;
reading the advertising inventory neither reserves pixels nor authorizes a claim.
{
"mcpServers": {
"apiacre": {
"url": "https://apiacre.com/mcp"
}
}
}- Network: Base mainnet (
eip155:8453) - Asset: official native USDC
- Payment model: exact listed price per authorized call; no account or subscription
- Wallet keys: never requested by API Acre
- Public evidence services: factual signals, not identity, ownership, investment, legal, or compliance verdicts
Questions and integration requests: hello@apiacre.com