cti-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_upcoming_catalystsB | List upcoming clinical trial catalysts (completion dates) for Korean pharma companies within the next N months. |
| get_kr_pharma_pipelineC | Overview of Korean pharma pipeline ranked by number of active clinical trials. |
| get_stock_technicalsB | Get technical indicators (RSI, Bollinger Bands, Volume Ratio) for a Korean pharma stock. |
| get_technical_strategiesB | Run 5 advanced technical analysis strategies (Elder BBP, SuperTrend Pullback, ICT IFVG, RC Bollinger Reversal, RC Divergence) and produce a consensus signal for a Korean pharma stock. |
| evaluate_trading_signalA | Evaluate a trading signal using the 10-combo scoring engine. Provide institutional/foreign/short-selling data to get STRONG_BUY |
| pingA | Health check — returns pong |
| analyze_stockB | Full clinical trial + market analysis for a Korean pharma company. Provide symbol (e.g. "005930") or sponsor name. |
| search_pharma_trialsA | Search ClinicalTrials.gov for Korean pharma company trials. Resolves symbol to sponsor names automatically. |
| score_stockB | Score breakdown for a Korean pharma company — shows all 6 scoring components and the decision. |
| get_competition_analysisB | Map the competitive landscape for a given condition or specific trial. Returns all competing sponsors. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Most tools have clearly distinct purposes, but there is slight overlap between get_upcoming_catalysts and get_kr_pharma_pipeline (both relate to clinical trials) and between evaluate_trading_signal and score_stock (both produce scores). Descriptions help clarify the differences, but an agent might occasionally misselect.
The majority of tools follow a get_* pattern, but there are deviations like evaluate_trading_signal, search_pharma_trials, score_stock, and ping. All use snake_case consistently, so the naming is readable and predictable, just not perfectly uniform.
10 tools is a well-scoped number for a server covering both clinical trial data and technical stock analysis. Each tool serves a distinct function, and there is no unnecessary bloat or deficiency.
The tool set covers the full range of the domain: clinical trial catalysts, pipeline overview, trial search, technical indicators, advanced strategies, signal evaluation, scoring breakdown, competition analysis, and a comprehensive analyze_stock wrapper. No obvious gaps in the workflow.