Datahyena MCP Server
我們需要將提供的英文描述翻譯成繁體中文。描述內容是關於Datahyena這個MCP伺服器的功能:資金輪次、收購和高管變動——去重、豐富、分類。可以通過REST查詢、通過webhooks串流,或通過MCP交給你的代理。50個免費信用額度。 注意:保留產品名稱Datahyena,但指令說「不要包含名稱,除非它在源文本中出現」。源文本中沒有Datahyena這個詞,所以翻譯時不應加入。但描述中提到了MCP,這是技術術語,保留。REST、webhooks也是技術術語,保留。數字50保留。翻譯要簡潔,不要添加解釋或標籤。 翻譯:資金輪次、收購與高層變動——去重、豐富、分類。可透過REST查詢、透過webhooks串流,或透過MCP交給你的代理。50個免費額度。 注意:exec moves翻譯為「高層變動」或「高管變動
文件
MCP server
MCP server
Connect Datahyena to Claude, Cursor, and any MCP client and query signals in natural language.
Copy MarkdownOpen
Datahyena is available as an MCP server, so you can connect it to Claude, Cursor, Codex, Gemini, or any MCP-compatible client and query funding, acquisition, and executive-move signals in natural language. The tools mirror the REST API exactly. Available on every plan.
Server URL
https://api.datahyena.com/mcp
Transport is Streamable HTTP. Authentication is OAuth 2.1 with PKCE: your client opens a browser, you sign in and pick a workspace, and access is granted to that workspace. Revoke a connection any time from the dashboard.
Set up your client
Claude
Claude Code and Claude Desktop.
Explore
Cursor
Add Datahyena to Cursor's MCP settings.
Explore
Codex CLI
Add Datahyena to the OpenAI Codex CLI.
Explore
Gemini CLI
Add Datahyena to the Gemini CLI.
Explore
Other clients
Any client that speaks remote MCP.
Explore
Tools
Each tool maps one-to-one to a public API endpoint, with the same filters and the same response shape.
| Tool | Returns |
|---|---|
| funding_events | Funding rounds. Filter by round, amount range, country, industry, or company. |
| acquisitions | Acquisition and merger events. Filter by payment type, deal amount, merger flag, or company. |
| exec_moves | Executive appointments, promotions, departures, and transitions. |
| companies | Company records. Search by name, domain, country, industry, employee bucket, or founded year. |
| investors | Investor records. Search by name, type, country, or domain. |
Every tool returns the standard API envelope (success, data, pagination, meta), so you get the same records and cursor pagination as the REST endpoints.
Credits
MCP tool calls bill exactly like the API: one credit per record returned, charged only on success. If a workspace is out of credits, the tool returns an error instead of data, and a page is trimmed to what the balance covers. See Credits.
Scopes
Access is granted with read scopes, one per resource: read:funding, read:acquisitions, read:exec_moves, read:companies, read:investors. Approving the default connection grants all of them.
MCP tools are read-only. To receive signals as they are confirmed, use Webhooks; to pull on your own schedule, use the REST API.
Filters
Narrow what each webhook endpoint receives per event kind.
Claude
Connect Datahyena to Claude Code and Claude Desktop.