Skip to main content
Glama

Market Data MCP Server

by pishnuke
client.mcp.config.json293 B
{ "mcpServers": { "market-data-http": { "transport": {"type": "http", "url": "http://127.0.0.1:8000"} }, "market-data-local": { "command": "uvicorn", "args": ["main:app", "--host", "127.0.0.1", "--port", "8000"], "env": {"DATA_DIR": "./data"} } } }

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/pishnuke/market-data-mcp'

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