MCP server for CyberQuant data sharing platform that enables AI assistants to directly query and analyze financial data using CSV output for token efficiency.
| Tool name | Description | Destructive? |
|---|---|---|
| list_routes | ✓ no | |
| query_data | ✓ no | |
| configure | ✓ no | |
| get_route_detail | ✓ no | |
| get_routes_metadata | ✓ no |
| get_user_profile | ✓ no |
{
"mcpServers": {
"cyberquant": {
"command": "npx",
"args": [
"-y",
"cyberquant-mcp"
]
}
}
}