MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-mytelescope-mytelescope": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant.
MCP server for METAR/TAF aviation weather data
Credential isolation for AI agents. Inject secrets at the network boundary.
MCP Security Weekly
Get CVE alerts and security updates for io.github.MyTelescope/mytelescope and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A hosted Model Context Protocol (MCP) server from MyTelescope.
MyTelescope is a demand intelligence platform for marketers and growth teams. It turns real-world search and behavioral signals into decisions — which keywords are rising, which markets are heating up, which competitors are gaining share, and where to place the next bet.
Core capabilities exposed through this MCP server include:
By connecting MyTelescope to an MCP-compatible client (Claude Desktop, Claude Code, Cursor, etc.), you can ask questions like "is demand for X rising in Germany?" or "who's gaining share in the running-shoe category this quarter?" and get grounded, data-backed answers inside your normal workflow.
The server uses OAuth 2.1 with PKCE backed by Firebase. You do not need to paste an API key — your MCP client handles the flow automatically.
What happens when you connect:
401 challenge.To use MyTelescope through MCP you need a MyTelescope account. If you don't have one, sign up at mytelescope.io. Tool calls are metered against your account's credit balance, the same way they are inside the MyTelescope web app.
Pick the path that matches how you use Claude (or your MCP client of choice). All paths end at the same OAuth login screen on first connection.
This is the easiest path. On Pro, Max, Team, or Enterprise plans (Free allows one custom connector):
https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp
No JSON files, no npx, no Node.js required. Claude handles the OAuth handshake and token refresh automatically.
On Team/Enterprise workspaces, an Owner adds the connector once; members click Connect and sign in individually.
npx mcp-remote config (any stdio MCP client)For clients that use JSON config files — or older Claude Desktop versions that don't have the Connectors UI — use the mcp-remote bridge. Run on the fly via npx, handles OAuth + token caching, requires Node.js 18+.
claude_desktop_config.json){
"mcpServers": {
"mytelescope": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp"
]
}
}
}
claude mcp add --transport http mytelescope \
https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp
If your version of Claude Code doesn't support --transport http yet, use the same npx mcp-remote config as Claude Desktop above.