Use Falcoscan inside your research and AI workflows
Connect verified AI market intelligence to the agents, applications and internal workflows your team already uses. Standard access supports one defined workflow. Enterprise access is available for embedded, customer-facing or high-volume use.
What you are actually buying
Not a block of API calls. Access to a maintained AI market intelligence layer that plugs into research, product, strategy or agent workflows you already run.
A catalog somebody maintains
7,030 AI products across 29 markets, checked rather than scraped once. Every product is resolved against its own homepage, which is how we know 589 are gone and 162 were acquired. That check runs whether or not you ask for it.
Scores with a published method
Opportunity, saturation, heat and wrapper risk, each defined openly on our methodology page, each recomputed daily. You can tell a colleague where a number came from.
A shape your workflow can consume
An MCP server for agents and editors, and a REST API for everything else. Your team asks in plain language, or your code asks in JSON. No scraping, no re-parsing, no keeping a crawler alive.
Numbers that stay put when you cite them
Every published figure is frozen to its capture date. A number you quote in a board deck reads the same when somebody checks it a year later.
Access
Put the data behind one real workflow and see whether it holds up.
You have a specific question — a sourcing screen, a market map, an agent that needs to know what exists — and you want to answer it with our data before committing to a year.
A maintained intelligence layer your workflow can depend on.
The workflow works and now it needs to keep working: refreshed daily, versioned, and there when your team or your agent asks for it.
Embedded, customer-facing or high-volume use.
The data reaches your own customers, runs across several teams, or feeds something you sell. That needs terms this licence does not cover.
Talk to us about Enterprise →| Design Partner | Annual MCP and API | Enterprise | |
|---|---|---|---|
| Price | $2,500 | $10,000 / year | Custom |
| Purpose | Prove one workflow | Run one recurring workflow | Embed at scale |
| Workspaces | 1 | 1 | Multiple |
| MCP and REST API | ✓ | ✓ | ✓ |
| RequestsA fair-use boundary, not a meter you are billed against. | 25,000 / 90 days | Up to 100,000 / year | Custom |
| Catalog | Full | Full | Full |
| Refresh | Daily | Daily | Custom |
| Support | Guided | Standard | Dedicated |
| External distributionPassing the data to your own customers needs Enterprise terms. | — | — | Custom |
| Bulk data replication | — | — | Custom |
| SSO and SLA | — | — | Available |
Falcoscan data access agreement
Version 2026-09-1
What you get
A non-exclusive, non-transferable right to query the Falcoscan catalog — market scores, product records, liveness and wrapper-risk signals — through the MCP endpoint and the REST data API, for the term you have paid for. Access is for your own organisation’s internal use and for products you build for your own customers.
What you may not do
You may not resell or redistribute the raw dataset, publish it in bulk, or use it to train a model or build a product whose purpose is to reproduce the dataset itself. If you publish figures drawn from it, attribute them to Falcoscan with the date they were retrieved.
Fair use
Access is rate limited, and the limit for your plan is shown on your access page. Do not attempt to enumerate the entire catalog in bulk, share your key outside your organisation, or run more than one concurrent integration on a single key. We will tell you before we throttle or suspend a key for load, unless the load is causing an outage.
No warranty
The data is provided as is, on a best-effort basis. Falcoscan does not warrant that it is accurate, complete or current, and publishes its coverage limits openly. You are responsible for decisions you make using it, and Falcoscan is not liable for losses arising from those decisions. Our total liability is capped at the fees you paid in the twelve months before the claim.
Confidentiality
Each side keeps the other’s non-public information confidential. Neither side names the other publicly as a customer or supplier without written permission.
Term and ending it
Access runs for the term you paid for. Either side may end this agreement with 30 days’ written notice; fees already paid are not refunded except where Falcoscan ends it early without cause, in which case the unused portion is refunded pro rata. Your key stops working when the term ends.
Governed by the laws of Singapore.
Sign in to accept the agreement and get a key.
Connecting
The MCP server speaks JSON-RPC 2.0 over HTTP. Point any MCP client at the endpoint and send your key as a bearer token. Four tools are exposed: search_tools, get_tool, list_markets and market_mortality.
{
"mcpServers": {
"falcoscan": {
"url": "https://falcoscan.com/api/mcp",
"headers": { "Authorization": "Bearer fsk_live_your_key" }
}
}
}