import { pageMetadata } from '@/lib/seo'; import Link from 'next/link'; export const metadata = pageMetadata({ title: 'Pricing', description: 'BuildMyMCPServer pricing — start free with one hosted MCP server, scale to Pro, Team and Enterprise. Pay for tool calls, not boilerplate.', path: '/pricing', }); const TIERS = [ { name: 'Hobby', price: '€0', tag: 'Forever free', description: 'For trying things out and shipping single-user tools.', model: 'Open-tier AI', modelDetail: 'Free-tier model · ~30-60s analyze', features: [ '1 MCP server', '100,000 tool calls / month', '5 prompt analyses / day', 'BuildMyMCP subdomain', 'Community support', ], cta: 'Start free', href: '/login', }, { name: 'Pro', price: '€49', tag: '/ month', description: 'For solo founders and small teams shipping production tools.', model: 'Claude AI', modelDetail: 'Powered by Anthropic Claude · ~10–20s analyze', features: [ '5 MCP servers', '1M tool calls / month', '40 prompt analyses / day', 'Priority build queue', 'Custom domain · coming soon', 'Email support, 1 business-day response', ], cta: 'Start Pro', href: '/settings/billing?tier=pro_monthly', highlight: true, }, { name: 'Team', price: '€199', tag: '/ month', description: 'For teams that need an audit trail and room to scale.', model: 'Claude AI', modelDetail: "Anthropic's flagship quality", features: [ '25 MCP servers', '10M tool calls / month', '50 prompt analyses / day', 'Audit log', 'RBAC · coming soon', 'Shared Slack channel support', ], cta: 'Start Team', href: '/settings/billing?tier=team_monthly', }, { name: 'Enterprise', price: '€999+', tag: '/ month', description: 'For organizations with custom infrastructure, compliance and scale needs.', model: 'Claude AI', modelDetail: 'Top-tier Claude · EU data-residency option', features: [ 'Unlimited servers', 'Custom infrastructure & data residency — on request', 'Dedicated hosting — scoped per contract', 'SSO / SAML — on request', 'Customer success manager', ], cta: 'Contact sales', href: 'mailto:sales@buildmymcpserver.com', }, ]; const FAQ = [ { q: 'What counts as a tool call?', a: 'Every successful invocation of a tool exposed by your MCP server. Failed calls do not count.', }, { q: 'What happens if I exceed my quota?', a: 'Daily build and analysis limits return a 429 with a clear upgrade hint. Monthly tool-call volumes are generous soft limits — we reach out before anything is capped.', }, { q: 'Annual billing?', a: 'Yes — save 20% on Pro and Team paying annually. Enterprise is annual by default.', }, { q: 'Plan changes?', a: 'Upgrade any time, pro-rated. Downgrade at end of billing period.', }, ]; export default function Pricing() { return (
Build infinite servers, pay for the traffic they actually serve. Cancel any time, export everything, no lock-in.
{t.description}
{f.a}