Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. IntentFence Payment Firewall
I
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 11:16:15 AM

IntentFence Payment Firewall

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).

Signed U.S. CPI data, Base wallet risk, x402 quote checks, and payment preflights for AI agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "intentfence-payment-firewall": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

IntentFence

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_proceed
  • needs_review
  • denied

Production: 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

razel369/intentfence MCP server

Protocol surfaces

SurfaceEndpoint
Action-bound authorizationPOST /api/actions/authorize
Paid self-service production policy packPOST /api/policy-packs
Free MCP metadata risk scanPOST /api/agent-risk/scan
Free REST previewPOST /api/preflight
Paid x402 decisionPOST /api/preflight/verified
Paid caller-observed x402 quote assessmentPOST /api/x402-assessments
Paid live x402 endpoint readinessPOST /api/x402-readiness
Paid live Base wallet-risk assessmentGET /api/wallet-risk?address=...
Paid signed official U.S. CPI dataGET /api/us-cpi?month=YYYY-MM
Receipt verificationPOST /api/receipts/verify
Public ES256 keysGET /.well-known/jwks.json
MCP Streamable HTTP/api/mcp (intentfence_verified_preflight is x402-paid)
A2A Agent CardGET /.well-known/agent-card.json
x402 service manifestGET /.well-known/x402
Public aggregate metricsGET /api/metrics
OpenAPIGET /openapi.json

Fail-closed action authorization

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:

Terminal
npx skills add razel369/intentfence --skill screen-base-wallets

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.

Self-service production policy pack

An agent or developer can buy a complete production guard without an account, email, meeting, or sales call:

text
POST /api/policy-packs

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.

Install now

The hosted MCP endpoint is available without an API key:

text
https://agentpass-protocol.rmalka06.chatgpt.site/api/mcp

Install the local stdio MCP package

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:

Terminal
npx --yes --package https://github.com/razel369/intentfence/releases/download/mcp-v0.11.0/razel369-intentfence-mcp-0.11.0.tgz intentfence-mcp

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.

Install in an agent runtime

  • OpenAI Agents SDK fail-closed guard
  • Cloudflare Agents fail-closed guard
  • Coinbase AgentKit pinned x402 checkout
  • Generic MCP gateway guard

All adapters keep credentials in the caller runtime and execute the downstream action only after the exact local action digest and ES256 receipt verify.

Opt-in one-call payment for local agents

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:

text
INTENTFENCE_EVM_PRIVATE_KEY=<buyer-controlled 0x-prefixed key>
INTENTFENCE_MAX_AUTO_PAYMENT_USDC=0.005
INTENTFENCE_AUTO_PAYMENT_BUDGET_USDC=0.05

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.

Build an exact machine checkout

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:

Terminal
curl https://agentpass-protocol.rmalka06.chatgpt.site/api/checkout

curl -X POST https://agentpass-protocol.rmalka06.chatgpt.site/api/checkout \
  -H "Content-Type: application/json" \
  -d '{"product":"wallet-risk","input":{"address":"0x1111111111111111111111111111111111111111"}}'

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.

Install in VS Code

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:

config.json
{
  "servers": {
    "IntentFence": {
      "type": "http",
      "url": "https://agentpass-protocol.rmalka06.chatgpt.site/api/mcp"
    }
  }
}

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Blackwall X402 Guardrail logoBlackwall X402 Guardrail

    Keyless hosted MCP: pre-signature x402 payment verdict (GO/HOLD/STOP) with a signed receipt.

    πŸ’° Finance & Fintech1 views
    Compare vs Blackwall X402 Guardrail β†’
  • A
    Agentpay

    Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

    πŸ’° Finance & Fintech0 views
    Compare vs Agentpay β†’
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’
  • S
    Seraph

    Crypto transaction firewall and risk tools for MCP agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Seraph β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about IntentFence Payment Firewall

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "intentfence-payment-firewall": { "command": "npx", "args": ["-y", "IntentFence Payment Firewall"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIntentFence Payment Firewall AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/intentfence-payment-firewall?style=directory)](https://allmcps.com/mcp/intentfence-payment-firewall)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedJul 30, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 30, 2026
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to IntentFence Payment Firewall β†’Install in Claude DesktopInstall in CursorInstall in VS Code