Troubleshooting
Sign-in fails or "Access denied" after login
The server requires Inderes premium. If your subscription doesn't include it, the login completes but the connector returns 403 Forbidden on the first tool call.
Fix: Verify your subscription at inderes.fi. If you believe you should have access, contact Inderes support.
"Unauthorized" or 401 mid-session
Your OAuth token has expired and the client didn't refresh it automatically.
Fix: Disconnect and reconnect the connector from your client's settings. The server honors standard OAuth 2.1 refresh; clients that don't refresh will need to redo the sign-in.
The assistant has the connector but doesn't call any tools
MCP tool use is non-deterministic — the model chooses when to invoke tools based on the prompt. If the assistant isn't using Inderes tools, try:
- Be explicit: "Use the Inderes MCP tools to…"
- Restart the client: tool lists are loaded at connect time; a stale session may not see updates.
- Check
/mcpstatus (Claude Code) or the Connectors panel (Claude Desktop) to confirm tools are listed.
Tool returns "No results found"
- Confirm the company is covered by Inderes research. Coverage is Nordic-focused.
- For
get-price-data,get-fundamentals, andget-inderes-estimates, thecompanyIdmust come fromsearch-companies— don't pass a ticker or ISIN directly. - For
read-document-sections, thedocumentIdmust come from a priorget-contentcall on an ingested PDF report.
get-content returns a pointer message instead of content
Certain Inderes content (extensive company reports) is distributed as PDFs. When you call get-content on such a report, the response contains a documentId + sections table-of-contents rather than the body. Read the report with:
read-document-sections(documentId, sectionNumbers: [...])
See the tool reference for details.
Language mismatch
Inderes content is published in Finnish, Swedish, Danish, and English. Some content exists in only one language. Pass lang (fi | en | sv | da) to tools that accept it to prefer a specific language.
Rate limits
If you see 429 or 502 responses under heavy load, back off and retry.
Getting help
- Check the tool reference for tool-specific input/output shapes.
- For bugs or integration questions, contact Inderes support at [email protected].