TomatoPHP

tomatophp · model context protocol

TomatoPHP plugin docs, inside your AI assistant.

A public, read-only MCP server for the TomatoPHP Filament plugins. Your assistant can read every plugin README, search across them and pick the release that matches your Filament and Laravel versions, with the exact composer require line and panel registration snippet. No account and no API key.

Endpoint https://mcp.tomatophp.com/mcp 129 plugins indexed · synced 52 minutes ago

01Connect

Claude Code

Run once, or commit the JSON as .mcp.json in your project.

claude mcp add --transport http tomatophp https://mcp.tomatophp.com/mcp
{
    "mcpServers": {
        "tomatophp": {
            "type": "http",
            "url": "https://mcp.tomatophp.com/mcp"
        }
    }
}

Claude Desktop

Settings, Connectors, Add custom connector with the URL. Or add it to claude_desktop_config.json.

{
    "mcpServers": {
        "tomatophp": {
            "type": "http",
            "url": "https://mcp.tomatophp.com/mcp"
        }
    }
}

Cursor

~/.cursor/mcp.json, or .cursor/mcp.json in your project.

{
    "mcpServers": {
        "tomatophp": {
            "type": "http",
            "url": "https://mcp.tomatophp.com/mcp"
        }
    }
}

VS Code

.vscode/mcp.json in your project (Copilot agent mode).

{
    "servers": {
        "tomatophp": {
            "type": "http",
            "url": "https://mcp.tomatophp.com/mcp"
        }
    }
}

Any other client

Use the Streamable HTTP transport with {"type":"http","url":"https://mcp.tomatophp.com/mcp"}. Requests are limited to 120 per minute per client.

02What your assistant gets

Tools · read-only

list-plugins
List the TomatoPHP Filament plugins: package name, latest version, the Filament, Laravel and PHP versions it supports, and a one-line description. Optionally filter by text (query) and by Filament major version (filament).
get-plugin
Details of one TomatoPHP plugin: latest version and its requirements, every major version line with the Filament/Laravel/PHP versions it supports, the composer install command, artisan install commands and the Filament panel registration snippet from the README, and links (GitHub, Packagist, live demo).
get-plugin-docs
The README (markdown) of a TomatoPHP plugin, or only one section of it when "section" is given (a heading such as "Installation", "Configuration" or "Use Filament Shield"; sub-sections are included).
search-docs
Full-text search across the READMEs of every TomatoPHP plugin. Returns the matching sections, best first, with the package, heading, a link and a short snippet. Follow up with get-plugin-docs (package + section) to read a whole section.
get-compatible-version
The newest release of a TomatoPHP plugin that supports a Filament major version (and optionally a Laravel major version), with the composer require line to install it. Use this before installing a plugin: e.g. a plugin may ship 4.x for Filament 4 and 5.x for Filament 5.
get-changelog
Recent releases of a TomatoPHP plugin: GitHub release notes (newest first), the latest entries of CHANGELOG.md when the repository has one, and the most recent versions on Packagist with their release dates.

Resources

tomatophp://ecosystem/overview
Every plugin with its latest version and Filament, Laravel and PHP support.
tomatophp://plugins/{package}/readme
The README of one plugin, e.g. tomatophp://plugins/filament-users/readme.

Prompts

install-plugin
Step-by-step instructions to install a TomatoPHP plugin in a Laravel project and register it on a Filament panel, using the right version for the project.

03Try asking

04Indexed plugins

