meritz-codegen
OfficialRelated Servers
Alternatives to meritz-codegen
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables users to search for Korea Investment & Securities APIs using natural language queries, returning structured responses with API details such as function name, API name, and category.20-

meritz-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to handle market quotes, account balances, and orders via natural language through the Meritz Securities Open API.7MIT- FlicenseNot gradedqualityDmaintenanceProvides tools to search and retrieve detailed documentation for the Kiwoom REST API, including parameters, categories, and code examples. It enables LLMs to generate request snippets in multiple programming languages to facilitate financial trading API integration.-
- AlicenseNot gradedqualityDmaintenanceEnables exploration and interaction with South Korea's Public Data Portal (OpenAPI) through keyword search, standard documentation retrieval, and direct API endpoint calls with automatic service key injection.11Apache 2.0
- FlicenseAqualityBmaintenanceEnables users to call official Open DART and KRX stock-market APIs, retrieve raw JSON, download and decode DART disclosure documents, and search companies by name, stock code, or corporate ID.4-
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered analysis of Korean stock market data and corporate disclosures using official DART and KRX APIs.167 npmISC
TDQS
Scored across 5 tools
Each tool has a clearly distinct role: categorizing, searching, fetching details, generating code, and explaining conventions. There is no meaningful overlap between them, and the descriptions make the boundaries obvious.
Four tools follow a consistent snake_case verb_noun pattern: list_categories, search_api, get_api_detail, generate_code. The fifth, api_conventions, breaks the pattern by using a noun phrase instead of a verb-led name like get_api_conventions.
Five tools is a well-scoped size for this code-generation server. Each tool maps to one necessary step in the workflow: discover, search, inspect, generate, and understand conventions.
The toolset covers the main lifecycle of API discovery through code generation. A minor gap is that list_categories only returns categories and API counts rather than a browsable list of all APIs, so users must rely on search_api to enumerate actual APIs.