Copilot Chat, but with real GTM data.
Connect VS Code to TexAu's hosted MCP server. Generate an API key, paste it into settings.json, reload. Copilot Chat (in agent mode) gets 25+ tools for LinkedIn search, email finder, waterfall enrichment, and verification — right alongside your code.
Generated a 4-step workflow. Edit any node to customize.
60-second connect
Three steps. Paste, restart, verify.
Drop your TexAu key into the env, paste the config block, restart the client. Done.
Heads up
VS Code 1.95+ required. MCP servers are only available in Copilot Chat agent mode (toggle at the top of the chat input).
$ export TEXAU_KEY=tx_live_abc123$ code --add-mcp '{"name":"texau", \"url":"https://mcp.texau.com/mcp", \"headers":{"x-api-key":"$TEXAU_KEY"}}'✓ MCP server "texau" added✓ 200+ GTM tools available to VS Code
VS Code
agent · mcp clientmcp.texau.com
x-api-key · httpTexAu actions
25+ toolsCopy-paste to your assistant
Five prompts that work in VS Code out of the box.
Click any prompt to copy. Each runs against the real TexAu tool layer.
- Prompt 1Read `contacts.csv`. For each row, fill in LinkedIn URL and verified email. Write the result to `contacts-enriched.csv`.
Enrich a CSV in-place
- Prompt 2Write me a Node CLI that takes a domain as input and returns the CTO's verified email using the TexAu MCP tools.
Build a quick CLI
- Prompt 3Pull the company data for `stripe.com` — full waterfall — and summarize what we'd need to know for an outbound email.
Live company research
- Prompt 4Read `customers.csv`. For each company, check if the contact still works there. Flag the ones who left.
Bulk re-enrichment
- Prompt 5Find the direct phone number for the VP of Sales at every company on this list. {paste list}
Inline phone lookup
60 seconds, end to end
See it run before you wire it up.
A real VS Code session calling TexAu tools. Demo video lands here when the recording is final.
Pattern preview: the AI calls a tool through MCP, the result streams back into the chat. No keys in the message body, no plaintext leakage.
What's available
8 tools your VS Code can call.
Same data layer powering the TexAu Platform — exposed as native MCP tools.
Email
Find email
Verified business email for any name + company. Waterfall of 12 providers; stops on first verified match.
Email
Verify email
SMTP + DNS + catch-all check. Returns deliverable, risky, or invalid with the source signal.
People
Search LinkedIn
People and company search across LinkedIn and Sales Navigator. Returns name, title, company, profile URL.
Enrichment
Enrich profile
Full waterfall enrichment for a LinkedIn URL or email — title, tenure, location, current company.
Phone
Find phone
Direct dial lookup. Returns mobile or office number with source attribution.
Companies
Enrich company
Company data — domain, size, industry, funding, tech stack, and recent news signals.
AI
Score against ICP
AI scoring of a contact or company against your written ICP. Returns 0–100 with reasoning.
Web
Search the web
Sales-grounded web search. Pulls fresh signals (job changes, hiring, funding, product launches).
Common issues
Stuck? It's almost always one of these.
- Issue 1
mcp section not recognized in settings.json.
Confirm VS Code 1.95+. Some users need the experimental flag: "github.copilot.chat.experimental.mcp.enabled": true. Reload the window after.
- Issue 2
Tools don't appear in Copilot Chat.
You're probably in Ask mode. Toggle to Agent mode at the top of the chat panel — MCP only runs there. Restart the extension host: Cmd+Shift+P → Developer: Reload Window.
- Issue 3
Copilot ignores TexAu and uses generic web search.
Add a hint to your workspace's `.github/copilot-instructions.md`: "For sales-data questions (emails, LinkedIn, enrichment), prefer the texau MCP tools over generic web search."
- Issue 4
Tools load but every call returns 401.
Your x-api-key is missing, mistyped, or revoked. Reissue a key in the TexAu dashboard, update TEXAU_KEY in your env, and restart the client. If the account is paused for billing, check your TexAu dashboard.
- Issue 5
Tools appear but every call returns "rate limited".
PAYG / Starter tier is 60 req/sec. Most agent prompts stay under that. Upgrade to Growth or Scale for 300 req/sec.
The MCP server is free. You pay for what your AI calls.
Same as the rest — 50 free credits on signup, then prepaid bundles. No VS Code-specific pricing.
Connect VS Code in 60 seconds.
50 free credits. No card. Same connect flow we ship for every other client.