Skip to content
Features Search Docs Privacy Access Dashboard Get Key
System Status: Online

AI Search Gateway

Real-time web search API for AI agents. Multi-engine search through SearXNG with MCP protocol support. Free, self-hosted, and privacy-first.

[ MCP.CONFIG ]
{
  "mcpServers": {
    "web-search": {
      "url": "https://search.iamnaime.info.bd/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Protocol: MCP / SSE 6 Tools Active
// 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.

01

Multi-Engine Search

Aggregates 70+ search engines into one REST endpoint.

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. Dual fallback chain.

Dual fallback active
03

Native MCP Server

6 tools. Works with Claude Code, Cursor, and any MCP client.

web_search read_page +4 more
04

Fast & Cached

Sub-second cached responses. LRU caching with HTTP ETag support.

~12ms avg5min TTL
05

Secure by Default

Token auth, rate limiting, SSRF protection. Self-hosted.

TLS 1.3 SSRF Shield
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. 43,200 monthly requests.

60 / MIN 43,200 / MONTHLY
// Quick_Start

Initialize in Seconds.

Connect your AI tool with a single configuration.

Claude Code
.claude/settings.json
{
  "mcpServers": {
    "web-search": {
      "url": "https://search.iamnaime.info.bd/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Codex
~/.codex/config.toml
# Add to ~/.codex/config.toml
[mcp_servers.web-search]
url = "https://search.iamnaime.info.bd/mcp"

# Or with auth header:
[mcp_servers.web-search.headers]
Authorization = "Bearer YOUR_API_KEY"
REST API
bashCOPY
# 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, 100% free. No credit card, no hidden charges. 60 requests per minute, 43,200 per month.

Add the MCP server URL to your Claude Code or Claude Desktop config. SSE transport, works with any MCP-compatible client.

70+ engines via SearXNG. Automatic DuckDuckGo fallback.

60 req/min, 43,200/month. Both REST and MCP share the same limits per API key.

Yes. Docker Compose. Your data never leaves your server. Full admin dashboard included.

Fattain Naime

Fattain Naime

Full-stack developer focused on AI infrastructure and developer tools.