Back to Browse

Apifare Providers MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Prepaid balance for AI agents: one token, 1,500+ tools, caps, kill switch, signed receipts.

About

Prepaid balance for AI agents: one token, 1,500+ tools, caps, kill switch, signed receipts.

Remote endpoints: streamable-http: https://apipay.fly.dev/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Bearer token from POST https://apipay.fly.dev/v1/signup (shown once)Required

Environment variable: APIPAY_TOKEN

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

apifare-providers

The open provider registry (APIFARE WO Part B4): community-submitted provider manifests for the apifare gateway. The GATEWAY stays closed until the Verdict Gate; this repo opens only the MANIFEST format.

Manifest format (v1)

One JSON file per provider under providers/:

{
  "slug": "example",
  "name": "Example API",
  "baseUrl": "https://api.example.com",
  "auth": { "kind": "bearer" },
  "pricing": { "kind": "per-request", "credits": 0.3 },
  "keySource": "MASTER | VAULT",
  "legalityNote": "REQUIRED — path to a legality/<slug>.md in this repo analyzing resale terms",
  "docs": "https://docs.example.com"
}

auth kinds: bearer | basic | header{header,prefix?} | query{param} — mirrors the gateway proxy registry. pricing kinds: per-request | apify-run | none{requestCapPerDay}.

Rules (PR template + CI enforce)

  1. legalityNote file is REQUIRED — no manifest merges without a written resale/terms analysis.
  2. Prices follow pricing v2: the listed number IS the billed number.
  3. MASTER submissions need the provider's written resale permission linked; VAULT submissions don't (user's own key).
  4. CI gate: schema validation + legality-file presence + no secrets.
  5. Merge ≠ deployment: the apifare team imports merged manifests into the gateway registry on its own review cadence.

Reviews

No reviews yet

Be the first to review this server!