AI & Machine Learning
dropwatchhq.com
Provide LLM model pricing data and provenance verification for autonomous agent actions.
ENDPOINT 1
https://agent-receipts.dropwatchhq.com/mcp
MCP server metadata
- Name
- agent-receipts
- Version
- 1.0.0
Known tools 3
list_receiptsList the receipt hash-chain for an agent_id, newest first (id, action, timestamp, sequence, hashes, verifyUrl).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- ai-api-radar
- Version
- 1.0.0
Known tools 4
cheapest_modelReturn the cheapest LLM API models that meet a constraint, ranked by blended $/M-token cost.
Inferred read-onlyprice_historyReturn the dated $/M-token price history (input + output) for one model.
Inferred read-onlystatusCurrent operational status for one or all AI API providers (from each provider's public status page).
Inferred read-onlyprice_change_alertsSubscribe a webhook to fire when a provider changes prices (or read recent price changes).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- bio-catalyst
- Version
- 1.0.0
Known tools 3
upcoming_catalystsReturn upcoming biotech/pharma catalysts (clinical-trial readouts, FDA AdComm meetings, recent approvals) VERIFIED against and linked to their official source (ClinicalTrials.
Inferred read-onlycatalyst_for_companyReturn verified catalyst events for one public company by ticker, each linked to its official source.
Inferred read-onlycatalyst_for_drugReturn verified catalyst events referencing a drug/product name, each linked to its official source.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- cassandra-predict
- Version
- 1.0.0
Known tools 2
list_domainsList Cassandra prediction verticals available via predict(domain, entity), with what each predicts and its data sources.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- compliance-evidence
- Version
- 1.0.0
Known tools 4
build_evidence_packBuild a dated, source-linked, SIGNED compliance-evidence pack for a regulated-AI deployer to file with their auditor.
Inferred read-onlyground_claimGround one public-company claim against CURRENT gov facts via the live contradiction-engine.
Inferred read-onlyscreen_entityScreen a named entity across federal exclusion/sanctions lists (OFAC SDN, OFAC Consolidated, OIG LEIE; SAM where enabled) via the live exclude-feed.
Inferred read-onlyverify_packVerify a previously-issued pack's hash-chain receipt (proves the artifact is unaltered since generatedAt).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- compliance-radar
- Version
- 1.0.0
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_obligationsList 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-onlyget_obligationReturn 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-onlybuild_checklistBuild 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-onlycreate_deadline_trackerSave an entity profile plus an email and/or webhook URL to receive FREE recurring reminders before each upcoming compliance deadline.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- coverage-trigger
- Version
- 1.0.0
Known tools 3
coverage_trigger_feedReturn businesses that JUST legally/practically NEED commercial insurance, drawn from public trigger events (new FMCSA DOT operating authority + newly formed commercial entities).
Inferred read-onlycoverage_pulseFree 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-onlycoverage_sourcesList the public trigger-event sources this feed normalizes, their geographic coverage, and the agent buyer each is best for.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- distress-abc
- Version
- 1.0.0
Known tools 5
abc_distress_feedFREE: live feed of state ASSIGNMENT-FOR-BENEFIT-OF-CREDITORS (ABC) and RECEIVERSHIP public legal notices — the wind-down firehose with NO PACER.
Inferred read-onlywarn_plant_deathsFREE: recent WARN-Act PLANT-DEATH events (mass layoffs / plant closures) — the SECOND distress-event lane feeding the same liquidation map.
Inferred read-onlywarn_liquidation_mapBuild the LIQUIDATOR-facing ASSET / COLLATERAL MAP for a WARN-Act plant-death entity (the failing employer).
Inferred read-onlyabc_asset_mapBuild the full WIND-DOWN ASSET / COLLATERAL MAP for one ABC/receivership case.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- distress-diligence
- Version
- 1.0.0
Known tools 5
diligence_briefGenerate a distressed-SMB DILIGENCE BRIEF for an acquisition target.
Inferred read-onlyquick_scanFREE quick signal scan for a target business: distress/liability counts + a one-line go/caution/stop verdict, with no per-item detail.
Inferred read-onlycheck_recall_exposureFREE: check a business name against CPSC product-recall records — the held-inventory / recoverable-recall liability line.
Inferred read-onlych11_previewFREE preview of the most-recent Chapter 11 business filings — case headers only (name, court, filing date, docket link).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- drop-index
- Version
- 1.0.0
Known tools 3
drop_indexReturn 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-onlywill_it_restockPredict 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-onlyCONNECT 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
MCP server metadata
- Name
- entity-screen
- Version
- 1.0.0
Known tools 2
screen_entityScreen a company/provider/vendor/counterparty for risk before onboarding.
Inferred read-onlyresolve_entityResolve a real-world entity across regulated datasets and return its canonical identity plus all linked identifiers (ticker, CIK, UEI, DUNS, NPI).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- exclude-feed
- Version
- 1.0.0
Known tools 4
screen_exclusionScreen a business entity / vendor / counterparty for FEDERAL EXCLUSIONS & SANCTIONS before you onboard or pay it.
Potential side effectsscreen_batchBulk-screen up to 50 entities in one call against all federal exclusion/sanctions lists.
Inferred read-onlyroster_rescreenRe-screen an ENTIRE ROSTER of employees, contractors, and vendors against the federal exclusion & sanctions lists (HHS-OIG LEIE, OFAC SDN+Consolidated, SAM.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- found-money
- Version
- 1.0.0
Known tools 2
search_settlementsSearch currently-open US class-action settlements you may be able to claim for free.
Inferred read-onlyunclaimed_money_portalGet the official, free unclaimed-property (unclaimed money) search portal for a US state plus the national NAUPA/missingmoney.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- freight-intel
- Version
- 1.0.0
Known tools 9
new_authority_feedReturn US trucking carriers newly granted FMCSA operating authority, newest first.
Inferred read-onlycarrier_lookupFull safety + contact profile for one carrier by USDOT number: identity, fleet, authority status, roadside safety record, FMCSA rating, email/phone.
Potential side effectssearch_carriersSearch the new-authority carrier set by state, fleet size, since-date, has-email, forHire, financeable verdict (GO/WAIT/NO), and insured.
Potential side effectssafety_screenRisk 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-onlynew_carriersNewly-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-onlycarrier_risk_lookupRisk-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-onlyswitch_signalThe real-time factor-SWITCH lead feed — the edge RigDig's static annual UCC buckets cannot show.
Inferred read-onlychameleon_checkChameleon / 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-onlyregrade_listRe-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-onlyCONNECT 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
MCP server metadata
- Name
- govcon-contractor-signals
- Version
- 1.0.0
Known tools 3
contractor_signalsGiven 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-onlyrising_contractorsReturn the current ranked 'Rising Contractors / Likely M&A Targets' feed — small/mid federal contractors showing the strongest leading acquisition signals, refreshed daily.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- govcon-feed
- Version
- 1.0.0
Known tools 4
whats_changed_sinceReturn federal contract awards that are NEW or MODIFIED since a cursor token.
Inferred read-onlydelta_digestWeekly delta digest for a filter: new awards, modifications, and contracts EXPIRING in the next N days (recompete opportunities).
Inferred read-onlycompetitor_watchGiven 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 effectsCONNECT 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
MCP server metadata
- Name
- govcon-recompete
- Version
- 1.0.0
Known tools 3
expiring_recompetesList federal contracts EXPIRING in a horizon window (period-of-performance end), with a winner prediction for each.
Inferred read-onlylane_competitorsReturn the firms with the most recent award velocity in a NAICS (and optional agency) lane — i.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- dreamqualify
- Version
- 1.0.0
Known tools 12
qualify_checkEligibility-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-onlygrail_valueValue 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-onlymissed_credits_scanDetect 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-onlyrealtor_copilotB2B (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 effectscitizenship_descentDetect 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-onlyrd_grants_checkScreen whether a startup/SMB likely qualifies for the federal R&D tax credit (26 U.
Inferred read-onlycharity_care_checkDetect 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-onlyhr_benefit_scanDetect 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-onlyapplyby_deadlinesGiven 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-onlyCONNECT 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
MCP server metadata
- Name
- health-intel
- Version
- 1.0.0
Known tools 4
provider_lookupLook up US healthcare providers from the public CMS NPPES registry by NPI, or search by specialty + state (+ optional name/city).
Inferred read-onlyscreen_exclusionScreen a provider/organization against the federal exclusion lists (HHS-OIG LEIE, and SAM.
Inferred read-onlynew_exclusionsReturn providers newly added to the OIG-LEIE exclusion list, optionally scoped by state and/or specialty.
Inferred read-onlyfda_enforcementReturn recent FDA enforcement/recall actions tied to a device/drug firm (openFDA).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- legit-check
- Version
- 1.0.0
Known tools 1
vendor_legit_checkScreen a vendor, store, or group-buy (by name or URL) for legitimacy before paying.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- hobby-market-oracle
- Version
- 1.0.0
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_recallSearch active consumer product recalls (CPSC, FDA, NHTSA and more) by keyword.
Inferred read-onlycheck_in_stockCheck whether a hobby item has recently dropped or restocked across the specialty shops we monitor for a niche.
Inferred read-onlygrade_card_centeringEstimate a trading card's centering and rough PSA-style grade from a photo.
Inferred read-onlyfind_settlementsFind open class-action settlements you may be eligible to claim (often no proof of purchase required).
Potential side effectsCONNECT 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
MCP server metadata
- Name
- parcel-edge
- Version
- 1.1.0
Known tools 7
overassessment_leadsScored, dated, deadline-stamped COMMERCIAL property-tax over-assessment leads.
Inferred read-onlyconstruction_window_leadsFresh ASSESSABLE construction permits (funded builds) entering the permit→financing window — prospects for hard-money / construction lenders racing the permit-to-loan gap.
Inferred read-onlystalled_suretySTALLED-PROJECT candidates for SURETY / DRAW-CONTROL firms + the exposed construction lender.
Inferred read-onlyexemption_flagsNon-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-onlyparcel_overassessmentCheck 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-onlycounty_coverageCovered counties, streams, buyers, data sources, methodology, and honest signal-density notes per stream.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- patent-gap
- Version
- 1.0.0
Known tools 4
list_categoriesList the private-label product categories Patent-Gap tracks for expiring design patents.
Inferred read-onlynewly_expirableCross-category feed of design patents that just became (or are about to become) free to make — i.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- payer-api-directory
- Version
- 1.0.0
Known tools 4
list_clearinghousesList 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-onlyget_clearinghouseFull record for one vendor: what it does, dated+confidence-tagged pricing signals, access requirements, and small-practice fit.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- phoenix-screen
- Version
- 1.0.0
Known tools 1
phoenix_relink_checkDetect a phoenix / rebrand relink that exact-match screeners miss.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- price-check
- Version
- 1.0.0
Known tools 2
list_nichesList the collectible niches this price checker covers (TCG, LEGO, Funko, keyboards, vinyl, aquarium).
Inferred read-onlyprice_checkCheck whether a price for a collectible is FAIR / OVER / SCALPED vs the current retail median across the shops we poll.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- cassandra-recall
- Version
- 1.0.0
Known tools 1
recall_riskGet the current complaint-velocity recall-risk signal for a tracked product/brand/model.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- research-intel
- Version
- 1.0.0
Known tools 5
whats_changed_sinceReturn grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point).
Inferred read-onlydelta_digestNew grants + new trials in a filter over the last N days (the weekly-digest payload).
Inferred read-onlyentity_watchRecent funding/trial events for one institution, PI, sponsor, or topic.
Inferred read-onlysearch_recordsAd-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- safe-check
- Version
- 1.0.0
Known tools 3
recall_lookupLook up active US product recalls for a product or brand against live government feeds (CPSC/FDA/NHTSA-style aggregate).
Inferred read-onlycounterfeit_riskAssess counterfeit RISK for a collectible listing (a risk SIGNAL, never proof of fake).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- sec-intel
- Version
- 1.0.0
Known tools 5
whats_new_sinceReturn SEC filings that are NEW since a cursor token (your bookmark).
Inferred read-onlyfiling_digestDigest for a filter over the last N days: material 8-K events, insider (Form 4) activity, new registrations, and periodic reports.
Inferred read-onlycompany_watchGiven a company CIK, return recent filings, insider activity, and a filing-velocity stat (last-90 vs prior-90 days).
Inferred read-onlyinsider_activityRecent Form 4/3/5 insider transactions with insider-cluster detection (multiple insiders filing on the same issuer).
Inferred read-onlysearch_filingsDirect live search of SEC EDGAR full-text for the latest filings of a form type in a date range.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- social-pulse
- Version
- 1.0.0
Known tools 4
mention_pulseMention COUNT + VELOCITY + SENTIMENT for a term, ticker ($AAPL), brand, or product across Reddit + Hacker News over a time window.
Inferred read-onlywhats_being_saidTop recent posts and the dominant discussion THEMES for a query across Reddit + Hacker News.
Inferred read-onlyemerging_termsNewly FIRST-APPEARING terms from our rolling novelty ledger (Reddit/HN newest posts + the 24/7 idea_intel loop).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- title-check
- Version
- 1.0.0
Known tools 1
vehicle_reportGenerate a pre-purchase report for a titled asset by VIN (cars, trucks, RVs, trailers, heavy equipment) or HIN (recreational boats).
Potential side effectsCONNECT 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
MCP server metadata
- Name
- trial-overdue
- Version
- 1.0.0
Known tools 1
overdue_trialsFind clinical trials whose results are overdue under FDAAA 801 / 42 CFR Part 11 (results due within 1 year of primary completion).
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- verified-feed
- Version
- 1.0.0
Known tools 4
verify_recordRun a contradiction-verified, signed verification on ONE record of a data owner's feed.
Inferred read-onlyfeed_statusReturn 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-onlyverify_subjectOne-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-onlyverify_receiptRecompute + verify a verification receipt's hash-chain (proves the verification is unaltered since its as-of date).
Inferred read-onlyCONNECT 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.
dropwatchhq.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.