UNPKG

finnhub-mcp

Version:

A Model Context Protocol server for Finnhub financial data

31 lines (30 loc) 751 B
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "FinnHub": { "ApiKey": "", "BaseUrl": "https://finnhub.io/api/v1", "TimeoutSeconds": 10, "Endpoints": [ { "Name": "search-symbol", "Url": "/search", "IsActive": true, "group": "search", "Description": "Searches for best-matching symbols based on specified query and exchange." }, { "Name": "health-check", "Url": "/stock/symbol", "IsActive": true, "group": "stock", "Description": "Searches for best-matching symbols based on specified query." } ] } }