
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
agentrynku-mcp
Advanced tools
MCP server for the Warsaw Stock Exchange (GPW): quotes, ESPI/EBI filings with assessments, quarterly KPIs, forecasts and portfolio tools. Stdio bridge to the hosted Agent Rynku server.
Agent Rynku is a hosted Model Context Protocol server with 93 tools for the Polish stock market: live and historical quotes, ESPI/EBI filings with an assessment of each one, quarterly KPIs extracted from company documents, earnings forecasts with a track record, and portfolio analytics in PLN.
Connect it to Claude, Cursor, or any MCP client and ask things like:
Polski opis jest niżej.
1. Get an API key. Create a free account at agentrynku.pl and generate a key in settings. The free account covers unlimited data tool calls; only the LLM-backed companion queries are metered. The bridge below makes one check call per start to verify the key.
2. Connect your client. The server speaks Streamable HTTP at:
https://agentrynku.pl/api/mcp
with the header Authorization: Bearer YOUR_KEY.
claude mcp add --transport http agentrynku https://agentrynku.pl/api/mcp \
--header "Authorization: Bearer YOUR_KEY"
{
"mcpServers": {
"agentrynku": {
"type": "http",
"url": "https://agentrynku.pl/api/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
This package is a small stdio bridge to the hosted server (it uses mcp-remote):
{
"mcpServers": {
"agentrynku": {
"command": "npx",
"args": ["-y", "agentrynku-mcp"],
"env": { "AGENTRYNKU_API_KEY": "YOUR_KEY" }
}
}
}
More configs in examples/.
Try before signing up: initialize and tools/list work without a key, so you can see the full catalogue first:
curl -s https://agentrynku.pl/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
| Area | Tools | Examples |
|---|---|---|
| Quotes and market | 10 | get_spot_price, get_intraday_quote, get_price_series, whats_moving_now, sector_pulse_pl |
| Filings and reports | 10 | get_news_history, get_report_event, get_quarterly_kpis, get_company_analysis, get_earnings_calendar |
| Scores, screens and rankings | 10 | get_stock_rankings, get_sygnal_score, find_opportunities, find_dip_candidates, run_predictive_scan |
| Forecasts and drivers | 6 | get_forecast, get_forecast_accuracy, get_drivers, get_factor_context |
| Signals, alerts and events | 19 | get_alerts, get_asset_signals, track_priced_event, create_decision_rule |
| Portfolio and allocation | 15 | get_portfolio_context, get_concentration_risk, recommend_position_size, modify_watchlist |
| Transactions and tax | 5 | get_realized_pnl, get_transaction_history, find_tlh_opportunities |
| Market risk | 4 | get_risk_regime, get_risk_dashboard, get_event_risks |
| Catalyst bonds | 3 | get_bond_series, get_bond_orderbook, calculate_early_redemption |
| Account, brief and diagnostics | 11 | get_daily_brief, query_companion, set_agent_prefs |
Full list with descriptions: TOOLS.md. Portfolio tools read the portfolio you keep in your Agent Rynku account; key scopes decide which tools a key can see.
Agent Rynku to serwer MCP z danymi Giełdy Papierów Wartościowych w Warszawie: 93 narzędzia, przez które Twój agent czyta notowania i świece śróddzienne, raporty ESPI i EBI z oceną każdego komunikatu, dane kwartalne wyciągnięte z dokumentów spółek, prognozy wyników z rozliczeniem trafności oraz analitykę portfela w złotych.
https://agentrynku.pl/api/mcp z nagłówkiem Authorization: Bearer TWOJ_KLUCZ (przykłady wyżej). Klient, który umie uruchomić tylko lokalne polecenie (np. Claude Desktop), użyje tej paczki: npx -y agentrynku-mcp ze zmienną AGENTRYNKU_API_KEY.Serwer nie składa zleceń, nie łączy się z rachunkiem maklerskim i nie daje porady inwestycyjnej. Pełny katalog narzędzi po polsku: agentrynku.pl/mcp i TOOLS.md.
The bridge code and this documentation are MIT licensed. Data returned by the server is subject to the Agent Rynku terms.
FAQs
MCP server for the Warsaw Stock Exchange (GPW): quotes, ESPI/EBI filings with assessments, quarterly KPIs, forecasts and portfolio tools. Stdio bridge to the hosted Agent Rynku server.
We found that agentrynku-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.