# Slacking.biz — SEC Financial Data + US Economics + Demographics (remote · slacking.biz)

28 MCP tools: SEC financials, FRED economics, Census demographics.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `slacking.biz`: 66/100 (this document), [markdown](https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking.md), [page](https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking)

## Channel facts

- Endpoint: `https://slacking.biz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 28 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1254 tokens (~44/item across 28 items; 28 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 6 days we've observed: 4 tool removals, 3 breaking changes, 0 auth/transport breaks, 4 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http th3slack3r-slacking-biz https://slacking.biz/mcp
```

### Codex

```toml
[mcp_servers.th3slack3r-slacking-biz]
url = "https://slacking.biz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "th3slack3r-slacking-biz": {
      "type": "remote",
      "url": "https://slacking.biz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add th3slack3r-slacking-biz --url https://slacking.biz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  th3slack3r-slacking-biz:
    url: "https://slacking.biz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "th3slack3r-slacking-biz": {
      "type": "http",
      "url": "https://slacking.biz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-01 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 65, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 65, 0)

- [functional regression] Schema quality: 38 → 44

### 2026-07-29 (score 65, 0)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security regression] Tool “worldbank_compare_countries” was removed
- [security regression] Tool “worldbank_country_economics” was removed
- [security regression] Tool “worldbank_specific_indicator” was removed
- [security regression] Tool “worldbank_list_countries” was removed
- [security] Tool “batch_query” rewrote its description, which is the text the model reads
- [security] Tool “get_balance_sheet” rewrote its description, which is the text the model reads
- [security] Tool “get_cash_flow” rewrote its description, which is the text the model reads
- [security] Tool “get_company_profile” rewrote its description, which is the text the model reads
- [security] Tool “get_filing_types” rewrote its description, which is the text the model reads
- [security] Tool “get_gdp” rewrote its description, which is the text the model reads
- [security] Tool “get_income_statement” rewrote its description, which is the text the model reads
- [security] Tool “get_inflation” rewrote its description, which is the text the model reads
- [security] Tool “get_insider_trades” rewrote its description, which is the text the model reads
- [security] Tool “get_revenue_segments” rewrote its description, which is the text the model reads
- [security] Tool “get_sentiment” rewrote its description, which is the text the model reads
- [security] Tool “screen_companies” rewrote its description, which is the text the model reads
- [security] Tool “search_filings” rewrote its description, which is the text the model reads
- [security] Tool “get_all_financial_data” rewrote its description, which is the text the model reads
- [functional regression] “batch_query” dropped the required parameter “endpoints”
- [functional regression] “batch_query” changed the type of “tickers”: array → string
- [functional regression] “compare_companies” changed the type of “tickers”: array → string
- [functional regression] “screen_companies” changed the type of “limit”: integer → number
- [functional improvement] Schema quality: 46 → 38
- [cosmetic] “screen_companies” added an optional parameter “screen”
- [cosmetic] “search_filings” added an optional parameter “form_type”
- [cosmetic] “search_filings” added an optional parameter “limit”
- [cosmetic] “batch_query” reworded the description of “tickers”
- [cosmetic] “compare_companies” reworded the description of “tickers”
- [cosmetic] “screen_companies” reworded the description of “limit”
- [cosmetic] “get_insider_trades” dropped the optional parameter “limit”
- [cosmetic] “get_sentiment” dropped the optional parameter “filing”
- [cosmetic] “get_sentiment” dropped the optional parameter “year”
- [cosmetic] “screen_companies” dropped the optional parameter “max_debt_ratio”
- [cosmetic] “screen_companies” dropped the optional parameter “min_grade”
- [cosmetic] “screen_companies” dropped the optional parameter “min_profit_margin”
- [cosmetic] “screen_companies” dropped the optional parameter “min_revenue_growth”
- [cosmetic] “search_filings” dropped the optional parameter “count”
- [cosmetic] “search_filings” dropped the optional parameter “form_types”

### 2026-07-28 (score 65)

First indexed and scored.

## MCP tools (28)

### `get_company_health` (~47 tokens)

Get a company's overall financial health score (A-F grade) including summary metrics

Input parameters:

- `ticker` (string, required): Stock ticker symbol (e.g. AAPL, MSFT, TSLA)

### `get_trends` (~37 tokens)

Get financial trends over time for a company — revenue, profit, margins across reporting periods

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `industry_comparison` (~29 tokens)

Compare a company's financial metrics against its industry averages

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_revenue_segments` (~31 tokens)

Get revenue breakdown by product/service segments for a company

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_income_statement` (~36 tokens)

Get detailed income statement for a company (revenue, expenses, earnings per share)

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_balance_sheet` (~33 tokens)

