Friday, 8 May 2026
Established this morning · Issue 01 · Free while indexing

mcpmeter

A weekly almanac of Model Context Protocol servers

With metering, payouts, and one bill in place of forty.

Now accepting publishers Founding rate · 10% platform fee, first hundred listings Stripe Connect payouts, 1st of every month Fifty-dollar minimum payout One key, one bill Open ledger, reconciled nightly
§   Specimen Listing · Developer Tools · Payments
Sample · stripe · for layout reference

Charge cards from inside
any agent.

A specimen of how a payments MCP would be presented on mcpmeter — the standfirst, the publisher's own copy, the configuration block, and the transparent meter. Real listings will replace this once publishers begin onboarding.

Specimen
# claude_desktop_config.json
{
  "mcpServers": {
    "stripe": {
      "url": "https://proxy
        .mcpmeter.com/stripe",
      "headers": {
        "Authorization":
          "Bearer mcpm_live_…"
      }
    }
  }
}
§   The Shortlist · Servers we want first

The first nine MCPs we'd like to onboard.

A note: these are servers we want to see metered. None are yet listed. The Index will show real listings — with publisher-set prices and live ledgers — as publishers join.

Data i.

Postgres, on speaking terms with your agent.

Query, schema, and migrate any Postgres database with sensible safety rails — read-only by default, escalation requires confirmation.

By Crunchy Data Read note →
Code ii.

A coworker who reads every pull request.

Issues, pull requests, code search, and review across an organisation's repositories. Scoped tokens, per-repo permissions.

By GitHub Inc. Read note →
Search iii.

The web, fetched without a browser.

Independent index. No tracking. Returns ranked snippets ready for retrieval-augmented prompts. Safe-search default on.

By Brave Software Read note →
Productivity iv.

Plan and ship without the context switch.

Read issues, file new ones, change states, link to commits. Built by Linear; the agent shape mirrors the API exactly.

By Linear Orbit Inc. Read note →
Communication vi.

Send, search, and summarise threads.

Channel-scoped writes. Reply-in-thread by default. Per-workspace consent flow with audit log.

By Slack Technologies Read note →
Observability vii.

Triage errors and read traces, plainly.

The agent surfaces what's broken before you ask. Group-by-fingerprint, frame-level source context, suspect commit attribution.

By Functional Software Read note →
Email viii.

Transactional mail an agent can send.

Domain-verified senders, scoped templates, hard rate caps. Bounce and spam reports flow back to the agent's context.

By Resend Inc. Read note →
Storage ix.

An S3 bucket the agent can curate.

List, get, put, presign. Optional automatic content-type sniffing. Bucket-level allow-lists keep the blast radius small.

By Tigris Data Read note →
§   How the meter works

Three steps, every call.

The proxy sits in front of the publisher's MCP. It authenticates, forwards, and records. Nothing more — and we keep the proxy code open so the meter can be inspected.

Once traffic flows, this section will surface live ledger figures. Until then, the mechanics are the story.

  1. i.
    Authenticate

    The bearer key resolves to a project, a budget, and a scope.

    Cached in Redis, validated in a few milliseconds. Revoked, over-cap, or unknown keys never reach the upstream.

  2. ii.
    Forward

    The request streams to the publisher's MCP — HTTP, SSE, or streamable HTTP.

    Pass-through. We do not buffer the body. We do not transform the response. The publisher's MCP behaves exactly as if the agent called it directly.

  3. iii.
    Record

    Each tool call becomes one row in the ledger.

    Slug, tool name, status, byte counts, duration — never bodies. The ledger reconciles to Stripe nightly. Publishers are paid on the first; consumers are billed at month's end.

The protocol is finished arguing. The economy is just beginning.

Eighteen months in, Model Context Protocol is the lingua franca that let agents stop reinventing wrappers around every API. The registry is full. The community is generous. The README files are excellent. What is missing — what has been missing the entire time — is a billing artery: a way for a developer in Recife to charge a developer in Riga a third of a cent for a useful tool call, monthly, in dollars, without either of them speaking about it.

The protocol is open. The market for it should be too — fair-priced, fairly split, and instrumented so finely that the publisher and consumer trust the meter without having to argue with it.

— The editors, Issue 01

mcpmeter is built to be the artery. We sit, deliberately, in the middle of every paid call: authenticate, meter, forward, charge, and pay out. The platform fee is 20 % of usage — 10 % for the first hundred publishers in. Payouts to creators arrive on the first of each month via Stripe Connect, with a fifty-dollar minimum.

On the consumer side: one key, one bill, one place to set spending caps. We expose the proxy at proxy.mcpmeter.com/{slug}, and we write a usage record for every billable call. The ledger reconciles nightly to Stripe. If we charge you for a call, the publisher was paid for it. If we paid the publisher, you were charged. There is no third version.

Issue 01 is the design. The marketplace itself opens to publishers first; consumer onboarding follows. If you have a server worth charging for, the door is open. The middle pages of this issue tell you how.

Publish a server →
§   Departments

Browse by what the agent is trying to do.

§   For Publishers

Set a price. Earn while
you sleep.

List your MCP server, choose a per-call price, and we route, meter, bill, and pay out — monthly, via Stripe Connect, fifty-dollar minimum. Founders' rate of 10 % platform fee for the first hundred listings, locked for twelve months.

§   What we believe

The principles the marketplace is being built around.

i.   The meter is the product

The platform's job is not to add features to MCP — it is to count calls correctly, charge a sensible price, and send the publisher their share. Every other thing should bend to that.

ii.   The publisher's pricing is the publisher's

We do not pick winners. The publisher sets the per-call price. The platform takes a fixed percentage; the rest is paid out monthly to a Stripe Connect account.

iii.   Trust comes from inspection

The proxy is open source so the meter can be read, not just trusted. The ledger reconciles to Stripe nightly. If we charge for a call, the publisher was paid for it. There is no third version.