← dealithic.co

INDIVIDUAL MCP TOOL

deal_score

Full underwriting chain on a deal profile: financial integrity → trend → industry position → stress tests → conviction score, plus a risk register and investment thesis (and an rNPV valuation band for biotech deals with `indications`).

dealithic.conone authenticationAvailability not checked

LIVE ENDPOINT

https://agentic-ai-production-e711.up.railway.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for deal_score 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

dealithic.co

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.agentic-ai]
url = "https://agentic-ai-production-e711.up.railway.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-ai": {
      "type": "http",
      "url": "https://agentic-ai-production-e711.up.railway.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-ai
Remote MCP URL: https://agentic-ai-production-e711.up.railway.app/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": {
    "agentic-ai": {
      "url": "https://agentic-ai-production-e711.up.railway.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-ai": {
      "type": "http",
      "url": "https://agentic-ai-production-e711.up.railway.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-ai",
  "transport": "streamable-http",
  "url": "https://agentic-ai-production-e711.up.railway.app/mcp"
}
MCP Inspector

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

Related tools

  • sec_extract — Verified financial statements and derived metrics for a US-listed ticker, extracted from SEC EDGAR XBRL filings.
  • validate_financials — Institutional validation pass over company financials: tax-rate sanity, EBITDA/EBIT bridge, growth continuity vs historical CAGR, capex ratio, working-capital stability.
  • company_report — The flagship: eight-lens institutional analysis of a US-listed company, grounded entirely in SEC-verified figures with per-field filing citations.