iiRecord
Agentic AI Atlas · Laravel MCP Server
tool-server:mcp-laravela5c.ai
II.
ToolServer JSON

tool-server:mcp-laravel

Structured · live

Laravel MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-laravel",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Laravel MCP Server",
    "description": "Official Laravel package for rapidly building MCP servers inside Laravel apps.\nExposes Eloquent models, routes, jobs, and Artisan commands as MCP tools and\nresources so AI assistants can interact with your application directly.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/laravel/mcp",
    "maintainer": "Laravel",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-laravel",
      "to": "framework:laravel",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-laravel",
      "to": "domain:backend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-laravel",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}