MCP Server
MCP
io.github.finmanagerai/atlas-mcp-server
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://atlasmcp.finmanagerai.com/mcp",
"headers": [
{
"description": "Atlas API key. Generate one at https://www.mind-vest.io/atlas/dashboard.",
"isRequired": true,
"value": "Bearer {atlas_api_key}",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"atlas_api_key": {
"description": "Your Atlas API key. Sign in at https://www.mind-vest.io/atlas, open the dashboard, and copy the key from the API Keys section.",
"isRequired": true,
"isSecret": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment