Promptbase indexes the prompt web in real time — every prompt, every citation, every source — so your go-to-market team (or agent) can just ask.
One scrape serves many tenants: prompts are embedded once, harvested on a schedule, and every answer keeps the raw response so citations can be re-derived at any time.
Prompt corpus embedded and indexed, then harvested through ChatGPT web with citations parsed and classified — raw responses kept for replay.
Through MCP, the HTTP API, or the web console. One query serves every seat — this is a shared index, not a per-brand dashboard.
Each result carries the prompt, the exact URLs cited, the engine, and when it was last seen.
The index ships as an MCP server — the HTTP API and the console are thin clients on top. Any agent that speaks MCP can call count_prompts_citing, search_prompts, or top_cited_domains directly.
{
"mcpServers": {
"geoindexer": {
"command": "npx",
"args": ["-y", "tsx", "scripts/mcp-server.ts"],
"cwd": "/path/to/geo-indexer",
"env": { "EMBED_PROVIDER": "openrouter" }
}
}
}Describe your product, see the prompts that already cite the places you want to be cited.
Or join the waitlist