Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rozkoduj

БесплатноНе проверен

Provides AI assistants with market screening, analysis, and scoring across stocks, crypto, and forex, enabling natural language queries for trading insights.

GitHubEmbed

Описание

Provides AI assistants with market screening, analysis, and scoring across stocks, crypto, and forex, enabling natural language queries for trading insights.

README

Rozkoduj MCP

Decode the Markets

Market intelligence for your AI assistant - algo-trading strategies, analytics and specialized research knowledge.

PyPI License: MIT Python 3.14+ CI Coverage

Add to Cursor Install in VS Code

Just ask

  • "What strategy works best on AAPL?"
  • "Show me the top strategy's backtest - return, max drawdown, win rate."
  • "How risky is BTC?"
  • "How do I avoid overfitting a backtest?"

Getting started

The hosted server works immediately - no API key, no sign-up. Signing in on a paid tier adds the deeper knowledge base to research results.

Standard config works in most MCP clients:

{
  "mcpServers": {
    "rozkoduj": {
      "url": "https://mcp.rozkoduj.com/mcp"
    }
  }
}
Cursor

Click the Add to Cursor button above, or add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "rozkoduj": {
      "url": "https://mcp.rozkoduj.com/mcp"
    }
  }
}
VS Code

Click the Install in VS Code button above, use the CLI:

code --add-mcp '{"name":"rozkoduj","type":"http","url":"https://mcp.rozkoduj.com/mcp"}'

or add to .vscode/mcp.json:

{
  "servers": {
    "rozkoduj": {
      "type": "http",
      "url": "https://mcp.rozkoduj.com/mcp"
    }
  }
}
Claude Code
claude mcp add --transport http rozkoduj https://mcp.rozkoduj.com/mcp

Add --scope user to enable it in every project.

Claude Desktop / claude.ai

Settings → Connectors → Add custom connector, then enter:

https://mcp.rozkoduj.com/mcp

Connectors are account-level, so the server is available in both the desktop app and claude.ai. Sign in with Rozkoduj when prompted, or skip it to use the anonymous tier.

ChatGPT

Custom MCP connectors need Developer mode (Plus/Pro/Team/Enterprise/Edu):

  1. Settings → Connectors → Advanced - enable Developer mode.
  2. Settings → Connectors → Create - name it Rozkoduj, set the MCP server URL to https://mcp.rozkoduj.com/mcp, pick OAuth (or No authentication for the anonymous tier), and create.
  3. In a chat, open + → Developer mode and toggle Rozkoduj on.
Self-hosted (PyPI / Docker)
uvx rozkoduj-mcp               # run straight from PyPI
pip install rozkoduj-mcp       # or install
docker run -p 8080:8080 $(docker build -q .)  # or containerized

Defaults to stdio transport; set MCP_TRANSPORT=streamable-http to serve HTTP. See Self-host with your own key to run as your subscription tier.

How it works

You ask in plain language. The AI picks the right tool. You get an answer with evidence - strategy metrics you can rank, or research passages you can cite - not a data dump.

You ask You get
"What strategy works best on AAPL?" Strategies backtested on AAPL, ranked by their score on it
"Best aggressive strategy right now?" Leaderboard narrowed to the aggressive risk mode, ranked by score
"How risky is BTC?" The instrument dossier - volatility, drawdowns, character fingerprint
"What does the research say about position sizing?" Ranked passages with slug + locale for citation

Tools

One tool per pillar. All four are read-only.

  • leaderboard - the strategy leaderboard: published, backtested strategies, ranked. Sort by score or APY; filter by family or by instrument symbol ("what works best on AAPL?").
  • strategy - one strategy's full dossier: metrics, risk mode, parameters, and the backtest summary.
  • instrument - the catalog of covered markets, or one instrument's dossier: buy-and-hold facts and the six-axis character fingerprint.
  • research - one search across the research: articles plus, on paid tiers, the deeper knowledge base. Returns cited passages.

Example prompts

Explore the leaderboard

What strategy works best on AAPL?
Show me the highest-APY strategy and its max drawdown.
Which strategy family performs best?

Dig into a strategy

Give me the full details on the MA Crossover strategy.
What's the win rate and risk mode of your top strategy?

Explore the markets

Which markets do you cover?
How risky is BTC - volatility, drawdowns, character?

Search the research

How do I avoid overfitting a backtest?
Find articles about position sizing and drawdown control.

Self-host with your own key

The hosted server at https://mcp.rozkoduj.com/mcp authenticates to the data API automatically. When you self-host the package, supply your own Rozkoduj API key so calls run as your subscription tier instead of the anonymous tier:

  1. Mint a key in the Rozkoduj dashboard (format rzk_ + 40 hex). It maps to your account's tier; revoke it there at any time.
  2. Provide it via the ROZKODUJ_API_KEY environment variable - never inline in committed config. In an MCP client, reference it as ${env:ROZKODUJ_API_KEY}.
  3. A malformed value is ignored (requests fall back to anonymous); the active posture is logged at startup, prefix only - the key is never logged.

Precedence: ROZKODUJ_API_KEY (self-host) > anonymous. The hosted server authenticates automatically.

License

MIT - rozkoduj.com

from github.com/rozkoduj/rozkoduj-mcp

Установить Rozkoduj в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install rozkoduj-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add rozkoduj-mcp -- uvx rozkoduj-mcp

FAQ

Rozkoduj MCP бесплатный?

Да, Rozkoduj MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rozkoduj?

Нет, Rozkoduj работает без API-ключей и переменных окружения.

Rozkoduj — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rozkoduj в Claude Desktop, Claude Code или Cursor?

Открой Rozkoduj на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rozkoduj with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance