← aicostbook.com

INDIVIDUAL MCP TOOL

get_price_history

List recorded price changes for one entity id (offering/subscription/coding-tool), newest first.

aicostbook.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aicostbook.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_price_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aicostbook.com

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.aicostbook-mcp]
url = "https://aicostbook.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aicostbook-mcp": {
      "type": "http",
      "url": "https://aicostbook.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aicostbook-mcp
Remote MCP URL: https://aicostbook.com/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": {
    "aicostbook-mcp": {
      "url": "https://aicostbook.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aicostbook-mcp": {
      "type": "http",
      "url": "https://aicostbook.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aicostbook-mcp",
  "transport": "streamable-http",
  "url": "https://aicostbook.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_models — Search AICostBook's pricing catalog (API/subscription/coding/router/cloud/inference offerings) by freetext query, method type, and trust filters.
  • compare_offerings — List every pricing offering for one exact model name, sorted cheapest-first for a given monthly usage scenario.
  • calculate_cost — Compute the estimated monthly cost of one specific offering (by id) at a given usage level.
  • find_cheapest_entry — For one exact model name, return the cheapest trusted usage-based offering and the cheapest trusted flat-rate plan (site's own best/best-plan picks).