Skip to main content
Glama

My Finance MCP Server

by xinrong-meng
pyproject.toml362 B
[project] name = "my-finance-mcp" version = "0.1.0" description = "MCP server for financial data storage and RAG queries" requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "chromadb>=0.4.0", "pandas>=2.0.0", ] [project.scripts] my-finance-mcp = "my_finance_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

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/xinrong-meng/my-finance-mcp'

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