Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ink Laravel Package

relaticle/ink

Filament-native content publishing for Laravel: Eloquent models, full admin for posts/categories, SEO + JSON-LD, RSS, search, Blade UI components, and 13 MCP tools for AI agents. Headless by default with optional public blog routes.

View on GitHub
Deep Wiki
Context7

title: MCP Tools description: 13 MCP tools for AI agent blog management. navigation: icon: i-lucide-bot

The package includes 13 Model Context Protocol tools for full blog management via AI agents.

Post Tools

Tool Type Ability Description
ListPostsTool Read-only posts:read List posts with filters (status, category, search, pagination)
GetPostTool Read-only posts:read Get post by ID or slug
CreatePostTool Write posts:create Create post (markdown content, auto-slug, auto-sanitize)
UpdatePostTool Idempotent posts:update Update post fields (partial updates)
DeletePostTool Write posts:delete Soft delete a post
RestorePostTool Write posts:delete Restore a soft-deleted post
GeneratePreviewUrlTool Read-only posts:read Generate 1-hour signed preview URL

Category Tools

Tool Type Ability Description
ListCategoriesTool Read-only categories:read List categories with post count
GetCategoryTool Read-only categories:read Get category by ID or slug
CreateCategoryTool Write categories:create Create category (auto-slug)
UpdateCategoryTool Idempotent categories:update Update category name
DeleteCategoryTool Write categories:delete Soft delete a category
RestoreCategoryTool Write categories:delete Restore a soft-deleted category

Registration

Register the tools in your MCP server:

use Relaticle\Ink\Mcp\Tools;

class BlogServer extends Server
{
    protected $tools = [
        Tools\ListPostsTool::class,
        Tools\GetPostTool::class,
        Tools\CreatePostTool::class,
        Tools\UpdatePostTool::class,
        Tools\DeletePostTool::class,
        Tools\RestorePostTool::class,
        Tools\GeneratePreviewUrlTool::class,
        Tools\ListCategoriesTool::class,
        Tools\GetCategoryTool::class,
        Tools\CreateCategoryTool::class,
        Tools\UpdateCategoryTool::class,
        Tools\DeleteCategoryTool::class,
        Tools\RestoreCategoryTool::class,
    ];
}

All tools require admin authentication and specific token abilities (Sanctum). The CreatePostTool and UpdatePostTool sanitize incoming markdown via Str::markdown with html_input='strip' and allow_unsafe_links=false — HTML is stripped, javascript: URLs are blocked.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity