# search_atm_offerings

Search recent SEC at-the-market (ATM) equity offerings from the past 72 hours. Pulls from S-3 / 424B5 family filings where our parser flagged ATM-offering indicators in the body language. Args: sales_agent: Filter by sales agent name (substring, case-insensitive). Examples: 'Cantor Fitzgerald', 'Jefferies', 'Roth Capital', 'H.C. Wainwright'. min_shelf_million_usd: Minimum shelf size in millions USD. limit: Max results (1-50, default 25). Returns: JSON list with shelf_size_usd, is_atm, sales_agents, use_of_proceeds_excerpt.

Agent View of the PolicyLayer registry record for `search_atm_offerings`. HTML page: https://policylayer.com/tools/com-filingfirehose-firehose/search-atm-offerings

## Facts

- Tool: `search_atm_offerings`
- Server: FilingFirehose (`https://filingfirehose.com/mcp`) — https://policylayer.com/tools/com-filingfirehose-firehose.md
- Homepage: https://github.com/jaablon/filingfirehose-python
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 3
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `limit` | integer | no |  |
| `sales_agent` | object | no |  |
| `min_shelf_million_usd` | object | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "search_atm_offerings",
    "arguments": {}
  }
}
```

## Why search_atm_offerings is rated Low

This tool retrieves and filters publicly available SEC EDGAR filing data. It has no side effects—it queries a parsed dataset and returns results. The ability to search ATM offerings by sales agent or shelf size does not create, modify, or delete any data. Financial information is presented but no financial transactions are executed.

From the tool's own definition: "Tool performs 'search' operations on parsed SEC filing data with filter and limit parameters. Returns JSON list of filing information. No action verbs indicating modification (create, update, delete) or execution (run, execute, trigger)."

## Use case

AI agents call search_atm_offerings to retrieve information from FilingFirehose without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches FilingFirehose:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "search_atm_offerings": {}
  }
}
```

## Other tools on FilingFirehose (3)

- `get_filing` — Read — https://policylayer.com/tools/com-filingfirehose-firehose/get-filing.md
- `search_13d_filings` — Read — https://policylayer.com/tools/com-filingfirehose-firehose/search-13d-filings.md
- `search_8k_filings` — Read — https://policylayer.com/tools/com-filingfirehose-firehose/search-8k-filings.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-filingfirehose-firehose · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-filingfirehose-firehose
