Skip to main content

31 posts tagged with "MCP"

Model Context Protocol

View All Tags

Google Search Console: 20 AI Tools for SEO Analytics, Indexing & Performance Tracking

· 9 min read
MCPBundles

SEO monitoring is tedious. You're checking Search Console for rankings, analyzing traffic drops, hunting down indexing issues. Trying to figure out why some pages rank but don't get clicks. It's a lot of clicking around different reports and trying to connect the dots.

So we built 20 MCP tools for Google Search Console. Now you can manage your entire SEO workflow through conversation with Claude. Check rankings, diagnose indexing problems, find optimization opportunities, track trends—all by just asking. No more jumping between reports.

Split-screen cartoon illustration: left shows stressed SEO manager surrounded by multiple browser tabs and charts, right shows same person relaxed while chatting with friendly AI assistant
Manage your SEO through conversation instead of juggling multiple Search Console reports.

Picqer Warehouse Management: 101 AI Tools for Order Fulfillment, Inventory & More

· 7 min read
MCPBundles

Running a warehouse is complicated. Orders come in, stock moves around, suppliers need managing, and you're constantly jumping between screens trying to keep everything straight.

That's why we built 101 MCP tools for Picqer. Now you can manage your entire warehouse through conversation with Claude. Check stock levels, process orders, create purchase orders, track shipments—all by just asking.

Split-screen cartoon illustration: left shows stressed warehouse manager juggling multiple tablets and papers, right shows same person relaxed while chatting with friendly AI assistant
Manage your warehouse through conversation instead of juggling multiple screens and systems.

OpenAI Sora Video Generation: Create AI Videos from Text with MCP

· 6 min read
MCPBundles

OpenAI's Sora can generate videos from text prompts. Seriously impressive stuff. But the API's a bit clunky to work with directly.

That's why we built the Sora MCP bundle. 6 tools that let you create, remix, and manage AI-generated videos without touching code. Just tell the AI what you want and it handles the rest.

This video was generated using the Sora MCP bundle—we used our own tools to create it.

MCP Tool Parameter Design: Teaching AI Agents Through Descriptions

· 11 min read
MCPBundles

When you're building MCP tools, there's a moment where you realize something counterintuitive: the description field isn't just documentation—it's instruction. Every parameter description you write is a teaching moment where the AI learns not just what a parameter is, but when to use it, why it matters, and how it impacts the operation.

This shift in thinking—from documenting to teaching—changes how you design tools. Let me show you what that looks like in practice.

Cartoon illustration of a person teaching AI agents through tool parameter descriptions, happy expression
Design MCP tool parameters that teach AI agents through comprehensive descriptions for self-documenting and intuitive AI integrations.

The Six-Tool Pattern: MCP Server Design That Scales

· 16 min read
MCPBundles

Here's a problem I kept running into: when you're building an MCP server, you face this weird tension between giving AI agents enough control and not drowning them in options. Build 20 different tools and you're burning context window on redundant functionality. Build 3 tools with no parameters and the AI can't do anything useful.

After shipping dozens of MCP integrations, I found something that actually works: six core tools that balance OpenAI's single-string requirements with rich, parameter-driven operations. It's not arbitrary—there's a reason this number keeps working.

Cartoon illustration of a person designing MCP tools using the six-tool pattern that scales, happy expression
Design MCP servers with the right number of tools: OpenAI-compliant search and fetch, rich list operations, and unified write operations that scale.

OpenAI's MCP Integration Requirements: Why Search and Fetch Matter

· 18 min read
MCPBundles

When OpenAI integrated support for Anthropic's Model Context Protocol (MCP) into ChatGPT's deep research feature, they documented something elegant: a two-tool pattern that gives AI agents a consistent way to engage with any data source. If your MCP server implements search and fetch with their specific signatures, ChatGPT knows exactly how to explore your data without custom integration code.

Both tools accept only a single string parameter. That constraint isn't a limitation—it's what makes the pattern universal.

Cartoon illustration of a person using OpenAI search and fetch standard for MCP integration, happy expression
Implement search and fetch with single-string parameters to create better agent interfaces that work with ChatGPT's deep research feature.

Weaviate Vector Database: 6 Tools for AI-Native Applications

· 8 min read
MCPBundles

Weaviate is an open-source vector database that powers AI-native applications—RAG systems, semantic search, recommendation engines, and more. But how do you make a vector database accessible to AI agents? You can't just expose raw API endpoints and expect good results.

The answer: 6 focused tools organized around what developers actually do with vector databases. Not 20 tools covering every edge case. Not 3 tools that force you into awkward patterns. Just 6 tools that handle search, storage, browsing, and management—the core workflows every vector database application needs.

Cartoon illustration of a person using Weaviate vector database for AI-native applications, happy expression
Design 6 Weaviate tools for semantic search, data storage, and vector database operations perfect for AI agents building RAG applications.

What is a .mcpb File? App Bundles for AI

· 5 min read
MCPBundles

If you've ever installed an app on your computer—double-clicking a .dmg file on Mac or a .exe on Windows—you already understand .mcpb files.

Anthropic introduced the .mcpb extension (MCP Bundle) as the standard packaging format for distributing MCP servers. Think of it as the "app bundle" for AI tools: one file that contains everything needed to give your AI assistant new capabilities.

Cartoon illustration of a person explaining what an MCP bundle file is for AI applications, happy expression
Anthropic's .mcpb packaging makes MCP servers easy to install for cloud-powered AI automation.