Rozkoduj MCP
OfficialClick 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 - screening, analysis, and scoring across stocks, crypto, and forex.
Just ask
"Score AAPL - should I buy?"
"What are today's hidden gems in crypto?"
"Full analysis of NVDA - technicals, fundamentals, and news"
"Is the market risk-on or risk-off right now?"
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 more tools.
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 tools. You get an answer with evidence - not a data dump.
sequenceDiagram
autonumber
participant You
participant AI as Your AI assistant
participant R as Rozkoduj MCP
You->>AI: "Should I buy AAPL?"
AI->>R: score(AAPL)
AI->>R: analyze(AAPL, 1d)
AI->>R: buzz("Apple stock")
R-->>AI: live indicators · fundamentals · news
AI-->>You: 59/100 SLIGHT_BUY with reasoningSame pattern works for any market question:
You ask | You get |
"Should I buy AAPL?" | 0-100 verdict combining technical, fundamental, and sentiment |
"Decode NVDA - full picture." | 3-D analysis (1d/4h/1W TA + fundamentals + news), one final verdict |
"Hidden gems in crypto today?" | Ranked anomalies - volume spikes, RSI extremes, big moves, 52W breaks |
"Do timeframes agree on TSLA?" | 15m / 1h / 4h / 1d / 1W side-by-side with alignment score |
"Find oversold bounce in EU." | Filtered list: RSI < 30 + MACD bullish cross |
"What's the market mood?" | RISK-ON / RISK-OFF + fear & greed + VIX + upcoming events |
"Any buzz around Tesla?" | Attention level + fresh headlines with citations |
Tools
Find opportunities
Tool | What it does |
| Scans all global markets and surfaces anomalies ranked by 1-5 star surprise score. Volume spikes, RSI extremes, big moves, 52-week highs/lows - with fundamental context for each gem. |
| Custom screening with any combination of filters, columns, and sorting. 30+ indicators and fundamental metrics. |
| One-word preset screens: |
| Top gainers and losers with quality filters. |
Analyze a symbol
Tool | What it does |
| Full 3-dimensional analysis: technical (daily, 4h, weekly), fundamental (valuation, analysts, earnings), and news sentiment. Each dimension scored 0-100, combined into a single verdict. |
| Quick 0-100 score combining technical rating, momentum, volume quality, and trend strength. |
| Detailed technical analysis: RSI, MACD, Bollinger Bands, ADX, and 30+ indicators on any timeframe. |
| Valuation (P/E, P/B, EV/EBITDA), quality scores (Piotroski, Altman Z), analyst consensus, earnings dates, dividends. |
| Side-by-side technical analysis for up to 10 symbols. |
| Multi-timeframe alignment scoring across 15m, 1h, 4h, 1d, 1W. |
Read the market
Tool | What it does |
| Market regime: fear & greed indices + VIX = RISK-ON, RISK-OFF, or NEUTRAL. |
| News attention signal for any ticker in any language. |
| Upcoming economic events with actual vs forecast vs previous. |
Strategies & content
Tool | What it does |
| Browse Rozkoduj's catalog of published trading strategies. Sort by Rozkoduj Score or APY, filter by family. |
| Drill into a single strategy by slug or |
| Keyword + meaning search across the Rozkoduj blog. Returns |
| Hybrid search across Rozkoduj's extended knowledge base. Sign in to unlock. |
Type | Name | Description |
Resource |
| Available markets with IDs |
Resource |
| Screening fields by category |
Resource |
| Filter operators for scan |
Resource |
| Schema for |
Prompt |
| Daily overview: regime, movers, calendar |
Prompt |
| Full analysis: all tools combined |
Prompt |
| Multi-screen opportunity scan |
Example prompts
"Should I buy?"
Score AAPL - should I buy?
Decode NVDA - full 3D analysis with news
Compare AAPL, MSFT, GOOGL - which one looks best?"What's interesting today?"
What are today's market anomalies? Any hidden gems?
Find unusual volume stocks in crypto.
Show me oversold bounce candidates in European markets."What's going on?"
Is the market risk-on or risk-off right now?
What economic events are happening this week?
Is there any buzz around Tesla?Coverage
20+ markets worldwide. Symbols are auto-detected - BTCUSDT routes to crypto, AAPL to US stocks, EURUSD to forex.
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
This server cannot be installed
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