Skip to content

Commit 51ea010

Browse files
author
Signal
committed
Add community.sapph1re-billing-gateway-mcp-http
Signed-off-by: Signal <signal@cortex.internal>
1 parent ccf5f2b commit 51ea010

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.sapph1re-billing-gateway-mcp-http",
4+
"name": "MCP Billing Gateway",
5+
"alias": "billing-gateway-mcp",
6+
"description": "Open-source billing infrastructure for MCP server developers — register services, define pricing plans, track per-tool usage, and validate client access tokens with Stripe-backed subscriptions.",
7+
"logo": "https://avatars.githubusercontent.com/u/5317413?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"billing",
14+
"payments",
15+
"stripe",
16+
"monetization",
17+
"mcp",
18+
"subscriptions",
19+
"api-management",
20+
"saas"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "api_key",
31+
"instructions": "Requires a Billing Gateway API key. Deploy your own instance from https://github.com/sapph1re/mcp-billing-gateway-sdk, then pass your API key as the Authorization Bearer token."
32+
},
33+
"contributor": {
34+
"name": "sapph1re",
35+
"github": "sapph1re",
36+
"url": "https://github.com/sapph1re"
37+
},
38+
"links": {
39+
"repository": "https://github.com/sapph1re/mcp-billing-gateway-sdk",
40+
"homepage": "https://github.com/sapph1re/mcp-billing-gateway-sdk",
41+
"documentation": "https://github.com/sapph1re/mcp-billing-gateway-sdk#readme"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"resources": false,
49+
"prompts": false,
50+
"read_only_mode": false
51+
}
52+
}

0 commit comments

Comments
 (0)