Back to MCP Servers

Sprouts Data Intelligence MCP Server

Provider-hosted MCP server from Sprouts.ai for B2B prospecting: natural language queries against 400M+ contact and company data points, ICP scoring, and contact enrichment.

Data & Enrichment by Sprouts.ai OAuth2 active
Overview

Sprouts Data Intelligence is the official MCP connector built by Sprouts.ai, an ABM and GTM intelligence platform. It lets an AI agent run natural language B2B prospecting queries against Sprouts' database of millions of contacts and companies, score results against an Ideal Customer Profile, enrich phone and email details, and push qualified leads into the Sprouts CRM workflow. Sprouts describes the experience as "query to qualified lead in seconds."

The server is provider-hosted by Sprouts.ai at claude.mcpsprouts.ai. Authentication is handled through OAuth 2.1 with PKCE (implemented via Scalekit) and requires a work email, personal email providers like Gmail or Outlook are not accepted. Each tool carries its own scope so users explicitly consent to specific actions such as data queries, account discovery, ICP analysis, or signal routing. Behind the OAuth layer, Sprouts runs a Python server backed by Redis, Elasticsearch, and tenant-level Postgres serving roughly 400 million data points.

The connector is listed in the official Anthropic connectors catalog and works in Claude web, Claude Desktop, Claude mobile, Claude Code, and via the Claude API. It supports both read and write operations, including pushing enriched contacts and accounts into the Sprouts platform. Some tools, such as phone and email enrichment, consume Sprouts credits.

Tools

Tool Description
sprouts_data_intelligence Run natural language B2B prospect searches across the Sprouts contact and company database with customizable ranking, clustering, and decision-maker analysis.
move_to_sprouts Export qualified contacts or accounts from a search result into the Sprouts CRM/outreach platform.
enrich_phone_email Reveal contact phone and email details via LinkedIn-based enrichment. Costs 2-10 Sprouts credits per record.
icp_analysis Define and score prospects against an Ideal Customer Profile.
query_templates Access pre-built search templates for sales, recruiting, and market research use cases.
query_refinement Suggest improvements to a search query to increase result quality and relevance.
search_history Retrieve previous searches and usage patterns for analytics and reuse.
sprouts_user_preferences Manage user settings and stored credentials for the Sprouts MCP session.
Setup Guide

Prerequisites

  • A Sprouts.ai account using a work email (personal email domains like Gmail, Yahoo, Outlook are rejected).
  • For "Move to Sprouts" export functionality: API token, registered email, and customer ID from the Sprouts platform.
  • Credits in your Sprouts account for phone/email enrichment (2-10 credits per reveal).

Claude Web (claude.ai)

  • Open profile menu, then Settings, then Connectors.
  • Click "Add Custom Connector".
  • Name it Sprouts Data Intelligence.
  • Server URL: https://claude.mcpsprouts.ai/sse
  • Complete the OAuth sign-in with your work email.

Claude Desktop

Open claude_desktop_config.json (Cmd+, on macOS, Ctrl+, on Windows) and add:

{
  "mcpServers": {
    "sprouts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://claude.mcpsprouts.ai/sse"
      ]
    }
  }
}

Restart Claude Desktop. On first use, a browser window will open for OAuth authentication with your work email.

Notes

  • Authentication is OAuth 2.1 + PKCE, no static API key is required in the config.
  • The server supports tool-level scopes, so users approve each capability (queries, exports, enrichment) at consent time.
Use Cases
  • Targeted prospecting: Ask for "VPs of Sales at SaaS companies in San Francisco with 50-200 employees" and get a ranked, clustered list of decision makers.
  • ICP scoring: Define an Ideal Customer Profile, then score a list of imported accounts to focus SDR effort on the highest-fit prospects.
  • Contact enrichment: Reveal verified phone numbers and email addresses for shortlisted contacts before adding them to an outbound sequence.
  • CRM push: Move qualified contacts and accounts directly from a Claude conversation into the Sprouts outreach platform without leaving the chat.
  • Recruiting and talent mapping: Search for engineers, GTM leaders, or other talent profiles by experience, location, and current company.
Example Prompts
  • "Find me CROs and VPs of Sales at Series B SaaS companies in the US with 100-500 employees and cluster the results by industry."
  • "Score these 50 accounts against an ICP of mid-market fintech companies in EMEA and tell me the top 10."
  • "Enrich the phone and email for the top 5 contacts from my last search."
  • "Move the qualified contacts from this query into Sprouts using my saved customer ID."
  • "Show me my search history from the last week and refine my best performing query."
Pros
  • Official, provider-hosted server maintained by Sprouts.ai, no self-hosting required.
  • OAuth 2.1 + PKCE with per-tool scopes, suitable for enterprise distribution.
  • Covers the full prospecting loop in one server: search, ICP scoring, enrichment, CRM export.
  • Listed in Anthropic's official connector directory for Claude.
Limitations
  • Requires a paid Sprouts.ai account and a work email, personal email domains are blocked.
  • Enrichment actions consume Sprouts credits (2-10 per record), costs scale with usage.
  • Public tool descriptions are limited, deeper documentation lives behind the Sprouts support portal.
Alternatives
  • Apollo.io MCP: Similar B2B contact and company database with prospecting and enrichment tools.
  • Clay MCP: Workflow-oriented data enrichment combining multiple providers.
  • ZoomInfo / Clearbit integrations: Established B2B data sources, available as community MCP servers or via custom API wrappers.