Skip to main content
Glama

AgentOracle MCP 서버

AI 어시스턴트(Claude, Cursor, Windsurf 등)를 AgentOracle에 연결하는 MCP 서버입니다. x402 프로토콜을 통해 AI 에이전트를 위한 쿼리당 결제 방식의 리서치 API를 제공합니다.

도구

도구

설명

비용

research

모든 주제에 대한 실시간 웹 리서치. 요약, 핵심 사실, 출처, 신뢰도 점수를 반환합니다.

$0.02 USDC

deep-research

포괄적인 전문가 수준의 분석. 심층 분석이 포함된 상세한 결과를 반환합니다.

$0.10 USDC

check-health

AgentOracle API가 온라인 상태인지 확인하고 서비스 상태를 가져옵니다.

무료

get-manifest

프로그래밍 방식의 통합을 위한 x402 결제 매니페스트를 가져옵니다.

무료

리소스

리소스

설명

docs://agentoracle/api

엔드포인트, 가격 책정 및 통합 가이드가 포함된 전체 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"]
    }
  }
}

작동 방식

  1. AI 어시스턴트가 질문과 함께 research 또는 deep-research 도구를 호출합니다.

  2. MCP 서버가 AgentOracle의 API로 쿼리를 전송합니다.

  3. AgentOracle이 실시간 리서치 결과가 포함된 구조화된 JSON을 반환합니다.

  4. 결제는 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
  }
}

링크

라이선스

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

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