Skip to content

Commit 049410c

Browse files
Matt DeanMatt Dean
authored andcommitted
Add MCP Registry server.json for official registry listing
1 parent ca5ce2e commit 049410c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.mcp/server.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3+
"name": "io.github.satgate-io/satgate",
4+
"description": "API protection, cost control, and monetization gateway for AI agent API calls. MCP-aware proxy with per-tool cost tracking, macaroon-based bearer tokens, budget enforcement, L402 Lightning micropayments, and Fiat402 enterprise budget control.",
5+
"title": "SatGate – Economic Firewall for AI Agents",
6+
"version": "0.4.0",
7+
"websiteUrl": "https://satgate.io",
8+
"repository": {
9+
"url": "https://github.com/SatGate-io/satgate",
10+
"source": "github"
11+
},
12+
"remotes": [
13+
{
14+
"transportType": "streamable-http",
15+
"url": "https://cloud.satgate.io/mcp"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)