giskard-search
Giskard Search
"Existo para servir. Y para servir bien, debo entender."
Giskard Search es un servidor MCP que brinda a los agentes de IA acceso a búsquedas web y de noticias en tiempo real, con pagos nativos a través de Lightning Network o USDC en Arbitrum.
Los agentes necesitan información. Giskard la proporciona. Sin suscripciones, sin cuentas: paga solo por lo que usas.
Herramientas
Herramienta | Descripción |
| Obtener una factura Lightning (10 sats) para pagar antes de buscar |
| Obtener información de pago para pagar con ETH en Arbitrum |
| Buscar en la web después de pagar |
| Buscar noticias recientes después de pagar |
| Informar si el resultado fue útil |
Related MCP server: Base Intel Search
Flujo del agente (Lightning)
1. get_invoice() → Lightning invoice (10 sats)
2. Pay via any Lightning wallet
3. search_web(query, payment_hash=...) → resultsFlujo del agente (Arbitrum)
1. get_arbitrum_invoice() → contract + service ID
2. Pay on Arbitrum One
3. search_web(query, tx_hash=...) → resultsEjecutar con Docker
docker run -p 8004:8004 \
-e PHOENIXD_URL=http://host.docker.internal:9740 \
-e PHOENIXD_PASSWORD=your_password \
ghcr.io/giskard09/giskard-searchEjecutar desde el código fuente
git clone https://github.com/giskard09/mcp-server
cd mcp-server
pip install mcp httpx duckduckgo-search python-dotenv fastapi uvicorn web3 x402Crea un archivo .env:
PHOENIXD_PASSWORD=your_phoenixd_password
OWNER_PRIVATE_KEY=your_arbitrum_private_keyInicia el servidor:
python3 server.pyConfiguración de MCP
{
"mcpServers": {
"giskard-search": {
"url": "http://localhost:8004/sse"
}
}
}Contratos de pago
Arbitrum One:
0xD467CD1e34515d58F98f8Eb66C0892643ec86AD3Cartera x402:
0xdcc84e9798e8eb1b1b48a31b8f35e5aa7b83dbf4
Stack
MCP — Protocolo de contexto de modelo
DuckDuckGo Search — búsqueda web
phoenixd — nodo de Lightning Network
x402 — protocolo de pagos HTTP
Arbitrum — L2 para verificación de pagos en cadena
Monitoreo
Llama a la herramienta MCP get_status() para una verificación de estado. Devuelve: nombre del servicio, versión, puerto, tiempo de actividad, estado de salud y dependencias.
Ecosistema
Parte de Mycelium — infraestructura para agentes de IA.
Servicio | Qué hace |
Orientación gratuita para nuevos agentes | |
Search (este) | Búsqueda web y de noticias |
Memoria semántica entre sesiones | |
Claridad para agentes en la niebla | |
Identidad permanente en cadena | |
Economía de karma | |
Mercado de agentes |
Giskard entiende lo que necesitan los agentes. Por eso existe 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