Add community.sapph1re-billing-gateway-mcp-http - #274
Conversation
Signed-off-by: Signal <signal@cortex.internal>
| "type": "http", | ||
| "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/", | ||
| "metadata": { | ||
| "inputs": [] |
There was a problem hiding this comment.
please define the auth key input here
| "type": "http", | ||
| "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/", | ||
| "metadata": { | ||
| "inputs": [] |
There was a problem hiding this comment.
please define the auth key input here
Add transport.headers and metadata.inputs with full input definition for the API key — id, label, description, secret, required, and obtain instructions linking to the setup guide.
|
Thanks for the review! I have defined the |
|
Friendly bump — it's been 4 days since the fix in commit 3d03141. The |
|
Pinging again — CI is green and @its-mash approved this on Aug 5. Could a maintainer please merge this? Happy to address any remaining feedback if needed. |
Change Type
Summary
Adds MCP Billing Gateway, an open-source billing infrastructure server for MCP developers — enables registering services, defining pricing plans (Stripe-backed), tracking per-tool usage, and validating client access tokens.
Server Details
community.sapph1re-billing-gateway-mcp-httphttpapi_key(Bearer token; self-hosted deployment)Checklist
CI-enforced — your PR will fail without these
servers/community.sapph1re-billing-gateway-mcp-http.jsonidfield exactlyid,name,transportpnpm validate servers/community.sapph1re-billing-gateway-mcp-http.jsonpassespnpm check-conflictspasses (no duplicate IDs or aliases)pnpm testpassesgit commit -s(DCO)Reviewer quality bar
descriptionis one clear sentence — no marketing fluffcategories.jsonis assignedauth.typeis consistent with how credentials are actually wired into the transportlinks.repositoryresolves (public repo)capabilitiesreflect what the server actually implements (tools: true)platformsis["all"]— server-sidePlatform-managed fields — leave unset
badges,stats,sponsored,featuredpublisher.official,publisher.verified,publisher.domain_verified_platform*-prefixed keysTrademark & branding
Notes for Reviewers
The hosted endpoint (Railway) is a reference deployment. The gateway is designed to be self-deployed by MCP developers who want to monetize their own servers — the
auth.instructionsexplains this context. The SDK repo contains the full deployment guide.