Server data from the Official MCP Registry
Analyst-debate research on every public and private company. 8 tools: search, score, compare, more.
Analyst-debate research on every public and private company. 8 tools: search, score, compare, more.
Remote endpoints: streamable-http: https://mcp.askcyborg.com/mcp
AskCyborg MCP server is a well-architected, purpose-built tool for retrieving company research data. Authentication is appropriately absent for the public preview tier (v0.1), with OAuth planned for v0.2. Code quality is solid with proper input validation, no malicious patterns detected, and permissions align with its function as a read-only research API client. Minor code quality observations exist but do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Official MCP server for AskCyborg. Search and retrieve AI company research, analyst-debate audio briefings, and the proprietary Cyborg Score (1-10) — directly from Claude, Cursor, Cline, Continue, Windsurf, ChatGPT, and any other Model Context Protocol client.
AskCyborg stress tests every public and private company through intense analyst debate, focused on what makes or breaks the business decisions that ride on them — packaged as 30-page reports, audio briefings, and a proprietary Cyborg Score (1-10) calculated from hundreds of data points per company.
| Tool | Purpose |
|---|---|
search_companies | Find companies in AskCyborg's corpus by name or industry keyword |
get_company_report | Full report — executive summary, Cyborg Score, strategic profile, top insights, competitors, recent developments |
get_cyborg_score | Quick rating-only lookup (1-10 + rationale) |
compare_companies | Side-by-side comparison of 2–5 companies on Cyborg Score, industry, and strategic profile |
find_competitors | Named competitors with one-line strategic taglines |
search_by_industry | Discover companies in a sector, ranked by Cyborg Score |
get_recent_developments | Dated news, deals, leadership changes, financial events |
get_top_insights | Just the punchiest analyst-debate insights, faster than the full report |
Each tool returns a structured Markdown response with a direct link to the full 30-page research report + 15-minute analyst-debate audio briefing on askcyborg.com.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"askcyborg": {
"transport": {
"type": "http",
"url": "https://mcp.askcyborg.com/mcp"
}
}
}
}
Restart Claude Desktop. The tools appear in the model's tool list automatically.
.cursor/mcp.json in your project root:
{
"mcpServers": {
"askcyborg": {
"url": "https://mcp.askcyborg.com/mcp"
}
}
}
Same pattern — point the client's MCP config at https://mcp.askcyborg.com/mcp via the HTTP transport.
Add a custom action with the OpenAPI spec at https://mcp.askcyborg.com/openapi.json (coming in v0.2).
Find AI infrastructure companies:
Use AskCyborg to find five companies in the AI infrastructure space and tell me which has the highest Cyborg Score.
One-shot research:
Pull the AskCyborg report on Anthropic and summarize the bull case in three bullets.
Comparison for due diligence:
Compare OpenAI, Anthropic, and Mistral on AskCyborg's Cyborg Score and competitive positioning.
Watchlist screening:
For each of CRWD, ZS, S, NET, PANW — pull the Cyborg Score from AskCyborg and rank.
search_companies, get_company_report, get_cyborg_score, compare_companies)get_full_report, get_audio_briefing_url, watchlists)compare_companies extended to 10 entries with deeper diffget_competitive_landscape (full competitor graph, not just 3)get_recent_filings_summary for S-1, 10-K, 10-Qgit clone https://github.com/Ask-Cyborg/askcyborg-mcp.git
cd askcyborg-mcp
npm install
npm run dev # starts wrangler dev on http://localhost:8787
In a separate terminal:
curl -X POST http://localhost:8787/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
To deploy your own instance:
wrangler secret put SUPABASE_URL
wrangler secret put SUPABASE_ANON_KEY
npm run deploy
AskCyborg covers millions of public and private companies across 195 countries. Every company gets a 30-page research report, a 15-minute analyst-debate podcast (where bull and bear AI analysts argue the investment case), and a Cyborg Score (1-10) synthesized from hundreds of data points.
Built for VCs, finance teams, corporate strategists, and operators whose decisions ride on understanding companies fast and from every angle.
MIT. Use this MCP server in any client. The underlying AskCyborg content (research reports, audio briefings, Cyborg Score) remains AskCyborg's intellectual property — please respect the rate limits and don't bulk-scrape.
Open an issue at https://github.com/Ask-Cyborg/askcyborg-mcp/issues. PRs welcome for new tools, client examples, and bug fixes.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.