Rozkoduj MCP

Rozkoduj MCP

Provides AI assistants with market screening, analysis, and scoring across stocks, crypto, and forex, enabling natural language queries for trading insights.

Category
访问服务器

README

<div align="center">

<picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rozkoduj/rozkoduj-mcp/main/docs/assets/logo-dark.svg"> <img alt="Rozkoduj MCP" src="https://raw.githubusercontent.com/rozkoduj/rozkoduj-mcp/main/docs/assets/logo.svg" width="220"> </picture>

Rozkoduj MCP - Decode the Markets

Screening, analysis, and scoring across stocks, crypto, and forex - right inside your AI assistant.

PyPI License: MIT Python 3.14+ CI Deploy Coverage

</div>

[!TIP]

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/mcp

Works immediately, no API key needed. Sign in to unlock more tools.

<details> <summary><b>Cursor</b></summary>

Add to ~/.cursor/mcp.json:

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

</details>

<details> <summary><b>VS Code</b></summary>

Add to .vscode/mcp.json:

{
  "servers": {
    "rozkoduj": {
      "type": "http",
      "url": "https://mcp.rozkoduj.com/mcp"
    }
  }
}

</details>

<details> <summary><b>Claude Code</b></summary>

claude mcp add rozkoduj --transport http https://mcp.rozkoduj.com/mcp

</details>

<details> <summary><b>Claude Desktop</b></summary>

Add to claude_desktop_config.json:

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

</details>

<details> <summary><b>Self-hosted (PyPI / Docker)</b></summary>

pip install rozkoduj-mcp       # from PyPI
uvx rozkoduj-mcp               # or run directly
docker run -p 8080:8080 $(docker build -q .)  # Docker

</details>

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 reasoning

Same 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
digest 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.
scan Custom screening with any combination of filters, columns, and sorting. 30+ indicators and fundamental metrics.
smart_screen One-word preset screens: unusual_volume, oversold_bounce, breakout, momentum, value, dividend, growth.
movers Top gainers and losers with quality filters.

Analyze a symbol

Tool What it does
decode 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.
score Quick 0-100 score combining technical rating, momentum, volume quality, and trend strength.
analyze Detailed technical analysis: RSI, MACD, Bollinger Bands, ADX, and 30+ indicators on any timeframe.
fundamentals Valuation (P/E, P/B, EV/EBITDA), quality scores (Piotroski, Altman Z), analyst consensus, earnings dates, dividends.
compare Side-by-side technical analysis for up to 10 symbols.
multitf Multi-timeframe alignment scoring across 15m, 1h, 4h, 1d, 1W.

Read the market

Tool What it does
market_pulse Market regime: fear & greed indices + VIX = RISK-ON, RISK-OFF, or NEUTRAL.
buzz News attention signal for any ticker in any language.
calendar Upcoming economic events with actual vs forecast vs previous.

Strategies & content

Tool What it does
list_strategies Browse Rozkoduj's catalog of published trading strategies. Sort by Sharpe / Sortino / CAGR, filter by family.
strategy_details Drill into a single strategy by slug or algorithm_uid - full metrics, sparkline, params, data range.
search_articles Keyword + meaning search across the Rozkoduj blog. Returns slug + locale for citation.
search_knowledge Hybrid search across Rozkoduj's extended knowledge base. Sign in to unlock.

<details> <summary><b>Resources & Prompts</b></summary>

Type Name Description
Resource rozkoduj://markets Available markets with IDs
Resource rozkoduj://fields Screening fields by category
Resource rozkoduj://operators Filter operators for scan
Resource rozkoduj://freshness-contract Schema for data_date / freshness / staleness_seconds / fetched_at
Prompt morning_briefing Daily overview: regime, movers, calendar
Prompt deep_dive(symbol) Full analysis: all tools combined
Prompt find_opportunities(market) Multi-screen opportunity scan

</details>

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.

License

MIT - rozkoduj.com

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选