Tag: mcp
All the articles with the tag "mcp".
-
MCP Became Stateless: Migrating a Real AgentCore Gateway
MCP 2026-07-28 removes protocol sessions from remote calls. Here is what changed in a working AgentCore WebSearch gateway, what stayed untouched, and how to migrate without breaking older clients.
-
Open Data Wasn't Missing. The Interface Was.
A 12-domain benchmark and Sentinel-2 experiment show where the Registry of Open Data MCP server works, where search fails, and what the interface unlocks.
-
Web Search as a Managed Connector: Wiring Amazon Bedrock AgentCore WebSearch Into Any Agent
Amazon Bedrock AgentCore WebSearch is a managed MCP connector, not a search-API wrapper: an Amazon-operated index with zero data egress, IAM-authorized so there are no secrets to rotate, and $7 per 1,000 queries confirmed on the bill.
-
How AgentCore Gateway Turns Any API Into an Agent Tool
AgentCore Gateway is a managed front door between agents and tools. It handles inbound auth, outbound auth, and protocol translation once, so any API or Lambda becomes an MCP tool that every connected agent can call. Here is how the wiring actually works.
-
The Enterprise MCP Pattern: Proxy, Aggregate, Host
There are 58 public MCP servers in the awslabs catalog covering cloud infrastructure, databases, AI/ML, and ops tooling. Here's the enterprise pattern: proxy them locally, then host the proxy behind a gateway so every developer in your org gets them without setup.
-
The Website Is Not the Product
AI crawlers are extracting content at 60,000 pages per visitor sent back. The website is becoming a fallback UI. The real distribution layer is structured, machine-readable context — and nobody is building for it yet.
-
The Meta-Tool Pattern: Teaching Your Agent to Discover Its Own Tools
The MCP token tax has a fix. The solution isn't fewer tools — it's a smarter way to load them. Here's the pattern.
-
Building the MCP Proxy: What Broke and What I Changed
The proxy pattern from part two, built and debugged. Two things broke: a missing dependency that crashed startup silently, and a response format that made the model do unnecessary work.