████████╗███████╗██╗ ██╗ █████╗ ██╗ ██╗
╚══██╔══╝██╔════╝╚██╗██╔╝██╔══██╗██║ ██║
██║ █████╗ ╚███╔╝ ███████║██║ ██║
██║ ██╔══╝ ██╔██╗ ██╔══██║██║ ██║
██║ ███████╗██╔╝ ██╗██║ ██║╚██████╔╝
╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
╔═══════════════════════════════════════════════════════════════════════╗
║ T H E G T M I N F R A S T R U C T U R E · E S T . 2019 ║
╚═══════════════════════════════════════════════════════════════════════╝
Seven years. Hundreds of agencies. Enterprise GTM teams. 50+ data providers unified behind one API surface. 51 endpoints. 35 MCP tools. An agnostic spreadsheet-native platform for teams that prefer clicks over curl.
🚀 Start free · 📚 API Docs · 🤖 MCP · 📦 OSS · 💼 Enterprise
|
The GTM data platform as an HTTP API. curl -H "X-API-Key: $KEY" \
https://api.texau.com/api/apis/email_finder \
-d '{"first_name":"Sarah","last_name":"Chen","domain":"vanta.com"}'
# → waterfall across 6 providers
# → returns verified email + confidence
# → 5 credits ($0.10) on success, $0 on miss
|
51 endpoints as native MCP tools in your LLM client.
|
|
The agnostic spreadsheet for GTM data.
|
Everything we know, shared. # 19 production Claude Skills
claude plugin install @texauhq/texau-gtm-skills
# OSS utilities
npm install @texauhq/linkedin-url-parser
npm install @texauhq/domain-cleaner
npm install @texauhq/email-classifier
|
| 🏆 | Stat | 🏆 | Stat |
|---|---|---|---|
| ⏳ | Since 2019 — 7 years in GTM data | 💼 | 500+ agencies & enterprise teams |
| 🔌 | 51 production API endpoints | 🌊 | 9-provider enrichment waterfalls |
| 🤖 | 35 native MCP tools | 📦 | 19 open-source Claude Skills |
| 🏗️ | AWS Lambda infra · zero cold-start MCP edge | 💸 | $0.02/credit, 100 free to start |
| 🌍 | Multi-region (US, EU) | 🔐 | SOC 2 Type II (in progress) |
┌───────────────────────────────────┐
│ YOUR TEAM │
│ │
│ Sales ops · RevOps · Growth eng │
│ AI SDRs · Agencies · Enterprise │
└─────────────────┬─────────────────┘
│
┌───────────────────────────┼───────────────────────────┐
│ │ │
▼ ▼ ▼
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
│ TexAu API │ │ TexAu MCP │ │ TexAu Platform │
│ │ │ │ │ │
│ REST · HTTPS │ │ MCP protocol │ │ No-code UI │
│ X-API-Key auth │ │ SSE + HTTP │ │ Tables · flows │
│ OpenAPI spec │ │ 51 tools │ │ CRM pushes │
└─────────┬────────┘ └─────────┬────────┘ └─────────┬────────┘
│ │ │
└───────────────────────┼───────────────────────────┘
│
┌─────────────▼─────────────┐
│ TexAu Core │
│ │
│ Waterfall engine │
│ Credit ledger │
│ Rate-limit / retry │
│ Circuit breaker │
│ Probe-slot anti-stampede │
│ PII redaction │
└─────────────┬─────────────┘
│
┌──────────────┬─────────────┼─────────────┬──────────────┐
▼ ▼ ▼ ▼ ▼
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ Email │ │ Phone │ │ Company │ │ LinkedIn│ │ Web │
│ finders │ │ finders │ │ data │ │ signals │ │ intel │
│ (6x) │ │ (5x) │ │ (4x) │ │ (native)│ │ (native)│
└─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘
50+ data providers unified behind one interface
|
Outbound agencies |
RevOps teams |
AI agent builders |
Enterprise GTM |
|
19 Claude Skills for GTM · MIT Ready-to-use skills for cold email, LinkedIn outreach, enrichment waterfalls, deliverability, activation, CRO. Grounded in Lemlist + Smartlead + Expandi playbooks with sourced benchmarks. claude plugin install @texauhq/texau-gtm-skills |
TexAu API as an MCP server · MIT 51 TexAu endpoints exposed as native MCP tools. Works in any MCP client. Local ( npx @texauhq/mcp-server |
|
Open provider benchmarks · CC0 Monthly reproducible benchmarks across Apollo, Clay, ZoomInfo, Hunter, Prospeo, and others. Raw CSV, Python notebook, methodology — all public. |
Small libs, big time savers · MIT
|
$ cat PHILOSOPHY.md1. API-first, always. The UI is a view over the API, not the other way around. Every feature ships at the endpoint before it ships at the button.
2. MCP-native. LLMs are the new CLI. We don't sprinkle "AI features" — we expose the entire platform as MCP tools and let Claude / GPT / Gemini do the orchestration.
3. Waterfall everything. No single-provider brittleness. If provider A 429s, provider B fills in. Customers get higher hit rates; we get resilience.
4. Pay-per-result. You pay for verified emails, not failed lookups. Transparent pricing, no per-seat traps.
5. Open source the playbook. The best outbound teams share what works. We open-source our skills, our benchmarks, our utilities — and charge for the infrastructure.
6. Seven years of GTM scar tissue. We've seen every enrichment provider's TOS change, every Gmail policy shift, every "just use our AI SDR" hype cycle. What we ship is what survived.
# 1. Get a free API key
open https://enrich.texau.com/keys # 100 credits, no card
# 2. Call any of 51 endpoints
curl -X POST https://v3-api.texau.com/api/apis/email_finder \
-H "X-API-Key: $TEXAU_API_KEY" \
-H "Content-Type: application/json" \
-d '{"first_name":"Sarah","last_name":"Chen","domain":"vanta.com"}'
# 3. Or plug into your LLM (Claude Code, Cursor, ChatGPT, Claude Desktop)
cat >> ~/.claude/mcp.json <<EOF
{ "mcpServers": { "texau": {
"url": "https://mcp.texau.com",
"headers": { "Authorization": "Bearer $TEXAU_API_KEY" }
}}}
EOF
# 4. Or just open texau.com and use the Platform
open https://texau.com| 💼 | Enterprise sales | SLAs, custom waterfalls, volume pricing, dedicated support |
|---|---|---|
| 🐦 | @texauhq | Build-in-public · product drops · data reports |
| 💼 | Company page | |
| 📰 | Newsletter | GTM Infrastructure Weekly — Sundays, 5pm ET |
| 🧑💻 | Careers | We're hiring GTM engineers, data engineers, designers |
| 📟 | Status | Uptime, incident reports, RSS feed |
| ❤️ | Support | Response < 4h on weekdays |
┌─────────────────────────────────────────────────────────────┐
│ │
│ "TexAu is the only enrichment layer we haven't had to │
│ replace in 3 years. Everything else we tried broke at │
│ scale or priced us out." │
│ │
│ — Head of RevOps, Series B B2B SaaS │
│ │
└─────────────────────────────────────────────────────────────┘
Built by the team that has seen every GTM data trend since 2019.
Not the loudest. Just the one that's still here.
texau.com · MIT-licensed OSS · status.texau.com · help.texau.com
┌──────────────────────┐
│ ⚡ Now go ship. │
└──────────────────────┘