New: MCP server for AI agents

Mining intelligence, structured.

Drill results, financings, financial statements, projects and technical reports, parsed from public filings into one clean REST and MCP API. Query the whole junior mining universe with a single key.

Free plan included. No credit card required.

# Gold drill results, best intercepts firstcurl https://api.miningdataapi.com/v1/drill-results/search/ \  -H "Authorization: Bearer os_live_…" \  -d '{    "filters": [      { "field": "primary_commodity", "operator": "eq",  "value": "AU" },      { "field": "drill_score",       "operator": "gte", "value": 60 }    ],    "sort": "-drill_score"  }'
  1. 01

    Filings come in

    Press releases and regulatory filings are ingested as companies publish them.

  2. 02

    Extracted and normalized

    Intercepts, terms, cash positions and report metadata are parsed into typed, consistent fields.

  3. 03

    Queried by you

    REST, MCP, or a sync stream into your own database. Same data, same limits, same key.

Datasets

One API for the whole junior mining universe

Each dataset is an allowlisted set of typed fields with the same filter grammar. Plans unlock datasets and history depth; the request shape never changes.

Drill results

Every reported interval (from, to, width, grade, gram-metres), normalized across companies and exchanges, scored and queryable by commodity.

Financings & dilution

Private placements, bought deals, warrants and use of proceeds, tracked from announcement to close with per-share terms.

Financial statements

Cash, working capital, burn rate and runway extracted from quarterly and annual statements, standardized across IFRS filers.

Projects & technical reports

Project stages, jurisdictions, resource estimates and NI 43-101 / JORC report metadata linked back to the source filings.

Spin-outs & corporate actions

Spin-outs, reorganisations and name changes so entity history stays connected across tickers.

Traceable to the filing

Every row carries its source document, so you can audit any number back to the press release or regulatory filing it came from.

Browse the reference

Developers

Built for pipelines and agents

Customer input only ever reaches the database as bound parameters against an allowlist, and plan limits are enforced inside the query compiler. Fast, predictable, safe by construction.

One filter grammar, every dataset

Field, operator, value. Compose filters, sort on any allowed column, page with a cursor. The same request shape works across all resources.

POST /v1/{dataset}/search

MCP server built in

Every dataset is exposed as a search tool over MCP, so agents get the same allowlisted fields and plan limits your keys do.

claude mcp add --transport http …

Incremental sync with deletions

Cursor-based sync endpoints stream inserts, updates and deletions, so your local copy converges instead of drifting.

GET /v1/{dataset}?cursor=…
Parameterised SQL, window-counted pages Per-key IP allowlists OpenAPI 3 spec, always current

Pricing

Start free. Scale when the data earns it.

Upgrade when you need more datasets, deeper history or higher limits. No per-seat pricing; limits are per organization.

Free

$0forever

Explore the drill results dataset.

Start free
  • Drill results
  • 90-day history
  • 1,000 requests / day

Starter

$99per month

For analysts and small teams.

Choose Starter
  • Drill results, financings, projects
  • 1-year history
  • 10,000 requests / day

Pro

Most popular

$499per month

Every dataset, all of history.

Choose Pro
  • All datasets
  • Full history
  • 50,000 requests / day
  • MCP server

Enterprise

Customannual

SQL access, higher limits, and an SLA.

Contact us
  • Read-only SQL access
  • 250,000 requests / day
  • Priority support & SLA

Paid plans are billed monthly through Stripe and can be cancelled any time from the billing portal.

Your first query is one command away.

Create an organization, mint a key, and start with drill results on the Free plan. Upgrade from the dashboard whenever you need more.