headlo-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLO_API_URL | No | API base URL | https://api.headlo.com |
| HEADLO_ANON_KEY | No | Anon key for public tool calls | |
| HEADLO_API_TOKEN | Yes | Your Headlo API token (hl_pat_...) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_page_modulesA | List all modules on a page with their records (public, anon key auth) |
| get_moduleB | Get a single module with its records (public, anon key auth) |
| get_contextA | Get all sites and workspaces for the active agency — call this first to orient yourself |
| list_collectionsA | List all collections for the active workspace |
| create_collectionC | Create a new collection |
| update_collectionB | Update a collection label or schema |
| list_recordsC | List records in a collection (includes drafts) |
| get_recordA | Get a single record by ID with all field values |
| create_recordC | Create a new record in a collection |
| update_recordA | Update a record — partial update, only provided fields are changed |
| delete_recordD | Delete a record |
| list_pagesB | List all pages for a site |
| create_pageC | Create a new page |
| update_pageC | Update a page title or layout |
| list_modules_editorB | List all modules on a page (editor auth) |
| create_moduleC | Add a module to a page slot |
| update_moduleB | Update a module — change its record, options, or template |
| delete_moduleB | Remove a module from a page |
| setup_agencyA | Create a new agency/workspace during onboarding |
| create_siteB | Create a new site under the active agency |
| save_brandingC | Save branding details for the active agency |
| get_onboarding_progressA | Get the current onboarding step and completion status |
| cap_capture_expertA | Run an existing CAP (Context Accumulation Protocol) as a live intake session. Pass cap_id and an empty message to load and start the first question. Answer each question in subsequent calls. On completion returns a synthesized answer built from the CAP knowledge pairs. Returns { response, session_state, complete, answer? } as JSON. |
| cap_edit_expertA | Conversationally edit an existing CAP — add questions (with AI-generated knowledge probes), remove questions, or edit multiple-choice options. Pass cap_id and empty message to load. Returns { response, session_state, complete, cap_id? } as JSON. |
| create_expert_protocolB | Create a CAP (Context Accumulation Protocol) for a question on the Headlo Ask network. Before writing any knowledge probes, always do a web search to gather current, specific facts. Each probe answer must contain 4–6 specific facts sourced from your research. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| collections |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/headlohq/headlo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server