Your company’s pulse, in every AI tool you already use.
Pulse exposes a Model Context Protocol server. Claude Desktop, Cursor, ChatGPT, Cowork: any MCP-compatible client can call your decisions, find experts, fetch your Pulse. Every call is permission-filtered as the user.
9 tools · all read-only in v1
Hybrid search across all entities
Fetch a decision by ID, with citations
Last N decisions, filtered by team / topic
Given a topic, return ranked humans
Full feature record including stages
Given a description, return similar past features
Person profile + skill inferences
User's current Pulse (briefing + diff)
Open commitments by/to a person
30 seconds in Claude Desktop.
{
"mcpServers": {
"pulse": {
"url": "https://mcp.pulse.app",
"auth": {
"type": "oauth",
"client_id": "your-workspace-id"
}
}
}
}Restart Claude Desktop. You’ll be prompted to OAuth · the token is scoped to your user (not the whole tenant). Every Pulse call is permission-filtered as if you ran it in the app.
Claude Desktop
anthropic · officialCursor
anysphereChatGPT
openai · custom mcpCowork
cowork.aiPermission-filtered
Token scoped to user. A designer's Cursor only sees what the designer can see in Pulse.
Rate-limited
100 calls/hour on free, 1000/hour on paid. Per-tenant cap of 10K/day.
Standard protocol
Just MCP. Works with anything that speaks it. No proprietary client SDKs to build.