VC fundraising CRM with pipeline tracking, deck analysis, and investor matching.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 6 days ago
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The RaiseKit MCP server exposes 54 tools, focused primarily on communication capabilities. Its published description reads: "VC fundraising CRM with pipeline tracking, deck analysis, and investor matching". It communicates over Streamable HTTP using the 2026-07-28 protocol revision, and does not require authorization to connect. MCPGrade currently rates RaiseKit F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Cross-tool shadowing" and "Data-exfiltration parameters". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check RaiseKit's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add RaiseKit to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://raisekit.co/api/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Identify the caller — workspace, agent_id, scopes.
List every scope name the MCP server understands.
List every fundraise round in the workspace.
Get a round with its opportunities + summary stats.
List opportunities in a workspace. Optional filters by round, stage, owner.
Get an opportunity with recent touches, the linked thread, and recent signals.
List opportunities with no touches in the last N days.
List opportunities with next_touch_due falling in the given date range.
Get a firm with its opportunities + linked persons.
Get a person row.
List every contact on an opportunity (the people being worked at that firm), with role, engagement status, and which one is primary.
Create a new fundraise round.
Update fields on an existing round.
Create an opportunity for a round + firm.
Log an interaction with a person (append-only).
Move an opportunity to a new stage. Requires If-Match etag + a valid transition_id (from playbook.list_transitions). Gates are enforced.
Set the next action + due date on an opportunity.
Add a blocker note to an opportunity.
Mark an opportunity as passed with a structured reason.
Create or update a firm (idempotent by public_firm_id).
Create or update a person (idempotent by public_person_id).
Add a person to an opportunity as a contact. The first contact added becomes primary automatically. Idempotent: adding a person already on the deal returns the existing contact.
Make a person the primary contact on an opportunity. Syncs the opportunity's cached primary_contact_person_id.
Update a contact's role, engagement status, or notes.
Remove a contact from an opportunity. If it was the primary, the highest-priority remaining contact is promoted automatically.
List all conversation threads in the workspace.
Get a thread with its messages.
List drafts in the workspace, filtered by status.
Create a draft message (status=pending). The agent NEVER sends; the founder approves out-of-band.
Send a previously approved draft. Requires a valid approval token.
Schedule an approved draft to send at a future time.
Mark a draft rejected (no send).
Log an inbound message received outside the system (e.g. typed by a founder from their phone).
List signals, optionally filtered by source/subject/processed.
Mark one or more signals as processed.
Manually ingest a signal.
List playbooks owned by this workspace.
Get a playbook by id.
List legal next moves from the opportunity's current stage, with gate-check results.
Create or update a playbook. Pass an id to update, omit to create.
List public playbooks across all workspaces (the community library).
List artifacts in the workspace, optionally filtered by opportunity.
Get an artifact + its signed URL.
Get a person's dossier (precomputed). If missing, builds it on demand.
Recent audit-log events for this workspace.
List webhook subscriptions for this workspace.
Subscribe an external URL to entity-mutation events. (PHASE 3)
Suggest the next action for an opportunity (LLM-backed).
Pre-send safety check on a draft (Opus model — the safety net).
Classify the intent of the most recent inbound message in a thread.
Suggest VC firms to target for a round. Reuses the public VC corpus + the founder profile + existing match runs.
Find warm-intro paths to a target person. Traverses persons → mutual touches.
Analyze a term sheet artifact clause-by-clause against market norms. Cached per artifact.
Generate a counter-proposal to a term sheet. Reads the artifact, produces marked-up text + change log.
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: pipeline.transition_stage
A tool description tries to alter the model’s use of another tool.
sition_id (from playbook.list_transitions). Gates are enforced.RecommendationDescriptions must describe only their own tool.
tool: pipeline.upsert_firm
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "linkedin_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: pipeline.upsert_person
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "linkedin_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: pipeline.update_contact
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "notes"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: conversation.draft_message
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
conversation.draft_message Create a draft message (status=peRecommendationRemove side-channel parameters; constrain tool inputs.
tool: conversation.send_message
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
conversation.send_message Send a previously approved draft.RecommendationRemove side-channel parameters; constrain tool inputs.
tool: conversation.schedule_send
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
conversation.schedule_send Schedule an approved draft to senRecommendationRemove side-channel parameters; constrain tool inputs.
tool: conversation.reject_draft
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
conversation.reject_draft Mark a draft rejected (no send). {RecommendationRemove side-channel parameters; constrain tool inputs.
tool: signals.ingest_manual
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "raw_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: events.subscribe
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: events.subscribe
The input schema declares a parameter that asks the caller to hand over a password, key, token, or other secret — a credential-harvest / token-passthrough risk. (Bare pagination `token` params are excluded.)
parameter "secret"RecommendationNever pass secrets as tool arguments; authenticate out-of-band and remove credential parameters from the schema.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: pipeline.create_round
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.create_round"RecommendationScope tools to the minimum needed.
tool: pipeline.update_round
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.update_round"RecommendationScope tools to the minimum needed.
tool: pipeline.create_opportunity
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.create_opportunity"RecommendationScope tools to the minimum needed.
tool: pipeline.set_next_action
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.set_next_action"RecommendationScope tools to the minimum needed.
tool: pipeline.upsert_firm
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.upsert_firm"RecommendationScope tools to the minimum needed.
tool: pipeline.upsert_person
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.upsert_person"RecommendationScope tools to the minimum needed.
tool: pipeline.update_contact
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.update_contact"RecommendationScope tools to the minimum needed.
tool: pipeline.remove_contact
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "pipeline.remove_contact"RecommendationScope tools to the minimum needed.
tool: conversation.draft_message
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "conversation.draft_message"RecommendationScope tools to the minimum needed.
tool: conversation.send_message
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "conversation.send_message"RecommendationScope tools to the minimum needed.
tool: conversation.schedule_send
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "conversation.schedule_send"RecommendationScope tools to the minimum needed.
tool: conversation.reject_draft
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "conversation.reject_draft"RecommendationScope tools to the minimum needed.
tool: playbook.upsert
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "playbook.upsert"RecommendationScope tools to the minimum needed.
tool: intel.gut_check
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "intel.gut_check"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.