← Registry

Developer Tools

lamatic.ai

Provides tools to query Lamatic.ai documentation and search/retrieve AgentKit kits, bundles, templates, and flows.

1 endpoint6 known toolsFirst detected June 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://docmcp.lamatic.ai/api/mcp

No auth detected

MCP server metadata

Name
lamatic-docs-mcp
Version
1.0.0
Capabilities
tools

Known tools 6

query_docs

Ask any question about Lamatic.ai documentation.

Inferred read-only
kit_list

List all kits, bundles, and templates available in the Lamatic AgentKit repository.

Inferred read-only
kit_get

Get full details for a single kit — its lamatic.config.ts, README, and list of flows.

Inferred read-only
kit_search

Search kits by type (kit/bundle/template) and/or tag/keyword.

Inferred read-only
kit_get_flow

Get the raw .ts source of a specific flow inside a kit.

Inferred read-only
kit_check_pr_status

Check the Phase 1 (structural) and Phase 2 (Studio runtime) validation status and labels on an open AgentKit PR.

Inferred read-only

CONNECT 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.

Trust status Trusted

lamatic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.