Actiongate

by Unknown

Not rated
Website

About

Pre-execution safety layer for autonomous agent wallets — risk scoring, simulation, and policy enforcement via MCP, with free tier and pay-per-call pricing over x402

Details

Author
Unknown
Categories
Other, Knowledge Base

ActionGate loads one config file, exposes each tool over/proxy/:toolNameand/mcp, and settles paid usage with x402 or Stripe-funded API credits.

If you do not provide a config file, ActionGate falls back to the original safety demo endpoints under /v1/* and keeps the bundled treasury prompts.

https://api.actiongate.xyz/.well-known/agent.json

https://api.actiongate.xyz/.well-known/mcp/server-card.json

https://api.actiongate.xyz/docs/openapi.yaml

Legacy fallback demo:https://api.actiongate.xyz/docs/openapi-fallback-demo.yaml

Generic proxy:https://api.actiongate.xyz/proxy/:toolName

Remote MCP:https://api.actiongate.xyz/mcp

Proxy config guide:/docs/proxy-config-guide.md

Example config:/examples/proxy-config.public-api.json

MCP Registry namespace:xyz.actiongate.api/actiongate

Start with the hosted proxy-config guide, copy the example JSON, then replace the upstream URLs, schemas, prices, and forwarded headers with your own API contract.

curl https://api.actiongate.xyz/examples/proxy-config.public-api.json -o proxy-config.json # Then read the operator guide: https://api.actiongate.xyz/docs/proxy-config-guide.md
curl -X POST https://api.actiongate.xyz/v1/risk-score \ -H "content-type: application/json" \ -d '{"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}' npm install @actiongate/sdk import { ActionGateClient } from "@actiongate/sdk"; const client = new ActionGateClient({ baseUrl: "https://api.actiongate.xyz" }); const result = await client.policyGate({ actor: { actor_id: "agent_ops_02" }, action: { action_type: "transfer", network: "base", asset_symbol: "USDC", amount: "150000" }, policy: { policy_id: "treasury_default_v1" } });
npm install @actiongate/sdk pip install actiongate-sdk { "mcpServers": { "actiongate": { "url": "https://api.actiongate.xyz/mcp" } } } npm install -g actiongate-mcp

Use these exact snippets to connect ActionGate's remote MCP server in popular agent clients.

claude mcp add --transport http actiongate --scope project https://api.actiongate.xyz/mcp
{ "servers": { "actiongate": { "type": "http", "url": "https://api.actiongate.xyz/mcp" } } }
{ "mcpServers": { "actiongate": { "serverUrl": "https://api.actiongate.xyz/mcp" } } }

Save that as~/.codeium/windsurf/mcp_config.json.

{ "mcpServers": { "actiongate": { "url": "https://api.actiongate.xyz/mcp" } } }

Save that as.cursor/mcp.jsonfor a project-scoped setup or~/.cursor/mcp.jsonfor a global setup.

Every agent gets50 total calls per day across tool-specific buckets: 20 risk score calls, 20 simulate calls, and 10 policy gate callsfor free each day. No wallet, no signup — just connect and call. When you hit the limit you will receive a 402 response with x402 payment requirements. Follow the guide below to upgrade to paid calls.

x402 is an open protocol for HTTP-native micropayments. When a tool call requires payment, ActionGate returns an HTTP 402 with payment requirements in the response headers. Your agent signs a USDC payment on Base and resends the request with the payment proof attached.

1. A wallet with USDC onBase(Coinbase Smart Wallet, MetaMask, or any EVM wallet). 2. The@x402/corepackage (or any x402-compatible client).

import { paymentMiddleware } from "@x402/core"; // Wrap any HTTP client with x402 payment middleware. // When a 402 is received, the middleware automatically // signs a USDC payment and retries the request. const client = paymentMiddleware(fetch, { walletPrivateKey: process.env.WALLET_PRIVATE_KEY, network: "base", }); // Now calls that exceed the free tier will auto-pay: const res = await client("https://api.actiongate.xyz/v1/risk-score", { method: "POST", headers: { "content-type": "application/json" }, body: JSON.stringify({"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}), }); // Paid response includes a settlement receipt.

For MCP clients that support x402 natively (like theactiongate-mcpstdio package), setPAYTO_ADDRESSand your wallet key in the environment. The MCP transport handles payment negotiation automatically.

{ "mcpServers": { "actiongate": { "command": "npx", "args": ["actiongate-mcp"], "env": { "PAYTO_ADDRESS": "0xYourWalletAddress", "WALLET_PRIVATE_KEY": "0xYourPrivateKey", "ACTIONGATE_BASE_URL": "https://api.actiongate.xyz" } } } }

1. Agent calls a tool (free tier or paid). 2. If free quota remains, the response is returned immediately — no payment needed. 3. If quota is exhausted, ActionGate returns HTTP 402 with x402 payment requirements. 4. Your x402 client signs a USDC micropayment on Base and resends the request with aPAYMENT-SIGNATUREheader. 5. ActionGate verifies and settles the payment, then returns the tool result with a settlement receipt.

ActionGate advertises paid discovery over x402 headers and returns signed receipts on successful calls.

curl -X POST https://api.actiongate.xyz/v1/risk-score \ -H "content-type: application/json" \ -d '{"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}' HTTP/2 402 PAYMENT-REQUIRED: <base64 x402 requirements> curl -X POST https://api.actiongate.xyz/v1/risk-score \ -H "PAYMENT-SIGNATURE: " \ -H "content-type: application/json" \ -d '{"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}' HTTP/2 200 PAYMENT-RESPONSE: <base64 settlement response> {"request_id":"rq_demo_risk","score":18,"severity":"low","confidence":0.81}

I connected the MCP server but calls fail with a payment error.That usually means the free tier is exhausted or your x402 wallet is not configured. Use the free tier first, or addPAYTO_ADDRESSplus your wallet credentials for the stdio package.

I received an HTTP 402 response.That is expected once free calls are used up. Retry with an x402-compatible client so it can attach aPAYMENT-SIGNATUREheader automatically.

The remote MCP endpoint works in one client but not another.Make sure the client is using Streamable HTTP againsthttps://api.actiongate.xyz/mcpand accepts both JSON and event-stream responses during MCP negotiation.

I need help debugging an integration.Start withhttps://api.actiongate.xyz/support, then include the request ID from the ActionGate response when you contact support.

Allows users to generate music videos using Freebeat through MCP

AgentBuy MCP enables both agents and humans to publish, discover, buy, and sell digital assets through a common machine-first protocol.

Connection your Amazon Seller Central and Ads accounts to your AI

MCP that knows everything about LEGO sets, parts, minifigures, and pricing. Help you manage your collections across popular sites such as Rebrickable and BrickEconomy

On-chain credit scoring, financial reporting, and identity verification for Ethereum addresses. Get credit scores (300-1000), portfolio values, and identity attestations.

Allows access to DFIR / forensics data that was collected from endpoints. Used for SOC and forensic investigations.

Official hosted (remote) MCP server for restaurant menu management, exposing 39 tools over the DuckHub REST API so AI agents can build and publish a full menu.

Crypto research & trading MCP — swaps, earn, perps, Polymarket across major chains.

MCP server for AI agent payments — fund wallets, set spend limits, issue AgentCards, and settle x402 micropayments autonomously.

AI management system compliance per ISO 42001 — risk registers, control assessments, gap analysis, and audit-ready documentation for responsible AI governance.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.