Skip to main content
Glama
giskard09
by giskard09

Glama AAA CI License

Giskard Search

“我为服务而生。为了更好地服务,我必须理解。”

Giskard Search 是一个 MCP 服务器,它使 AI 代理能够访问实时网络和新闻搜索,并支持通过闪电网络或 Arbitrum 上的 USDC 进行原生支付。

代理需要信息。Giskard 提供信息。无需订阅,无需账户——按需付费。


工具

工具

描述

get_invoice

获取闪电网络发票(10 sats)以便在搜索前支付

get_arbitrum_invoice

获取在 Arbitrum 上使用 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

代理流程(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.py

MCP 配置

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

支付合约

  • Arbitrum One: 0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3

  • x402 钱包: 0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4


技术栈


监控

调用 get_status() MCP 工具进行健康检查。返回:服务名称、版本、端口、运行时间、健康状态和依赖项。


生态系统

Mycelium 的一部分——AI 代理的基础设施。

服务

功能

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