Skip to main content
Glama
rozkoduj

Rozkoduj MCP

Official
by rozkoduj

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"
    }
  }
}

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

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

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 mcp add --transport http rozkoduj https://mcp.rozkoduj.com/mcp

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

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.

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.

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.

Related MCP server: Crypto-Signal MCP

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

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
8Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rozkoduj/rozkoduj-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server