REST API · MCP server · Dashboard

All-in-one OSINT for any website

Run 35+ reconnaissance checks — SSL, DNS, WHOIS, headers, ports, tech-stack, threats and more — through one clean API. Create an API key, attach it to your requests, and pay only for what you use.

curl "https://crewosintapi.aibachkhoa.com/api/ssl?url=example.com" -H "x-api-key: co_live_…"

Everything you need to profile a site

🔎

35+ OSINT checks

SSL, DNS, WHOIS, headers, ports, tech-stack, threats, TLS audit, screenshots and more — for any website.

REST API

Every check is a clean JSON endpoint. Run one check, or all of them at once with a single request.

🤖

MCP for AI agents

Expose all checks as Model Context Protocol tools for Cursor, Claude Desktop and other agents.

🔑

API keys & metering

Create keys, attach them to requests, and we count every call against your balance. Pay only for what you use.

📊

Usage dashboard

See your request volume over time, top endpoints and remaining credits — all in one place.

🛡️

Self-hostable

Run the whole stack — dashboard, API and MCP server — on your own infrastructure.

SSL CertificateDNS RecordsWHOIS LookupHTTP HeadersOpen PortsTech StackKnown ThreatsTLS AuditScreenshotSubdomainsCookiesFirewallCarbon FootprintGlobal RankSocial TagsMail Config + many more

From sign-up to first request in minutes

1

Create an account

Sign up in seconds and get 100 free request credits instantly.

2

Generate an API key

From your dashboard, create a key like co_live_… and copy it.

3

Attach it to requests

Send the key in the x-api-key header. Each call is metered against your balance.

4

Top up as you grow

Buy a request package whenever you need more. Pay-as-you-go — use what you pay for.

Pay-as-you-go pricing

Every account starts with 100 free credits. One credit = one successful API call. Buy a package whenever you need more — no subscriptions, no surprises.

Free

$0
on sign-up
100 requests

Kick the tyres. No card needed.

Start free
Popular

Starter

$5
$0.005 / req
1,000 requests

For side-projects and prototypes.

Choose Starter

Pro

$40
$0.004 / req
10,000 requests

For production workloads.

Choose Pro

Scale

$300
$0.003 / req
100,000 requests

High-volume & automation.

Choose Scale

Built for developers & AI agents

A predictable JSON API and a built-in MCP server. Drop your key into any HTTP client, script or agent and start pulling intelligence.

API integration guide →
# Node.js
const res = await fetch(
  "https://crewosintapi.aibachkhoa.com/api/tech-stack?url=github.com",
  { headers: { "x-api-key": process.env.CREWOSINT_KEY } }
);
const data = await res.json();
console.log(data);

Start with 100 free requests

No credit card required. Upgrade only when you need more.

Create your account