agentoracle-mcp
The agentoracle-mcp server connects AI assistants to AgentOracle's pay-per-query research API, using the x402 protocol for USDC payments on Base mainnet.
Real-time Research (
research): Ask any natural language question and receive structured JSON with a summary, key facts, cited sources, and a confidence score — costs $0.02 USDC per query.Deep Research (
deep-research): Perform comprehensive, expert-level analysis on complex topics, returning 10–15 detailed facts, an in-depth analysis paragraph, cited sources, and a confidence score — costs $0.10 USDC per query.Health Check (
check-health): Verify the AgentOracle API is online and retrieve service status (uptime, model info, pricing) — free.Payment Manifest (
get-manifest): Retrieve the x402 payment manifest with payment requirements, supported networks, pricing, and endpoint details for programmatic integration — free.AI Assistant Integration: Compatible with MCP-enabled assistants such as Claude Desktop, Cursor, and Windsurf.
Facilitates USDC payments on Base mainnet using the x402 protocol, allowing automated payment handling for per-query research costs ($0.02-$0.10 USDC).
Leverages Perplexity Sonar models to power real-time research queries, providing structured research results, expert-level analysis, and cited sources through the AgentOracle API.
agentoracle-mcp
Add trust verification to Claude, Cursor, Windsurf, or any MCP client in 60 seconds.
AgentOracle verifies claims before your agent acts on them. Per-claim confidence scores, ACT/VERIFY/REJECT recommendations, and 4-source verification — available as an MCP tool with one command.
Install
npx agentoracle-mcpThat's it. No API keys. No accounts. No wallet setup required to start.
Related MCP server: MCP Perplexity Pro
Add to Claude Desktop
Open your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add this:
{
"mcpServers": {
"agentoracle": {
"command": "npx",
"args": ["-y", "agentoracle-mcp"]
}
}
}Restart Claude Desktop. You now have trust verification as a tool.
Add to Cursor
Open Cursor Settings → MCP → Add Server:
{
"agentoracle": {
"command": "npx",
"args": ["-y", "agentoracle-mcp"]
}
}Add to Windsurf
Open Windsurf Settings → MCP Servers → Add:
{
"agentoracle": {
"command": "npx",
"args": ["-y", "agentoracle-mcp"]
}
}What you can do once installed
Ask Claude, Cursor, or any MCP client:
"Verify these claims before I include them in my report"
"Is it true that OpenAI acquired Anthropic in 2026?"
"Research AI agent frameworks and tell me what confidence score each claim gets"
"Fact-check this paragraph before I publish it"
AgentOracle breaks the input into individual claims, runs each one through 4 independent sources, and returns a confidence score and verdict for every single claim.
What comes back
{
"overall_confidence": 0.91,
"recommendation": "act",
"claims": [
{
"claim": "LangGraph leads agent frameworks in 2026",
"verdict": "supported",
"confidence": 0.94,
"evidence": "Confirmed across 4 independent sources"
},
{
"claim": "OpenAI acquired Anthropic in early 2026",
"verdict": "refuted",
"confidence": 0.04,
"correction": "Anthropic remains independent as of April 2026"
}
]
}How verification works
Every claim runs through 4 sources in parallel:
Sonar — real-time web research
Sonar Pro — deep multi-step analysis
Adversarial — actively tries to disprove the claim
Gemma 4 — claim decomposition and confidence calibration
Consensus builds the score. Contradiction flags the risk.
Score | Recommendation | Meaning |
> 0.8 |
| Claims verified — proceed |
0.5–0.8 |
| Uncertain — needs review |
< 0.5 |
| Contradicted — discard |
Pricing
Endpoint | Price | What it does |
| Free | 20 req/hr, no payment needed |
| $0.01/claim | Full per-claim verification |
| $0.02/query | Real-time research + verification |
Payments via x402 protocol — USDC on Base, SKALE (gasless), or Stellar. No subscriptions. No minimums.
The free /preview endpoint works with no wallet or setup.
Use it to try before you pay.
Try it now without installing anything
curl -X POST https://agentoracle.co/preview \
-H "Content-Type: application/json" \
-d '{"query": "OpenAI acquired Anthropic in 2026"}'Related
agentoracle.co — main site + live demo
Trust Layer docs — full API reference
langchain-agentoracle — LangChain integration
crewai-agentoracle — CrewAI integration
x402 manifest — agent-native pricing discovery
Built by TK Collective · x402 native · Base · SKALE · Stellar
Discovery
agentoracle-mcp is listed on independent x402 discovery directories:
Decixa — Auto-indexed x402 directory with live probe verification. AgentOracle is classified under Analyze with tags Verification, Data Enrichment. View listings:
Research — $0.02/call
Deep Research — $0.10/call
Evaluate — free during beta
Glama — Curated MCP directory
Future versions of agentoracle-mcp will use Decixa's /api/agent/resolve as primary capability discovery with a local fallback — letting agents find the best-matching x402 endpoint by intent rather than hardcoded URLs.
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
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.Last updated31,987300MIT
- Alicense-qualityDmaintenanceA comprehensive MCP server that provides intelligent access to Perplexity AI's search and reasoning models with automatic model selection, conversation management, and project-aware storage. Supports real-time search, deep research, chat sessions, and async operations for complex queries.Last updated213MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to perform search-augmented queries and deep multi-source research using the Perplexity API.Last updated4023Apache 2.0
- Alicense-qualityCmaintenanceAn MCP server that brings Perplexity's Sonar models with real-time web search capabilities to Claude Desktop and other MCP clients.Last updated379MIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Appeared in Searches
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/TKCollective/agentoracle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server