Unrestricted web access for AI agents. Multi-engine search and page reading through a single endpoint. SearXNG-powered with intelligent fallback.
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
A modular suite of tools designed specifically for autonomous AI workflows. No boilerplate. Just raw capability.
Aggregates 70+ search engines - Google, Bing, DuckDuckGo, Brave, arXiv, GitHub, Wikipedia - into one REST endpoint. Engine selection, language, time range, and safe search filters.
$ curl -H "Authorization: Bearer $TOKEN" \ "https://search.iamnaime.info.bd/v1/search?q=hello"
Extract clean, readable text from any URL. Handles Cloudflare-protected pages, JS-rendered content, and complex layouts. Dual fallback chain.
6 tools and research prompts. Works with Claude Code, Cursor, and any MCP client out of the box. SSE transport.
Sub-second cached responses. LRU caching with HTTP ETag support. Results served from cache in milliseconds.
Token auth, per-key rate limiting, SSRF protection, and input validation. Self-hosted - your data stays on your server.
Free. No credit card required. No hidden charge.
Built for intensive autonomous workloads and deep research. 43,200 monthly requests included.
Connect your AI tool with a single configuration. No local installation needed.
{
"mcpServers": {
"web-search": {
"url": "https://search.iamnaime.info.bd/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
{
"mcpServers": {
"web-search": {
"url": "https://search.iamnaime.info.bd/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
# 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"
Generate your API key instantly. Free forever. No credit card required.
Open access for developers. No credit card. No tier gates.
Verification code sent to
API key sent to your email. Check inbox and spam folder.
{
"mcpServers": {
"web-search": {
"url": "https://search.iamnaime.info.bd/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Already have a key? Check Usage