MCP Server
Query structured SaaS pricing data from Claude Code or any MCP client.
Tools
query_companies
Filter by pricing model, category, AI packaging, free tier, changelog
read_page
Full company data with connections, backlinks, and related synthesis
search_wiki
Search across all pages — companies, models, trends, synthesis
list_field_values
Discover what's in the dataset before querying
dataset_stats
Coverage, field fill rates, changelog counts
list_changes
Git history for any company page — what changed and when
Connect
Zero install. Add one line to your Claude Code settings.
Add to Claude Code settings
Add to ~/.claude/settings.json:
{
"mcpServers": {
"pricing-data-lab": {
"type": "url",
"url": "https://data.tansohq.com/api/mcp"
}
}
} That's it
Restart Claude Code and start querying. Full dataset — 146 companies, credit mechanics, pricing models, trends.
Try It
In Claude Code, ask:
"Show me all companies with hybrid pricing that have AI features" "Compare Anthropic and OpenAI pricing" "What pricing models do dev tools companies use?" Pricing Advisor Skill
The MCP server pairs with a Claude Code skill that acts as a pricing strategist. It uses live data from the MCP when connected.
mkdir -p ~/.claude/skills/pricing-advisor && curl -sL https://data.tansohq.com/pricing-advisor.md -o ~/.claude/skills/pricing-advisor/SKILL.md Then use /pricing-advisor in Claude Code.