← askcyborg.com

INDIVIDUAL MCP TOOL

get_company_report

Retrieve AskCyborg's structured research report for a single company.

askcyborg.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.askcyborg.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_company_report and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

askcyborg.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.askcyborg-mcp]
url = "https://mcp.askcyborg.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "askcyborg-mcp": {
      "type": "http",
      "url": "https://mcp.askcyborg.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: askcyborg-mcp
Remote MCP URL: https://mcp.askcyborg.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "askcyborg-mcp": {
      "url": "https://mcp.askcyborg.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "askcyborg-mcp": {
      "type": "http",
      "url": "https://mcp.askcyborg.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "askcyborg-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.askcyborg.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_companies — Search AskCyborg's corpus of company research by name or industry keyword.
  • get_cyborg_score — Retrieve just the Cyborg Score (1-10) for a company.
  • compare_companies — Compare 2-5 companies side by side on Cyborg Score, industry, key insights, and competitive positioning.
  • find_competitors — Find the named competitors of a company that AskCyborg's analyst panel identified as material to the target's strategic position.
  • search_by_industry — Find companies in AskCyborg's corpus that operate in a specific industry.
  • get_recent_developments — Retrieve the most recent material developments (news, deals, leadership changes, product launches, financial events) that AskCyborg's analyst panel flagged as decision-relevant for this company.
  • get_top_insights — Retrieve just the top analyst-debate insights for a company — the punchiest, decision-relevant claims that AskCyborg's analyst panel surfaced after stress-testing the company.