Developer Tools
lamatic.ai
Provides tools to query Lamatic.ai documentation and search/retrieve AgentKit kits, bundles, templates, and flows.
ENDPOINT 1
https://docmcp.lamatic.ai/api/mcp
MCP server metadata
- Name
- lamatic-docs-mcp
- Version
- 1.0.0
Known tools 6
kit_listList all kits, bundles, and templates available in the Lamatic AgentKit repository.
Inferred read-onlykit_getGet full details for a single kit — its lamatic.config.ts, README, and list of flows.
Inferred read-onlykit_check_pr_statusCheck the Phase 1 (structural) and Phase 2 (Studio runtime) validation status and labels on an open AgentKit PR.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lamatic-docs-mcp]
url = "https://docmcp.lamatic.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lamatic-docs-mcp": {
"type": "http",
"url": "https://docmcp.lamatic.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lamatic-docs-mcp
Remote MCP URL: https://docmcp.lamatic.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lamatic-docs-mcp": {
"url": "https://docmcp.lamatic.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lamatic-docs-mcp": {
"type": "http",
"url": "https://docmcp.lamatic.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lamatic-docs-mcp",
"transport": "streamable-http",
"url": "https://docmcp.lamatic.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lamatic.ai was fetched 2026-08-16T22:52:09.674Z.
lamatic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.