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."
"Which strategy family ranks highest right now?"
"How do I avoid overfitting a backtest?"
Quick start
Add the hosted server URL to your MCP client:
https://mcp.rozkoduj.com/mcpWorks immediately, no API key needed. Sign in to unlock the knowledge base.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"rozkoduj": {
"url": "https://mcp.rozkoduj.com/mcp"
}
}
}Add to .vscode/mcp.json:
{
"servers": {
"rozkoduj": {
"type": "http",
"url": "https://mcp.rozkoduj.com/mcp"
}
}
}claude mcp add rozkoduj --transport http https://mcp.rozkoduj.com/mcpAdd to claude_desktop_config.json:
{
"mcpServers": {
"rozkoduj": {
"type": "http",
"url": "https://mcp.rozkoduj.com/mcp"
}
}
}pip install rozkoduj-mcp # from PyPI
uvx rozkoduj-mcp # or run directly
docker run -p 8080:8080 $(docker build -q .) # DockerRelated 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 |
"Details on the MA Crossover strategy." | Full best-run metrics, family/variant, and the risk character |
"What does the research say about position sizing?" | Ranked passages with |
Tools
Tool | What it does |
| Browse the catalog of published, backtested trading strategies. Sort by score or APY; filter by family or by instrument symbol ("what works best on AAPL?"). |
| Drill into a single strategy by slug or |
| Keyword + meaning search across the research articles. Returns |
| Hybrid search across the extended knowledge base. Sign in to unlock. |
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?Search the knowledge
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 off Cloud Run, 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: Cloud Run IAM token (hosted) > ROZKODUJ_API_KEY (self-host) >
anonymous.
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
- 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