Skip to main content
Glama
gwarren3210

godel-mcp

by gwarren3210

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
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 9 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivitySlowing
ResponsivenessNo issues