We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chestnutforty/mcp-financial-datasets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-financial-datasets"
version = "0.1.0"
description = "MCP server for financial data from financialdatasets.ai"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"fastmcp",
"httpx",
"python-dotenv",
]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"