Claude
Connect Datahyena to Claude Code and Claude Desktop.
Datahyena works with both Claude Code (the CLI) and Claude Desktop. Both use the same remote server URL and the same one-time OAuth sign-in.
Claude Code
Add the server with the CLI:
claude mcp add datahyena --transport http https://api.datahyena.com/mcpThe first time a tool is used, Claude opens your browser to authorize. Sign in, pick a workspace, and approve. To scope the server to the current project only, add --scope project; to make it available everywhere, use --scope user.
Verify it is connected:
claude mcp listYou should see datahyena with the five tools available.
Claude Desktop
- Open Settings → Connectors.
- Choose Add custom connector.
- Set the URL to
https://api.datahyena.com/mcpand save. - Claude opens a browser window to authorize. Sign in, choose a workspace, and approve.
If you prefer editing the config file directly, add the server under mcpServers:
{
"mcpServers": {
"datahyena": {
"url": "https://api.datahyena.com/mcp"
}
}
}Restart Claude Desktop, then complete the browser authorization the first time you call a tool.
First prompt
Using Datahyena, show me Series A and Series B funding rounds in the US from the last week, over $10M.Each returned record costs one credit. MCP works on every plan. See the MCP overview for tools, scopes, and credits.