← octodamus.com

INDIVIDUAL MCP TOOL

get_guide

Purchase the Build the House trading system guide via x402 on Base.

octodamus.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

{
  "mcpServers": {
    "octodamus-com": {
      "type": "http",
      "url": "https://api.octodamus.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "octodamus-com",
  "transport": "streamable-http",
  "url": "https://api.octodamus.com/mcp"
}
MCP Inspector

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

Related tools

  • get_agent_signal — Consolidated trading signal from the 9/11 oracle consensus system.
  • get_polymarket_edge — Ranked Polymarket prediction markets by expected value (EV).
  • get_sentiment — AI-derived sentiment scores for major crypto assets and macro themes.
  • get_prices — Live spot prices with 24-hour percentage change for BTC, ETH, SOL, NVDA, TSLA, AAPL.
  • get_market_brief — Full AI market briefing as a concise narrative paragraph.
  • get_all_data — All signal data in a single call: signal + sentiment + prices + Polymarket edges.
  • get_oracle_signals — Raw votes from all 12 oracle signals with per-signal confidence and consensus score.
  • get_data_sources — List all 27 live data feeds powering the Octodamus oracle system.