← Registry

General Tools

agentlookups.ai

Provides access to various public datasets including drug pricing, solar energy regulations, environmental records, and drinking water quality.

4 endpoints7 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://rx.agentlookups.ai/mcp

No auth detected

MCP server metadata

Name
counterscript
Version
0.1
Capabilities
tools
Server instructions

Free, neutral US drug-price benchmarks from federal data (CMS NADAC pharmacy acquisition costs, FDA Orange Book generic equivalents, CMS Medicare negotiated prices). Every result carries provenance and verbatim honesty notes; please relay the honesty notes to the user. Not medical advice. A no_match never means a drug lacks a fair price.

Known tools 1

drug_price

Look up what US pharmacies actually pay to acquire a drug (CMS NADAC benchmark), a fair cash-price estimate range, FDA generic equivalents, and Medicare negotiated prices where applicable.

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.counterscript]
url = "https://rx.agentlookups.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "counterscript": {
      "type": "http",
      "url": "https://rx.agentlookups.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: counterscript
Remote MCP URL: https://rx.agentlookups.ai/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": {
    "counterscript": {
      "url": "https://rx.agentlookups.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "counterscript": {
      "type": "http",
      "url": "https://rx.agentlookups.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "counterscript",
  "transport": "streamable-http",
  "url": "https://rx.agentlookups.ai/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://solar.agentlookups.ai/mcp

No auth detected

MCP server metadata

Name
greenlight
Version
0.1
Capabilities
tools
Server instructions

GreenLight: free registry of enacted US plug-in (balcony) solar law, human-verified against the enrolled bill text. Entries marked verification:pending are under review and unconfirmed; relay verification status and the honesty notes to the user. Never legal advice. No certification claim is published without human confirmation against the certifying source. A state absent from the registry is not a statement about its law.

Known tools 2

solar_states

List every state in the GreenLight plug-in (balcony) solar registry with its legal status, law name, power cap, and verification state.

Inferred read-only
solar_law

Fetch the full GreenLight registry record for one state's plug-in (balcony) solar law: legal status, the law's name and dates, key provisions as recorded (power cap, certification requirement, utility notice, renter/HOA treatment), citations with official-text URLs where the verification pass attached them, and verification status with dates.

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.greenlight]
url = "https://solar.agentlookups.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "greenlight": {
      "type": "http",
      "url": "https://solar.agentlookups.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: greenlight
Remote MCP URL: https://solar.agentlookups.ai/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": {
    "greenlight": {
      "url": "https://solar.agentlookups.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "greenlight": {
      "type": "http",
      "url": "https://solar.agentlookups.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "greenlight",
  "transport": "streamable-http",
  "url": "https://solar.agentlookups.ai/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://env.agentlookups.ai/mcp

No auth detected

MCP server metadata

Name
groundtruth
Version
0.1
Capabilities
tools
Server instructions

Federal environmental records near a US location: Superfund sites, toxic-release (TRI) facilities, enforcement-flagged facilities, and drinking-water systems with violations. Records carry dates, distances, and provenance. Please relay the honesty notes verbatim: no safety scores, absence of records is never a clean bill of health, and water-system matching is approximate.

Known tools 3

environment_near

Federal environmental records within a radius of a US location: Superfund/NPL sites, TRI toxic-release facilities, and facilities currently flagged for significant noncompliance.

Inferred read-only
drinking_water

Public water systems serving a US state + county and/or city, with health-based SDWA violation summaries.

Inferred read-only
due_diligence

Address due-diligence layer scores for a US location: school quality, natural hazards, groundwater contamination, Superfund proximity, air quality, highway noise, walkability, crime, and climate pleasantness (pleasant days/year).

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.groundtruth]
url = "https://env.agentlookups.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "groundtruth": {
      "type": "http",
      "url": "https://env.agentlookups.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: groundtruth
Remote MCP URL: https://env.agentlookups.ai/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": {
    "groundtruth": {
      "url": "https://env.agentlookups.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "groundtruth": {
      "type": "http",
      "url": "https://env.agentlookups.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "groundtruth",
  "transport": "streamable-http",
  "url": "https://env.agentlookups.ai/mcp"
}
MCP Inspector

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

ENDPOINT 4

https://contractors.agentlookups.ai/mcp

No auth detected

MCP server metadata

Name
plumbline
Version
0.1
Capabilities
tools
Server instructions

Free, neutral contractor-license checks from official state and local licensing records across dozens of US jurisdictions (the coverage endpoint and each check result state exactly what was and was not searched). Every finding carries provenance (source, snapshot date, artifact hash). CRITICAL honesty rule to relay: a no_match_in_index result is NEVER a determination that a business is unlicensed; licenses may be held under different names, other jurisdictions, or boards we do not cover.

Known tools 1

check_contractor

Check a contractor's license against official state and local licensing records covering dozens of US jurisdictions.

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.plumbline]
url = "https://contractors.agentlookups.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "plumbline": {
      "type": "http",
      "url": "https://contractors.agentlookups.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: plumbline
Remote MCP URL: https://contractors.agentlookups.ai/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": {
    "plumbline": {
      "url": "https://contractors.agentlookups.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "plumbline": {
      "type": "http",
      "url": "https://contractors.agentlookups.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "plumbline",
  "transport": "streamable-http",
  "url": "https://contractors.agentlookups.ai/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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