mcp-lindoai
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINDO_API_KEY | Yes | Your Lindo AI API key. Get it from app.lindo.ai in Workspace Settings -> API Keys. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_workspaceC | Get workspace details. |
| update_workspaceB | Update workspace details. |
| get_workspace_analyticsC | Get workspace analytics. |
| get_workspace_teamA | Get workspace team members. |
| add_workspace_team_memberC | Add a team member to the workspace. |
| remove_workspace_team_memberA | Remove a team member from the workspace. |
| create_clientA | Create a new client in the workspace. |
| list_clientsA | List all clients in the workspace. |
| update_clientB | Update an existing client. |
| delete_clientA | Delete a client from the workspace. |
| assign_websiteC | Assign a website to a client. |
| generate_magic_linkA | Generate a magic login link for a client. |
| create_websiteA | Create a new website using AI. Optionally assign to a client by providing client_id (existing) or client_email (lookup or create new). |
| list_websitesA | List all websites in the workspace. |
| get_websiteC | Get website details. |
| update_websiteB | Update website details. |
| delete_websiteB | Delete a website from the workspace. |
| update_website_settingsC | Update website settings. |
| add_custom_domainB | Add a custom domain to a website. |
| remove_custom_domainA | Remove a custom domain from a website. |
| get_website_teamB | Get website team members. |
| get_website_analyticsC | Get website analytics. |
| create_pageB | Create a new page on an existing website using AI. |
| list_pagesA | List all pages on a website. |
| get_pageB | Get page details. |
| update_pageC | Update page metadata. |
| delete_pageA | Delete a page from a website. |
| publish_pageC | Publish a static page with HTML content. |
| update_page_contentB | Update the content of an existing page. |
| unpublish_pageC | Unpublish a page from a website. |
| get_page_htmlA | Get the HTML content of a page. |
| create_blogB | Create an AI-generated blog post on a website. |
| publish_blogB | Publish a static blog post with markdown content. |
| list_blogsA | List all blog posts on a website. |
| get_blogB | Get blog post details. |
| update_blogB | Update blog post metadata. |
| delete_blogA | Delete a blog post from a website. |
| update_blog_contentB | Update the content of an existing blog post. |
| unpublish_blogB | Unpublish a blog post from a website. |
| get_blog_htmlA | Get the HTML content of a blog post. |
| get_creditsA | Get workspace credit balance. |
| get_client_creditsB | Get client credit balance. |
| allocate_creditsC | Allocate credits to a client. |
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/lindoai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server