// agentdatahub — data layer for AI agents

The data layer for AI agents.

Six datasets, one API key. Company data, contact data, contact verification, email finder, email verification, SERP API — all behind a single REST + MCP endpoint, with pooled credits across every call. Built for the developer wiring an autonomous agent, not for clicking around in a UI.

  • REST + MCP-native — drop into Claude, Cursor, n8n, custom agents
  • Pooled credits across every dataset — no separate vendor budgets
  • Sub-100ms median latency on lookups
  • Built on top of Clevenio's data infrastructure
api.agentdatahub.com
# Your agent calls one API. Six datasets behind it.
$ curl https://api.agentdatahub.com/v1/companies/n26.com \
    -H "Authorization: Bearer $ADH_KEY"

{
  "domain": "n26.com",
  "name": "N26",
  "country": "DE",
  "vertical": "Fintech",
  "employees": "1001-5000",
  "funding_stage": "Series E",
  "tech_stack": ["AWS", "React", "Stripe"],
  "signals": { "hiring": true, "tech_change_30d": false }
}
6
Datasets behind one key
MCP
Native + REST + SDKs
190+
Countries covered
// WHY agentdatahub

One key, every dataset, agent-native.

Other data APIs were designed for a salesperson clicking through a UI, then bolted on an API later. agentdatahub starts from the opposite end: the agent calling the tool.

🔑

One API key, six datasets

Company data, contact data, contact verification, email finder, email verification, SERP API. Pooled credits across every endpoint — no separate budgets per vendor.

🤖

MCP-native

Native Model Context Protocol server. Drop the config into Claude Desktop, Cursor, Windsurf, or any MCP-compatible host and your agent can call every dataset as a tool.

Built for agent latency

Sub-100ms median on lookups, async streaming on bulk. Cached results are free for 24 hours. No 'enterprise demo' wall in front of throughput.

🧩

Stable, typed schemas

Every dataset has a documented schema. We version it. Your agent's tool definitions don't change under your feet.

🌍

Global coverage

190+ countries on company + contact data. Built on Clevenio's underlying infrastructure that already powers production data work in the Nordics, EU, and beyond.

💸

Priced like infra

Pay-as-you-go credits with a 14-day money-back guarantee on Starter. Public pricing — no contract gating, no per-seat lock-in, no 'contact sales' for usage tiers.

// HOW IT WORKS

From signup to first call in under 5 minutes.

01

Join the waitlist

Tell us what you're building. We're onboarding design partners now and rolling out broader access in waves.

02

Get your API key

One key unlocks every dataset. Hit the REST endpoint directly, or paste the MCP config into your agent host.

03

Wire it into your agent

Python, TypeScript, cURL, or MCP. Your agent now has company data, contacts, email tools, verification, and SERP — all on one credit pool.

// CODE

REST. MCP. SDKs. Whatever your agent speaks.

Same data, four shapes. Pick the one that fits the host you're shipping in.

curl https://api.agentdatahub.com/v1/companies/n26.com \
  -H "Authorization: Bearer $ADH_KEY"

# returns 1 credit worth of company data:
{
  "domain": "n26.com",
  "name": "N26",
  "country": "DE",
  "vertical": "Fintech",
  "employees": "1001-5000",
  "funding_stage": "Series E",
  "tech_stack": ["AWS", "React", "Stripe"],
  "signals": { "hiring": true, "tech_change_30d": false }
}
// PRICING

One credit pool. Every dataset.

Public pricing. No 'contact sales' wall on the standard plans. Start with Starter and you're wired into every dataset behind one API key from day one.

Starter
$49 /mo
5,000 credits / mo
  • All six datasets
  • MCP server access
  • Email support
  • Higher rate limits (25 rps)
Start with Starter
Most popular
Growth
$199 /mo
25,000 credits / mo
  • All six datasets
  • Bulk endpoints
  • Webhooks (signals + changes)
  • Priority email + chat support
Start with Growth
Scale
$499 /mo
75,000 credits / mo
  • Higher rate limits
  • Bespoke field exports
  • SLA + uptime guarantee
  • Dedicated technical contact
Talk to us

1 credit = 1 record returned. Cached re-fetches free for 24h. Bulk + SERP have per-record costs documented in the schema.

Money-back if the data doesn't fit your use case in the first 14 days.

// FAQ

Frequently asked questions

Is the API live yet? +

We're in early access — onboarding design partners now and rolling out broader access through Q2-Q3 2026. Join the waitlist and tell us what you're building; partners get hands-on help shaping the schema for their use case.

What's an MCP server? +

Model Context Protocol is the open standard for connecting AI agents to external tools. agentdatahub ships a native MCP server — drop one config block into Claude Desktop, Cursor, Windsurf, or any MCP-compatible host and every dataset becomes a tool your agent can call.

How is this different from Apollo, ZoomInfo, Clearbit, Hunter? +

Those products were designed for sales reps clicking around in a UI. They each cover one slice (Apollo = contacts + sequencing, Hunter = email finder, Clearbit = company enrichment) and they each charge separately. agentdatahub bundles the six datasets an agent actually needs behind one API key, with pooled credits, and is engineered as an API + MCP server first.

What sources does the data come from? +

Public web data: company websites, public business registers, funding databases, public professional profiles, job boards, and tech-detection signals. Built on top of Clevenio's underlying infrastructure that has indexed Nordic and EU markets at depth for years.

What's a credit? +

1 credit = 1 record returned. Cached re-fetches of the same record within 24 hours are free. Bulk endpoints and SERP queries have a per-record credit cost defined in the schema. Credits pool across every dataset — they're not split per-vendor.

Do I need to commit to a plan to test it? +

Starter is $49/mo with 5,000 credits across every dataset and a 14-day money-back guarantee — wire it into your agent, see if it fits, and refund if not. Design partners in early access often get an extended evaluation window; ask on the waitlist form.

GDPR, compliance, all that? +

We only ship publicly available data. Contact records include a provenance field on every response. EU customers can request EU data residency on Scale and above. We're operated by Clevenio Oy, a Finnish company.

// JOIN THE WAITLIST

Get early access

Tell us about the agent you're building. Design partners get hands-on onboarding and an early API key within a few business days.