Why • Build • Features • Quick Start • Docs • Website • Blog
Satgate MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Why • Build • Features • Quick Start • Docs • Website • Blog.
SatGate is an Economic Firewall for AI agent requests. Drop it in front of your APIs and MCP tools to enforce scoped authority, budgets, paid-rail context, and Evidence Pack receipts before agents act.
Once Satgate is connected, these are the calls the assistant has available:
name — public-healthMacaroons — Bearer tokens with embedded caveats (expiry, scope, budget, IP). Not API keys — they support delegation without server roundtripsDelegation — Agent A gives Agent B a sub-token with reduced permissions and a $50 budget cap. B can't escalatePaid — rail context**: SatGate treats L402, x402, API-key billing, and enterprise ledgers as rails to govern around. Evidence Packs preserve which rail wasPer — tool costs**: web_search: 5, dalle_generate: 50 (wildcard patterns supported)Policy — Descriptionpublic — No authenticationcapability — Requires valid Macaroonl402 — Requires Lightning payment and records paid-rail contextLanguage — PackageJavaScript — npm install @satgate/sdkYou will need 5 environment variables: ADMIN_TOKEN, LIGHTNING_BACKEND, SATGATE_API_KEY, YOUR_CAPABILITY_TOKEN, CAPABILITY_ROOT_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Satgate's toolset — name, Macaroons, Delegation and 8 more — is a fair guide to whether it matches your workflow. It is maintained by satgate-io; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Satgate's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| name | public-health |
| Macaroons | Bearer tokens with embedded caveats (expiry, scope, budget, IP). Not API keys — they support *delegation* without server roundtrips. |
| Delegation | Agent A gives Agent B a sub-token with reduced permissions and a $50 budget cap. B can't escalate. |
| Paid | rail context**: SatGate treats L402, x402, API-key billing, and enterprise ledgers as rails to govern around. Evidence Packs preserve which rail was involved without making the rail the product. |
| Per | tool costs**: web_search: 5, dalle_generate: 50 (wildcard patterns supported) |
| Policy | Description |
| public | No authentication |
| capability | Requires valid Macaroon |
| l402 | Requires Lightning payment and records paid-rail context |
| Language | Package |
| JavaScript | npm install @satgate/sdk |
{
"mcpServers": {
"satgate": {
"command": "npx",
"args": ["-y", "@satgate/sdk"],
"env": {
"ADMIN_TOKEN": "your-value",
"LIGHTNING_BACKEND": "your-value",
"SATGATE_API_KEY": "your-value",
"YOUR_CAPABILITY_TOKEN": "your-value",
"CAPABILITY_ROOT_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ADMIN_TOKEN | Credential the server authenticates with. | Yes |
| LIGHTNING_BACKEND | Configuration value read at startup. | Optional |
| SATGATE_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_CAPABILITY_TOKEN | Credential the server authenticates with. | Yes |
| CAPABILITY_ROOT_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.