CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

AskCyborg

ask-cyborg/askcyborg-mcp
1HTTPregistry active
Summary

Connects Claude and other MCP clients to AskCyborg's analyst-debate company research corpus. Exposes eight tools: search companies by name or industry, pull full reports with executive summaries and strategic profiles, retrieve the proprietary Cyborg Score (1-10 rating), compare up to five companies side by side, find competitors, scan recent developments, and extract top insights. Runs on Cloudflare Workers over HTTP transport with 20 requests per minute on the free tier. Useful when you're doing due diligence, building watchlists, or need fast competitive intel on public or private companies without leaving your editor or chat window. OAuth and paid-tier tools coming in v0.2.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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:

{
  "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:

{
  "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

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:

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

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Sales & MarketingSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 16, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1