ProtoboxProtobox
Blog/Tags/tools

tools

Browse 23 articles tagged with “tools”.

Articles tagged “tools

23 articles

Warm watercolor illustration of a person connecting modular components and cables at a warm sunlit workbench
Dev Notes·11 min read

How to manage a hosted MCP server from the terminal

Every dashboard click is an ops task you cannot script. Run your hosted MCP server from the terminal instead: tools, toolsets, keys, knowledge, and CI.

Read More
Warm watercolor illustration of a person examining lock mechanisms and inspection tools under warm amber light
Security & Compliance·16 min read

71% of organizations aren't prepared to secure their AI agents' tools

MCP gives AI agents autonomous access to real systems — and introduces attack vectors that traditional security can't see. A technical breakdown of tool poisoning, rug pulls, cross-server shadowing, and the defense framework production teams need now.

Read More
Warm watercolor illustration of a person connecting modular components and cables at a warm sunlit workbench
Dev Notes·10 min read

How to register MCP tools without running a server

Hand-rolling an MCP server means owning transport, auth, hosting, and schema drift. Registering the same tools against a hosted MCP endpoint skips all four.

Read More
Warm watercolor illustration of a person watching a wall of softly glowing displays tracking patterns
Production MCP·20 min read

MCP Servers in Production: Observability from Day One

Instrument your MCP servers with OpenTelemetry for production-grade observability. Covers tracing tool calls, detecting loops, cost attribution, and alerting.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Testing & Evaluation·13 min read

How Much Testing Is Enough for Your AI Agent?

Code coverage doesn't apply to AI agents. Here's a framework for thinking about evaluation coverage: how many scenarios you need, what distribution to target, and how to know when you've tested enough.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Testing & Evaluation·13 min read

Your Agent Aced the Benchmark. Production Disagreed.

We scored 92% on GAIA. Production failed the same scenarios 25% of the time. Here's which AI agent benchmarks actually predict deployed performance, why most don't, and what to measure instead.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Production MCP·14 min read

7 FastMCP mistakes that break your agent in production

FastMCP servers that work locally often fail at scale. Seven common mistakes, from missing annotations to monolithic tool sets, and how to fix each one.

Read More
Warm watercolor illustration of a person watching flowing streams of light on a live display
Protocol Deep Dives·12 min read

MCP SSE Is Deprecated. Here's How to Migrate

SSE transport is being deprecated across major MCP platforms in 2026. Here's a practical migration guide from HTTP+SSE to Streamable HTTP, with TypeScript examples and a phased rollout strategy.

Read More
Warm watercolor illustration of a person connecting modular components and cables at a warm sunlit workbench
Tools & MCP·14 min read

The Tool Explosion: Managing 50+ Agent Tools Without Losing Your Mind

As agents get more capable, tool sprawl becomes a real operational problem. Here's how to organize, test, and monitor function calling at scale before it breaks in production.

Read More
Warm watercolor illustration of a person connecting modular components and cables at a warm sunlit workbench
Agent Architecture·14 min read

Your MCP server is a monolith. Here's how to fix it

MCP servers dump every tool into the context window, burning tokens before your agent reasons. Four patterns to fix it: decompose, filter, gateway, facade.

Read More
Warm watercolor illustration of a person studying a wall of pinned notes and photographs, making connections
Knowledge & Memory·5 min read

50 Tools, Zero Memory. The Biggest Gap in AI Agents Today

AI agents can call 50 APIs but can't remember what you said yesterday. The tool layer is years ahead of the memory layer, and developers are paying the price.

Read More
Warm watercolor illustration of a person connecting pinned cards with string across a large board of flow diagrams
MCP Fundamentals·7 min read

Why MCP Exists: Tool Calling Shouldn't Need Adapter Code

OpenAI, Anthropic, and Google all implement function calling differently. MCP is emerging as the standard that saves developers from writing adapter code for every provider.

Read More
Warm watercolor illustration of a person assembling colorful interface pieces like a puzzle
MCP Fundamentals·20 min read

MCP Explained: Build Your First MCP Server in TypeScript and Python

Build a working MCP server from scratch in TypeScript and Python. Hands-on tutorial covering tools, resources, transports, and testing.

