latestrounds-mcp
v1.0.5
Published
MCP server for LatestRounds funding data API
Downloads
462
Maintainers
Readme
LatestRounds MCP Server
The GTM trigger layer for your AI assistant. Query real-time startup funding data directly inside Claude, Cursor, or any MCP-compatible client.
Setup
Add to your MCP config (.mcp.json for Claude Code, or your client's equivalent):
{
"mcpServers": {
"latestrounds": {
"command": "npx",
"args": ["-y", "latestrounds-mcp@latest", "--api-key", "<your_api_key>"]
}
}
}Get your API key from the LatestRounds dashboard.
Requirements
- Node.js 18+
- A valid LatestRounds API key
