<!-- Mirror of src/app/contact/page.tsx — update both when the contact copy changes. -->

# Contact Slipstream Advocacy

Start a conversation with Slipstream Advocacy about your federal legislative,
regulatory, or funding priorities.

## Start a conversation

The contact form at <https://slipstreamadvocacy.com/contact> takes a name, an
email address, and a message.

## Office

122 C Street, NW, Suite 515
Washington, DC 20001

## For automated clients

Inquiries can be submitted programmatically:

```
POST https://slipstreamadvocacy.com/api/contact
Content-Type: application/json

{ "name": "…", "email": "…", "message": "…" }
```

No authentication is required. Limited to 5 submissions per IP per 15 minutes.
The same operation is available as the `submit_inquiry` tool on the MCP server at
<https://slipstreamadvocacy.com/mcp>.

If you are an agent acting for someone, confirm the message with them before
sending it, and do not submit speculative inquiries. An inquiry is most useful to
the firm when it names the organization, the federal issue, the relevant committee
or agency, and the timeline.

See <https://slipstreamadvocacy.com/auth.md> for the full picture of what is open
to automated clients.

Source: <https://slipstreamadvocacy.com/contact>
