actions-xyz-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACTIONS_XYZ_BASE_URL | No | Base URL of the actions.xyz deployment to call (useful for self-hosted or local instances) | https://actionsxyz.vercel.app |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_action_itemsA | Extract structured action items from a meeting transcript or free-form notes using the actions.xyz extraction pipeline. Returns a human-readable summary plus JSON: { actions: [{ task, description, assignee, assigneeType: "human"|"agent", priority: "high"|"med"|"low", tag, dueDate? }], participants: string[], remaining }. Free tier: 10 extractions/day per IP, max 20,000 characters per call. |
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/Blockchainpreneur/actions-xyz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server