tossinvest-openapi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_api_overviewA | START HERE. Returns a high-level map of the Toss Securities Open API: title, version, base server URL, the authentication model, and every category (tag group). Call this first to orient yourself, then drill down with |
| list_categoriesA | Lists every API category (OpenAPI tag) with its display group, endpoint count, and description. Use the category name as the |
| list_endpointsA | Lists endpoints as |
| search_endpointsA | Keyword search across operationId, path, summary, description and tags. Returns the best-matching endpoints ranked by relevance. Use this when you don't know the exact category or operationId. Example queries: 'place order', 'current price', 'holdings', 'exchange rate'. |
| get_endpointA | Returns full detail for ONE endpoint: summary, description, auth requirement, parameters, request body schema, and response schemas with examples. Identify the endpoint either by |
| list_schemasA | Lists the data model (schema) names defined by the API. Pass |
| get_schemaA | Returns the field tree of one data model: field names, types, required flags (marked with *) and descriptions. Nested objects and arrays are expanded; recursive refs are shown as |
| get_integration_guideA | Returns a task-oriented walkthrough for a common use case: the concepts involved plus the recommended, ordered sequence of real endpoints to call. Prefer this over reading endpoints one by one when you want to accomplish an end-to-end task. |
| generate_code_sampleA | Generates a ready-to-adapt request snippet for one endpoint, with the right URL, headers (auth / account), path/query placeholders and request-body example pre-filled. Choose the language; defaults to curl. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/JeongSeongMok/tossinvest-openapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server