agentoracle-mcp
AgentOracle MCPサーバー
AIアシスタント(Claude、Cursor、Windsurfなど)をAgentOracleに接続するMCPサーバーです。これは、x402プロトコルを介したAIエージェント向けのクエリ課金型リサーチAPIです。
ツール
ツール | 説明 | コスト |
| あらゆるトピックに関するリアルタイムWebリサーチ。要約、主要な事実、ソース、信頼度スコアを返します。 | $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
}
}リンク
x402マニフェスト: https://agentoracle.co/.well-known/x402.json
ヘルスチェック: https://agentoracle.co/health
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