Read More
Warm watercolor illustration of webhook events flowing from external systems into an MCP server that wakes a waiting AI agent
Production MCP·19 min read

MCP Webhooks: Build Event-Driven Agents That React in Real Time

MCP's request-response model breaks when agents need to react to external events. Here's how to build event-driven agents today using stateless HTTP plus webhooks, and what the June 2026 spec will make native.

Read More
Warm watercolor illustration of a small robot at a switchboard plugging one cable into a wall of thousands of tiny labeled cloud-service sockets
Integrations·12 min read

AWS just gave your agent 15,000 cloud tools

The AWS MCP Server is now GA. One tool call reaches any of 15,000+ AWS APIs, sandboxed Python execution lets agents run multi-step operations, and Agent Skills replace heavyweight SOPs with on-demand guidance. Here's what changed and how to wire it.

Read More
Warm watercolor illustration of a signpost whose repainted label sends a small courier robot down a slightly different path than the worn footprints beside it
Testing & Evaluation·11 min read

MCP tool description drift: the silent failure nobody alerts on

Edit an MCP tool description for clarity, lose 8% routing accuracy, and the eval suite stays green. How to detect, gate, and roll back the drift.

Read More
Warm watercolor illustration of a sturdy stone foundation labeled with protocol glyphs supporting layered floors of scaffolding, toolboxes, and observation decks
Industry & Strategy·16 min read

MCP Is Now Open Infrastructure: Build for What's Next

MCP was donated to the Linux Foundation and the AAIF just held its first summit. What does the protocol becoming open infrastructure mean for what you build on top of it?

Read More
Warm watercolor illustration of one agent reaching down to a bench of tools while shaking hands sideways with another agent
Protocol Deep Dives·16 min read

MCP vs A2A: Tools Protocol, Agents Protocol, and Why You Need Both

MCP connects agents to tools. A2A connects agents to each other. Most developers confuse them. This guide breaks down both protocols with architecture diagrams, real code, and a decision framework for production systems.

Read More
Warm watercolor illustration of a browser window handing neatly labeled tools across a counter to an AI agent instead of a blurry snapshot
Protocol Deep Dives·13 min read read

Why Browser Agents Waste 89% of Their Tokens

Browser agents burn 1,500-2,000 tokens per screenshot. Chrome 146's navigator.modelContext API lets websites expose structured tools instead, cutting token usage by 89% and raising task accuracy to 98%. Here's how WebMCP works.

Read More
Warm watercolor illustration of three stacked layers — tools, cooperating agents, and a browser window — joined by flowing connection lines
Protocol Deep Dives·18 min read

The Three Protocols Every AI Agent Will Speak

The AI agent protocol stack has three layers: MCP for tools, A2A for agent-to-agent communication, and WebMCP for browser interaction. A practitioner's guide to how they work together in production.

Read More
Warm watercolor illustration of a single universal connector plugging many mismatched cables into one shared port between AI agents and their tools
MCP Fundamentals·11 min read

MCP Is Now the Industry Standard for AI Agent Integrations. Here's What That Means

MCP standardizes how AI agents connect to tools and data, replacing fragile, proprietary integrations with a universal protocol. Here's what it means for your agents.

Read More
Warm watercolor illustration of interlocking gears and layered gateways routing streams of messages between an agent and a wall of tools
Production MCP·25 min read

MCP Deep Dive: Advanced Patterns for Agent Tool Integration

Production MCP patterns for teams who've built their first server and need to scale it — OAuth 2.1 with PKCE, Streamable HTTP transport, gateways, sampling, dynamic tool registration, and multi-tenant security.

Read More
Warm watercolor illustration of a bustling marketplace of stalls, some sturdy and some crumbling, being inspected under a magnifying glass
Testing & Evaluation·14 min read

The MCP Marketplace Problem: Why Standardized Integrations Need Standardized Testing

5,800+ MCP servers, 43% with injection flaws. Standardized protocol doesn't mean standardized quality. Why every MCP integration needs automated testing.

Read More

Changelog MCP y notas para devs

Actualizaciones cortas y ocasionales sobre la spec MCP, nuevas funciones de Protobox y patrones que vemos en producción. Sin marketing innecesario.

Sé de los primeros