← slacking.biz

INDIVIDUAL MCP TOOL

get_county_demographics

Get county-level demographics data by FIPS code from the US Census Bureau

slacking.biznone authenticationAvailability not checked

LIVE ENDPOINT

https://slacking.biz/mcp

No auth detected

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

slacking.biz

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.slacking-biz]
url = "https://slacking.biz/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_company_health — Get a company's overall financial health score (A-F grade) including summary metrics
  • get_trends — Get financial trends over time for a company — revenue, profit, margins across reporting periods
  • industry_comparison — Compare a company's financial metrics against its industry averages
  • get_revenue_segments — Get revenue breakdown by product/service segments for a company
  • get_income_statement — Get detailed income statement for a company (revenue, expenses, earnings per share)
  • get_balance_sheet — Get detailed balance sheet for a company (assets, liabilities, equity)
  • get_cash_flow — Get detailed cash flow statement for a company (operating, investing, financing)
  • get_all_financial_data — Get all financial data (income statement, balance sheet, cash flow) in one call