Rozkoduj MCP
OfficialThe Rozkoduj MCP server provides AI-powered access to market analysis, trading strategies, financial data, and Rozkoduj's knowledge base.
Technical Analysis
analyze— Technical analysis (composite rating + indicators) for any symbol across multiple intervalsscore— Holistic 0–100 score combining technical rating, momentum, volume quality, and trend strengthmultitf— Multi-timeframe alignment scoring across up to 10 timeframescompare— Compare technical analysis across up to 10 symbols simultaneouslydecode— Full 3-dimensional analysis: technical scores, fundamental valuation, analyst data, and news sentiment (each scored 0–100)fundamentals— P/E, P/B, Piotroski score, analyst consensus, price targets, earnings, and dividends
Market Screening & Discovery
scan— Screen global markets by any indicator, fundamental, or metric with custom filterssmart_screen— Pre-built intelligent screens: unusual volume, oversold bounce, breakout, momentum, dividend, value, or growthdigest— Scan for anomalies: volume spikes, RSI extremes, big moves, 52-week highs/lowsmovers— Top gainers/losers for any supported market
Market Sentiment & Events
market_pulse— Current market regime (RISK-ON, RISK-OFF, NEUTRAL) combining Fear & Greed, crypto sentiment, and VIXbuzz— Attention signal for any ticker or topic globally using headline counts and Wikipedia pageview datacalendar— Upcoming economic calendar events filtered by days, countries, and importance
Trading Strategies
list_strategies— Browse Rozkoduj's catalog of published, backtested strategies; sort by Rozkoduj Score, APY, or recencystrategy_details— Full details on a strategy: APY, max drawdown, win rate, risk mode, and more
Knowledge Base
search_articles— Keyword + semantic search across the Rozkoduj blogsearch_knowledge— Hybrid search across Rozkoduj's extended knowledge base (requires sign-in)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rozkoduj MCPShould I buy AAPL?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"
}
}
}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/mcpAdd --scope user to enable it in every project.
Settings → Connectors → Add custom connector, then enter:
https://mcp.rozkoduj.com/mcpConnectors 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):
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.
uvx rozkoduj-mcp # run straight from PyPI
pip install rozkoduj-mcp # or install
docker run -p 8080:8080 $(docker build -q .) # or containerizedDefaults 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 |
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:
Mint a key in the Rozkoduj dashboard (format
rzk_+ 40 hex). It maps to your account's tier; revoke it there at any time.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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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