search_symbol
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Finnhub
https://github.com/pipeworx-io/mcp-finnhub
1/7 registries