mcpbeat Sign in

Tickscope MCP Server

by seungdori Your server? Claim it
local only

Tickscope runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 2 Jun 2026.

Real-time, free crypto market data for any AI agent — via MCP.

Installs per day peak 20 · avg 10 · -4% w/w
a month agotoday
75
Installs / week
pypi · tickscope-mcp
1
Stars
0 open issues
2 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Tickscope 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 tickscope-mcp -- uvx tickscope-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tickscope-mcp": {
      "args": [
        "tickscope-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tickscope-mcp]
command = "uvx"
args = ["tickscope-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tickscope-mcp": {
      "args": [
        "tickscope-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tickscope-mcp": {
      "args": [
        "tickscope-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Tickscope

same job, measured the same way
True Markets Market Data
by truemarkets

Real-time crypto market data

10 tools answering
Twelvedata
by twelvedata

Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).

answering
Asterpay
by timolein74

EUR settlement for AI agents. Trust scoring, market data, crypto analytics. 16 free tools.

15 installs/wk local only
Cryptopolitan MCP
by 4dmrkey

Real-time crypto news, analysis, and price predictions for AI agents via MCP.

5 tools answering
Alpaca
by pipeworx-io

Alpaca MCP — real-time US stock market data via the Alpaca Market Data API

34 tools answering
Cryptohopper Market Data
by cryptohopper

Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.

answering
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

28 installs/wk local only
Tradingview MCP
by atilaahmettaner

Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

answering

Tickscope — questions

Answers built from our own checks of this server.

Why is there no uptime for Tickscope?
Tickscope 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 tickscope-mcp was installed 75 times last week.
How do I connect Tickscope?
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 tickscope-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Tickscope?
The pypi package tickscope-mcp was installed 75 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tickscope open source?
Yes — it is published under the MIT licence, written in Python and 1 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.