Skip to main content
Glama
hjsh200219

cti-mcp

by hjsh200219

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_BUYAVOID grade with expected return and win rate. Data represents a D-60 to D-day window split into early (D-60D-30) and late (D-30~D-day) halves.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues