TossInvest OpenAPI MCP
@EthanKlocked
About TossInvest OpenAPI MCP
Safe-by-default local stdio MCP server for the official Toss Securities Open API. Read-only market/account tools are available by default; order operations require explicit trading gates, dry-run defaults, confirmation, and max-order safeguards.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tossinvest": {
"command": "node",
"args": [
"/absolute/path/to/tossinvest-openapi-mcp/dist/index.js"
],
"env": {
"TOSS_API_KEY": "${TOSS_API_KEY}",
"TOSS_SECRET_KEY": "${TOSS_SECRET_KEY}",
"TOSS_ACCOUNT_SEQ": "${TOSS_ACCOUNT_SEQ}"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is TossInvest OpenAPI MCP?
TossInvest OpenAPI MCP is a local stdio MCP server for the official Toss Securities Open API. It is designed for developers who want to inspect account, market, holdings, orderbook, candles, and order history data from MCP clients without exposing secrets to model providers.
How to use TossInvest OpenAPI MCP?
Configure the server and connect any MCP client (e.g., Claude Desktop, Cline). The server starts without credentials; you must provide Toss Securities API credentials via environment variables. Read-only tools are available by default; trading requires explicitly enabling via environment gates and confirmation text.
Key features of TossInvest OpenAPI MCP
- Starts safely without credentials, reporting missing configuration
- Read-only tools enabled by default
- OAuth access tokens kept in memory only
- Secrets, bearer tokens, and account identifiers are redacted from output
- Trading disabled by default, with dry-run default for order tools
- Real order operations require explicit environment gates and limits
Use cases of TossInvest OpenAPI MCP
- Inspect account balances and holdings without exposing credentials
- Review market data, orderbooks, and candle charts from MCP clients
- Safely test order creation in dry-run mode before enabling real trading
- Monitor order history and trade status programmatically
FAQ from TossInvest OpenAPI MCP
What happens if I start the server without credentials?
The server starts but reports missing configuration via auth_status instead of crashing. No tools fail unexpectedly.
Are my API credentials exposed to model providers?
No. OAuth tokens remain in memory only, and all secrets, bearer tokens, and account identifiers are redacted from tool output and errors.
Can I trade using this server?
Trading is disabled by default. Order tools default to dryRun=true. Real order create, modify, or cancel operations require explicit environment gates, confirmation text, and maximum order limits to be set.
What data can I access with read-only tools?
You can inspect account information, market data, holdings, orderbooks, candles, and order history.
What transport does the server use?
The server uses local stdio transport (no HTTP endpoints exposed).
More Finance & Commerce MCP servers
Market Fiyatı MCP Server
EnesCinrCrypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Comments