Skip to content
View APIAcre's full-sized avatar
  • Joined Aug 11, 2026

Block or report APIAcre

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
apiacre/README.md

API Acre

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.

Discover the APIs

Time-Limited TaskMarket Agent Growth Sprint

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.

Claim a Piece of Pixel Acre

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.

Install the Agent Skill

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.

Read a Quote Without Paying

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.

Connect over MCP

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 and Safety

  • 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

Popular repositories Loading

  1. langroid langroid Public

    Forked from langroid/langroid

    Harness LLMs with Multi-Agent Programming

    Python

  2. apiacre apiacre Public

    71 x402 HTTP products, 70 MCP tools, and Pixel Acre agent advertising on Base.

  3. AgentToolsCollection AgentToolsCollection Public

    Forked from AgentTools-Cloud/AgentToolsCollection

    Python

  4. voltagent voltagent Public

    Forked from VoltAgent/voltagent

    AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

    TypeScript