INDIVIDUAL MCP TOOL
get_agent_commerce_options
Returns CommonQuant accountless payment capabilities and exact prices.
LIVE ENDPOINT
https://commonquant.ai/mcp
Connect to this endpoint to inspect the live schema for get_agent_commerce_options and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.commonquant-account-agent]
url = "https://commonquant.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"commonquant-account-agent": {
"type": "http",
"url": "https://commonquant.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: commonquant-account-agent
Remote MCP URL: https://commonquant.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"commonquant-account-agent": {
"url": "https://commonquant.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"commonquant-account-agent": {
"type": "http",
"url": "https://commonquant.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "commonquant-account-agent",
"transport": "streamable-http",
"url": "https://commonquant.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_market_ideas— Lists the newest public CommonQuant market ideas.get_market_idea— Returns the public Markdown article for a CommonQuant idea ID.get_public_feed— Returns a bounded page of public CommonQuant social posts.get_account_status— Returns the connected account tier, credit balance, approved scopes, and agent spending caps.read_advanced_analysis— Returns the full Advanced Analysis report when the connected account has already unlocked it.quote_advanced_analysis_unlock— Returns the exact 100-credit cost, balance check, and a five-minute confirmation ID.unlock_advanced_analysis— Spends the exact credits in a valid quote.quote_strategy_generation— Validates a strategy request and returns a five-minute confirmation for subscription-backed generation.