← professorsausages.com

INDIVIDUAL MCP TOOL

coverage

Corpus coverage: which SEC datasets exist, 10-K backfill progress by quarter (2015→now), and — given a ticker — which fiscal years are on file for it.

professorsausages.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://x402.professorsausages.com/mcp/finance

No auth detected

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

professorsausages.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.sausage-finance]
url = "https://x402.professorsausages.com/mcp/finance"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sausage-finance": {
      "type": "http",
      "url": "https://x402.professorsausages.com/mcp/finance"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sausage-finance
Remote MCP URL: https://x402.professorsausages.com/mcp/finance

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": {
    "sausage-finance": {
      "url": "https://x402.professorsausages.com/mcp/finance"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sausage-finance": {
      "type": "http",
      "url": "https://x402.professorsausages.com/mcp/finance"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sausage-finance",
  "transport": "streamable-http",
  "url": "https://x402.professorsausages.com/mcp/finance"
}
MCP Inspector

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

Related tools

  • find_data — Describe the data you need in plain language (e.
  • pricing — Every endpoint this server fronts, with its exact per-call USD price (x402, USDC on Base) and a one-line summary, read live from the route table.
  • request_data — The suggestion box: ask for data we don't have (a pre-2015 filing, an uncovered ticker, an unsupported chain, a whole dataset).
  • sec_filing_section — Parsed sections of a SEC filing by ticker or CIK: 10-K (default), 10-Q, or 8-K.
  • insider_activity — Insider buy/sell activity.
  • manager_holdings — An institutional manager's 13F holdings for the latest quarter.
  • holdings_changes — What an institutional manager bought, sold, added, and trimmed vs the prior quarter — the whale-watch view.
  • security_holders — Institutional holders of a security by CUSIP: who owns it, position sizes, and changes.