Developer Tools
aicostbook.com
This MCP server provides tools to search, compare, and calculate costs of AI model pricing offerings from AICostBook's catalog.
ENDPOINT 1
https://aicostbook.com/mcp
MCP server metadata
- Name
- aicostbook-mcp
- Version
- 1
Known tools 5
search_modelsSearch AICostBook's pricing catalog (API/subscription/coding/router/cloud/inference offerings) by freetext query, method type, and trust filters.
Inferred read-onlycompare_offeringsList every pricing offering for one exact model name, sorted cheapest-first for a given monthly usage scenario.
Inferred read-onlycalculate_costCompute the estimated monthly cost of one specific offering (by id) at a given usage level.
Inferred read-onlyfind_cheapest_entryFor 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-onlyget_price_historyList recorded price changes for one entity id (offering/subscription/coding-tool), newest first.
Inferred read-onlyCONNECT 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.
aicostbook.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.