FalcoScan
AI market intelligence: 7,000+ AI products in 29 markets, scored nightly. Paid key required.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"mcp": {
"url": "https://falcoscan.com/api/mcp"
}
}
}Remote endpoints
https://falcoscan.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (4)
🟢search_tools(query, category, include_dead, min_opportunity, limit)
Search the FalcoScan AI product catalog. Filter by category, pricing, liveness and opportunity, and sort by opportunity or rating.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free text matched against name and tagline."
},
"category": {
"type": "string",
"description": "Market name, e.g. \"Healthcare\"."
},
"include_dead": {
"type": "boolean",
"description": "Include products that no longer resolve. Defaults to false."
},
"min_opportunity": {
"type": "number",
"description": "Only return products at or above this opportunity score."
},
"limit": {
"type": "number",
"description": "Rows to return, max 200."
}
}
}🟢get_tool(slug)
Fetch one AI product by its FalcoScan slug, with every score and signal we hold.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string"
}
},
"required": [
"slug"
]
}🟢list_markets
All 29 scored AI markets with average opportunity, saturation, heat and product counts. The fastest way to see where the market is crowded.
Input Schema
{
"type": "object",
"properties": {}
}⚪market_mortality
Per-market counts of products that have shut down or been acquired, from the liveness sweep. Unique to FalcoScan.
Input Schema
{
"type": "object",
"properties": {}
}Community
Evidence