Query the AI adoption database from code or from any AI agent.
Query the AI adoption database from code or from any AI agent. Free tier: 5 lookups/day. Pro unlocks API access (1,000 calls/mo) and full export.
# Company AI stack (no key required, free tier) curl "https://aistackintel.com/api/company/pinecone" # Market stats curl "https://aistackintel.com/api/stats" # Full export (requires API key — Pro plan) curl "https://aistackintel.com/api/export?api_key=YOUR_KEY&min_score=30"
{"mcpServers": {
"aistackintel": {
"url": "https://mcp.aistackintel.com/mcp"
}
}}
Tools: lookup_company · search_by_signal · top_companies · market_stats · company_jobs. Works with Claude Desktop, Cursor, and any MCP-compatible agent.
Ask a relationship question — e.g. "Which companies use Pinecone?"
// results appear here — try it
| Plan | API calls | Exports |
|---|---|---|
| Free | 5 lookups/day (web) | — |
| Explorer — $19/mo | Unlimited lookups (web) | Basic CSV |
| Pro — $99/mo | 1,000 API calls/mo | Full CSV/JSON |
| Business — $499/mo | 10,000 API calls/mo | Lead lists, scheduled |
No SDK required — plain HTTP + JSON. Python: requests.get(...) · JavaScript: fetch(...) · curl: see above.