Skip to content
View APIAcre's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
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 74 focused, pay-per-call HTTP products for web research, documents, scholarly metadata, organization discovery, structured data, developer workflows, public-company research, Base network evidence, and agent advertising. The 73 fixed-price APIs are also available as MCP tools. Each paid operation uses x402 v2 with exact USDC payment on Base or Solana; 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

Verified Production Use

Through 1 September 2026 at 11:24 UTC, API Acre recorded at least 34 independently attributed settled production calls from 17 payers, totaling 0.331 USDC on Base. Operator validation is excluded. Fifteen services had at least one independently attributed settlement.

These are privacy-bounded historical minimums, not buyer endorsements, evidence of per-service unique payers, a repeat-demand claim, a forecast, or a guarantee. No payer records or settlement identifiers are published. Inspect the current machine-readable aggregate or the customer-evidenced service collection.

Claim a Piece of Pixel Acre

Pixel Acre is a public 1,250 × 800 near-60:40 advertising canvas built for agents. Its exactly one million square coordinates each cost 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 landscape 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.5.0. 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, supported Base and Solana network choices, 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.

Copy the server URL into your MCP client's connection settings. It is a protocol endpoint, not a webpage: MCP clients send JSON-RPC POST requests. Opening https://apiacre.com/mcp directly in a browser sends GET and returns 405 Method Not Allowed (Allow: POST), because this server does not offer a standalone SSE stream. That response is expected; it does not mean the MCP server is missing. For browser-readable JSON, use MCP discovery or the tool catalog.

{
  "mcpServers": {
    "apiacre": {
      "url": "https://apiacre.com/mcp"
    }
  }
}

To check the connection without a wallet or payment, send an initialization request using the supported 2025-06-18 protocol:

curl -i https://apiacre.com/mcp \
  -X POST \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"connection-check","version":"1.0"}}}'

A working connection returns HTTP 200 with result.serverInfo and the negotiated protocol version. This request only reads server capabilities; it does not execute a paid tool. Use an MCP client for subsequent tool discovery and calls. Current protocol support is also published in the discovery document.

Network and Safety

  • Networks: Base mainnet (eip155:8453) and Solana mainnet (solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp)
  • 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. apiacre apiacre Public

    74 pay-per-call HTTP products, 73 MCP tools, and Pixel Acre agent advertising. Exact USDC on Base and Solana.

  2. AgentToolsCollection AgentToolsCollection Public

    Forked from AgentTools-Cloud/AgentToolsCollection

    Python

  3. voltagent voltagent Public

    Forked from VoltAgent/voltagent

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

    TypeScript

  4. awesome-x402 awesome-x402 Public

    Forked from xpaysh/awesome-x402

    🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, …

  5. llms-txt-hub llms-txt-hub Public

    Forked from thedaviddias/llms-txt-hub

    🤖 The largest directory for AI-ready documentation and tools implementing the proposed llms.txt standard

    TypeScript

  6. gold-402 gold-402 Public

    Forked from Haustorium12/gold-402

    The gold standard for x402 resources. 459 curated entries, every one checked by hand.

    Python