mcpbeat Sign in

Thinchain MCP Server

local only

Thinchain runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from pypi. Last commit 22 May 2026.

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

Installs per day peak 17 · avg 9 · -34% w/w
a month agotoday
42
Installs / week
pypi · thinchain
0
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Thinchain every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add thinchain -- uvx thinchain
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thinchain": {
      "args": [
        "thinchain"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.thinchain]
command = "uvx"
args = ["thinchain"]
.cursor/mcp.json
{
  "mcpServers": {
    "thinchain": {
      "args": [
        "thinchain"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "thinchain": {
      "args": [
        "thinchain"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Thinchain

same job, measured the same way
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
Base Multi Wallet MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

238 installs/wk local only
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

554 installs/wk local only
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
Gainium MCP
by gainium

MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

63 installs/wk answering
Tradier
by pipeworx-io

Tradier MCP — stock & options market data via the Tradier Brokerage API

34 tools answering
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only

Thinchain — questions

Answers built from our own checks of this server.

Why is there no uptime for Thinchain?
Thinchain runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package thinchain was installed 42 times last week.
How do I connect Thinchain?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls thinchain straight from pypi; nothing to host, nothing to sign up for.
How many people use Thinchain?
The pypi package thinchain was installed 42 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Thinchain open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.