Get detailed balance sheet for a company (assets, liabilities, equity)

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_cash_flow` (~35 tokens)

Get detailed cash flow statement for a company (operating, investing, financing)

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_all_financial_data` (~39 tokens)

Get all financial data (income statement, balance sheet, cash flow) in one call

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_company_profile` (~34 tokens)

Get company profile — sector, industry, employees, description, market cap

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_filing_types` (~41 tokens)

Get filing types available for a company (10-K, 10-Q, 8-K, etc.)

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `search_filings` (~88 tokens)

Search filings for a company — search by form type, date range, keywords. Use get_filing_types first to see what's available.

Input parameters:

- `form_type` (string): Form type filter (e.g. 10-K, 10-Q, 8-K)
- `limit` (number): Number of filings to return (default 10)
- `ticker` (string, required): Stock ticker symbol

### `get_insider_trades` (~35 tokens)

Get recent insider trading activity for a company (Form 4 filings)

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `get_sentiment` (~44 tokens)

Get sentiment analysis from SEC filings for a company — positive/negative/neutral signals from 10-K/10-Q reports

Input parameters:

- `ticker` (string, required): Stock ticker symbol

### `compare_companies` (~45 tokens)

Compare financial metrics across multiple companies side by side

Input parameters:

- `tickers` (string, required): Comma-separated ticker symbols (e.g. AAPL,MSFT,GOOGL)

### `screen_companies` (~63 tokens)

Screen companies by financial criteria (high growth, low debt, profitable, high margin, cash rich, undervalued)

Input parameters:

- `limit` (number): Max results (default 20)
- `screen` (string): Screen type (growth, value, quality, momentum)

### `batch_query` (~44 tokens)

Batch query multiple tickers at once for efficiency

Input parameters:

- `tickers` (string, required): Comma-separated ticker symbols (e.g. AAPL,MSFT,GOOGL)

### `fx_get_rates` (~92 tokens)

Get live exchange rates for any currency. Sources: European Central Bank + 84 central banks, 201 currencies. No API key needed — free for commercial use.

Input parameters:

- `base` (string): Base currency code (e.g. USD, EUR, GBP). Default: EUR
- `quotes` (string): Comma-separated target currencies to filter (e.g. USD,EUR,GBP). Empty = all.

### `fx_get_pair_rate` (~75 tokens)

Get the exchange rate between any two currencies. Sources: ECB + 84 central banks. Free for commercial use.

Input parameters:

- `from_currency` (string, required): Source currency code (e.g. USD, EUR, GBP)
- `to_currency` (string, required): Target currency code (e.g. EUR, JPY, BRL)

### `fx_convert` (~114 tokens)

Convert an amount from one currency to another at current exchange rates. Sources: ECB + 84 central banks. Free for commercial use.

Input parameters:

- `amount` (number): Amount to convert (e.g. 100, 2500.50). Default: 1.0
- `from_currency` (string): Source currency code (e.g. USD, EUR, GBP). Default: USD
- `to_currency` (string): Target currency code (e.g. EUR, JPY, BRL). Default: EUR

### `fx_list_currencies` (~40 tokens)

List all 31 available currency codes and names for foreign exchange queries. Covers USD, EUR, GBP, JPY, CNY, and more.

### `get_gdp` (~18 tokens)

Get latest US GDP data from FRED

### `get_inflation` (~21 tokens)

Get latest CPI/inflation data from FRED

### `get_rates` (~24 tokens)

Get latest Fed funds rate, mortgage rates, and treasury yields from FRED

### `get_employment` (~21 tokens)

Get latest unemployment rate and jobless claims from FRED

### `get_housing` (~22 tokens)

Get latest housing starts and existing home sales data from FRED

### `get_econ_summary` (~33 tokens)

Get all key economic indicators (GDP, CPI, rates, employment, housing) in one call from FRED

### `get_zip_demographics` (~58 tokens)

Get demographics for a ZIP code (population, income, age, housing, education) from the US Census Bureau

Input parameters:

- `zip_code` (string, required): 5-digit US ZIP code (e.g. '90210', '10001')

### `get_county_demographics` (~55 tokens)

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

Input parameters:

- `fips` (string, required): 5-digit county FIPS code (e.g. '06037' for Los Angeles County, CA)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 65
- 2026-07-28: 65

## Links

- Remote endpoint: https://slacking.biz/mcp
- Website: https://slacking.biz/
- Changelog RSS feed: https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking/changelog.json
- HTML version of this page: https://verifymcp.io/servers/th3slack3r-slacking-biz/slacking
