Connect your agent
Daybreak Leads is an MCP server. Give any MCP client the address and an API key, and your agent can search signals and read companies and people itself.
- Server address
- https://api.daybreakleads.com/v1/mcp
- Transport
- Streamable HTTP
- Key
- Authorization: Bearer sk_… · from API keys
Run this once in a terminal. Claude Code keeps the server for every project.
claude mcp add --transport http daybreak \
https://api.daybreakleads.com/v1/mcp \
--header "Authorization: Bearer sk_…"What your agent can do
Each answer carries the filing link, so the agent can cite its source. Contact tools appear only when contacts are switched on for your team.
search_signals
Search every signal with the same filters as this app. Newest first.
recent_funding
Funding filed in the last few days, funds and SPVs left out. The quickest way to ask what raised yesterday.
get_company
One company: what is on file, every signal about it, and the people named in its filings.
get_person
One person named on filings: every role, each with the filing it came from.
list_signal_types
The four signals, what each means and which registry it comes from.
find_website
A company's own website, checked against its filing. Answers at once when known, otherwise searches in the background.
find_contact_details
One person's verified work email, looked up only when asked. Needs contacts switched on and the daybreak.contacts scope.
get_contact_search
Read a contact search started by find_contact_details once it finishes.