# MoneyFlow Intelligence — Agent Skill

MoneyFlow Intelligence is a curated intelligence platform covering stablecoins, tokenization, and programmable finance. It publishes signals, long-form articles, research reports, an ecosystem map, and a podcast index, drawing from a vetted set of voices.

Primary site: https://moneyflowintelligence.com

## What agents can do here

- **Read public content**: signals, reports, voices, ecosystem entries, podcast episodes are all rendered server-side and indexable.
- **Query the API**: the `api-v1` REST surface returns JSON for `/signals`, `/reports`, and `/voices`. Authentication is required via the `x-api-key` header.
- **Subscribe to the newsletter**: a public-insert endpoint accepts an email address and adds it to the weekly Tuesday digest.

## API access

- Base URL: `https://zsxqjttnrfpnvpnzowto.supabase.co/functions/v1/api-v1`
- Endpoints: `GET /signals`, `GET /reports`, `GET /voices` (paginated, `limit` ≤ 100)
- Auth header: `x-api-key: <user-issued key>`
- Key issuance: https://moneyflowintelligence.com/api-access (gated by referral count — 5 completed referrals for basic tier at 100 req/day, 10 for enhanced tier at 1000 req/day)
- Canonical reference docs are rendered in-app at `/api-access` (the `ApiDocumentation` component is the source of truth).

## Discovery surface

- llms.txt: https://moneyflowintelligence.com/llms.txt
- API catalog (RFC 9727 linkset): https://moneyflowintelligence.com/.well-known/api-catalog.json
- Agent skills index: https://moneyflowintelligence.com/.well-known/agent-skills/index.json
- Sitemap: https://moneyflowintelligence.com/sitemap.xml

## Not provided

- No OAuth or OIDC discovery — MFI uses static per-user API keys.
- No OpenAPI document.
- No MCP server endpoint.
- No ChatGPT plugin manifest.

## Affiliation

MoneyFlow Intelligence is operated alongside Venly, a tier-1 stablecoin infrastructure provider (https://venlyfinance.com). The relationship is declared in the site's JSON-LD.
