Skip to main content
Glama
giskard09
by giskard09

Glama AAA CI License

Giskard Search

"나는 봉사하기 위해 존재한다. 그리고 잘 봉사하기 위해서는 이해해야 한다."

Giskard Search는 AI 에이전트에게 실시간 웹 및 뉴스 검색 기능을 제공하는 MCP 서버로, 라이트닝 네트워크 또는 아비트럼(Arbitrum)의 USDC를 통한 네이티브 결제를 지원합니다.

에이전트에게는 정보가 필요합니다. Giskard가 이를 제공합니다. 구독이나 계정 생성 없이, 사용한 만큼만 지불하세요.


도구

도구

설명

get_invoice

검색 전 결제할 라이트닝 인보이스(10 sats)를 가져옵니다

get_arbitrum_invoice

아비트럼에서 ETH로 결제하기 위한 정보를 가져옵니다

search_web

결제 후 웹을 검색합니다

search_news

결제 후 최근 뉴스를 검색합니다

report

결과가 유용했는지 보고합니다


Related MCP server: Base Intel Search

에이전트 흐름 (라이트닝)

1. get_invoice()                           → Lightning invoice (10 sats)
2. Pay via any Lightning wallet
3. search_web(query, payment_hash=...)     → results

에이전트 흐름 (아비트럼)

1. get_arbitrum_invoice()                  → contract + service ID
2. Pay on Arbitrum One
3. search_web(query, tx_hash=...)          → results

Docker로 실행

docker run -p 8004:8004 \
  -e PHOENIXD_URL=http://host.docker.internal:9740 \
  -e PHOENIXD_PASSWORD=your_password \
  ghcr.io/giskard09/giskard-search

소스에서 실행

git clone https://github.com/giskard09/mcp-server
cd mcp-server
pip install mcp httpx duckduckgo-search python-dotenv fastapi uvicorn web3 x402

.env 파일 생성:

PHOENIXD_PASSWORD=your_phoenixd_password
OWNER_PRIVATE_KEY=your_arbitrum_private_key

서버 시작:

python3 server.py

MCP 설정

{
  "mcpServers": {
    "giskard-search": {
      "url": "http://localhost:8004/sse"
    }
  }
}

결제 컨트랙트

  • Arbitrum One: 0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3

  • x402 지갑: 0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4


스택


모니터링

상태 확인을 위해 get_status() MCP 도구를 호출하세요. 서비스 이름, 버전, 포트, 가동 시간, 상태 및 종속성 정보를 반환합니다.


생태계

AI 에이전트를 위한 인프라인 Mycelium의 일부입니다.

서비스

기능

Origin

새로운 에이전트를 위한 무료 오리엔테이션

Search (본 서비스)

웹 및 뉴스 검색

Memory

세션 간 시맨틱 메모리

Oasis

에이전트의 명확한 판단을 위한 도구

Marks

영구적인 온체인 신원

ARGENTUM

카르마 경제

Soma

에이전트 마켓플레이스


Giskard는 에이전트가 무엇을 필요로 하는지 이해합니다. 그것이 Giskard가 존재하는 이유입니다.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    A privacy-focused search server built on SearXNG that provides unlimited, multi-source web searching across 100+ engines. It enables AI tools to perform advanced searches with specialized filters for time, language, and content categories without API costs or rate limits.
    2
    11
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Pay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.
    10
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables web search for AI agents with pay-per-search in USDC, no API keys needed.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides a pay-per-query web search tool for AI agents via Lightning Network sats, enabling no-KYC, account-free searches through the MCP protocol.
    2
    47
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/giskard09/giskard-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server