← ai-analytics.org

INDIVIDUAL MCP TOOL

income_by_zip_search

Search IRS SOI income statistics by ZIP code or state.

ai-analytics.orgnone 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

ai-analytics.org

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.ai-analytics-org]
url = "https://api.ai-analytics.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-analytics-org": {
      "type": "http",
      "url": "https://api.ai-analytics.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-analytics-org
Remote MCP URL: https://api.ai-analytics.org/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": {
    "ai-analytics-org": {
      "url": "https://api.ai-analytics.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-analytics-org": {
      "type": "http",
      "url": "https://api.ai-analytics.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-analytics-org",
  "transport": "streamable-http",
  "url": "https://api.ai-analytics.org/mcp"
}
MCP Inspector

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

Related tools

  • search — Full-text search across all parsed SEC/FDA/register/weather section bodies (BM25 ranking).
  • dossier — Cross-topic dossier for one entity — SEC filings, 13F holdings, mutual fund holdings, FDA recalls as firm, federal register agency mentions, federal contracts as recipient.
  • company_profile — Comprehensive dossier for one SEC-filing company: basic info, recent filings, insider activity windows (7/30/90d), upcoming Form 144 sales, latest financials (FY+quarterly), top 13F institutional holders, top mutual-fund holders, peers.
  • company_risk_flags — Multi-source red-flag detector for one company — restatements (8-K item 4.02), auditor changes, officer departures, insider cluster sells, upcoming Form 144 pressure, Schedule 13D filings, FDA recalls.
  • company_insider_pulse — Unified Form 4 (executed) + Form 144 (proposed-sale) insider timeline for one company.
  • cluster_buys — Companies where multiple distinct insiders bought open-market stock in the window.
  • cluster_sells — Companies where multiple distinct insiders sold open-market stock in the window.
  • upcoming_sales_pressure — Companies with the most upcoming insider sale pressure from Form 144 notices.