Skip to content
@texauhq

TexAu

Solving Complex Sales Problems using Data, Automation & AI.

  ████████╗███████╗██╗  ██╗ █████╗ ██╗   ██╗
  ╚══██╔══╝██╔════╝╚██╗██╔╝██╔══██╗██║   ██║
     ██║   █████╗   ╚███╔╝ ███████║██║   ██║
     ██║   ██╔══╝   ██╔██╗ ██╔══██║██║   ██║
     ██║   ███████╗██╔╝ ██╗██║  ██║╚██████╔╝
     ╚═╝   ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝

  ╔═══════════════════════════════════════════════════════════════════════╗
  ║   T H E   G T M   I N F R A S T R U C T U R E   ·   E S T . 2019      ║
  ╚═══════════════════════════════════════════════════════════════════════╝

The data layer behind modern GTM.

🔌 APIs · 🤖 MCP · 📊 Platform · 📦 Open-source playbooks

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.

Website API Docs MCP Status Free Tier Since 2019

🚀 Start free · 📚 API Docs · 🤖 MCP · 📦 OSS · 💼 Enterprise


🧭 What we ship

🔌 TexAu API

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 production endpoints — enrichment, search, web intel, AI

  • 9-provider waterfalls — stop-on-first-verified, no single-provider fragility

  • Pay-per-result pricing — never pay for failed lookups

  • Built on AWS Lambda — zero-ops, horizontal scale, < 300ms p50

🤖 TexAu MCP

51 endpoints as native MCP tools in your LLM client.

// .mcp.json
{ "mcpServers": {
    "texau": {
      "url": "https://mcp.texau.com/mcp",
      "headers": { "Authorization": "Bearer $KEY" }
} } }
  • Install once — use in Claude Code, Cursor, Claude Desktop, ChatGPT, Continue.dev

  • Zero local dependencies — remote MCP, no Node, no npm

  • Every endpoint = one tool — Claude discovers + calls, no wrapper code

  • Live catalog — new endpoints auto-appear as tools

📊 TexAu Platform

The agnostic spreadsheet for GTM data.

 ┌───────────────────────────────────────────────┐
 │  name            │ company     │ email       │
 ├──────────────────┼─────────────┼─────────────┤
 │  Sarah Chen      │ Vanta       │ [enrich...] │  ← 1-click enrich
 │  Jordan Park     │ Acme Corp   │ [enrich...] │
 │  Priya Rao       │ Northbeam   │ [enrich...] │
 └──────────────────┴─────────────┴─────────────┘
  • Everything the API does, plus more — signals, schedules, CRM push

  • No-code — for GTM ops who prefer clicks over curl

  • Workflows — source → enrich → filter → export, visually chained

  • Same price as the API — pay by credit, not by seat

📦 Open Source

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
  • GTM Skills — 19 skills, Lemlist/Smartlead benchmarks baked in

  • Provider Benchmarks — public data, reproducible

  • OSS libraries — small utilities you shouldn't build yourself

  • MIT-licensed — take it, fork it, ship faster


📈 By the numbers

🏆   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)

🏗️ The stack

                        ┌───────────────────────────────────┐
                        │   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

🎯 Who uses TexAu

🎯

Outbound agencies
Replace Clay bills at 10% of the cost. Credit-based, never per-seat.

📊

RevOps teams
Pipelines that stop breaking at scale. Waterfalls with fallback.

🤖

AI agent builders
GTM data as MCP tools. Every endpoint, zero wrapper code.

🏢

Enterprise GTM
Dedicated SLAs, custom waterfalls, white-label webhooks.


📦 Featured open source

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) or hosted (mcp.texau.com) install.

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.

🧹 OSS utilities

Small libs, big time savers · MIT

➡️ Browse all repos


💡 Our philosophy

$ cat PHILOSOPHY.md

1. 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.


🚀 Start in 60 seconds

# 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

📬 Connect

💼 Enterprise sales SLAs, custom waterfalls, volume pricing, dedicated support
🐦 @texauhq Build-in-public · product drops · data reports
💼 LinkedIn 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

Trusted by the GTM teams that ship.

  ┌─────────────────────────────────────────────────────────────┐
  │                                                             │
  │   "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.      │
                     └──────────────────────┘

Popular repositories Loading

  1. texau-gtm-skills texau-gtm-skills Public

    TexAu GTM Skills

    Shell 2

  2. Ghost-Azure Ghost-Azure Public

    Forked from RadoslavGatev/Ghost-Azure

    Production ready Ghost for Azure 👻

    JavaScript

  3. og og Public

    Forked from theodorusclarence/og

    🍇 Open Graph Generator made using next-api-og-image for TexAu use

    TypeScript

  4. og-image og-image Public

    Forked from vercel/og-image

    Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc

    TypeScript

  5. searxng searxng Public

    Forked from searxng/searxng

    SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.

    Python

  6. .github .github Public

    The TexAu HQ.

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…