You're viewing a demo portfolio

Join the waitlist
PRSM

search_symbol

Active

Tool of Finnhub

declared in 0.1.0

Search for stock ticker symbols by company name or keyword. Returns matching symbols with descriptions. Example: search_symbol({ query: "apple", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "apple",
      "_apiKey": "your-finnhub-api-key"
    },
    {
      "query": "tesla",
      "_apiKey": "your-finnhub-api-key"
    }
  ],
  "required": [
    "query",
    "_apiKey"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query — company name or keyword, e.g. \"apple\", \"tesla\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Finnhub API key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Finnhub

https://github.com/pipeworx-io/mcp-finnhub

1/7 registries
View full server →