We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VinnyCarter05/investing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "investing-mcp"
version = "0.1.0"
description = "MCP server for parsing and querying investment statements"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastmcp>=2.0.0",
"pymupdf4llm>=0.0.17",
"lancedb>=0.14.0",
"sentence-transformers>=3.0.0",
"aiosqlite>=0.20.0",
"pydantic>=2.0.0",
"python-dateutil>=2.9.0",
"pandas>=2.0.0",
"numpy>=1.24.0",
"scipy>=1.10.0",
"matplotlib>=3.7.0",
"yfinance>=0.2.40",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.1.0",
"black>=24.0.0",
"ruff>=0.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.black]
line-length = 100
target-version = ['py310', 'py311', 'py312']
[tool.ruff]
line-length = 100
target-version = "py310"
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "auto"