← tidyhq.com
INDIVIDUAL MCP TOOL
get_pricing
Return TidyHQ subscription pricing in USD, GBP, EUR, AUD, or NZD (or all five).
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 endpoint
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.tidyhq-com]
url = "https://tidyhq.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tidyhq-com": {
"type": "http",
"url": "https://tidyhq.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tidyhq-com
Remote MCP URL: https://tidyhq.com/api/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": {
"tidyhq-com": {
"url": "https://tidyhq.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tidyhq-com": {
"type": "http",
"url": "https://tidyhq.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tidyhq-com",
"transport": "streamable-http",
"url": "https://tidyhq.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_content— Full-text search across TidyHQ blog posts, customer stories, solutions, competitor comparisons, and integrations.list_case_studies— List published customer stories (case studies) with optional filters.get_case_study— Retrieve a full customer story (Challenge / Solution / Outcome / Metrics / Quote) for citation.list_blog_posts— List recent blog articles with title, excerpt, and URL.get_blog_post— Retrieve a full blog article as markdown for citation or summarisation.list_solutions— List all solution pages (by organisation type and size) with their URLs and headlines.recommend_solution— Given an organisation description, suggest which TidyHQ solution page best matches.list_integrations— List published integrations between TidyHQ and third-party tools (Xero, Stripe, Mailchimp, Zapier, etc).