Build with DealSurface
Integrate organizational buying signals into your sales workflows. Access prospect intelligence, evidence-backed scoring, and AI-generated outreach through our REST API, the MCP server, or the OpenClaw plugin.
REST API
Query products, prospects, excerpts, and generate buying committee DealMaps and outreach messages programmatically. Full HTTPS endpoint with bearer token auth.
MCP Server
Connect Claude Desktop, OpenClaw, or any MCP-compatible agent to DealSurface. Research accounts and draft outreach through natural conversation.
OpenClaw Plugin
Install a first-party OpenClaw plugin that auto-bridges DealSurface MCP tools and ships GTM-focused DealSurface skills.
Quickstart
Create an API key
Generate credentials in your DealSurface dashboard.
Make your first API call
List your products with a single curl command.
Set up the MCP server
Install and configure @dealsurface/mcp-server in under a minute.
Install OpenClaw plugin
Add @dealsurface/openclaw-plugin to OpenClaw.
Configure plugin
Set apiKey and optional apiUrl in plugin config.
What you can build
Discover high-intent prospects
List products, then rank prospects by deal score and buying signal strength.
GET /products → GET /prospectsMCP: list_products → list_prospectsDeep-dive on a target account
Pull detailed findings, excerpts, and impact scores for any company.
GET /prospects/:ticker → GET /excerptsMCP: get_prospect → search_excerptsMap the buying committee
Generate a DealMap with stakeholder roles (Economic Buyer, Decision Maker, Champion, etc.).
POST /dealmap/generateMCP: generate_dealmapDraft personalized outreach
Generate evidence-backed email or LinkedIn messages for any lead.
POST /outreachMCP: craft_outreach