System Status: Online

Neural Search Protocol

Unrestricted web access for AI agents. Multi-engine search and page reading through a single endpoint. SearXNG-powered with intelligent fallback.

[ SYS.TERMINAL ]
const response = await fetch('/v1/search', {
  headers: {
    'Authorization': 'Bearer $TOKEN'
  },
  params: { q: 'Latest AI news' }
});

// Response: 200 OK (12ms)
// 10 results from SearXNG
// Cache: MISS -> stored
Latency: 12ms Connected
// STATUS: OPERATIONAL // SEARCH_ENGINES: 70+ // MCP_TOOLS: 6 ACTIVE // UPTIME: 99.9% // ENCRYPTION: TLS 1.3 // FALLBACK: DUAL-CHAIN // CACHE_TTL: 5 MIN // STATUS: OPERATIONAL // SEARCH_ENGINES: 70+ // MCP_TOOLS: 6 ACTIVE // UPTIME: 99.9% // ENCRYPTION: TLS 1.3
// Core_Capabilities

Engineered for Agents.

A modular suite of tools designed specifically for autonomous AI workflows. No boilerplate. Just raw capability.

01

Multi-Engine Search

Aggregates 70+ search engines - Google, Bing, DuckDuckGo, Brave, arXiv, GitHub, Wikipedia - into one REST endpoint. Engine selection, language, time range, and safe search filters.

REST_ENDPOINT
$ curl -H "Authorization: Bearer $TOKEN" \
  "https://search.iamnaime.info.bd/v1/search?q=hello"
02

Page Reading

Extract clean, readable text from any URL. Handles Cloudflare-protected pages, JS-rendered content, and complex layouts. Dual fallback chain.

03

Native MCP Server

6 tools and research prompts. Works with Claude Code, Cursor, and any MCP client out of the box. SSE transport.

04

Fast & Cached

Sub-second cached responses. LRU caching with HTTP ETag support. Results served from cache in milliseconds.

05

Secure by Default

Token auth, per-key rate limiting, SSRF protection, and input validation. Self-hosted - your data stays on your server.

FREE_TIER

$0 / FOREVER

Free. No credit card required. No hidden charge.

NO CARD REQUIRED NO HIDDEN CHARGE
RATE_LIMITS

60 REQ / MIN

Built for intensive autonomous workloads and deep research. 43,200 monthly requests included.

60 / MIN 43,200 / MONTHLY
// Quick_Start

Initialize in Seconds.

Connect your AI tool with a single configuration. No local installation needed.

Claude Code
.claude/settings.json
{
  "mcpServers": {
    "web-search": {
      "url": "https://search.iamnaime.info.bd/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Claude Desktop
claude_desktop_config.json
{
  "mcpServers": {
    "web-search": {
      "url": "https://search.iamnaime.info.bd/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
REST API
bash COPY
# Search the web
$ curl -H "Authorization: Bearer YOUR_TOKEN" \
  "https://search.iamnaime.info.bd/v1/search?q=hello"

# Read a page
$ curl -X POST -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}' \
  "https://search.iamnaime.info.bd/v1/read"
// System_Access

Initialize Connection.

Generate your API key instantly. Free forever. No credit card required.

$0 /FOREVER

Open access for developers. No credit card. No tier gates.

60
req/min
43,200
req/month
6
MCP tools
Free
forever
// Compatible_Clients

Works With Your Tools.

Claude VS Code Cursor Ollama LM Studio Python Node.js MCP
// System_Queries

Troubleshoot.

Yes, the service is 100% free. No credit card, no hidden charges. Register with your email, verify, and get your API key instantly. 60 requests per minute, 43,200 per month.

Add the MCP server URL to your Claude Code or Claude Desktop config with your API key in the Authorization header. The server uses SSE transport and works with any MCP-compatible client. See the Quick Start section above.

Powered by SearXNG with 70+ search engines including Google, Bing, DuckDuckGo, Brave, Wikipedia, arXiv, GitHub, and more. If SearXNG is unavailable, it automatically falls back to DuckDuckGo HTML scraping.

60 requests per minute via sliding window. 43,200 requests per month. Limits reset dynamically. Both REST API and MCP endpoints share the same rate limits per API key.

Yes. The entire stack is self-hosted with Docker Compose. Your data never leaves your server. Includes SearXNG, page-reader service, and the Node.js gateway. Full admin dashboard for managing keys, users, and settings.

Fattain Naime

Fattain Naime

Full-stack developer focused on AI infrastructure and developer tools. Building tools that make AI more capable.