Investors MCP Server (prismteam-ai/investors-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 7 tools. No publisher has claimed this listing.
Enables semantic search and ingestion of investor content using Upstash Vector and Vercel Blob storage, with optional filtering by author, company, and date.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
prismteam-ai
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
mcp-handler has a tool response leak across concurrent client sessions ('Race Condition')
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up
Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n
Next.js Vulnerable to Denial of Service with Server Components
AI_GATEWAY_API_KEYyour API keyASANA_ACCESS_TOKENAsana Required to create tasks from monitored postsASANA_ARTICLE_THRESHOLD_ASSIGNEE_GIDAsana Optional assignee when a post meets the article recommendation thresholdASANA_ASSIGNEE_GIDAsana Optional default assignee for created tasksASANA_PROJECT_GIDAsana Project where monitored-post tasks are createdASANA_SECTION_GIDAsana Optional section to place newly created tasks intoASANA_SIMILARITY_SCORE_CUSTOM_FIELD_GIDAsana Optional shared number custom field GID for both parent tasks and recommendation subtasksASANA_SUBTASK_SIMILARITY_SCORE_CUSTOM_FIELD_GIDAsana Optional subtask-specific number custom field GID; overrides the shared GID for recommendation subtasksASANA_TASK_SIMILARITY_SCORE_CUSTOM_FIELD_GIDAsana Optional parent-task-specific number custom field GID; overrides the shared GID for parent tasksASANA_WORKSPACE_GIDAsana Optional workspace override for task creationAUTH_ALLOWED_GOOGLE_DOMAINRecommended value for :AUTOMATION_ASANA_DEDUPE_SCAN_TASKSAUTOMATION_ASANA_ENRICHMENT_ENABLEDAUTOMATION_ASANA_ENRICHMENT_TIMEOUT_MSAUTOMATION_ASANA_EXISTING_TASK_DEDUPE_ENABLEDAUTOMATION_ASANA_RECOMMENDATION_MODELAUTOMATION_ASANA_SIMILARITY_TOPKAUTOMATION_ASANA_TASK_CACHE_TTL_MSAUTOMATION_AUTO_BACKFILL_MAX_POSTS_PER_AUTHORAUTOMATION_AUTO_BACKFILL_WINDOW_HOURSAUTOMATION_MAX_NEW_POSTS_PER_AUTHOR_PER_RUNAUTOMATION_MONITOR_RUN_BUDGET_MSAUTOMATION_MONITOR_RUN_LOCK_TTL_SECONDSAUTOMATION_NETWORK_FETCH_TIMEOUT_MSAUTOMATION_PER_AUTHOR_FETCH_TIMEOUT_MSAUTOMATION_PER_POST_ASANA_TIMEOUT_MSAUTOMATION_PER_POST_INGEST_TIMEOUT_MSAUTOMATION_RECORD_SKIPPED_POLLSAUTOMATION_REFERENCE_FETCH_TIMEOUT_MSAUTOMATION_SOOFI_CONTEXT_CONTENT_TYPEAUTOMATION_SOOFI_CONTEXT_SEGMENT_TYPEAUTOMATION_TRIGGER_TOKENSelf-generated Bearer token for /api/automation/monitor-x trigger endpointAUTOMATION_WATCH_AUTHORSOptional list Optional comma-separated subset of watched authorsBLOB_READ_WRITE_TOKENThis automatically setsCRON_SECRETSelf-generated Optional. If set, Vercel Cron can authenticate to trigger endpointDATABASE_URL_UNPOOLEDGOOGLE_APPLICATION_CREDENTIALSGOOGLE_CHAT_AMBIGUOUS_REPLY_MODELGOOGLE_CHAT_AMBIGUOUS_REPLY_TIMEOUT_MSGOOGLE_CHAT_INTENT_MODELGOOGLE_CHAT_SHARED_INTENT_MODELGOOGLE_CHAT_SHARED_INTENT_TIMEOUT_MSGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETMCP_WRITE_TOKENSelf-generated Optional. Bearer token for write operations (addInvestorParagraph)NEXTAUTH_SECRETRAG_AUTOREPLY_MODELOptional Legacy draft-model override (currently unused by Asana task creation)UPSTASH_VECTOR_REST_TOKENThis automatically sets UPSTASH_VECTOR_REST_URL andUPSTASH_VECTOR_REST_URLThis automatically sets and UPSTASH_VECTOR_REST_TOKENVERCELX_AUTH_TOKENX_BEARER_TOKENX Developer Portal Optional. Enables authenticated X API article/full-text enrichment in ingestion scriptsX_CSRF_TOKENX_CT0X_MONITOR_TWSTALKER_ORIGINOptional TwStalker base URL override (default https://twstalker.com)X_MONITOR_X_API_ORIGINX_REFERENCE_CHAIN_MAX_DEPTHX_REFERENCE_CHAIN_MAX_STATUSESX_WEB_ARTICLE_ENTITY_OPERATIONX_WEB_ARTICLE_ENTITY_QUERY_IDX_WEB_BEARER_TOKENX_WEB_TWEET_RESULT_OPERATIONX_WEB_TWEET_RESULT_QUERY_IDDATABASE_URLPOSTGRES_URLPOSTGRES_URL_NON_POOLINGTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
7/7 tools missing one or more hints — echo (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); queryInvestorContent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); listInvestorContent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +4 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool handlers catch errors
6/7 tool handlers wrap calls in try/catch (86%)
Wrap each tool handler body in try/catch and return a structured error response.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Shell command execution
1 child_process call — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 10 high severity in production deps — mcp-handler@1.0.1 (high), next@15.2.6 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/prismteam-ai/investors-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check