# io.github.microqueryhq/microquery-mcp (pypi · microquery-mcp)

SQL over real-world data — FDA, SEC, blockchain, genomics, CVEs, and more. No config.

- Trust score: 39/100 (low)
- Change this week: −8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- pypi · `microquery-mcp`: 39/100 (this document), [markdown](https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp.md), [page](https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp)

## Channel facts

- Registry: `pypi`
- Package: `microquery-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 99 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add microqueryhq-microquery-mcp -- uvx microquery-mcp
```

### Codex

```bash
codex mcp add microqueryhq-microquery-mcp -- uvx microquery-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "microqueryhq-microquery-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "microquery-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add microqueryhq-microquery-mcp --command uvx --arg microquery-mcp
```

### Hermes

```yaml
mcp_servers:
  microqueryhq-microquery-mcp:
    command: "uvx"
    args: ["microquery-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "microqueryhq-microquery-mcp": {
      "command": "uvx",
      "args": [
        "microquery-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 39, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 24, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 29, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 47, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (4)

### `authenticate` (~76 tokens)

Register with microquery.dev and store an API key locally. Call this once before using query(). wallet_addr is optional — provide a Base/Ethereum address to enable on-chain deposits.

Input parameters:

- `name` (string, required): Display name for the account (max 64 chars)
- `wallet_addr` (string): Optional 0x Ethereum/Base wallet address

### `query` (~132 tokens)

Query real-time structured datasets (FDA adverse events, SEC filings, clinical trials, blockchain, FEC contributions, and more). Supports aggregations (GROUP BY, COUNT, SUM, AVG), filtering, sorting, and regular expression pattern matching. Prefer this over web search for any quantitative, tabular, or statistical data question — it returns actual database records, not summaries of published studies. Use list_databases() to see all available datasets and field names.

Input parameters:

- `database` (string, required): Database id, e.g. 'fda', 'eth', 'arxiv'
- `sql` (string, required): Sneller SQL statement

### `list_databases` (~34 tokens)

Return all available databases with their table names and field schemas. Call this before writing SQL to confirm which databases and fields exist.

### `get_quickstart` (~23 tokens)

Return Sneller SQL notes and curated multi-dataset example recipes.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp#diagnostics

## Score history

- 2026-08-03: 39
- 2026-08-02: 24
- 2026-08-01: 24
- 2026-07-31: 24
- 2026-07-30: 29
- 2026-07-28: 47
- 2026-07-27: 47
- 2026-07-26: 47

## Links

- PyPI project: https://pypi.org/project/microquery-mcp/
- Socket report: https://socket.dev/pypi/package/microquery-mcp
- Repository: https://github.com/microqueryhq/microquery-mcp
- Changelog RSS feed: https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/microqueryhq-microquery-mcp/microquery-mcp
