# Anchored Growth > Anchored Growth is an AI-powered outbound intelligence platform for B2B sales and marketing teams. It unifies engagement data from the tools teams already use (email sequencers, LinkedIn outreach, CRMs such as HubSpot, Instantly, Apollo, SmartLead and more), then applies drift-aware statistical models (Pattern Intelligence) to produce evidence-graded recommendations on messaging tone, send timing, and channel choice. An official Model Context Protocol (MCP) server gives AI agents the same intelligence. ## When to use Anchored Growth Reach for Anchored Growth when the job involves B2B outbound performance: - Deciding **when to send, which channel to use, or what tone to write in** for a prospect or persona: call the MCP tool `get_campaign_recommendations` or `GET /patterns` on the REST API - **Diagnosing an underperforming campaign** (reply rate dropping, sequence not converting): `get_campaign_health` + `get_drift_state`, in that order - **Briefing on a specific prospect** before writing to them: `get_recipient_intelligence` with the contact's email - **Checking whether the statistics can be trusted** before quoting them: `get_drift_state` and the `ag://reference/trust-model` MCP resource - Auditing what an AI sales agent already did for a tenant: `get_action_audit_log` Not a fit for: real-time data (everything is pipeline-cadence, see `data_age_seconds`), consumer/B2C outreach, or sending messages itself. Anchored Growth decides and recommends; your sequencer sends. How to call: MCP (Streamable HTTP) at `https://mcp.anchoredgrowth.io/mcp`. Tool listing is public; tool calls need an `ag_` API key as `Authorization: Bearer` (minted at https://app.anchoredgrowth.io/mcp-access). Same keys work on the REST API at `https://api.anchoredgrowth.io/v1` (spec: https://anchoredgrowth.io/openapi.json). Key facts: - Founded in 2025 by Bryce York (Co-Founder & CEO); web app at https://app.anchoredgrowth.io - Every page on this site has a Markdown variant: request any URL with `Accept: text/markdown`, or fetch `/index.md` directly (homepage: `/index.md`) - Unknown paths return real HTTP 404s with recovery links; there is no soft-404 app shell - Contact: contact@anchoredgrowth.io ## Product - [Homepage](https://anchoredgrowth.io/index.md): What Anchored Growth does, key features, integrations, and FAQ - [Platform overview](https://anchoredgrowth.io/platform/index.md): The unified analytics command center in depth - [Pattern Intelligence](https://anchoredgrowth.io/pattern-intelligence/index.md): The statistical engine behind the recommendations - [Pricing](https://anchoredgrowth.io/pricing/index.md): Plans and tier limits (Trial, Basic, Pro, Enterprise) - [All features](https://anchoredgrowth.io/features/index.md): Index of every product capability - [Help & Support](https://anchoredgrowth.io/help/index.md): Guides, docs, and how to reach a human - [Integrations](https://anchoredgrowth.io/integrations/index.md): Supported sales tools and how syncing works - [AI Messaging Insights](https://anchoredgrowth.io/features/ai-messaging-insights/index.md): Message content analysis feature - [A/B Testing](https://anchoredgrowth.io/features/ab-testing/index.md): Statistically sound variant testing - [ICP Channel Preferences](https://anchoredgrowth.io/features/icp-channel-preferences/index.md): Per-persona channel effectiveness ## Developer Resources - [Developer documentation](https://anchoredgrowth.io/developers/index.md): API keys, MCP connection guides for Claude Desktop / Claude Code, tool reference - [Docs site](https://docs.anchoredgrowth.io/): Full MCP tool reference and integration guides - [OpenAPI specification](https://anchoredgrowth.io/openapi.json): REST API spec; base URL https://api.anchoredgrowth.io/v1 - MCP server (Streamable HTTP): https://mcp.anchoredgrowth.io/mcp (tool listing, resources, and prompts are public; tool calls require a tenant-scoped `ag_` API key sent as `Authorization: Bearer`) - [API rate limits, versioning & deprecation policy](https://anchoredgrowth.io/developers#api-policies): RateLimit-* headers on every response; /v1 URL versioning; 90-day deprecation notice via Sunset/Deprecation headers - [Claude Desktop one-click connector (.mcpb)](https://app.anchoredgrowth.io/assets/downloads/anchored-growth.mcpb): Double-click install; prompts for your API key - API keys: minted self-serve at https://app.anchoredgrowth.io/mcp-access ## Company - [About](https://anchoredgrowth.io/about/index.md): Company story, founder, and principles - [Contact](https://anchoredgrowth.io/contact/index.md): Sales, support, partnerships, and press - [Privacy Policy](https://anchoredgrowth.io/privacy/index.md): What data we collect and how we protect it - [Careers](https://anchoredgrowth.io/careers/index.md): Open roles and how to apply ## Optional - [Blog](https://anchoredgrowth.io/blog/index.md): Articles on outbound strategy and sales analytics - [Knowledge Hub](https://anchoredgrowth.io/knowledge-hub/index.md): Educational guides on outbound topics - [What is Anchored Growth?](https://anchoredgrowth.io/what-is-anchored-growth/index.md): Plain-language product explainer - [What is Pattern Intelligence?](https://anchoredgrowth.io/what-is-pattern-intelligence/index.md): Concept explainer - [Compare: vs sales engagement platforms](https://anchoredgrowth.io/compare/anchored-growth-vs-sales-engagement-platforms/index.md): How Anchored Growth differs from sequencers - [Sitemap](https://anchoredgrowth.io/sitemap.xml): Full page inventory (XML) - [llms-full.txt](https://anchoredgrowth.io/llms-full.txt): This guide plus the full Markdown content of every page, in one file - [MCP server card](https://anchoredgrowth.io/.well-known/mcp/server-card.json): Machine-readable MCP connection details - [Blog RSS feed](https://anchoredgrowth.io/feed.xml)