Skip to content

MCP troubleshooting

Use this page when a client cannot connect, tools are missing, or a tool call fails.

Check:

  1. The endpoint is correct.
  2. The client supports remote MCP or uses a compatible proxy.
  3. The token or OAuth authorization is still active.
  4. The Authorization header is exactly Bearer <token> when using bearer tokens.

Hosted endpoint:

https://mcp.sleepwalker.ai/mcp

Available tools depend on scopes.

SymptomLikely cause
Only read tools appear.The connection has read-only scopes.
Action tools are missing.The token or OAuth connection does not include action scopes.
Run status tools appear but create tools do not.The connection can read runs but cannot create billable work.

Open the Sleepwalker app and review the token or connection in MCP.

ErrorMeaning
Missing Authorization headerBearer-token clients must send Authorization: Bearer sw_mcp_live_....
Invalid tokenThe token is wrong, expired, or revoked.
Missing scopeThe token is valid but cannot call that tool.

If a token was exposed, revoke it and create a new one.

Billable tools can fail when the account does not have enough credits.

Top up from Add Credits in the Sleepwalker app, then retry.

For large AI Visibility runs, Sleepwalker may queue only the funded probes and mark the rest as skipped.

Use chunking instead of requesting everything at once.

DataTool
Long page contentserialize_sleepwalker_page_content with offset.
Long AI Visibility responseget_sleepwalker_prompt_response with offset.
Large run resultStatus tools first, include full results only when needed.

Some desktop clients require a local proxy for hosted MCP servers.

When using a proxy:

  • keep tokens in environment variables
  • avoid query-string tokens
  • restart the client after editing its MCP config
  • confirm the client is using the updated config file

Ask the client:

Use Sleepwalker to list my tests.

If this works, the connection and read scope are valid.

Then test one bounded action, such as page serialization, before running larger jobs.