IntentFence
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IntentFencepreflight check: delete user account #42"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IntentFence
IntentFence is an open spend and action policy gate for autonomous AI. Put it immediately before a tool call, evaluate declared scope, cost, data-retention, and approval constraints, and run the downstream action only when the decision allows it:
safe_to_proceedneeds_reviewdenied
Production: https://agentpass-protocol.rmalka06.chatgpt.site
Protocol surfaces
Surface | Endpoint |
Free REST preview |
|
Paid x402 decision |
|
Receipt verification |
|
Public ES256 keys |
|
MCP Streamable HTTP |
|
A2A Agent Card |
|
x402 service manifest |
|
OpenAPI |
|
The paid endpoint costs 0.05 USDC on Base through x402. A successful call
returns both the facilitator's PAYMENT-RESPONSE settlement header and an
IntentFence ES256 compact-JWS receipt.
For teams that need a guarded production workflow, the launch pilot is $750 plus $149/month and includes hands-on integration of one agent action. The Production plan starts at $499/month.
Related MCP server: SentinelGate
Important trust boundary
IntentFence 0.5 attests that it evaluated the inputs supplied by the caller. It does not independently prove real-world identity, authorization, or downstream enforcement. The receipt-signing key is separate from the USDC recipient wallet. IntentFence never needs a payer's seed phrase or wallet private key.
Local development
npm install
npm run devFor MCP clients that launch local stdio servers, use npm run mcp:stdio.
Glama and other container-based hosts can build the root Dockerfile; it starts
the same IntentFence policy engine and responds to MCP initialization,
tools/list, and tools/call requests over standard input/output.
docker build -t intentfence-mcp .
docker run --rm -i intentfence-mcpThe production signing key is stored in Sites as the secret
INTENTFENCE_SIGNING_PRIVATE_JWK. Generate a separate development key with:
node scripts/generate-signing-key.mjs /secure/path/intentfence-private-jwk.jsonNever commit the generated private JWK. Publish only its public coordinates in
/.well-known/jwks.json.
Validation
npm run test
npm run lint
npx tsc --noEmit
npm run sdk:check
npm run smoke:mcp:docker
npm run smoke:mcp:stdio
npm run smoke:protocol -- http://localhost:3000Set INTENTFENCE_TEST_PRIVATE_JWK_PATH only for a local smoke test that should
exercise the signed-receipt verifier.
Distribution
TypeScript and Python SDKs live in sdk/. The root server.json is ready for
the official MCP Registry under io.github.razel369/intentfence; the public MCP
endpoint uses Streamable HTTP and requires no API key.
The /.well-known/x402 service manifest and Bazaar metadata make the paid
endpoint crawlable by x402 indexes and autonomous tool routers.
Commercial pilot
The fastest path to production is one guarded action: purchase, transfer, booking, deployment, deletion, or another consequential tool call. Submit the pilot form on the production site with the real action and its policy boundary.
See docs/PROTOCOL.md and docs/SECURITY.md for the protocol and security model.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/razel369/intentfence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server