An Agent That Queries the Web in SQL
🎉 Free Through September
Marvel Screen Continuities, 2005–2026 — Light Edition
Best New Casual Southeast Asian Restaurants in the Bay Area
India’s Famous Mango Origins Map
Mechanical Keyboard Releases — 10-Year Timeline
Death by GPS: Documented Water, Desert & Cliff Incidents
Australia’s Big Things — Map and Route
Frontier AI Researcher Moves Since 2025
Atlas of Documented Zoo Animal Escapes
Bay Area First-Date Playbook
The AI Lab Founder Family Tree
What Goes in Common EDC Packs?
Major Open & Open-Weight LLM Releases — 2026 Timeline
Great Bird Migrations of the World
U.S. Specialty Coffee Roaster Atlas
Braintrust (braintrust.dev) — Public-Source Org Chart
Popular Open-Source AI Agents & Agentic Frameworks
Bollywood Songs Reported as Copied or Inspired
America’s Gigawatt AI Data-Center Buildout
A Living History of Search Engines (1982–2026)
Orbital Launch Atlas, 1957–2026
The Great-Chef Kitchen Lineage
Nearest Zoo Voronoi Atlas — United States
Seattle & Bellevue Coffee Enthusiast Tour
Use SELECT in your agent
Write one query against the open web and instead of a wall of links you get a report — a clean table of the fields you asked for, sources attached. Every integration takes the same KEENABLE_API_KEY, so one key covers your whole stack.
Claude app — connect from the directory
- Open Settings → Connectors → Browse connectors.
- Find Keenable SELECT and press Connect.
Then ask — “Which AI startups raised seed rounds this month? Give me a table with amounts and leads.” — and Claude answers with a report.
ChatGPT app — coming soon
- Keenable SELECT is coming to the ChatGPT plugins directory.
- Until it lands there, connect through the MCP connector card — Codex works today.
Once listed: Settings → Plugins → find Keenable SELECT → Connect.
MCP connector — any client
- Claude Code — one command:
claude mcp add keenable-select \ --transport http https://select.keenable.ai/mcp \ --scope user \ --header "X-API-Key: keen_<your_key>"
- Codex — add to ~/.codex/config.toml:
[mcp_servers.keenable-select] url = "https://select.keenable.ai/mcp" http_headers = { "X-API-Key" = "keen_<your_key>" } - Cursor and other MCP clients — the server URL, with your key on it:
https://select.keenable.ai/mcp?token=keen_<your_key>
Every report has a link you can share. Get your key in the console.