← professorsausages.com

INDIVIDUAL MCP TOOL

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.

professorsausages.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for pricing 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-web]
url = "https://x402.professorsausages.com/mcp/web"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sausage-web",
  "transport": "streamable-http",
  "url": "https://x402.professorsausages.com/mcp/web"
}
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.
  • 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).
  • read_url — Render a URL in a real headless browser (JavaScript executed) and return clean, LLM-ready markdown.
  • screenshot_url — Render a URL in a headless browser and return a PNG screenshot at the size you ask for.
  • pdf_extract — Extract any PDF up to 10 MB by URL.
  • image_to_text — Transcribe an image to text (OCR) or describe it via a vision model — steerable with your own prompt.
  • news — Newest headlines from a deduped, tiered direct-feed pile (official press, wires and majors).
  • weather — Current conditions for a named place or coordinate.