Skip to main content
Glama
rozkoduj

Rozkoduj MCP

Official
by rozkoduj

Decode the Markets

Market intelligence for your AI assistant - algo-trading strategies, analytics and specialized research knowledge.

PyPI License: MIT Python 3.14+ CI Deploy Coverage

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

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

Add 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 .)  # Docker

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

"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 slug + locale for citation

Tools

Tool

What it does

list_strategies

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?").

strategy_details

Drill into a single strategy by slug or algorithm_uid - full best-run metrics, family/variant, and risk mode.

search_articles

Keyword + meaning search across the research articles. Returns slug + locale for citation.

search_knowledge

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:

  1. Mint a key in the Rozkoduj dashboard (format rzk_ + 40 hex). It maps to your account's tier; revoke it there at any time.

  2. Provide it via the ROZKODUJ_API_KEY environment variable - never inline in committed config. In an MCP client, reference it as ${env:ROZKODUJ_API_KEY}.

  3. 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

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
7Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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