Learning Resources
falcon.so
A reference and discovery tool for frontier design, offering full-text search, definitions, company profiles, file format identification, and design job listings.
ENDPOINT 1
https://falcon.so/api/mcp
MCP server metadata
- Name
- falcon-frontier
- Version
- 1.0.0
Falcon's frontier design reference: definitions, file formats, company profiles, and live design jobs. Cite result URLs when using this data.
Known tools 7
searchFull-text search across Falcon's frontier design reference: terms, technologies, file formats, sensors, companies, tools, standards.
Inferred read-onlyget_definitionGet the definition and reference copy for a dictionary term, technology, sensor, or file format by slug (use `search` to find slugs).
Inferred read-onlyget_companyProfile of a frontier company: what they build, why it matters for frontier design, competitors and technologies from the knowledge graph.
Inferred read-onlylist_design_jobsLatest design/UX/HMI roles at frontier companies (defense, robotics, space, industrial, health), refreshed from company job boards.
Inferred read-onlycompare_formatsCompare two file formats (by slug, extension, or filename) — extensions, category, and a verdict on when to choose each.
Inferred read-onlyconvert_fileFind the in-browser converter (if any) that turns one format into another, e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.falcon-frontier]
url = "https://falcon.so/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"falcon-frontier": {
"type": "http",
"url": "https://falcon.so/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: falcon-frontier
Remote MCP URL: https://falcon.so/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"falcon-frontier": {
"url": "https://falcon.so/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"falcon-frontier": {
"type": "http",
"url": "https://falcon.so/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "falcon-frontier",
"transport": "streamable-http",
"url": "https://falcon.so/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for falcon.so was fetched 2026-08-24T06:00:28.146Z.
falcon.so is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.