agentoracle-mcp
AgentOracle MCP 服务器
连接 AI 助手(Claude、Cursor、Windsurf 等)与 AgentOracle 的 MCP 服务器——这是一个通过 x402 协议为 AI 智能体提供的按查询付费的研究 API。
工具
工具 | 描述 | 费用 |
| 针对任何主题的实时网络研究。返回摘要、关键事实、来源和置信度评分。 | $0.02 USDC |
| 全面的专家级分析。返回带有深入分析的详细调查结果。 | $0.10 USDC |
| 检查 AgentOracle API 是否在线并获取服务状态。 | 免费 |
| 获取用于程序化集成的 x402 支付清单。 | 免费 |
资源
资源 | 描述 |
| 包含端点、定价和集成指南的完整 API 文档 |
通过 Smithery 安装
npx @smithery/cli install agentoracle-mcp手动安装
Claude Desktop
添加到您的 Claude Desktop 配置文件 (~/Library/Application Support/Claude/claude_desktop_config.json) 中:
{
"mcpServers": {
"agentoracle": {
"command": "npx",
"args": ["agentoracle-mcp"]
}
}
}Cursor
添加到您的 Cursor MCP 设置中:
{
"mcpServers": {
"agentoracle": {
"command": "npx",
"args": ["agentoracle-mcp"]
}
}
}工作原理
您的 AI 助手使用问题调用
research或deep-research工具MCP 服务器将查询发送到 AgentOracle 的 API
AgentOracle 返回包含实时研究结果的结构化 JSON
支付通过 x402 协议处理——Base 主网上 $0.02 或 $0.10 USDC
响应格式
标准研究
{
"query": "What are the latest AI agent frameworks?",
"result": {
"summary": "Concise summary of findings",
"key_facts": ["Fact 1", "Fact 2", "Fact 3"],
"sources": ["https://source1.com", "https://source2.com"],
"confidence_score": 0.92
}
}深度研究
{
"query": "Comprehensive analysis of x402 protocol adoption",
"tier": "deep",
"result": {
"summary": "Detailed 2-3 paragraph summary",
"key_facts": ["10-15 detailed facts..."],
"analysis": "Expert analysis paragraph",
"sources": ["https://source1.com"],
"confidence_score": 0.95
}
}链接
Twitter: @AgentOracle_AI
许可证
MIT
Appeared in Searches
Latest Blog Posts
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