godel-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 |
|---|---|
| godel_describeA | Overview for a ticker: name, exchange, instrument type, last close, CIK/LEI. |
| godel_quoteB | Delayed last-close snapshot for a ticker (last, volume, dollar volume). |
| godel_financialsA | Standardized annual financials for a ticker (revenue, margins, income, cash flows) plus valuation multiples. |
| godel_historicalA | Historical OHLCV bars for a ticker at a given resolution. |
| godel_ratingsB | Recent analyst rating actions and price targets for a ticker. |
| godel_most_activeC | Most active securities across the market. |
| godel_searchC | Search for instruments, legal entities, and news matching a query. |
| godel_newsC | Recent news and filings, optionally filtered to a ticker. |
| godel_live_quoteA | Real-time quote for a ticker. Requires a provider with live access. |
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 9 tools
Each tool targets a clearly distinct data type: overview, delayed quote, live quote, financials, historical bars, ratings, market movers, search, and news. The only similar pair is quote vs live_quote, but the delayed/real-time distinction is explicit and unambiguous.
All tool names follow the same pattern: lowercase snake_case with godel_ prefix. The suffix is consistently a noun or verb describing the resource/action (describe, quote, financials, historical, ratings, most_active, search, news, live_quote), forming a predictable set.
With 9 tools, the server is well-scoped for a financial data API. Each tool serves a distinct purpose without redundancy, covering both market-wide queries and individual-instrument data.
The tool surface covers core read-only financial workflows: discovery via search and most_active, then details via describe/quote/financials/historical/ratings/news/live_quote. There are no obvious dead ends or critical missing data types for its purpose.