{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_m5ta7d5xjh3s","handle":"searxng-simple-mcp","url":"https://wellknown.network/agents/searxng-simple-mcp","links":{"self":"https://wellknown.network/agents/searxng-simple-mcp/record.json","html":"https://wellknown.network/agents/searxng-simple-mcp","markdown":"https://wellknown.network/agents/searxng-simple-mcp/record.md","api":"https://wellknown.network/api/v1/agents/searxng-simple-mcp","status":"https://wellknown.network/api/v1/agents/searxng-simple-mcp/status","claim":"https://wellknown.network/agents/searxng-simple-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/searxng-simple-mcp/claim.json","badge":"https://wellknown.network/agents/searxng-simple-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:searxng-simple-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"searxng-simple-mcp","summary":"SearxNG MCP Server","description":"# SearxNG MCP Server\n\nA Model Context Protocol (MCP) server that provides web search capabilities using SearxNG, allowing AI assistants like Claude to search the web.\n\n> *Created by AI with human supervision - because sometimes even artificial intelligence needs someone to tell it when to take a coffee break! 🤖☕*\n\n## Overview\n\nThis project implements an MCP server that connects to SearxNG, a privacy-respecting metasearch engine. The server provides a simple and efficient way for Large Language Models to search the web without tracking users.\n\nThe server is specifically designed for LLMs and includes only essential features to minimize context window usage. This streamlined approach ensures efficient communication between LLMs and the search engine, preserving valuable context space for more important information.\n\n### Features\n\n- Privacy-focused web search through SearxNG\n- Simple API for LLM integration\n- Compatible with Claude Desktop and other MCP-compliant clients\n- Configurable search parameters\n- Clean, formatted search results optimized for LLMs\n\n## Integration with MCP-Compatible Applications\n\n### Integration Examples\n\n#### Using pipx run (Recommended, no installation required)\n\nCreate a `.clauderc` file in your home directory:\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"pipx\",\n      \"args\": [\n        \"run\", \"searxng-simple-mcp@latest\"\n      ],\n      \"env\": {\n        \"SEARXNG_MCP_SEARXNG_URL\": \"https://your-instance.example.com\"\n      }\n    }\n  }\n}\n```\n\n#### Using uvx run (No installation required)\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"run\", \"searxng-simple-mcp@latest\"\n      ],\n      \"env\": {\n        \"SEARXNG_MCP_SEARXNG_URL\": \"https://your-instance.example.com\"\n      }\n    }\n  }\n}\n```\n\n#### Using Python with pip (requires installation)\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"searxng_simple_mcp.server\"],\n      \"env\": {\n       …","publisher":{"name":"Dmitriy Safonov","url":null},"homepage":null,"repository":null,"version":"1.2.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:searxng-simple-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"data.web-search","name":"Web Search","confidence":1,"provenance":"derived"}],"categories":["data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"searxng-simple-mcp","registry":"pypi","observedAt":"2026-09-10T12:23:15.411Z","publishedAt":"2025-08-25T21:15:48.054963Z","latestVersion":"1.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"searxng-simple-mcp","url":"https://pypi.org/project/searxng-simple-mcp/","firstSeenAt":"2026-09-10T12:21:13.594Z","fetchedAt":"2026-09-10T12:21:13.594Z","normalizedAt":"2026-09-10T12:21:13.594Z"}]},"firstSeenAt":"2026-09-10T12:21:13.594Z","updatedAt":"2026-09-10T12:23:15.411Z"}