← stratalize.com

INDIVIDUAL MCP TOOL

get_irs_industry_tax_statistics

Use when benchmarking financial performance against industry-level tax return data, establishing valuation comparables for M&A, assessing typical effective tax rates by sector, or producing financial due diligence context from the most authoritative source of actual US business financial performance.

stratalize.comnone authenticationAvailability not checked

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 endpoint

stratalize.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.stratalize-intelligence]
url = "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stratalize-intelligence": {
      "type": "http",
      "url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stratalize-intelligence
Remote MCP URL: https://www.stratalize.com/api/mcp-public?vertical=intelligence

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": {
    "stratalize-intelligence": {
      "url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stratalize-intelligence": {
      "type": "http",
      "url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stratalize-intelligence",
  "transport": "streamable-http",
  "url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
}
MCP Inspector

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

Related tools