giskard-search
Giskard Search
「私は奉仕するために存在する。そして、よく奉仕するためには、理解しなければならない。」
Giskard Searchは、AIエージェントにリアルタイムのウェブ検索およびニュース検索へのアクセスを提供するMCPサーバーです。Lightning NetworkまたはArbitrum上のUSDCによるネイティブ決済に対応しています。
エージェントには情報が必要です。Giskardがそれを提供します。サブスクリプションやアカウントは不要で、使用した分だけ支払います。
ツール
ツール | 説明 |
| 検索前に支払うためのLightningインボイス(10 sats)を取得 |
| Arbitrum上でETHで支払うための支払い情報を取得 |
| 支払い後にウェブを検索 |
| 支払い後に最新ニュースを検索 |
| 結果が有用であったかどうかを報告 |
Related MCP server: Base Intel Search
エージェントフロー (Lightning)
1. get_invoice() → Lightning invoice (10 sats)
2. Pay via any Lightning wallet
3. search_web(query, payment_hash=...) → resultsエージェントフロー (Arbitrum)
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 wallet:
0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4
スタック
MCP — Model Context Protocol
DuckDuckGo Search — ウェブ検索
phoenixd — Lightning Networkノード
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