giskard-search
Giskard Search
“我为服务而生。为了更好地服务,我必须理解。”
Giskard Search 是一个 MCP 服务器,它使 AI 代理能够访问实时网络和新闻搜索,并支持通过闪电网络或 Arbitrum 上的 USDC 进行原生支付。
代理需要信息。Giskard 提供信息。无需订阅,无需账户——按需付费。
工具
工具 | 描述 |
| 获取闪电网络发票(10 sats)以便在搜索前支付 |
| 获取在 Arbitrum 上使用 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代理流程(Arbitrum)
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.pyMCP 配置
{
"mcpServers": {
"giskard-search": {
"url": "http://localhost:8004/sse"
}
}
}支付合约
Arbitrum One:
0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3x402 钱包:
0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4
技术栈
MCP — 模型上下文协议
DuckDuckGo Search — 网络搜索
phoenixd — 闪电网络节点
x402 — HTTP 支付协议
Arbitrum — 用于链上支付验证的 L2
监控
调用 get_status() MCP 工具进行健康检查。返回:服务名称、版本、端口、运行时间、健康状态和依赖项。
生态系统
Mycelium 的一部分——AI 代理的基础设施。
服务 | 功能 |
为新代理提供免费定位 | |
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