Investors MCP Server
by prismteam-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRON_SECRET | No | Optional secret for Vercel Cron authentication | |
| X_BEARER_TOKEN | No | Optional X API bearer token for enrichment | |
| MCP_WRITE_TOKEN | No | Optional bearer token for write operations | |
| NEXTAUTH_SECRET | No | Secret for NextAuth.js | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID for dashboard auth | |
| ASANA_PROJECT_GID | No | Project where monitored-post tasks are created | |
| ASANA_SECTION_GID | No | Optional section to place newly created tasks into | |
| AI_GATEWAY_API_KEY | Yes | Required for embeddings | |
| ASANA_ACCESS_TOKEN | No | Required to create tasks from monitored posts | |
| ASANA_ASSIGNEE_GID | No | Optional default assignee for created tasks | |
| ASANA_WORKSPACE_GID | No | Optional workspace override | |
| RAG_AUTOREPLY_MODEL | No | Optional legacy draft-model override | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret for dashboard auth | |
| BLOB_READ_WRITE_TOKEN | Yes | Vercel Blob access token | |
| UPSTASH_VECTOR_REST_URL | Yes | Upstash Vector endpoint | |
| AUTOMATION_TRIGGER_TOKEN | No | Bearer token for /api/automation/monitor-x trigger | |
| AUTOMATION_WATCH_AUTHORS | No | Optional comma-separated subset of watched authors | |
| UPSTASH_VECTOR_REST_TOKEN | Yes | Upstash Vector auth token | |
| AUTH_ALLOWED_GOOGLE_DOMAIN | No | Allowed Google domain for dashboard auth | |
| X_MONITOR_TWSTALKER_ORIGIN | No | Optional TwStalker base URL override | |
| ASANA_ARTICLE_THRESHOLD_ASSIGNEE_GID | No | Optional assignee when a post meets article recommendation threshold | |
| ASANA_SIMILARITY_SCORE_CUSTOM_FIELD_GID | No | Optional shared number custom field GID | |
| ASANA_TASK_SIMILARITY_SCORE_CUSTOM_FIELD_GID | No | Optional parent-task-specific number custom field GID | |
| ASANA_SUBTASK_SIMILARITY_SCORE_CUSTOM_FIELD_GID | No | Optional subtask-specific number custom field GID |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prismteam-ai/investors-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server