What this unlocks
Capabilities out of the box.
Tool calls for scrape, brand, classify, and crawl endpoints
Shared auth via `ORSA_API_KEY` on the MCP process
Works with any MCP-compatible host — not only Claude
Setup
Claude Desktop config
One command to get started.
install
{
"mcpServers": {
"orsa": {
"command": "npx",
"args": ["@orsa/mcp"],
"env": { "ORSA_API_KEY": "your_key_here" }
}
}
}Workflows
What teams build with this.
01
Brand colors in one prompt
“Chart stripe.com and list primary brand colors.” → maps to `brand.retrieve` / color extraction tools.
02
Markdown capture
“Convert this Notion post to Markdown for my doc.” → `web.scrapeMarkdown`.
03
NAICS lookup
“What NAICS code fits Blue Bottle Coffee?” → `brand.classify` style tools.