Skip to main content
Glama
reallygood83

Richgo Finance MCP

by reallygood83

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RICHGO_COOKIENoOptional cookie for authenticated features. Not required for public endpoints.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
richgo_service_catalogA

Show all Richgo Finance services currently exposed by this MCP server.

richgo_search_stockB

Search Richgo Finance for a stock by Korean name, partial name, or code. Returns matching stock candidates.

richgo_get_stock_detailA

Fetch public Richgo Finance detail for a stock ticker, including valuation, cash flow, safety, percentiles, and reports when available.

richgo_analyze_stockB

Resolve a user stock query through Richgo search/local aliases, fetch detail, and return a compact analysis payload.

richgo_get_scoresB

Fetch the Richgo score/screener table with optional market, sort, tier, period, and limit filters.

richgo_get_undervaluedB

Fetch Richgo undervalued-stock service. Modes mirror the site tabs: total, ttm, gap, composite, analyst, risky.

richgo_get_ai_rankingsA

Fetch Richgo AI ranking tab with country, market, sort, top, and tier filters.

richgo_get_curationC

Fetch a Richgo curated screener bucket such as compound_quality, income_safe, chart_breakout, health_quality, industrial_growth, it_stability, or consumer_margin.

richgo_get_breakoutB

Fetch Richgo breakout/special-signal results. The site may return empty arrays for some signal types.

richgo_get_market_apiA

Generic wrapper for public /api/market/{path} endpoints discovered in the app bundle. Use for market status endpoints not yet promoted to a first-class tool.

richgo_get_public_apiC

Constrained GET wrapper for public /api/... Richgo endpoints. This is useful while mapping newly discovered site services.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
service_catalogPublic Richgo Finance services exposed by this MCP server.

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/reallygood83/rfmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server