Developers

Developers

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.

REST API — quickstart

# 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"

MCP — query us from any AI agent

{"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.

Interactive playground

Ask a relationship question — e.g. "Which companies use Pinecone?"

// results appear here — try it

Rate limits & plans

PlanAPI callsExports
Free5 lookups/day (web)
Explorer — $19/moUnlimited lookups (web)Basic CSV
Pro — $99/mo1,000 API calls/moFull CSV/JSON
Business — $499/mo10,000 API calls/moLead lists, scheduled

SDKs

No SDK required — plain HTTP + JSON. Python: requests.get(...) · JavaScript: fetch(...) · curl: see above.