Troubleshooting

Most issues fall into one of five buckets. Skim the headings to find yours.

My AI app says it can't reach Lune

If the connection fails outright (timeout, "couldn't reach the server"):

  1. Confirm the URL. Remote MCP lives at https://mcp.luneresearch.com/mcp. Some apps want you to drop the /mcp suffix; most don't. Try both if the first form fails.

  2. Confirm your network can reach it. From a terminal:

    curl -sS -o /dev/null -w "%{http_code}\n" \
      https://mcp.luneresearch.com/.well-known/oauth-protected-resource

    You should see 200. Anything else points at a network or DNS issue on your side.

  3. Check our status page (if linked from the dashboard) or the dashboard banner for an active incident.

I get "401 unauthorized" or "invalid token"

The token your AI app is sending doesn't match a live key.

I get "rate limited" or "429"

You've hit the daily request cap or run out of credits.

My AI app connects but the tools don't show up

The MCP session opened, but tools/list returned nothing or the app hasn't refreshed its tool catalog.

For deeper, app-specific tips, see Desktop AI apps and ChatGPT and other web AI apps.

Search results look wrong, missing, or outdated

I'm still stuck

Email [email protected] with:

We typically reply the same day.