mcp-server-saxo-openapi
This server is a read-only reference and knowledge base for the Saxo Bank OpenAPI, designed to help AI agents understand and generate Saxo Bank API code — it does not execute trades or modify portfolios.
Search endpoints (
search_saxo_endpoints): Discover Saxo Bank OpenAPI endpoints by keyword (e.g., "orders", "positions", "instruments").Get endpoint specifications (
get_saxo_endpoint_spec): Retrieve detailed parameter specs, request/response JSON samples, and critical warnings for a specific endpoint by HTTP method and path (e.g.,POST /trade/v2/orders). Supports adepthparameter for nested details.Get schema specifications (
get_saxo_schema_spec): Drill into nested data schemas referenced from endpoint specs, with configurable depth for exploring complex object structures.Get workflow guides (
get_saxo_workflow_guide): Access step-by-step guidance for complex multi-step operations, currently supportingclose_positionandif_done_ocoworkflows.Access pitfalls documentation (
saxo://docs/pitfalls.md): Read a curated guide covering Saxo-specific quirks such as netting, ForceOpen close, Stop/StopIfTraded order types, IsForceOpen flag, UIC identifiers, and Precheck behavior.
Click 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., "@mcp-server-saxo-openapisearch for endpoints related to orders"
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.
Saxo Bank OpenAPI MCP Server
A specialized Model Context Protocol (MCP) server acting as a reference manual and knowledge base for the Saxo Bank OpenAPI.
Version: 0.3.5 · 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.
Related MCP server: Swagger MCP
Tools
Tool | Description |
| Discover endpoints by keyword. |
| Parameters, samples, warnings. |
| Drill into nested schemas. |
|
|
Resources
URI | Description |
| Netting, ForceOpen close (§1b), 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 1What 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server for the comprehensive analysis of Swagger 2.0 and OpenAPI 3.x contracts. It allows users to extract detailed information about endpoints, request/response schemas, parameters, and security configurations from API documentation.
- Alicense-qualityDmaintenanceLoads and queries OpenAPI/Swagger documents, providing tools to list APIs, get details, search endpoints, and manage schemas for efficient API exploration.4MIT
- AlicenseAqualityCmaintenanceParses Swagger 2.0 and OpenAPI 3.x specifications, exposing API endpoints, schemas, and authentication through MCP tools with local caching to reduce token usage.11201MIT
- Alicense-qualityAmaintenanceMCP server for loading and exploring OpenAPI/Swagger specifications, enabling AI assistants to dynamically browse API contracts by loading specs, searching endpoints, inspecting schemas, and retrieving operations.223MIT
Related MCP Connectors
MCP server for AI access to Swagger by SmartBear.
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/nohikomiso/mcp-server-saxo-openapi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server