search_companiesSearch published companies by query, category, stage, hook, description, slug, or founder.
MCP Server
Query the public market map as structured data from Claude, Codex, and other MCP-compatible tools. The server is read-only, local-first, and scoped to published AI Atlas data.
Mode
Read-only
Scope
Public
Tools
7 tools
Tools
All tools return concise JSON and canonical AI Atlas URLs. Limits are capped at 25 results.
search_companiesSearch published companies by query, category, stage, hook, description, slug, or founder.
get_companyReturn one public company profile by slug, including Atlas URL, website, category, stage, founders, funding fields when public, and related patterns.
list_categoriesList category metadata, thesis notes, company counts, and optional representative companies.
get_categoryReturn one category with its public published companies.
list_patternsList editorial market patterns with framing and related companies.
get_patternReturn one pattern with related public companies and one-liners.
search_jobsSearch public open jobs when available, returning role metadata and source URLs only.
Published company profiles, category metadata, editorial patterns, public profile URLs, website URLs, public funding fields when present, and public open jobs when available.
Run locally
The server uses stdio transport and needs no new secrets. In MCP client configs, use silent npm mode so stdout remains valid JSON-RPC.
npm run mcp:serverClaude Desktop
{
"mcpServers": {
"ai-atlas-nyc": {
"command": "npm",
"args": [
"--prefix",
"/path/to/ai-atlas-nyc",
"run",
"--silent",
"mcp:server"
]
}
}
}Codex
[mcp_servers.ai-atlas-nyc]
command = "npm"
args = [
"--prefix",
"/path/to/ai-atlas-nyc",
"run",
"--silent",
"mcp:server"
]Try asking
Prefer a browser surface? Ask Atlas answers natural-language questions over the same public map.
Open Ask Atlas