The public record,
queryable by your agent.
36 datasets — building permits, SEC filings, federal awards, court dockets, sale-barn auctions, FDA enforcement — served through one MCP server as structured JSON. Your agent asks; we return records. One flat subscription; query as much as the strategy needs.
All systems operationalQuestion in, records out.
Your agent calls a dataset tool the way it calls any other MCP tool. The response is normalized JSON with source identifiers intact — a permit number, a CIK, a docket — so every record can be traced back to the filing it came from. No meter runs while it works.
> Which counties issued the most data-center permits last quarter?
tool permits.datacenter
params { "quarter": "2026-Q2", "group_by": "county", "limit": 3 }
← 3 records
{ "county": "Maricopa, AZ", "permits": 14, "disclosed_mw": 610 }
{ "county": "Loudoun, VA", "permits": 11, "disclosed_mw": 540 }
{ "county": "Douglas, GA", "permits": 7, "disclosed_mw": 380 }
plan Desk · all sectors · no per-query charge
How it works
-
01
Connect MCP
Add one server block to your agent config. Every dataset becomes a tool your agent can call.
-
02
Ask your agent
Plain language in. The agent picks the right tool — permits, filings, dockets, auctions.
-
03
Get structured records
Normalized JSON back, with source identifiers intact. No scraping, no parsing, no ETL.
-
04
Subscribe once
Flat monthly subscription for the endpoint. Tiers scale by sectors, refresh cadence, and record volume — never by call count.
Four sectors, 15 datasets
15 live now
sec.filings,
contracts.awards,
ip.filings,
sec.fundamentals,
health.trials,
fda.warning_letters,
health.nih_grants,
fda.approvals,
gov.opportunities,
corp.formations,
commerce.peptides, and
trade.carriers
(12 of 34) are live now; the rest of the catalog rolls out over time.
Request a dataset to get early access when it ships.
Financial & Government Contracts
Insider filings, congressional trades, federal awards, and IP filings — the paper trail of money moving.
sec.filings · congress.trades · contracts.awards
Trade & Logistics
Import manifests, vessel positions, and freight pricing across US ports and lanes.
customs.bol · maritime.ais · freight.rates
Real Estate & Construction
Permits, assessments, zoning actions, and HOA records from thousands of issuing jurisdictions.
permits.search · permits.datacenter · property.assessor
Energy & Natural Resources
Interconnection queues, mineral leases, environmental permits, and water rights.
energy.queues · energy.leases · env.permits
Corporate, Legal & Labor
Court dockets, entity registrations, hiring signals, clinical/regulatory actions, and consumer retail pricing.
legal.court · health.trials · commerce.peptides
Agriculture & Livestock
Cattle markets, auction results, and breed registries — priced records from the sale barn.
ag.cattle · ag.auctions · ag.pedigree
Need a dataset that isn’t live yet?
Tell us which records you need. The catalog rolls out by demand — what customers ask for ships first.
A faucet, not a meter
Full pricingMCP access is licensed by flat subscription — no per-query metering, no usage anxiety. Tiers scale by sector coverage, refresh cadence, and record volume, so this month's invoice is the number the CFO saw last month.
Developer · Self-serve
$99/mo
One key · 2 sectors of your choice · daily refresh
Desk · Self-serve
$399/mo
All 7 sectors · MCP + REST · full cadence · team keys
Institutional · Signed terms
from$2,000/mo
CSV + API + MCP · archive depth · gated sets after review
Annual terms available on every tier. No charge per tool call, ever.
Built to pass your review, not just your demo
Runs on Azure
Served from Azure infrastructure with full access logs — and a flat invoice, so there's nothing to reconcile at month end.
Named licensees, clean provenance
Every dataset passes source terms-of-service review before listing, and every license names its holder and acceptable use. Your diligence team will ask; the answer is yes.
Records, not conclusions
We serve filings as filed, with source identifiers on every record. Your models draw the conclusions.
One config block away
Paste this into your agent's MCP configuration, set your key, and all 15 dataset tools are live in the session.
Connection kit: one self-contained HTML file — endpoint, auth, config JSON, and all 15 live tools with example calls. Works offline. Dataco Bids .mcpb: drag-install bundle for Claude Desktop for federal-contractor bidding, covering dla.dibbs, contracts.awards, gov.opportunities, and gov.assistance — prompts for your API key (and an optional FSC preset) on install.
{
"mcpServers": {
"agentic-data-mining": {
"url": "https://mcp.agenticdatamining.ai/api/mcp",
"headers": {
"X-Api-Key": "${ADM_API_KEY}"
}
}
}
}