Skip to main content
ClaudeWave
iamalanlui avatar
iamalanlui

apifare-providers

View on GitHub

Community provider manifests for the apifare gateway — one key, every API your agent needs, under hard caps.

ToolsOfficial Registry0 stars0 forksJavaScriptUpdated 7d ago
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/13/2026
Get started
Method: Clone
Terminal
git clone https://github.com/iamalanlui/apifare-providers
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# 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/`:
```json
{
  "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.

What people ask about apifare-providers

What is iamalanlui/apifare-providers?

+

iamalanlui/apifare-providers is tools for the Claude AI ecosystem. Community provider manifests for the apifare gateway — one key, every API your agent needs, under hard caps. It has 0 GitHub stars and its last recorded update is dated 2026-09-05.

How do I install apifare-providers?

+

You can install apifare-providers by cloning the repository (https://github.com/iamalanlui/apifare-providers) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is iamalanlui/apifare-providers safe to use?

+

Our security agent has analyzed iamalanlui/apifare-providers and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains iamalanlui/apifare-providers?

+

iamalanlui/apifare-providers is maintained by iamalanlui. The last recorded GitHub activity is dated 2026-09-05, with 0 open issues.

Are there alternatives to apifare-providers?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy apifare-providers to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: iamalanlui/apifare-providers
[![Featured on ClaudeWave](https://claudewave.com/api/badge/iamalanlui-apifare-providers)](https://claudewave.com/repo/iamalanlui-apifare-providers)
<a href="https://claudewave.com/repo/iamalanlui-apifare-providers"><img src="https://claudewave.com/api/badge/iamalanlui-apifare-providers" alt="Featured on ClaudeWave: iamalanlui/apifare-providers" width="320" height="64" /></a>