We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knishioka/ib-sec-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://gofastmcp.com/public/schemas/fastmcp.json/v1.json",
"source": {
"type": "filesystem",
"path": "ib_sec_mcp/mcp/server.py",
"entrypoint": "create_server"
},
"environment": {
"type": "uv",
"python": ">=3.9",
"dependencies": [
"requests>=2.32.5",
"pandas>=2.2.3",
"pydantic>=2.10.0",
"python-dotenv>=1.0.0",
"httpx>=0.27.0",
"rich>=13.7.0",
"typer>=0.12.0",
"fastmcp>=2.0.0"
],
"editable": ["."]
},
"deployment": {
"transport": "stdio",
"log_level": "INFO",
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}