InferenceView MCP
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., "@InferenceView MCPVerify this x402 transaction before I pay for it."
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.
InferenceView MCP
Use InferenceView from any Model Context Protocol client to check an x402/MCP resource before paying it or to fact-check a claim before acting on it.
The local MCP process keeps your wallet key on your machine and pays the remote InferenceView API over x402. The key is never sent to InferenceView.
Tools
verify_transaction— returns risk, recommendation and evidence about an x402 resource before payment. Current price: $0.01 USDC on Base.factcheck— returns a supported/refuted/mixed/unverifiable verdict with sources. Current tiers: $0.05, $0.10 and $0.25 USDC on Base.
Always trust the live x402 challenge over prices copied into documentation.
Related MCP server: crest-verify
Install
npm installConfigure your MCP client:
{
"mcpServers": {
"inferenceview": {
"command": "node",
"args": ["/absolute/path/to/inferenceview-mcp/shim.mjs"],
"env": {
"EVM_PRIVATE_KEY": "your-funded-base-wallet-key"
}
}
}
}The wallet needs Base USDC. Keep the private key in your client's secret store; never commit it or paste it into an issue.
Machine-readable interfaces
Product: https://inferenceview.com/
Hosted shim source: https://verify.inferenceview.com/shim.mjs
Live service health: https://verify.inferenceview.com/health
Evidence boundary
VERIFY preflight and x402 payment are live. This repository does not claim customer deployment of InferenceView's broader postflight platform, material revenue, endorsements or marketplace partnerships.
Copyright © Intelix Systems LLC. No license is granted beyond running this MCP client to access the documented InferenceView service.
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.
Related MCP Servers
- Alicense-qualityCmaintenanceReal-time fact-checking agent. Verifies claims and URLs against live web sources. Returns CURRENT, OUTDATED, DISPUTED, or UNVERIFIABLE verdicts with confidence scores and what changed. x402 payments on Base.Last updated64MIT
- Alicense-qualityCmaintenanceVerify x402 endpoints before your agent spends. Three tools: verify (SPEND/CAUTION/INVESTIGATE/DO NOT SPEND backed by 50K+ services), passport (full trust identity), risk_check (deep assessment). No API keys, no signup.Last updated19MIT
- Alicense-qualityBmaintenanceMCP server for verifying agent payment integrity on x402, providing tools to check payTo mismatches, market stats, and lookup endpoints.Last updated1MIT

Lenz MCP Serverofficial
Alicense-qualityBmaintenanceFact-check claims against independent sources via a multi-model pipeline, providing verdicts and confidence levels from any MCP client.Last updatedApache 2.0
Related MCP Connectors
Verify claims with verdict, confidence & cited sources; batch verify, source checks, daily brief.
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
Fact-check claims against independent sources — fast verdict or deep multi-step investigation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nhantour/inferenceview-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server