PluginBench
MCP Server
Maintained
MIT

io.github.SnipMCP/thinchain MCP Server

io.github.SnipMCP/thinchain

What is the io.github.SnipMCP/thinchain MCP server?

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

How to install io.github.SnipMCP/thinchain

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thinchain": {
      "command": "uvx",
      "args": [
        "thinchain"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "thinchain": {
      "command": "uvx",
      "args": [
        "thinchain"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "thinchain": {
      "command": "uvx",
      "args": [
        "thinchain"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "thinchain": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "thinchain"
      ]
    }
  }
}
Claude Code
claude mcp add thinchain -- uvx thinchain

Related MCP servers

Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.

0
Python
MIT
View repository →