Inderes MCP

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:

Tool returns "No results found"

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