Skip to main content
Glama
osamadev

Financial MCP Server

by osamadev
intent_parser.py343 B
import re def extract_financial_entities(query: str): tickers = re.findall(r'\b[A-Z]{1,5}\b', query) terms = ["stock", "earnings", "market", "revenue", "forecast", "dividend", "split", "SEC", "inflation"] matched_terms = [term for term in terms if term in query.lower()] return {"tickers": tickers, "keywords": matched_terms}

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/osamadev/financial_mcp_server'

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