← tppflow.com

INDIVIDUAL MCP TOOL

describe_dataset

Free, no API key required.

tppflow.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tppflow.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for describe_dataset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

tppflow.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.teos-warn]
url = "https://mcp.tppflow.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "teos-warn": {
      "type": "http",
      "url": "https://mcp.tppflow.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "teos-warn": {
      "type": "http",
      "url": "https://mcp.tppflow.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "teos-warn",
  "transport": "streamable-http",
  "url": "https://mcp.tppflow.com/mcp"
}
MCP Inspector

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

Related tools

  • search_layoff_notices — Search US WARN Act mass-layoff and plant-closing notices by state, employer name, effective date range, and county/location.
  • layoff_coverage_stats — Per-state coverage of the WARN corpus: how many notices are held for each state and the most recent dates.