Server Saxo Openapi
БесплатноНе проверенProvides offline lookup of Saxo Bank OpenAPI endpoint parameters and JSON samples via CLI or MCP tools, enabling token-efficient discovery of endpoint specs wit
Описание
Provides offline lookup of Saxo Bank OpenAPI endpoint parameters and JSON samples via CLI or MCP tools, enabling token-efficient discovery of endpoint specs without API credentials.
README
A specialized Model Context Protocol (MCP) server acting as a reference manual and knowledge base for the Saxo Bank OpenAPI.
Version: 0.3.1 · Spec snapshot: 2026-07-08
Purpose
This server is not an execution client. It does NOT execute trades, place orders, or modify portfolios.
It helps AI agents generate Saxo Bank API code by combining:
- Rich endpoint specs from crawled
spec/json(nested parameters, request/response samples). - Critical warnings on dangerous endpoints (
/orders,/positions). saxo://docs/pitfalls.md— survival guide for Saxo-specific quirks.
Tools
| Tool | Description |
|---|---|
search_saxo_endpoints(query) |
Discover endpoints by keyword. |
get_saxo_endpoint_spec(method, path, depth?) |
Parameters, samples, warnings. |
get_saxo_schema_spec(schema_name, depth?) |
Drill into nested schemas. |
get_saxo_workflow_guide(use_case) |
close_position or if_done_oco workflows. |
Resources
| URI | Description |
|---|---|
saxo://docs/pitfalls.md |
Netting, Stop/StopIfTraded, IsForceOpen, UIC, Precheck. |
Installation
MCP (Cursor / Claude Desktop)
{
"mcpServers": {
"saxo-openapi": {
"command": "uvx",
"args": ["mcp-server-saxo-openapi"]
}
}
}
CLI fallback
uvx --from mcp-server-saxo-openapi saxo-doc-helper search-endpoints orders
uvx --from mcp-server-saxo-openapi saxo-doc-helper get-endpoint POST /trade/v2/orders --depth 1
What changed in 0.3.0
0.2.0 mistakenly used a single saxo_openapi.json for lookup (shallow schemas). 0.3.0 restores the rich spec/json index while keeping pitfalls and warnings from 0.2.0.
See CHANGELOG.md.
Known limitations
- Warnings are advisory; agents may skip
pitfalls.md. response_parameterstrees are sparse in some crawled specs;response_sampleJSON is more reliable.- Pitfalls reflect practical experience; not a substitute for Saxo's official docs.
License
MIT — see LICENSE.
Установка Server Saxo Openapi
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nohikomiso/mcp-server-saxo-openapiFAQ
Server Saxo Openapi MCP бесплатный?
Да, Server Saxo Openapi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Saxo Openapi?
Нет, Server Saxo Openapi работает без API-ключей и переменных окружения.
Server Saxo Openapi — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Server Saxo Openapi в Claude Desktop, Claude Code или Cursor?
Открой Server Saxo Openapi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Server Saxo Openapi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
