stock_metadata

Pack: tiingo · Endpoint: https://gateway.pipeworx.io/tiingo/mcp

Get metadata for a stock ticker: company name, description, exchange code, and the date range of available EOD price data. Example: stock_metadata({ ticker: “AAPL” })

Parameters

NameTypeRequiredDescription
tickerstringyesStock ticker symbol, e.g. “AAPL”
_apiKeystringnoOptional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/tiingo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"stock_metadata","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "tiingo": {
      "url": "https://gateway.pipeworx.io/tiingo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026