# forgepoint-signal

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add randyrockwell05/forgepoint-signal

# Browse available tools
npx -y @smithery/cli@latest tool list randyrockwell05/forgepoint-signal

# Get full schema for a tool
npx -y @smithery/cli@latest tool get randyrockwell05/forgepoint-signal preview_regulations

# Call a tool
npx -y @smithery/cli@latest tool call randyrockwell05/forgepoint-signal preview_regulations '{}'
```

## Direct MCP Connection

Endpoint: `https://forgepoint-signal--randyrockwell05.run.tools`

## Tools (4)

- `preview_regulations` — Get a free preview of the 5 most recent US regulatory changes monitored by ForgePoint Signal. Covers estate, trust, gif…
- `search_regulations` — Search the full ForgePoint Signal regulatory database by keyword, jurisdiction (federal/state), category (estates/trust…
- `get_regulation_detail` — Get complete detail for a specific regulation entry including full summary, affected law or code section, effective dat…
- `get_recent_by_impact` — Get the most recent high-impact regulatory changes sorted by impact level. Ideal for daily briefings or monitoring mate…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get randyrockwell05/forgepoint-signal <tool-name>
```
