Laravel Loop is a powerful Model Context Protocol (MCP) server designed specifically for Laravel applications. It connects your Laravel application
If you already use Laravel Loop, the laravel loop mcp server is the piece that lets your assistant work with it directly. Laravel Loop is a powerful Model Context Protocol (MCP) server designed specifically for Laravel applications. It connects your Laravel application with AI assistants using the MCP protocol.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
STDIO — To run the MCP server using STDIO, we provide the following artisan command:Configuration is passed through the environment: AUTH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Laravel Loop's toolset — STDIO — is a fair guide to whether it matches your workflow. It is maintained by kirschbaum-development; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Laravel Loop's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| STDIO | To run the MCP server using STDIO, we provide the following artisan command: |
**From JSON config file**
```json
{
"mcpServers": {
"laravel-loop-mcp": {
"url": "http://your-url.test/mcp/sse",
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AUTH_TOKEN | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.