Laravel Restify exposes Laravel APIs to AI agents via MCP. It provides tools to build JSON:API-compliant endpoints. It connects to Laravel applications and their underlying databases. Developers use it to create APIs that serve both human and AI clients from a single codebase.
Laravel Restify exposes Laravel APIs to AI agents via MCP. It provides tools to build JSON:API-compliant endpoints. It connects to Laravel applications and their underlying databases. Developers use it to create APIs that serve both human and AI clients from a single codebase.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"binarcode-laravel-restify-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-binarcode-laravel-restify-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from laravel restify?"
API Key Required
This server requires an API key from laravel restify. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LARAVEL_RESTIFY_API_KEY | Yes | Your laravel restify API key |
"What resources are available in laravel restify?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in laravel restify"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in laravel restify with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.