← Registry

AI & Machine Learning

dropwatchhq.com

Provide LLM model pricing data and provenance verification for autonomous agent actions.

34 endpoints127 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://agent-receipts.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
agent-receipts
Version
1.0.0
Capabilities
tools

Known tools 3

issue_receipt

Mint a verifiable provenance receipt for an autonomous-agent action.

Inferred read-only
verify_receipt

Verify a receipt by id (or by passing the full receipt object).

Inferred read-only
list_receipts

List the receipt hash-chain for an agent_id, newest first (id, action, timestamp, sequence, hashes, verifyUrl).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-receipts]
url = "https://agent-receipts.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-receipts": {
      "type": "http",
      "url": "https://agent-receipts.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-receipts
Remote MCP URL: https://agent-receipts.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-receipts": {
      "url": "https://agent-receipts.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-receipts": {
      "type": "http",
      "url": "https://agent-receipts.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-receipts",
  "transport": "streamable-http",
  "url": "https://agent-receipts.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://aiapi.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
ai-api-radar
Version
1.0.0
Capabilities
tools

Known tools 4

cheapest_model

Return the cheapest LLM API models that meet a constraint, ranked by blended $/M-token cost.

Inferred read-only
price_history

Return the dated $/M-token price history (input + output) for one model.

Inferred read-only
status

Current operational status for one or all AI API providers (from each provider's public status page).

Inferred read-only
price_change_alerts

Subscribe a webhook to fire when a provider changes prices (or read recent price changes).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ai-api-radar]
url = "https://aiapi.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-api-radar": {
      "type": "http",
      "url": "https://aiapi.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-api-radar
Remote MCP URL: https://aiapi.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ai-api-radar": {
      "url": "https://aiapi.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-api-radar": {
      "type": "http",
      "url": "https://aiapi.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-api-radar",
  "transport": "streamable-http",
  "url": "https://aiapi.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://biocatalyst.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
bio-catalyst
Version
1.0.0
Capabilities
tools

Known tools 3

upcoming_catalysts

Return upcoming biotech/pharma catalysts (clinical-trial readouts, FDA AdComm meetings, recent approvals) VERIFIED against and linked to their official source (ClinicalTrials.

Inferred read-only
catalyst_for_company

Return verified catalyst events for one public company by ticker, each linked to its official source.

Inferred read-only
catalyst_for_drug

Return verified catalyst events referencing a drug/product name, each linked to its official source.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bio-catalyst]
url = "https://biocatalyst.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bio-catalyst": {
      "type": "http",
      "url": "https://biocatalyst.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bio-catalyst
Remote MCP URL: https://biocatalyst.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bio-catalyst": {
      "url": "https://biocatalyst.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bio-catalyst": {
      "type": "http",
      "url": "https://biocatalyst.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bio-catalyst",
  "transport": "streamable-http",
  "url": "https://biocatalyst.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://predict.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
cassandra-predict
Version
1.0.0
Capabilities
tools

Known tools 2

predict

Cassandra unified predictor.

Inferred read-only
list_domains

List Cassandra prediction verticals available via predict(domain, entity), with what each predicts and its data sources.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cassandra-predict]
url = "https://predict.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cassandra-predict": {
      "type": "http",
      "url": "https://predict.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cassandra-predict
Remote MCP URL: https://predict.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cassandra-predict": {
      "url": "https://predict.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cassandra-predict": {
      "type": "http",
      "url": "https://predict.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cassandra-predict",
  "transport": "streamable-http",
  "url": "https://predict.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://evidence.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
compliance-evidence
Version
1.0.0
Capabilities
tools

Known tools 4

build_evidence_pack

Build a dated, source-linked, SIGNED compliance-evidence pack for a regulated-AI deployer to file with their auditor.

Inferred read-only
ground_claim

Ground one public-company claim against CURRENT gov facts via the live contradiction-engine.

Inferred read-only
screen_entity

Screen a named entity across federal exclusion/sanctions lists (OFAC SDN, OFAC Consolidated, OIG LEIE; SAM where enabled) via the live exclude-feed.

Inferred read-only
verify_pack

Verify a previously-issued pack's hash-chain receipt (proves the artifact is unaltered since generatedAt).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.compliance-evidence]
url = "https://evidence.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "compliance-evidence": {
      "type": "http",
      "url": "https://evidence.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: compliance-evidence
Remote MCP URL: https://evidence.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "compliance-evidence": {
      "url": "https://evidence.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "compliance-evidence": {
      "type": "http",
      "url": "https://evidence.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "compliance-evidence",
  "transport": "streamable-http",
  "url": "https://evidence.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://compliance.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
compliance-radar
Version
1.0.0
Capabilities
tools
Server instructions

Informational compliance/tax-deadline directory. NOT legal or tax advice. Every result cites an official source with a verified-as-of date.

Known tools 4

list_obligations

List recurring US compliance / tax-filing obligations that commonly blindside small businesses and foreign-owned US LLCs (FinCEN BOI, IRS Form 5472, Delaware/WY/NV/CA franchise tax & annual reports, 1099 deadlines, etc.

Inferred read-only
get_obligation

Return full detail for a single obligation by id: what it is, who must file, the deadline, the penalty for missing it, and a link to the OFFICIAL government source with a dated 'verified as of'.

Inferred read-only
build_checklist

Build a personalized list of likely recurring compliance obligations and their NEXT deadline dates from an entity profile (entity type + state + formation date + a few flags).

Inferred read-only
create_deadline_tracker

Save an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.compliance-radar]
url = "https://compliance.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "compliance-radar": {
      "type": "http",
      "url": "https://compliance.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: compliance-radar
Remote MCP URL: https://compliance.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "compliance-radar": {
      "url": "https://compliance.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "compliance-radar": {
      "type": "http",
      "url": "https://compliance.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "compliance-radar",
  "transport": "streamable-http",
  "url": "https://compliance.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://coverage.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
coverage-trigger
Version
1.0.0
Capabilities
tools

Known tools 3

coverage_trigger_feed

Return businesses that JUST legally/practically NEED commercial insurance, drawn from public trigger events (new FMCSA DOT operating authority + newly formed commercial entities).

Inferred read-only
coverage_pulse

Free aggregate pulse: how many entities newly needed coverage in the window, broken down by source, lead-value tier, and coverage line — with a small redacted sample.

Inferred read-only
coverage_sources

List the public trigger-event sources this feed normalizes, their geographic coverage, and the agent buyer each is best for.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.coverage-trigger]
url = "https://coverage.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coverage-trigger": {
      "type": "http",
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coverage-trigger
Remote MCP URL: https://coverage.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "coverage-trigger": {
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coverage-trigger": {
      "type": "http",
      "url": "https://coverage.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coverage-trigger",
  "transport": "streamable-http",
  "url": "https://coverage.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 8

https://abc.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
distress-abc
Version
1.0.0
Capabilities
tools

Known tools 5

abc_distress_feed

FREE: live feed of state ASSIGNMENT-FOR-BENEFIT-OF-CREDITORS (ABC) and RECEIVERSHIP public legal notices — the wind-down firehose with NO PACER.

Inferred read-only
abc_find_notices

FREE: keyword-search the wind-down legal-notice archive (e.

Inferred read-only
warn_plant_deaths

FREE: recent WARN-Act PLANT-DEATH events (mass layoffs / plant closures) — the SECOND distress-event lane feeding the same liquidation map.

Inferred read-only
warn_liquidation_map

Build the LIQUIDATOR-facing ASSET / COLLATERAL MAP for a WARN-Act plant-death entity (the failing employer).

Inferred read-only
abc_asset_map

Build the full WIND-DOWN ASSET / COLLATERAL MAP for one ABC/receivership case.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.distress-abc]
url = "https://abc.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "distress-abc": {
      "type": "http",
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: distress-abc
Remote MCP URL: https://abc.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "distress-abc": {
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "distress-abc": {
      "type": "http",
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "distress-abc",
  "transport": "streamable-http",
  "url": "https://abc.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 9

https://diligence.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
distress-diligence
Version
1.0.0
Capabilities
tools

Known tools 5

diligence_brief

Generate a distressed-SMB DILIGENCE BRIEF for an acquisition target.

Inferred read-only
quick_scan

FREE quick signal scan for a target business: distress/liability counts + a one-line go/caution/stop verdict, with no per-item detail.

Inferred read-only
check_recall_exposure

FREE: check a business name against CPSC product-recall records — the held-inventory / recoverable-recall liability line.

Inferred read-only
ch11_feed

Fresh CHAPTER 11 FIREHOSE for the restructuring/creditor bar.

Inferred read-only
ch11_preview

FREE preview of the most-recent Chapter 11 business filings — case headers only (name, court, filing date, docket link).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.distress-diligence]
url = "https://diligence.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "distress-diligence": {
      "type": "http",
      "url": "https://diligence.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: distress-diligence
Remote MCP URL: https://diligence.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "distress-diligence": {
      "url": "https://diligence.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "distress-diligence": {
      "type": "http",
      "url": "https://diligence.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "distress-diligence",
  "transport": "streamable-http",
  "url": "https://diligence.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 10

https://index.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
drop-index
Version
1.0.0
Capabilities
tools

Known tools 3

list_niches

List the collectible niches the Drop Index covers.

Potential side effects
drop_index

Return the live restock index for a niche: which tracked items are restocking now, recently dropped, or low stock, across the indie shops we poll.

Inferred read-only
will_it_restock

Predict whether a specific item will restock: returns any accrued restock-cadence stats, a probability, and a WAIT (likely to restock) vs BUY-RESALE verdict — or an honest 'no history yet'.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.drop-index]
url = "https://index.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "drop-index": {
      "type": "http",
      "url": "https://index.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: drop-index
Remote MCP URL: https://index.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "drop-index": {
      "url": "https://index.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "drop-index": {
      "type": "http",
      "url": "https://index.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "drop-index",
  "transport": "streamable-http",
  "url": "https://index.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 11

https://screen.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
entity-screen
Version
1.0.0
Capabilities
tools

Known tools 2

screen_entity

Screen a company/provider/vendor/counterparty for risk before onboarding.

Inferred read-only
resolve_entity

Resolve a real-world entity across regulated datasets and return its canonical identity plus all linked identifiers (ticker, CIK, UEI, DUNS, NPI).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.entity-screen]
url = "https://screen.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "entity-screen": {
      "type": "http",
      "url": "https://screen.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: entity-screen
Remote MCP URL: https://screen.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "entity-screen": {
      "url": "https://screen.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "entity-screen": {
      "type": "http",
      "url": "https://screen.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "entity-screen",
  "transport": "streamable-http",
  "url": "https://screen.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 12

https://exclude.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
exclude-feed
Version
1.0.0
Capabilities
tools

Known tools 4

screen_exclusion

Screen a business entity / vendor / counterparty for FEDERAL EXCLUSIONS & SANCTIONS before you onboard or pay it.

Potential side effects
screen_batch

Bulk-screen up to 50 entities in one call against all federal exclusion/sanctions lists.

Inferred read-only
roster_rescreen

Re-screen an ENTIRE ROSTER of employees, contractors, and vendors against the federal exclusion & sanctions lists (HHS-OIG LEIE, OFAC SDN+Consolidated, SAM.

Inferred read-only
watch_entity

Add an entity to a watchlist that is RE-SCREENED daily.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.exclude-feed]
url = "https://exclude.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "exclude-feed": {
      "type": "http",
      "url": "https://exclude.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: exclude-feed
Remote MCP URL: https://exclude.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "exclude-feed": {
      "url": "https://exclude.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "exclude-feed": {
      "type": "http",
      "url": "https://exclude.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "exclude-feed",
  "transport": "streamable-http",
  "url": "https://exclude.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 13

https://found-money.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
found-money
Version
1.0.0
Capabilities
tools

Known tools 2

search_settlements

Search currently-open US class-action settlements you may be able to claim for free.

Inferred read-only
unclaimed_money_portal

Get the official, free unclaimed-property (unclaimed money) search portal for a US state plus the national NAUPA/missingmoney.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.found-money]
url = "https://found-money.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "found-money": {
      "type": "http",
      "url": "https://found-money.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: found-money
Remote MCP URL: https://found-money.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "found-money": {
      "url": "https://found-money.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "found-money": {
      "type": "http",
      "url": "https://found-money.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "found-money",
  "transport": "streamable-http",
  "url": "https://found-money.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 14

https://freight.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
freight-intel
Version
1.0.0
Capabilities
tools

Known tools 9

new_authority_feed

Return US trucking carriers newly granted FMCSA operating authority, newest first.

Inferred read-only
carrier_lookup

Full safety + contact profile for one carrier by USDOT number: identity, fleet, authority status, roadside safety record, FMCSA rating, email/phone.

Potential side effects
search_carriers

Search the new-authority carrier set by state, fleet size, since-date, has-email, forHire, financeable verdict (GO/WAIT/NO), and insured.

Potential side effects
safety_screen

Risk verdict for a carrier by USDOT number for insurance underwriting / shipper vetting: out-of-service rate vs national average, inspection history, FMCSA rating, authority status, flags.

Inferred read-only
new_carriers

Newly-authorized US motor carriers (FMCSA new entrants), newest first — the new-carrier LEADS feed for trucking insurance agents, factoring companies, and ELD/fuel-card/equipment vendors selling to new carriers.

Inferred read-only
carrier_risk_lookup

Risk-screen one carrier by USDOT number for insurance underwriting / factoring vetting: out-of-service rate vs national average, inspection history, FMCSA rating, authority + insurance status, flags.

Inferred read-only
switch_signal

The real-time factor-SWITCH lead feed — the edge RigDig's static annual UCC buckets cannot show.

Inferred read-only
chameleon_check

Chameleon / reincarnation entity-resolution: new authorities that share a phone or physical address with a recently-DEACTIVATED carrier (a likely reincarnation of an outfit that lost authority).

Inferred read-only
regrade_list

Re-grade a list of carriers (USDOT numbers and/or MC/docket numbers) against the live FMCSA/L&I record plus our switch-signal and chameleon layers.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.freight-intel]
url = "https://freight.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freight-intel": {
      "type": "http",
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freight-intel
Remote MCP URL: https://freight.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "freight-intel": {
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freight-intel": {
      "type": "http",
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freight-intel",
  "transport": "streamable-http",
  "url": "https://freight.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 15

https://ma.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
govcon-contractor-signals
Version
1.0.0
Capabilities
tools

Known tools 3

contractor_signals

Given a federal contractor NAME, return its acquisition-likelihood / rising-contractor signal profile: a 0-100 pattern-based score with full reasoning, plus award-velocity, multi-year trajectory, agency/NAICS mix, biggest win, set-aside footprint, and (if public) SEC EDGAR ticker + recent corporate-event filings.

Inferred read-only
rising_contractors

Return the current ranked 'Rising Contractors / Likely M&A Targets' feed — small/mid federal contractors showing the strongest leading acquisition signals, refreshed daily.

Inferred read-only
search_awards

Direct live search of US federal awards (USAspending.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.govcon-contractor-signals]
url = "https://ma.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "govcon-contractor-signals": {
      "type": "http",
      "url": "https://ma.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: govcon-contractor-signals
Remote MCP URL: https://ma.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "govcon-contractor-signals": {
      "url": "https://ma.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "govcon-contractor-signals": {
      "type": "http",
      "url": "https://ma.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "govcon-contractor-signals",
  "transport": "streamable-http",
  "url": "https://ma.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 16

https://govcon.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
govcon-feed
Version
1.0.0
Capabilities
tools

Known tools 4

whats_changed_since

Return federal contract awards that are NEW or MODIFIED since a cursor token.

Inferred read-only
delta_digest

Weekly delta digest for a filter: new awards, modifications, and contracts EXPIRING in the next N days (recompete opportunities).

Inferred read-only
competitor_watch

Given a contractor name, return their recent federal awards (last 180d live) plus any win/lose/modify events the feed has accrued over time.

Potential side effects
search_awards

Direct live search of US federal awards (USAspending.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.govcon-feed]
url = "https://govcon.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "govcon-feed": {
      "type": "http",
      "url": "https://govcon.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: govcon-feed
Remote MCP URL: https://govcon.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "govcon-feed": {
      "url": "https://govcon.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "govcon-feed": {
      "type": "http",
      "url": "https://govcon.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "govcon-feed",
  "transport": "streamable-http",
  "url": "https://govcon.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 17

https://recompete.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
govcon-recompete
Version
1.0.0
Capabilities
tools

Known tools 3

predict_recompete

Predict WHO will win an expiring federal contract recompete.

Inferred read-only
expiring_recompetes

List federal contracts EXPIRING in a horizon window (period-of-performance end), with a winner prediction for each.

Inferred read-only
lane_competitors

Return the firms with the most recent award velocity in a NAICS (and optional agency) lane — i.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.govcon-recompete]
url = "https://recompete.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "govcon-recompete": {
      "type": "http",
      "url": "https://recompete.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: govcon-recompete
Remote MCP URL: https://recompete.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "govcon-recompete": {
      "url": "https://recompete.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "govcon-recompete": {
      "type": "http",
      "url": "https://recompete.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "govcon-recompete",
  "transport": "streamable-http",
  "url": "https://recompete.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 18

https://qualify.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
dreamqualify
Version
1.0.0
Capabilities
tools

Known tools 12

qualify_check

Eligibility-navigator: given a household situation (income, size, filing status), return which federal/state benefits & credits the person LIKELY qualifies for but may be missing — each with a confidence tier (LIKELY/VERIFY/UNLIKELY), the exact governing rule cited inline, the verify-date, and the administering body to claim it FREE.

Inferred read-only
grail_value

Value a collector's item from live retail + sold comps (DropWatch price-history) and return a confidence-tiered estimate with the comp shops and scrape date.

Inferred read-only
grail_appraise

PREMIUM.

Inferred read-only
missed_credits_scan

Detect federal tax credits a household LIKELY qualifies for but commonly never claims — EITC (26 USC 32), Saver's Credit (25B), education AOTC/LLC (25A), Child & Dependent Care (21), and home energy (25C/25D) — each confidence-tiered with the exact IRS pub cited and the FREE IRS Free File / VITA hand-off.

Inferred read-only
realtor_copilot

B2B (RESPA-safe SaaS): given a buyer's 8 fields, return the down-payment-assistance & loan programs (HFA DPA, FHA, VA, USDA, MCC) the buyer likely PASSes, sequenced in apply-order, each program administered by the HFA/approved lender.

Potential side effects
life_event_scan

PREMIUM.

Inferred read-only
visa_match

Detect which U.

Inferred read-only
citizenship_descent

Detect eligibility for a second citizenship by ancestry (Italy / Ireland / Poland / Germany), citing each country's descent rule + generational limit + the cut-off that most often breaks a claim.

Inferred read-only
rd_grants_check

Screen whether a startup/SMB likely qualifies for the federal R&D tax credit (26 U.

Inferred read-only
charity_care_check

Detect likely eligibility for a nonprofit hospital's charity-care / financial-assistance (501(r)) + state charity-care law + No Surprises Act, from income vs the Federal Poverty Level.

Inferred read-only
hr_benefit_scan

Detect under-used EMPLOYER benefits an employee qualifies for (dependent-care FSA, student-loan repayment, fertility/IVF, HSA match), from the plan + the employee's situation.

Inferred read-only
applyby_deadlines

Given a household situation, return the application / recertification / reporting deadlines for the benefits the person likely qualifies for — each with its CFR/statute cite and administering body.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dreamqualify]
url = "https://qualify.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dreamqualify": {
      "type": "http",
      "url": "https://qualify.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dreamqualify
Remote MCP URL: https://qualify.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dreamqualify": {
      "url": "https://qualify.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dreamqualify": {
      "type": "http",
      "url": "https://qualify.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dreamqualify",
  "transport": "streamable-http",
  "url": "https://qualify.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 19

https://health.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
health-intel
Version
1.0.0
Capabilities
tools

Known tools 4

provider_lookup

Look up US healthcare providers from the public CMS NPPES registry by NPI, or search by specialty + state (+ optional name/city).

Inferred read-only
screen_exclusion

Screen a provider/organization against the federal exclusion lists (HHS-OIG LEIE, and SAM.

Inferred read-only
new_exclusions

Return providers newly added to the OIG-LEIE exclusion list, optionally scoped by state and/or specialty.

Inferred read-only
fda_enforcement

Return recent FDA enforcement/recall actions tied to a device/drug firm (openFDA).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.health-intel]
url = "https://health.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "health-intel": {
      "type": "http",
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: health-intel
Remote MCP URL: https://health.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "health-intel": {
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "health-intel": {
      "type": "http",
      "url": "https://health.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "health-intel",
  "transport": "streamable-http",
  "url": "https://health.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 20

https://legit.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
legit-check
Version
1.0.0
Capabilities
tools

Known tools 1

vendor_legit_check

Screen a vendor, store, or group-buy (by name or URL) for legitimacy before paying.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.legit-check]
url = "https://legit.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "legit-check": {
      "type": "http",
      "url": "https://legit.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: legit-check
Remote MCP URL: https://legit.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "legit-check": {
      "url": "https://legit.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "legit-check": {
      "type": "http",
      "url": "https://legit.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "legit-check",
  "transport": "streamable-http",
  "url": "https://legit.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 21

https://oracle.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
hobby-market-oracle
Version
1.0.0
Capabilities
tools
Server instructions

Hobby Market Oracle: tools for collectible price-fairness, recall safety, in-stock drops, card grading guidance, and class-action settlements. Call tools/list to enumerate.

Known tools 5

check_scalper_price

Check whether a hobby item's asking price is fair or scalped.

Inferred read-only
check_recall

Search active consumer product recalls (CPSC, FDA, NHTSA and more) by keyword.

Inferred read-only
check_in_stock

Check whether a hobby item has recently dropped or restocked across the specialty shops we monitor for a niche.

Inferred read-only
grade_card_centering

Estimate a trading card's centering and rough PSA-style grade from a photo.

Inferred read-only
find_settlements

Find open class-action settlements you may be eligible to claim (often no proof of purchase required).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hobby-market-oracle]
url = "https://oracle.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hobby-market-oracle": {
      "type": "http",
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hobby-market-oracle
Remote MCP URL: https://oracle.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hobby-market-oracle": {
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hobby-market-oracle": {
      "type": "http",
      "url": "https://oracle.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hobby-market-oracle",
  "transport": "streamable-http",
  "url": "https://oracle.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 22

https://parceledge.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
parcel-edge
Version
1.1.0
Capabilities
tools

Known tools 7

overassessment_leads

Scored, dated, deadline-stamped COMMERCIAL property-tax over-assessment leads.

Inferred read-only
construction_window_leads

Fresh ASSESSABLE construction permits (funded builds) entering the permit→financing window — prospects for hard-money / construction lenders racing the permit-to-loan gap.

Inferred read-only
stalled_surety

STALLED-PROJECT candidates for SURETY / DRAW-CONTROL firms + the exposed construction lender.

Inferred read-only
exemption_flags

Non-conclusory exemption-contradiction FLAGS: parcels where a residential/homestead exemption coexists with a NON-OWNER-OCCUPANT owner of record (Allegheny: HOMESTEADFLAG=HOM + corporate owner; Cook: residential parcel deeded to an LLC/corp/trust grantee; Philadelphia: single-family homestead exclusion + entity owner; Travis TX: active 10% homestead appraisal cap on a homesite parcel + LLC owner; Fulton GA: homestead ExCode + entity owner; Harris TX: LLC/corporate owner on a residential parcel — owner-type watchlist, HCAD publishes no homestead boolean to confirm).

Inferred read-only
lien_bundle_report

INVESTOR DESK (paid, $0.

Inferred read-only
parcel_overassessment

Check a SINGLE Cook County PIN (14-digit) for over-assessment: latest certified AV + most recent clean sale, implied-market conversion, over-assessment ratio + appeal-window status.

Inferred read-only
county_coverage

Covered counties, streams, buyers, data sources, methodology, and honest signal-density notes per stream.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.parcel-edge]
url = "https://parceledge.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "parcel-edge": {
      "type": "http",
      "url": "https://parceledge.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: parcel-edge
Remote MCP URL: https://parceledge.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "parcel-edge": {
      "url": "https://parceledge.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "parcel-edge": {
      "type": "http",
      "url": "https://parceledge.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "parcel-edge",
  "transport": "streamable-http",
  "url": "https://parceledge.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 23

https://patentgap.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
patent-gap
Version
1.0.0
Capabilities
tools

Known tools 4

list_categories

List the private-label product categories Patent-Gap tracks for expiring design patents.

Inferred read-only
newly_expirable

Cross-category feed of design patents that just became (or are about to become) free to make — i.

Inferred read-only
screen_patent

Screen ONE US patent by publication number (e.

Inferred read-only
category_opportunity_report

PAID (x402, $0.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.patent-gap]
url = "https://patentgap.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "patent-gap": {
      "type": "http",
      "url": "https://patentgap.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: patent-gap
Remote MCP URL: https://patentgap.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "patent-gap": {
      "url": "https://patentgap.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "patent-gap": {
      "type": "http",
      "url": "https://patentgap.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "patent-gap",
  "transport": "streamable-http",
  "url": "https://patentgap.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 24

https://clearinghouse.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
payer-api-directory
Version
1.0.0
Capabilities
tools

Known tools 4

list_clearinghouses

List all medical clearinghouse / payer-API vendors in the directory with their access model, API style, supported X12 functions, and whether pricing is public.

Inferred read-only
get_clearinghouse

Full record for one vendor: what it does, dated+confidence-tagged pricing signals, access requirements, and small-practice fit.

Inferred read-only
vendors_by_function

Which vendors support a given X12 function.

Inferred read-only
recommend_clearinghouse

Transparently rank vendors for a practice.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.payer-api-directory]
url = "https://clearinghouse.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "payer-api-directory": {
      "type": "http",
      "url": "https://clearinghouse.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: payer-api-directory
Remote MCP URL: https://clearinghouse.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "payer-api-directory": {
      "url": "https://clearinghouse.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "payer-api-directory": {
      "type": "http",
      "url": "https://clearinghouse.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "payer-api-directory",
  "transport": "streamable-http",
  "url": "https://clearinghouse.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 25

https://phoenix.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
phoenix-screen
Version
1.0.0
Capabilities
tools

Known tools 1

phoenix_relink_check

Detect a phoenix / rebrand relink that exact-match screeners miss.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.phoenix-screen]
url = "https://phoenix.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "phoenix-screen": {
      "type": "http",
      "url": "https://phoenix.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: phoenix-screen
Remote MCP URL: https://phoenix.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "phoenix-screen": {
      "url": "https://phoenix.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "phoenix-screen": {
      "type": "http",
      "url": "https://phoenix.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "phoenix-screen",
  "transport": "streamable-http",
  "url": "https://phoenix.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 26

https://price.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
price-check
Version
1.0.0
Capabilities
tools

Known tools 2

list_niches

List the collectible niches this price checker covers (TCG, LEGO, Funko, keyboards, vinyl, aquarium).

Inferred read-only
price_check

Check whether a price for a collectible is FAIR / OVER / SCALPED vs the current retail median across the shops we poll.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.price-check]
url = "https://price.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "price-check": {
      "type": "http",
      "url": "https://price.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: price-check
Remote MCP URL: https://price.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "price-check": {
      "url": "https://price.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "price-check": {
      "type": "http",
      "url": "https://price.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "price-check",
  "transport": "streamable-http",
  "url": "https://price.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 27

https://cassandra.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
cassandra-recall
Version
1.0.0
Capabilities
tools

Known tools 1

recall_risk

Get the current complaint-velocity recall-risk signal for a tracked product/brand/model.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cassandra-recall]
url = "https://cassandra.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cassandra-recall": {
      "type": "http",
      "url": "https://cassandra.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cassandra-recall
Remote MCP URL: https://cassandra.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cassandra-recall": {
      "url": "https://cassandra.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cassandra-recall": {
      "type": "http",
      "url": "https://cassandra.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cassandra-recall",
  "transport": "streamable-http",
  "url": "https://cassandra.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 28

https://research.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
research-intel
Version
1.0.0
Capabilities
tools

Known tools 5

new_funding

THE GTM-trigger tool.

Inferred read-only
whats_changed_since

Return grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point).

Inferred read-only
delta_digest

New grants + new trials in a filter over the last N days (the weekly-digest payload).

Inferred read-only
entity_watch

Recent funding/trial events for one institution, PI, sponsor, or topic.

Inferred read-only
search_records

Ad-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.research-intel]
url = "https://research.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "research-intel": {
      "type": "http",
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: research-intel
Remote MCP URL: https://research.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "research-intel": {
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "research-intel": {
      "type": "http",
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "research-intel",
  "transport": "streamable-http",
  "url": "https://research.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 29

https://safecheck.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
safe-check
Version
1.0.0
Capabilities
tools

Known tools 3

recall_lookup

Look up active US product recalls for a product or brand against live government feeds (CPSC/FDA/NHTSA-style aggregate).

Inferred read-only
counterfeit_risk

Assess counterfeit RISK for a collectible listing (a risk SIGNAL, never proof of fake).

Inferred read-only
safe_check

Run both a recall lookup and a counterfeit-risk check in one call.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.safe-check]
url = "https://safecheck.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "safe-check": {
      "type": "http",
      "url": "https://safecheck.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: safe-check
Remote MCP URL: https://safecheck.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "safe-check": {
      "url": "https://safecheck.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "safe-check": {
      "type": "http",
      "url": "https://safecheck.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "safe-check",
  "transport": "streamable-http",
  "url": "https://safecheck.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 30

https://filings.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
sec-intel
Version
1.0.0
Capabilities
tools

Known tools 5

whats_new_since

Return SEC filings that are NEW since a cursor token (your bookmark).

Inferred read-only
filing_digest

Digest for a filter over the last N days: material 8-K events, insider (Form 4) activity, new registrations, and periodic reports.

Inferred read-only
company_watch

Given a company CIK, return recent filings, insider activity, and a filing-velocity stat (last-90 vs prior-90 days).

Inferred read-only
insider_activity

Recent Form 4/3/5 insider transactions with insider-cluster detection (multiple insiders filing on the same issuer).

Inferred read-only
search_filings

Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sec-intel]
url = "https://filings.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sec-intel": {
      "type": "http",
      "url": "https://filings.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sec-intel
Remote MCP URL: https://filings.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sec-intel": {
      "url": "https://filings.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sec-intel": {
      "type": "http",
      "url": "https://filings.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sec-intel",
  "transport": "streamable-http",
  "url": "https://filings.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 31

https://social.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
social-pulse
Version
1.0.0
Capabilities
tools

Known tools 4

trending_topics

What is SURGING on Reddit + Hacker News right now.

Inferred read-only
mention_pulse

Mention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window.

Inferred read-only
whats_being_said

Top recent posts and the dominant discussion THEMES for a query across Reddit + Hacker News.

Inferred read-only
emerging_terms

Newly FIRST-APPEARING terms from our rolling novelty ledger (Reddit/HN newest posts + the 24/7 idea_intel loop).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.social-pulse]
url = "https://social.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "social-pulse": {
      "type": "http",
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: social-pulse
Remote MCP URL: https://social.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "social-pulse": {
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "social-pulse": {
      "type": "http",
      "url": "https://social.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "social-pulse",
  "transport": "streamable-http",
  "url": "https://social.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 32

https://titlecheck.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
title-check
Version
1.0.0
Capabilities
tools

Known tools 1

vehicle_report

Generate a pre-purchase report for a titled asset by VIN (cars, trucks, RVs, trailers, heavy equipment) or HIN (recreational boats).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.title-check]
url = "https://titlecheck.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "title-check": {
      "type": "http",
      "url": "https://titlecheck.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: title-check
Remote MCP URL: https://titlecheck.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "title-check": {
      "url": "https://titlecheck.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "title-check": {
      "type": "http",
      "url": "https://titlecheck.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "title-check",
  "transport": "streamable-http",
  "url": "https://titlecheck.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 33

https://overdue.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
trial-overdue
Version
1.0.0
Capabilities
tools

Known tools 1

overdue_trials

Find clinical trials whose results are overdue under FDAAA 801 / 42 CFR Part 11 (results due within 1 year of primary completion).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trial-overdue]
url = "https://overdue.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trial-overdue": {
      "type": "http",
      "url": "https://overdue.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trial-overdue
Remote MCP URL: https://overdue.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trial-overdue": {
      "url": "https://overdue.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trial-overdue": {
      "type": "http",
      "url": "https://overdue.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trial-overdue",
  "transport": "streamable-http",
  "url": "https://overdue.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 34

https://verified.dropwatchhq.com/mcp

No auth detected

MCP server metadata

Name
verified-feed
Version
1.0.0
Capabilities
tools

Known tools 4

verify_record

Run a contradiction-verified, signed verification on ONE record of a data owner's feed.

Inferred read-only
feed_status

Return the latest verification snapshot of a minted feed: per-record status + as-of date + stale flags (records past the feed's freshness SLA) + signed receipts.

Inferred read-only
verify_subject

One-off contradiction-verified check of a single subject (ticker and/or named entity) against the live hubs, with an as-of date and signed receipt.

Inferred read-only
verify_receipt

Recompute + verify a verification receipt's hash-chain (proves the verification is unaltered since its as-of date).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.verified-feed]
url = "https://verified.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "verified-feed": {
      "type": "http",
      "url": "https://verified.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: verified-feed
Remote MCP URL: https://verified.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "verified-feed": {
      "url": "https://verified.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "verified-feed": {
      "type": "http",
      "url": "https://verified.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "verified-feed",
  "transport": "streamable-http",
  "url": "https://verified.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dropwatchhq.com was fetched 2026-07-27T03:10:48.284Z and is being refreshed.

Trust status Neutral

dropwatchhq.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.