Skip to main content
Glama
Sekharz

finanal-mcp

by Sekharz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FMP_API_KEYYesYour Financial Modeling Prep API key (free tier, 250 req/day)
TAVILY_API_KEYYesYour Tavily API key (free tier, 1,000 credits/month)
TAPETIDE_API_KEYYesYour Tapetide API token (free from settings)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_recipesA

Search previously solved Q&A recipes. ALWAYS call this FIRST before search_apis or call_api. If a matching recipe exists (score < -1.0 is a strong match), return it directly without further API calls.

search_apisA

Search API endpoints across fmp, tapetide, and tavily. Source routing: tapetide=India NSE/BSE, fmp=US/global stocks, tavily=all news. Pass source='tapetide'|'fmp'|'tavily' to restrict. Returns slim rows (id, source, path, summary, score) — call get_api_details for full schema.

get_api_detailsB

Get full metadata/schema for an endpoint by id.

search_docsC

Search synthetic/ingested docs with BM25.

call_apiB

Call a live API endpoint by endpoint_id and params.

save_recipeC

Save a solved recipe to cache.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sekharz/finanal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server