actiongate-mcp
v0.2.0
Published
Paid MCP server for ActionGate proxy deployments using x402 and Stripe billing.
Downloads
61
Maintainers
Readme
ActionGate MCP Server
Paid MCP tools for ActionGate proxy deployments, built on @x402/mcp.
The bundled example config exposes the original safety tools:
risk_score:$0.02/callsimulate:$0.05-$1.00/calltiered by action complexity in the REST APIpolicy_gate:$0.03/call
Custom proxy configs can replace those tools entirely. This package keeps the built-in safety set as the fallback demo.
Tools
risk_scoresimulatepolicy_gate
Install
npm install actiongate-mcpRun
npm install
npm run startRequired Environment
PAYTO_ADDRESSFACILITATOR_URL(defaults tohttps://x402.org/facilitator)X402_NETWORK(defaulteip155:84532)X402_SCHEME(defaultexact)X402_PRICE_RISK_SCORE(default0.02)X402_PRICE_SIMULATE(default0.05; static MCP tool price configuration)X402_PRICE_POLICY_GATE(default0.03)ACTIONGATE_BASE_URL(defaulthttp://localhost:8787)ACTIONGATE_API_KEY(optional transitional auth)
Registry Metadata
package.json includes the domain-based mcpName (xyz.actiongate.api/actiongate), and server.json advertises both the npm stdio package and the live remote server at https://api.actiongate.xyz/mcp.
