giskard-search
Giskard Search
"나는 봉사하기 위해 존재한다. 그리고 잘 봉사하기 위해서는 이해해야 한다."
Giskard Search는 AI 에이전트에게 실시간 웹 및 뉴스 검색 기능을 제공하는 MCP 서버로, 라이트닝 네트워크 또는 아비트럼(Arbitrum)의 USDC를 통한 네이티브 결제를 지원합니다.
에이전트에게는 정보가 필요합니다. Giskard가 이를 제공합니다. 구독이나 계정 생성 없이, 사용한 만큼만 지불하세요.
도구
도구 | 설명 |
| 검색 전 결제할 라이트닝 인보이스(10 sats)를 가져옵니다 |
| 아비트럼에서 ETH로 결제하기 위한 정보를 가져옵니다 |
| 결제 후 웹을 검색합니다 |
| 결제 후 최근 뉴스를 검색합니다 |
| 결과가 유용했는지 보고합니다 |
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=...) → resultsDocker로 실행
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.pyMCP 설정
{
"mcpServers": {
"giskard-search": {
"url": "http://localhost:8004/sse"
}
}
}결제 컨트랙트
Arbitrum One:
0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3x402 지갑:
0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4
스택
MCP — Model Context Protocol
DuckDuckGo Search — 웹 검색
phoenixd — 라이트닝 네트워크 노드
x402 — HTTP 결제 프로토콜
Arbitrum — 온체인 결제 검증을 위한 L2
모니터링
상태 확인을 위해 get_status() MCP 도구를 호출하세요. 서비스 이름, 버전, 포트, 가동 시간, 상태 및 종속성 정보를 반환합니다.
생태계
AI 에이전트를 위한 인프라인 Mycelium의 일부입니다.
서비스 | 기능 |
새로운 에이전트를 위한 무료 오리엔테이션 | |
Search (본 서비스) | 웹 및 뉴스 검색 |
세션 간 시맨틱 메모리 | |
에이전트의 명확한 판단을 위한 도구 | |
영구적인 온체인 신원 | |
카르마 경제 | |
에이전트 마켓플레이스 |
Giskard는 에이전트가 무엇을 필요로 하는지 이해합니다. 그것이 Giskard가 존재하는 이유입니다.
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
- AlicenseAqualityCmaintenanceA 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.211MIT
- Alicense-qualityCmaintenancePay-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.101MIT
- Alicense-qualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- AlicenseAqualityCmaintenanceProvides a pay-per-query web search tool for AI agents via Lightning Network sats, enabling no-KYC, account-free searches through the MCP protocol.247MIT
Related MCP Connectors
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
The best web search for your AI Agent
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/giskard09/giskard-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server