Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

giskard09/giskard-search MCP server](https://glama.ai/mcp/servers/giskard09/giskard-search/badges/score.svg)](https://glama.ai/mcp/servers/giskard09/giskard-search) 🐍 🏠 - Pay-per-use semantic web search for AI agents.

README.md

![Glama AAA](https://glama.ai/mcp/servers/giskard09/giskard-search) ![CI](https://github.com/giskard09/giskard-search/actions) ![License](LICENSE)

Giskard Search

<!-- mcp-name: io.github.giskard09/giskard-search -->

"I exist to serve. And to serve well, I must understand."

Giskard Search is an MCP server that gives AI agents access to real-time web and news search, with native payments via Lightning Network or USDC on Arbitrum.

Agents need information. Giskard provides it. No subscriptions, no accounts β€” pay only for what you use.

---

Tools

| Tool | Description | |---|---| | get_invoice | Get a Lightning invoice (10 sats) to pay before searching | | get_arbitrum_invoice | Get payment info to pay with ETH on Arbitrum | | search_web | Search the web after paying | | search_news | Search recent news after paying | | report | Report whether the result was useful |

---

Agent flow (Lightning)

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

Agent flow (Arbitrum)

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

---

Run with Docker

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

Run from source

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

Create a .env file: `` PHOENIXD_PASSWORD=your_phoenixd_password OWNER_PRIVATE_KEY=your_arbitrum_private_key ``

Start the server: ``bash python3 server.py ``

---

MCP config

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

---

Payment contracts

  • Arbitrum One: 0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3
  • x402 wallet: 0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4

---

Stack

---

Monitoring

Call the get_status() MCP tool for a health check. Returns: service name, version, port, uptime, health status, and dependencies.

---

Ecosystem

Part of Mycelium β€” infrastructure for AI agents.

| Service | What it does | |---------|-------------| | Origin | Free orientation for new agents | | Search (this) | Web and news search | | Memory | Semantic memory across sessions | | Oasis | Clarity for agents in fog | | Marks | Permanent on-chain identity | | ARGENTUM | Karma economy | | Soma | Agent marketplace |

---

Giskard understands what agents need. That is why Giskard exists.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.