← Registry

Developer Tools

aicostbook.com

This MCP server provides tools to search, compare, and calculate costs of AI model pricing offerings from AICostBook's catalog.

1 endpoint5 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://aicostbook.com/mcp

No auth detected

MCP server metadata

Name
aicostbook-mcp
Version
1
Capabilities
tools

Known tools 5

search_models

Search AICostBook's pricing catalog (API/subscription/coding/router/cloud/inference offerings) by freetext query, method type, and trust filters.

Inferred read-only
compare_offerings

List every pricing offering for one exact model name, sorted cheapest-first for a given monthly usage scenario.

Inferred read-only
calculate_cost

Compute the estimated monthly cost of one specific offering (by id) at a given usage level.

Inferred read-only
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).

Inferred read-only
get_price_history

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

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aicostbook.com was fetched 2026-08-05T08:33:12.673Z and is being refreshed.

Trust status Neutral

aicostbook.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.