# RaiseKit MCP server

CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI.

## Links
- Registry page: https://www.getdrio.com/mcp/co-raisekit-raisekit
- Website: https://raisekit.co

## Install
- Endpoint: https://raisekit.co/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://raisekit.co/api/mcp
- Header: Authorization

## Tools
- auth.whoami - Identify the caller — workspace, agent_id, scopes. Endpoint: https://raisekit.co/api/mcp
- auth.list_scopes - List every scope name the MCP server understands. Endpoint: https://raisekit.co/api/mcp
- pipeline.list_rounds - List every fundraise round in the workspace. Endpoint: https://raisekit.co/api/mcp
- pipeline.get_round - Get a round with its opportunities + summary stats. Endpoint: https://raisekit.co/api/mcp
- pipeline.list_opportunities - List opportunities in a workspace. Optional filters by round, stage, owner. Endpoint: https://raisekit.co/api/mcp
- pipeline.get_opportunity - Get an opportunity with recent touches, the linked thread, and recent signals. Endpoint: https://raisekit.co/api/mcp
- pipeline.list_stale - List opportunities with no touches in the last N days. Endpoint: https://raisekit.co/api/mcp
- pipeline.list_due - List opportunities with next_touch_due falling in the given date range. Endpoint: https://raisekit.co/api/mcp
- pipeline.get_firm - Get a firm with its opportunities + linked persons. Endpoint: https://raisekit.co/api/mcp
- pipeline.get_person - Get a person row. Endpoint: https://raisekit.co/api/mcp
- pipeline.create_round - Create a new fundraise round. Endpoint: https://raisekit.co/api/mcp
- pipeline.update_round - Update fields on an existing round. Endpoint: https://raisekit.co/api/mcp
- pipeline.create_opportunity - Create an opportunity for a round + firm. Endpoint: https://raisekit.co/api/mcp
- pipeline.log_touch - Log an interaction with a person (append-only). Endpoint: https://raisekit.co/api/mcp
- pipeline.transition_stage - Move an opportunity to a new stage. Requires If-Match etag + a valid transition_id (from playbook.list_transitions). Gates are enforced. Endpoint: https://raisekit.co/api/mcp
- pipeline.set_next_action - Set the next action + due date on an opportunity. Endpoint: https://raisekit.co/api/mcp
- pipeline.flag_blocker - Add a blocker note to an opportunity. Endpoint: https://raisekit.co/api/mcp
- pipeline.mark_passed - Mark an opportunity as passed with a structured reason. Endpoint: https://raisekit.co/api/mcp
- pipeline.upsert_firm - Create or update a firm (idempotent by public_firm_id). Endpoint: https://raisekit.co/api/mcp
- pipeline.upsert_person - Create or update a person (idempotent by public_person_id). Endpoint: https://raisekit.co/api/mcp
- conversation.list_threads - List all conversation threads in the workspace. Endpoint: https://raisekit.co/api/mcp
- conversation.get_thread - Get a thread with its messages. Endpoint: https://raisekit.co/api/mcp
- conversation.list_drafts - List drafts in the workspace, filtered by status. Endpoint: https://raisekit.co/api/mcp
- conversation.draft_message - Create a draft message (status=pending). The agent NEVER sends; the founder approves out-of-band. Endpoint: https://raisekit.co/api/mcp
- conversation.send_message - Send a previously approved draft. Requires a valid approval token. Endpoint: https://raisekit.co/api/mcp
- conversation.schedule_send - Schedule an approved draft to send at a future time. Endpoint: https://raisekit.co/api/mcp
- conversation.reject_draft - Mark a draft rejected (no send). Endpoint: https://raisekit.co/api/mcp
- conversation.log_inbound - Log an inbound message received outside the system (e.g. typed by a founder from their phone). Endpoint: https://raisekit.co/api/mcp
- signals.list - List signals, optionally filtered by source/subject/processed. Endpoint: https://raisekit.co/api/mcp
- signals.mark_processed - Mark one or more signals as processed. Endpoint: https://raisekit.co/api/mcp
- signals.ingest_manual - Manually ingest a signal. Endpoint: https://raisekit.co/api/mcp
- playbook.list - List playbooks owned by this workspace. Endpoint: https://raisekit.co/api/mcp
- playbook.get - Get a playbook by id. Endpoint: https://raisekit.co/api/mcp
- playbook.list_transitions - List legal next moves from the opportunity's current stage, with gate-check results. Endpoint: https://raisekit.co/api/mcp
- playbook.upsert - Create or update a playbook. Pass an id to update, omit to create. Endpoint: https://raisekit.co/api/mcp
- playbook.list_public - List public playbooks across all workspaces (the community library). Endpoint: https://raisekit.co/api/mcp
- artifacts.list - List artifacts in the workspace, optionally filtered by opportunity. Endpoint: https://raisekit.co/api/mcp
- artifacts.get - Get an artifact + its signed URL. Endpoint: https://raisekit.co/api/mcp
- pipeline.get_dossier - Get a person's dossier (precomputed). If missing, builds it on demand. Endpoint: https://raisekit.co/api/mcp
- events.recent - Recent audit-log events for this workspace. Endpoint: https://raisekit.co/api/mcp
- events.list_subscriptions - List webhook subscriptions for this workspace. Endpoint: https://raisekit.co/api/mcp
- events.subscribe - Subscribe an external URL to entity-mutation events. (PHASE 3) Endpoint: https://raisekit.co/api/mcp
- intel.suggest_next_action - Suggest the next action for an opportunity (LLM-backed). Endpoint: https://raisekit.co/api/mcp
- intel.gut_check - Pre-send safety check on a draft (Opus model — the safety net). Endpoint: https://raisekit.co/api/mcp
- intel.score_thread_intent - Classify the intent of the most recent inbound message in a thread. Endpoint: https://raisekit.co/api/mcp
- intel.suggest_target_list - Suggest VC firms to target for a round. Reuses the public VC corpus + the founder profile + existing match runs. Endpoint: https://raisekit.co/api/mcp
- intel.relationship_path - Find warm-intro paths to a target person. Traverses persons → mutual touches. Endpoint: https://raisekit.co/api/mcp
- intel.analyze_term_sheet - Analyze a term sheet artifact clause-by-clause against market norms. Cached per artifact. Endpoint: https://raisekit.co/api/mcp
- intel.generate_counter - Generate a counter-proposal to a term sheet. Reads the artifact, produces marked-up text + change log. Endpoint: https://raisekit.co/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: co.raisekit
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 26, 2026
- Source: https://registry.modelcontextprotocol.io
