Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸŽ₯ Multimedia Process
  3. AskCyborg
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:57 PM

AskCyborg

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Analyst-debate research on every public and private company. Reports, scores, audio briefings.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "askcyborg": {
      "command": "npx",
      "args": [
        "-y",
        "askcyborg"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Documentation Overview

AskCyborg MCP Server

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.


What this MCP server does

ToolPurpose
search_companiesFind companies in AskCyborg's corpus by name or industry keyword
get_company_reportFull report β€” executive summary, Cyborg Score, strategic profile, top insights, competitors, recent developments
get_cyborg_scoreQuick rating-only lookup (1-10 + rationale)
compare_companiesSide-by-side comparison of 2–5 companies on Cyborg Score, industry, and strategic profile
find_competitorsNamed competitors with one-line strategic taglines
search_by_industryDiscover companies in a sector, ranked by Cyborg Score
get_recent_developmentsDated news, deals, leadership changes, financial events
get_top_insightsJust 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.


Quick start

Claude Desktop

Add to your claude_desktop_config.json:

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

.cursor/mcp.json in your project root:

config.json
{
  "mcpServers": {
    "askcyborg": {
      "url": "https://mcp.askcyborg.com/mcp"
    }
  }
}

Cline / Continue / Windsurf

Same pattern β€” point the client's MCP config at https://mcp.askcyborg.com/mcp via the HTTP transport.

ChatGPT (custom GPT)

Add a custom action with the OpenAPI spec at https://mcp.askcyborg.com/openapi.json (coming in v0.2).


Examples

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.


Architecture

  • Runtime: Cloudflare Workers (edge-deployed, sub-100ms cold start globally)
  • Transport: HTTP (Streamable HTTP transport per MCP spec 2025-03-26)
  • Data source: AskCyborg public preview corpus + Supabase research_cache (for authenticated tiers in v0.2+)
  • Auth (v0.1): Anonymous, shared rate limit (20 req/min per IP)
  • Auth (v0.2): OAuth 2.1 PKCE for one-click "Connect AskCyborg" in Claude.ai; API-key fallback for headless clients

What's in v0.1

  • βœ… 4 core tools (search_companies, get_company_report, get_cyborg_score, compare_companies)
  • βœ… HTTP transport
  • βœ… Per-IP rate limiting (20 req/min free tier)
  • βœ… Reads from the public preview corpus (millions of companies, no auth required)

Coming in v0.2

  • πŸ”œ OAuth 2.1 PKCE for one-click install in Claude.ai
  • πŸ”œ Authenticated paid-tier tools (get_full_report, get_audio_briefing_url, watchlists)
  • πŸ”œ compare_companies extended to 10 entries with deeper diff
  • πŸ”œ get_competitive_landscape (full competitor graph, not just 3)
  • πŸ”œ get_recent_filings_summary for S-1, 10-K, 10-Q
  • πŸ”œ Streaming SSE responses for long-running queries

Local development

bash
git 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:

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:

Terminal
wrangler secret put SUPABASE_URL
wrangler secret put SUPABASE_ANON_KEY
npm run deploy

About AskCyborg

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.

  • Website: https://askcyborg.com
  • Sample reports: https://askcyborg.com/preview/openai Β· https://askcyborg.com/preview/abbvie Β· https://askcyborg.com/preview/life360
  • Cyborg Score methodology: https://askcyborg.com/company-ratings-cyborg-score
  • LinkedIn: https://www.linkedin.com/company/askcyborg
  • Crunchbase: https://www.crunchbase.com/organization/cyborg-2

License

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.

Issues & contributions

Open an issue at https://github.com/Ask-Cyborg/askcyborg-mcp/issues. PRs welcome for new tools, client examples, and bug fixes.

Related MCP Servers

View all in Multimedia Process View all alternatives
  • Claude Real Video logoClaude Real Video

    Let any LLM actually watch a video: scene-aware keyframes plus a timestamped transcript, local.

    πŸŽ₯ Multimedia Process1 views
    Compare vs Claude Real Video β†’
  • Creative Claw logoCreative Claw

    On-brand creative studio for AI agents: images, video, audio, and 3D.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Creative Claw β†’
  • Mcp logoMcp

    Video scene understanding for AI agents via the Primate Vision API.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Mcp β†’
  • M
    Mcp

    Access the full Runware API as MCP tools: image, video, audio, 3D, and text.

    πŸŽ₯ Multimedia Process0 views
    Compare vs Mcp β†’

Frequently Asked Questions about AskCyborg

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "askcyborg": { "command": "npx", "args": ["-y", "AskCyborg"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAskCyborg AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/askcyborg?style=directory)](https://allmcps.com/mcp/askcyborg)
HTML Embed
<a href="https://allmcps.com/mcp/askcyborg"><img src="https://allmcps.com/api/badge/askcyborg?style=directory" alt="AskCyborg on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸŽ₯ Multimedia Process β†’Best MCP servers for Multimedia & Media Processing β†’Alternatives to AskCyborg β†’Install in Claude DesktopInstall in CursorInstall in VS Code