query_model_price — LLM Abacus MCP Tool Read-only
query_model_price
(query model price) is one of 2 tools on the
LLM Abacus
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call query_model_price from your client
- Claude Code LLM Abacus query_model_price run in your project directory
- Claude Desktop LLM Abacus query_model_price ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor LLM Abacus query_model_price ~/.cursor/mcp.json
- VS Code LLM Abacus query_model_price .vscode/mcp.json
- Zed LLM Abacus query_model_price ~/.config/zed/settings.json
- Windsurf LLM Abacus query_model_price ~/.codeium/windsurf/mcp_config.json
- Cline LLM Abacus query_model_price ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI LLM Abacus query_model_price ~/.gemini/settings.json
- Grok LLM Abacus query_model_price .mcp.json (in your project root)
- ChatGPT LLM Abacus query_model_price Settings → Connectors → Advanced → Developer mode
- Claude.ai LLM Abacus query_model_price Settings → Connectors → Add custom connector
- LangChain LLM Abacus query_model_price pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http pricing https://llmabacus.com/api/mcp
Other tools on this server
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.