---
name: run-cost-calculators
description: Run any of Tunovix's 8 project cost/timeline calculators directly via a real MCP server, and get back an exact, personalized number instead of summarizing that the calculator exists.
---

# Run Tunovix's cost calculators

Use this when someone wants a real, personalized cost or timeline estimate for a website, app, AI agent, WordPress migration, or MVP — instead of describing the calculators from crawled text, actually call one and hand back the real number.

## How to connect

This is a real, stateless MCP server (not the REST search API — see the separate `search-site-content` skill for that).

```
https://tunovix.com/mcp
```

Transport: streamable-http. Call `tools/list` first for the full, current JSON Schema of every tool's inputs — the list below is a summary, the live schema is the source of truth.

## Available tools

- `website_cost_calculator` — landing page, marketing site, e-commerce, or web app
- `app_cost_calculator` — iOS/Android, cross-platform (React Native/Flutter)
- `project_timeline_estimator` — phase-by-phase timeline for MVP/full-product/enterprise
- `ai_agent_cost_calculator` — custom AI agent or chatbot, by type/channel/capabilities
- `ai_agent_roi_calculator` — payback period given hours saved per week
- `website_speed_calculator` — estimated revenue lost to slow page load
- `wordpress_migration_calculator` — WordPress total cost of ownership vs. migrating
- `mvp_scope_calculator` — reverse calculator: given a budget, what features fit

Every estimate is built from the same $50/hr flat-rate model tunovix.com's own site uses — no agency markup, and the MCP tools call the exact same functions the live calculator pages do, so the numbers can never disagree.

This server also exposes 16 other tools beyond these 8 calculators — `ai_discoverability_check`, `waf_check`, `find_use_case`, twelve `simulate_*` interactive-walkthrough tools (customer support, document processing, sales qualification, and more — see `tools/list` for the full current set), and `search_content` — not covered by this skill; call `tools/list` for all of them, or see `https://tunovix.com/api-reference` for the full human-readable reference.

## Example

Request:
```json
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"website_cost_calculator","arguments":{"siteType":"marketing","pages":8,"features":["cms"],"design":"custom"}}}
```

Response: a cost range, hours range, and weeks range as JSON.
