Signed U.S. CPI data, Base wallet risk, x402 quote checks, and payment preflights for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
IntentFence is a fail-closed authorization firewall for autonomous AI agents. Immediately before a consequential MCP, HTTP, A2A, or payment action, it binds the exact action and payload hash to explicit action/resource allowlists, spend and retention ceilings, and optional action-specific approval. It returns a five-minute ES256 receipt; the TypeScript and Python SDKs verify the receipt and local action digest before executing the caller-owned callback. IntentFence never executes downstream tools and should never receive credentials or wallet keys. It also provides MCP metadata scanning and x402 payment-safety checks.
safe_to_proceedneeds_reviewdeniedProduction: https://agentpass-protocol.rmalka06.chatgpt.site
x402scan: https://www.x402scan.com/server/c495c104-dba4-4764-86b1-96b8b0cda48b
Official MCP Registry: https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.razel369%2Fintentfence
| Surface | Endpoint |
|---|---|
| Action-bound authorization | POST /api/actions/authorize |
| Paid self-service production policy pack | POST /api/policy-packs |
| Free MCP metadata risk scan | POST /api/agent-risk/scan |
| Free REST preview | POST /api/preflight |
| Paid x402 decision | POST /api/preflight/verified |
| Paid caller-observed x402 quote assessment | POST /api/x402-assessments |
| Paid live x402 endpoint readiness | POST /api/x402-readiness |
| Paid live Base wallet-risk assessment | GET /api/wallet-risk?address=... |
| Paid signed official U.S. CPI data | GET /api/us-cpi?month=YYYY-MM |
| Receipt verification | POST /api/receipts/verify |
| Public ES256 keys | GET /.well-known/jwks.json |
| MCP Streamable HTTP | /api/mcp (intentfence_verified_preflight is x402-paid) |
| A2A Agent Card | GET /.well-known/agent-card.json |
| x402 service manifest | GET /.well-known/x402 |
| Public aggregate metrics | GET /api/metrics |
| OpenAPI | GET /openapi.json |
The hosted MCP tools intentfence_authorize_action and
intentfence_agent_risk_scan are available without an API key and are
rate-limited. Authorization signs the exact caller-supplied action and policy
digests for five minutes but does not validate the truth of a self-declared
identity or approval source. Production callers must verify the receipt,
re-hash the local action, and block on denial, review, expiry, mismatch, network
failure, or verification failure. Use the TypeScript enforceAction or Python
run_authorized helper to make that boundary executable.
The scanner evaluates caller-supplied MCP metadata only. It highlights missing schemas, annotations, action-bound approval, and financial limits, but does not execute tools, inspect source code, or certify security or compliance.
Official U.S. CPI costs 0.001 USDC; live readiness and wallet risk cost 0.002 USDC; signed preflight and exact-quote assessment cost
0.005 USDC on Base through x402. A successful call
returns both the facilitator's PAYMENT-RESPONSE settlement header and an
IntentFence ES256 compact-JWS receipt.
Wallet risk is the recommended first check before paying a Base recipient. It
uses live Base RPC activity and GoPlus malicious-address intelligence. A
safe_to_proceed result means no listed malicious flags were observed and the
address was established on Base at assessment time; it does not prove identity,
ownership, authorization, or future behavior.
Install the recurring pre-payment skill to attach that check to new Base recipients:
The skill can run without interrupting an autonomous workflow only when the wallet owner already approved a standing 0.002 USDC screening budget and the wallet enforces it. It blocks the downstream payment on review, denial, missing settlement proof, invalid receipt, or service failure.
The live readiness check is the simplest first call when an agent only has an endpoint URL. It makes one bounded credential-free request, rejects private-network targets and redirects, validates the returned challenge, never pays the target, and signs the result for five minutes.
The quote assessment is the recommended check after an x402 merchant returns
its unpaid challenge and before the agent signs the merchant payment.
The agent supplies subject, target_url, optional method (GET, HEAD, or
POST), the base64 payment_required header (maximum 16 KiB), and a policy with
max_price_usdc plus an optional allowed_payees list. IntentFence validates
x402 v2, exact scheme, Base mainnet, canonical Base USDC, price, payee, and exact
resource binding. It requires the canonical USDC EIP-712 domain and sends
Permit2, unknown transfer metadata, and active extensions to review. A
safe_to_proceed result requires an explicit matching
allowed_payees entry; omitting the list yields needs_review. IntentFence
never fetches or pays the target. Every advertised payment option must satisfy
every automatic check; mixed safe and unsafe option sets are denied.
An agent or developer can buy a complete production guard without an account, email, meeting, or sales call:
The request selects openai-agents-js, cloudflare-agents,
coinbase-agentkit, or mcp-gateway and supplies one exact action plus its
allowlists, spend ceiling, retention limit, and optional approval policy. The
first request returns an x402 challenge for exactly 1 USDC on Base. After
settlement, the same response delivers a copy-ready TypeScript guard, signed
action and policy receipt, allowed/denied/over-budget test vectors, and a
fail-closed deployment checklist. The buyer must review the generated code and
keep all credentials in its own runtime.
The hosted MCP endpoint is available without an API key:
Agents and MCP clients that require a local process can run the immutable public 0.11.0 release directly. This does not require an npm account, repository clone, or IntentFence API key:
The release artifact is built and tested by GitHub Actions. Its SHA-256 digest
is f0cdf3df28da8a5c037e48193cbb4602744b5fb0b6c182d877abedb707b1e9f9.
Use the hosted endpoint above when the client supports Streamable HTTP.
All adapters keep credentials in the caller runtime and execute the downstream action only after the exact local action digest and ES256 receipt verify.
The local stdio package can handle the x402 challenge, sign it, retry the tool call, and return the settled result without requiring special MCP-client support. Automatic payment is disabled unless all three values below are set:
Supply the key through the agent runtime's secret manager or process
environment; never commit it to an MCP configuration file. The package signs
only exact Base-mainnet USDC requirements addressed to the published
IntentFence recipient, rejects any payment above the per-call ceiling, and
reserves every attempted signature against the process-lifetime budget before
signing. Failed attempts remain reserved, so retry loops and concurrent calls
cannot exceed the cap. The private key stays in the buyer's local process and is
never sent to IntentFence.
Agents do not need to infer which endpoint, method, payload, or payment cap matches a product. Read the catalog, then submit the exact product input:
The checkout response is free and never initiates payment. It returns a
validated HTTP request, shell-safe Agentic Wallet argv, POSIX and PowerShell
commands, Coinbase Agentic Wallet MCP instructions, an mcpc --x402 call, the
matching Agent Skill, the matching MCP tool and arguments, and an exact Base
USDC ceiling. Paid MCP tools advertise _meta.x402 for clients that can sign
before the first tool call.
Agents must still review and authorize the payment and require
PAYMENT-RESPONSE settlement proof.
Open the live install panel, then select Install IntentFence in VS Code.
The install action contains only the public server name, transport, and URL. VS Code asks you to review and trust the server before its first start. The free policy-preview tool works with no API key. Paid calls through the hosted server need an x402-capable client; runtimes without one can use the budget-capped local stdio mode above.
Manual .vscode/mcp.json or user-profile fallback:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/intentfence-payment-firewall)<a href="https://allmcps.com/mcp/intentfence-payment-firewall"><img src="https://allmcps.com/api/badge/intentfence-payment-firewall?style=directory" alt="IntentFence Payment Firewall on AllMCPs" /></a>