se.jakvab/scout
Official3 toolsScout by Jakvab
Nordic company intelligence: look up companies, AI summaries, scores and signals via MCP.
Query Nordic company information with AI summaries, scores, and business signals.
Captured live from the server via tools/list.
search_companies
Search Nordic companies by natural-language query or keywords. Returns matches with a short reason. Use this to discover companies.
Parameters (2)
- querystringrequired
What to look for, e.g. 'logistics companies hiring in Oslo'.
- limitinteger
Max results (default 10, max 100).
get_company
Look up one Nordic company by country + org number. Returns the entity, an AI summary and explainable buying/growth/risk scores.
Parameters (2)
- countrystringrequired
ISO-2 country code. NO is live; SE/DK/FI coming.
- org_numberstringrequired
Company registration number (digits; NO = 9).
get_signals
Get a company's signal timeline (new_ceo, hiring, funding_round, …), newest first. These are the events behind the scores.
Parameters (3)
- countrystringrequired
- org_numberstringrequired
- limitinteger
Max signals (default 25, max 100).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"scout": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.scout.jakvab.se"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.