PackageLatestFilamentDescription
tomatophp/console-helpers v1.1.0 n/a tons of helper you need for you artisan command line application
tomatophp/filament-accounts 4.0.0 v4 v3 Manage your multi accounts inside your app using 1 table with multi auth and a lot of integrations
tomatophp/filament-accounts-auth 1.0.0 v3 The auth package from DevDojo for Filament Account Builder.
tomatophp/filament-alerts 5.0.0 v5 v4 v3 Send notification to users using notification templates and multi notification channels, it's support Filament...
tomatophp/filament-api v1.0.2 v3 Generate APIs from your filament resource using single line of code
tomatophp/filament-artisan v1.1.4 v3 Simple but yet powerful library for running some artisan commands. this packages is a fork of artisan-gui with...
tomatophp/filament-blog v1.0.0 v3 Frontend for CMS Builder to build a blog and personal websites
tomatophp/filament-bookmarks-menu v1.0.3 v3 Add bookmarks and tags to your resources records and access theme form your sidebar
tomatophp/filament-browser v2.0.4 v3 File & Folders & Media Browser With Code Editor
tomatophp/filament-cms 5.0.0 v5 v4 v3 Full CMS System with easy to use page builder & theme manager for FilamentPHP
tomatophp/filament-cms-api n/a n/a API Support for Filament CMS Builder
tomatophp/filament-cms-github v4.0.0 n/a Github integration to import your repo docs README files as a docs on markdown format to TomatoPHP CMS
tomatophp/filament-comments n/a n/a Manage your comments on any models with support of reviews stars and full frontend Livewire component support...
tomatophp/filament-developer-gate 5.0.0 v5 v4 v3 Secure your selected route by using a middleware with static password for developers only
tomatophp/filament-developer-tools v0.0.1 n/a Developer tools to manage and build apps on FilamentPHP
tomatophp/filament-discord v1.0.1 v3 Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
tomatophp/filament-discord-driver 5.0.0 v5 v4 v3 Discord Server WebHook Notification for Filament Alerts Sender
tomatophp/filament-docs 2.0.0 v3 Manage your documents and contracts all in one place with template builder
tomatophp/filament-ecommerce v1.1.2 v3 Build your own ecommerce store with Filament & Splade
tomatophp/filament-eddy 0.0.1 n/a Eddy Server Manager & Tasks Runner for FilamentPHP
tomatophp/filament-employees v0.0.1 v3 Manage your employees with easy using Account builder and FilamentPHP
tomatophp/filament-fcm v1.0.10 v3 Firebase Cloud Messaging integration to Native FilamentPHP Notification Package
tomatophp/filament-fcm-driver 5.0.0 v5 v4 v3 Firebase Cloud Messaging driver for Filament Alerts Sender
tomatophp/filament-form-builder n/a n/a Manage your forms using database and drop/drag component to build the form with Livewire component support for...
tomatophp/filament-helpers v1.0.0 v3 Helper Class Generator to manage your forms and table inside your filament app
tomatophp/filament-icons 5.0.0 v5 v4 v3 Picker & Table Column & Icons Provider for FilamentPHP
tomatophp/filament-invoices 4.0.0 v4 v3 Generate and manage yours invoices in Filament
tomatophp/filament-issues v1.0.1 v3 Manage your GitHub issues from your FilamentPHP panel and share issues with others
tomatophp/filament-language-switcher 5.0.0 v5 v4 v3 Switch between languages on your app using user base column on database
tomatophp/filament-locations 5.0.0 v5 v4 v3 A database of countries, cities, area, languages, currenacy with json base and database base for FilamentPHP
tomatophp/filament-logger v1.0.4 v3 Log all user activity to file or log driver and preview it on your FilamentPHP panel
tomatophp/filament-media-manager 4.0.3 v4 v3 Manage your media files using spatie media library with easy to use GUI for FilamentPHP
tomatophp/filament-menus 2.0.0 v3 Menu Database builder to use it as a navigation on Filament Panel or as a Livewire Component
tomatophp/filament-meta 5.0.0 v5 v4 v3 Convert any model on your app to pluggable model using Meta and get ready to use relation manager on FilamentP...
tomatophp/filament-notes v1.0.20 v3 Add Sticky Notes to your FilamentPHP dashboard with tons of options and style
tomatophp/filament-page-builder n/a n/a Manage your pages urls and build a page using dynamic Section content with drop and drag for FilamentPHP
tomatophp/filament-payments v1.0.20 v3 Manage your payments inside FilamentPHP app with multi payment gateway integration
tomatophp/filament-plugins v1.1.6 v3 Manage your modules as a plugin system with plugin generator
tomatophp/filament-pms v0.0.1 v3 Project Management Tools for Filament to manage project / tasks / time
tomatophp/filament-pos v1.0.4 v3 POS working with Ecommerce System for FilamentPHP
tomatophp/filament-pwa v4.0.0 v4 v3 get a PWA feature on your FilamentPHP app with settings from panel
tomatophp/filament-reverb-driver 5.0.0 n/a Laravel Reverb Realtime Notification for Filament Alerts Sender
tomatophp/filament-saas-panel v4.0.0 v4 v3 Ready to use SaaS panel with integration of Filament Accounts Builder and JetStream teams
tomatophp/filament-seo v1.0.4 v3 Manage and generate SEO tags and integrate your website with Google SEO services
tomatophp/filament-settings-hub 5.0.1 v5 v4 v3 Manage your app settings with GUI and helpers
tomatophp/filament-simple-theme v1.0.2 v3 A simple theme for FilamentPHP
tomatophp/filament-slack-driver 5.0.0 n/a Slack Channel WebHook Integration For Filament Alerts Sender
tomatophp/filament-sms-misr-driver 5.0.0 n/a SMS Misr Integration for Filament Alerts Sender
tomatophp/filament-social v1.0.0 v3 Integration of social media platform actions and auth to your FilamentPHP panel
tomatophp/filament-splade v1.0.0 v3 Integration of Splade Vue Components for Filament
tomatophp/filament-subscriptions v1.0.9 v3 Manage your subscriptions Like Spark for FilamentPHP
tomatophp/filament-support n/a n/a Manage your customers contact us form and customer support ticking system for FilamentPHP
tomatophp/filament-tenancy v1.0.8 v3 Tenancy multi-database integration for FilamentPHP
tomatophp/filament-themes-manager n/a n/a Manage your frontend themes using Modules HMVC Arch and easy to use settings and upload support for FilamentPH...
tomatophp/filament-tomatophp-theme 5.0.1 n/a The TomatoPHP brand theme for FilamentPHP panels: the TomatoPHP mark, brand colors and screen-line styling
tomatophp/filament-translation-component 5.0.0 v5 v4 v3 Translation Component as a key/value to use it with Spatie Translatable FilamentPHP Plugin
tomatophp/filament-translations 5.0.0 v5 v4 v3 Manage your translation with DB and cache
tomatophp/filament-translations-google 5.0.0 v5 v4 v3 Translations Manager extension to use Google translation crawling to auto translate your __(), trans() fn
tomatophp/filament-translations-gpt 5.0.0 v5 v4 v3 Translations Manager extension to use ChatGPT openAI to auto translate your __(), trans() fn
tomatophp/filament-twilio v1.0.1 v3 Send Whatsapp messages using Twilio and native filament Notification Facade class
tomatophp/filament-twilio-driver 5.0.0 n/a Twillio Whatsapp Integration For Filament Alerts Sender
tomatophp/filament-types 5.0.0 v5 v4 v3 Manage any type on your app in Database with easy to use Resource for FilamentPHP
tomatophp/filament-users 5.0.3 v5 v4 v3 Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield...
tomatophp/filament-wallet 5.0.0 v5 v4 v3 Account Balance / Wallets Manager For FilamentPHP and Filament Account Builder
tomatophp/filament-wave 1.0.1 v3 Wave Kit with custom builder for TomatoPHP Plugins
tomatophp/filament-withdrawals 5.0.0 v5 v4 v3 Manage your withdrawals in Filament
tomatophp/laravel-agora v1.0.0 n/a Agora Token Generator With easy to use Service Class
tomatophp/laravel-discord-error-tracker v1.0.0 n/a Track Your Errors using Discord Webhook on any Laravel App
tomatophp/laravel-logstash v1.0.1 n/a Elastic Logstash integration for Laravel Apps
tomatophp/laravel-package-generator v1.0.5 n/a Generate your Laravel package with ease.
tomatophp/laravel-tomato v1.0.0 n/a Basic Helpers for requests and controllers by TomatoPHP
tomatophp/splade v0.0.1 n/a Splade Core For FilamentPHP with a lot of custom components
tomatophp/tomato-admin v1.2.31 n/a Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade
tomatophp/tomato-api v1.0.1 n/a Full API CRUD Generator build on repository pattern
tomatophp/tomato-artisan v1.1.1 n/a Artisan terminal to run artisan commands using GUI
tomatophp/tomato-backup v1.1.1 n/a Backup plugin for TomatoPHP build with spatie laravel-backup
tomatophp/tomato-branches v1.0.4 n/a Branches/Company Management for TomatoPHP
tomatophp/tomato-breeze v1.0.2 n/a Laravel Breeze starter kit for Splade build with RTL/Dark for TomatoPHP
tomatophp/tomato-browser v1.1.1 n/a Browser to the files inside your app build for TomatoPHP
tomatophp/tomato-builder v1.0.2 n/a Schema Digram Builder to convert digram to full dashboard and flutter apps CRUDs
tomatophp/tomato-cashier n/a n/a Payment Gate integration with checkout UI and a tons of providers
tomatophp/tomato-category v1.1.10 n/a manage category/tags/types for any model with splade/tomato PHP
tomatophp/tomato-chat v1.1.1 n/a Chat Plugin to build full Audio/Video realtime chat app
tomatophp/tomato-cms v1.1.23 n/a full CMS System to manage your content build for Tomato PHP
tomatophp/tomato-components v1.0.3 n/a Tons of components for Splade and TomatoPHP
tomatophp/tomato-contracts v0.0.1 n/a Build Contract Templates and use it for Tomato PMS
tomatophp/tomato-coupons v1.0.4 n/a Offers and coupons, gift cards manager for TomatoPHP e-commerce system.
tomatophp/tomato-crm v1.1.40 n/a full accounts manager with API/Notifications/Contacts to manage your contacts and accounts
tomatophp/tomato-dusk v1.1.1 n/a Laravel Dusk unit test with GUI for Tomato Framework
tomatophp/tomato-ecommerce v1.0.8 n/a a full frontend/backend e-commerce system built on top of TomatoPHP, with Cart functions and ordering function...
tomatophp/tomato-eddy v1.0.20 n/a Eddy Integration to TomatoPHP dashboard
tomatophp/tomato-emenu v0.0.1 n/a Tomato E-Menu To Manage Menus for Tomato Ecommerce
tomatophp/tomato-figma v1.1.0 n/a Plugin to convert figma file to HTML/CSS/TailwindCSS/Flutter Style
tomatophp/tomato-flutter v1.0.8 n/a Build a Flutter App Using Artisan Commands
tomatophp/tomato-forge n/a n/a Forge Server manager with Tomato Admin & Splade ready to use UI inside your app
tomatophp/tomato-forms v1.1.19 n/a Build a full Forms with Fields on Database and save it to user meta
tomatophp/tomato-freelancers v0.0.1 n/a Freelancer Gate for Tomato PMS
tomatophp/tomato-hr v1.0.0 n/a HR management system for TomatoPHP
tomatophp/tomato-inventory v1.0.14 n/a Inventory Management for any types of products with reports and barcode print
tomatophp/tomato-invoices v1.0.5 n/a Invoices Generator and Management for Tomato PHP
tomatophp/tomato-ketchup v1.0.1 n/a a resource manager class for tomato php
tomatophp/tomato-locations v1.2.5 n/a Database seeds for Locations plugin for TomatoPHP
tomatophp/tomato-logs v1.1.2 n/a Log Viewer for TomatoPHP using Laravel Log Reader
tomatophp/tomato-media n/a n/a Media Library UI to select files on input or browse your media files
tomatophp/tomato-menus v1.1.8 n/a Menus manager to build your menus with json file or database provider
tomatophp/tomato-model-generator 1.0.1 n/a a clone version of krlove/eloquent-model-generator
tomatophp/tomato-notifications v1.1.16 n/a Laravel Notifications Channel with GUI to send notifications with templates
tomatophp/tomato-orders v1.0.22 n/a full ordering and shipping system management for TomatoPHP
tomatophp/tomato-payments v1.0.0 n/a Payments package that contain 11 method with all migration caring ;)
tomatophp/tomato-php 1.1.7 n/a Tomato PHP is a Full CRUD Generator for Splade & Breeze Starter Kit
tomatophp/tomato-plugins v1.2.5 n/a Plugins installer for Tomato PHP framework, and plugin generator
tomatophp/tomato-pms v1.0.1 n/a Project Management System for TomatoPHP Echo System
tomatophp/tomato-pos v1.0.14 n/a Full POS system for tomato ordering and inventory
tomatophp/tomato-products v1.0.18 n/a A Full Products Management With tons of functions and multi variations and prices, stock.
tomatophp/tomato-relation-manager v1.0.2 n/a A relation manger component that allow you to inject relation tables on show or edit page .
tomatophp/tomato-resource v1.0.0 n/a Resource class builder and generator for tomato-admin
tomatophp/tomato-roles v1.1.21 n/a ACL Roles / Permissions for TomatoPHP build with Splade
tomatophp/tomato-saas v1.1.4 n/a Build and manage SaaS apps with easy GUI
tomatophp/tomato-sauce v1.0.2 n/a a full reports generator plugin to build dashboard reports
tomatophp/tomato-sections v1.0.6 n/a Sections For Tomato Themes To build any app with Theme Builder
tomatophp/tomato-settings v1.1.7 n/a Full Settings Generator / Manager with GUI for TomatoPHP build with Splade
tomatophp/tomato-splade v1.1.22 n/a Laravel Splade With my selected updates and components for Tomato PHP
tomatophp/tomato-subscription v1.1.1 n/a Plan subscription with selected features to build a feature control plan for Tomato
tomatophp/tomato-support v1.0.3 n/a Ticketing and support system with API for tomato admin
tomatophp/tomato-tasks v1.0.2 n/a Manage Tasks For Tomato Projects
tomatophp/tomato-themes v1.2.2 n/a A Theme System Like Wordpress on your Tomato Admin
tomatophp/tomato-timer v1.0.1 n/a Time Management System for Tomato PMS
tomatophp/tomato-translations v1.2.6 n/a Database Base Translations Keys with Google Translations API Integration
tomatophp/tomato-wallet v1.0.6 n/a Account Wallet Manager & Payment Integrations For TomatoPHP and TomatoCRM