Vemra MCP
Local-business intelligence, queryable by your agent
Vemra MCP exposes vBIG: 7M+ US local businesses, scored, license-verified, and phone-first, to Claude, Cursor, or any MCP client. Authenticate with Sign in with Vemra (OAuth 2.1), no keys to paste, and query live.
Connect in one command
Claude Code, then run any Vemra tool; your browser opens to sign in and approve:
claude mcp add --transport http vemra https://app.vemra.ai/api/mcp
Cursor / other clients: add the server URL https://app.vemra.ai/api/mcp in MCP settings; OAuth negotiates automatically.
See it in action
Ask in plain language, and your agent picks the right tool and gets structured, trust-scored results. (Illustrative examples; contact PII is never shown on the public graph.)
How big is the roofing market in Texas, and how many are licensed?
calls get_market_stats
{
"vertical": "roofing", "state": "TX",
"providers": 24310,
"withPhone": 21032, // 87% phone-reachable
"withLicense": 15980, // 66% license-verified
"avgRating": 4.3,
"cities": 812
}Find top-rated CPA firms in Austin, TX.
calls search_businesses
{
"count": 3, "piiIncluded": false,
"results": [
{ "name": "Hill Country CPA Group", "city": "Austin", "state": "TX",
"tier": "platinum", "score": 92, "rating": 4.9, "reviewCount": 214,
"licensed": true, "hasWebsite": true },
{ "name": "Lone Star Tax Advisors", "tier": "gold", "score": 81,
"rating": 4.7, "reviewCount": 96, "licensed": true }
]
}Give me the full profile for that top firm.
calls get_business_profile
{
"status": "ok",
"profile": {
"name": "Hill Country CPA Group", "vertical": "accountant",
"city": "Austin", "state": "TX",
"trust": { "tier": "platinum", "score": 92 },
"enrichment": { "hasWebsite": true, "socialPresence": "strong" },
"licensed": true, "distress": { "permanentlyClosed": false }
}
}How strong a prospect is this firm?
calls score_prospect
{
"scored": true, "score": 84,
"components": { "reputation": 27, "webPresence": 18,
"licensing": 20, "engagement": 19 },
"intelligenceSummary": "Platinum trust, 4.9★ (214 reviews),
licensed, strong web + social: high-intent, high-fit."
}Before we reach out: is this contact opted out?
calls check_suppression
{ "status": "ok", "suppressed": false, "reason": null }Tools
get_market_statsVertical + geo market sizing: provider counts, phone/email/license coverage, avg rating.
search_businessesFind businesses by vertical, geography, and firmographics, ranked by trust.
get_business_profileHydrate ONE business: identity, category, enrichment, trust, distress flags.
score_prospectProspect/intelligence score + the signals behind it (reviews, web, licensing).
find_lookalikesSimilar businesses in the same vertical + geo: TAM expansion.
get_trust_scoreCredential + trust verification for a business (the vBIG moat).
check_suppressionCompliance check: is this contact opted-out / on the do-not-contact list.
get_business_contactsPartner-only: vertical-scoped contact access under a data-use agreement.
Your own data paid, scoped to your account
get_my_businessRead your own Vemra business record (identity, branding, and settings) straight into your agent.
get_my_leadsPull your own inbound leads (with their contact details) over MCP, scoped strictly to your account.
Access & pricing
| Tier | Price | Access |
|---|---|---|
| Free | $0 | Aggregate market stats + trust, no PII. Rate-limited. |
| Metered | $0.01 / call | Higher limits. Usage-billed via Stripe. No general-graph PII. |
| Partner | Contact us | Vertical-scoped contact access under a data-use agreement. |
PII on the general graph is restricted; contact data is delivered only to vertical-scoped partners under agreement. See Data Partnerships.
FAQ
- What is Vemra MCP?
- A Model Context Protocol server that exposes Vemra's Business Intelligence Graph (vBIG), spanning 7M+ US local businesses, scored and license-verified, to Claude, Cursor, or any MCP client. Your AI agent queries it at the point of need.
- How do I connect?
- Run: claude mcp add --transport http vemra https://app.vemra.ai/api/mcp, then call any tool; your browser opens to Sign in with Vemra (OAuth 2.1). For Cursor and other clients, add the server URL in MCP settings and OAuth negotiates automatically.
- What data can I query?
- Market sizing and coverage by vertical + geography, business search ranked by trust, full business profiles, prospect/intelligence scores, trust and license verification, and a compliance suppression check. Vertical-scoped contact data is available to partners under a data-use agreement.
- How is it priced?
- Free for aggregate market stats + trust (no PII, rate-limited). Metered at $0.01 per call for higher limits, usage-billed via Stripe. Data-partner tier for vertical-scoped contact access is contract-based. Startups can start pay-as-you-go with no base fee.
- How is Vemra different from Apollo or ZoomInfo?
- Those tools are built for corporate/tech contacts and are thin on local SMBs. Vemra covers the local, licensed long tail they miss (contractors, CPAs, home inspectors, trades) with trust scoring, state-license verification, and phone-first data. Optionally, Vemra can run the outreach for you.
Building on vBIG or want scoped access? partners@vemra.ai