Rozkoduj
FreeNot checkedMarket intelligence for your AI assistant - algo-trading strategies, instrument analytics and specialized research knowledge, over MCP.
About
Market intelligence for your AI assistant - algo-trading strategies, instrument analytics and specialized research knowledge, over MCP.
README
Decode the Markets
Market intelligence for your AI assistant - algo-trading strategies, analytics and specialized research knowledge.
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):
- Settings → Connectors → Advanced - enable Developer mode.
- Settings → Connectors → Create - name it
Rozkoduj, set the MCP server URL tohttps://mcp.rozkoduj.com/mcp, pick OAuth (or No authentication for the anonymous tier), and create. - 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 |
| "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 -
apy_descranks bycagr_usd(annualised return in USD, the cross-market canon; localcagris the fallback); 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:
- Ask for a key at [email protected] (format
rzk_+ 40 hex). It maps to your account's tier. - Provide it via the
ROZKODUJ_API_KEYenvironment variable - never inline in committed config. In an MCP client, reference it as${env:ROZKODUJ_API_KEY}. - 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 Rozkoduj in Claude Desktop, Claude Code & Cursor
unyly install rozkodujInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add rozkoduj -- uvx rozkoduj-mcpStep-by-step: how to install Rozkoduj
FAQ
Is Rozkoduj MCP free?
Yes, Rozkoduj MCP is free — one-click install via Unyly at no cost.
Does Rozkoduj need an API key?
No, Rozkoduj runs without API keys or environment variables.
Is Rozkoduj hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Rozkoduj in Claude Desktop, Claude Code or Cursor?
Open Rozkoduj on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Rozkoduj with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
