Model Context Protocol, tool use, and the integrations wiring AI models into your stack.
A developer published an MCP server called "nexus" that connects Claude Desktop to live cryptocurrency prices, Reddit sentiment data, and DeFi TVL figures via a pay-per-call model on the Base blockchain, charging $0.02 per crypto price query and $0.05 per Reddit sentiment query.
NEXUS is an MCP server that charges per API call in USDC on the Base blockchain, using the x402 payment protocol, with no subscription required. Tools include crypto prices, stock prices, DeFi TVL data, and Reddit sentiment analysis, priced at $0.02–$0.05 per call.
A developer built a pay-per-call MCP server called NEXUS that charges $0.02 USDC per API call, reporting its first successful paid transaction returning live Bitcoin price data. The server integrates with Claude Desktop via a URL-based configuration and uses xpay.tools for key management.
Anthropic's Model Context Protocol (MCP) allows developers to expose custom tools, resources, and prompts to Claude via a standardized server process using Python. A tutorial published on Dev.to walks through building an MCP server using the official Python SDK, covering tool registration, local ...
GitHub launched dependency scanning for its MCP Server in public preview and made secret scanning for the same tool generally available on May 5. The features add security checks to MCP-connected coding environments, scanning for exposed secrets and vulnerable dependencies before code is committed.
Anthropic's Model Context Protocol (MCP), introduced in late 2024, defines a unified JSON-RPC 2.0 interface for connecting AI tools like Claude, Cursor, and Gemini CLI to external services. As adoption grows, users managing multiple tools face configuration sprawl across separate config files wit...
Atlassian announced at its Team '26 conference that it is opening its Teamwork Graph — a data index of over 150 billion objects and relationships across Jira, Confluence, and connected SaaS tools — to third-party MCP-compliant agents including Claude Code via new MCP servers and a CLI tool, both ...
A developer tutorial describes building a pay-per-call MCP server using x402, an HTTP payment protocol that uses the dormant 402 status code to collect USDC micropayments per tool call, settled on the Base blockchain via Coinbase's facilitator without requiring gas from the client.
A developer tutorial describes building an MCP server that charges USDC per tool call using x402, an HTTP payment protocol that uses the 402 status code to negotiate crypto payments settled on the Base network via Coinbase. The implementation uses EIP-3009 signatures, requiring no gas from the cl...
A developer tutorial describes building an MCP server that charges USDC per tool call using x402, an HTTP payment protocol that uses the 402 status code to negotiate crypto payments settled on the Base network via Coinbase. The implementation uses EIP-3009 signatures, requiring no gas from the cl...
The Linux Foundation formed the Agentic AI Foundation (AAIF) in late 2025 to steward the Model Context Protocol (MCP), Goose, and AGENTS.md. Mazin Gilbert was appointed as AAIF's executive director, succeeding Linux Foundation CEO Jim Zemlin who had temporarily held the role.
An MCP gateway consolidates multiple MCP server connections into a single endpoint for Claude Code, reducing configuration overhead and token usage. Anthropic reported that connecting multiple MCP servers can inject up to 150,000 tokens per agent interaction; Bifrost, an open-source gateway by Ma...
BuyWhere launched an open-source MCP server that gives AI agents access to over 50 million products across six markets — Singapore, the US, Japan, Korea, China, and Australia — via structured, merchant-direct data. The MIT-licensed server is available via npm and supports Claude, Cursor, and othe...
Airbyte launched Airbyte Agents on Tuesday, a service that precomputes and indexes business data from SaaS tools like Salesforce, Zendesk, Jira, and Slack into a single "Context Store," reducing typical AI agent API calls from five or six down to one or two.
Developers released mcp-sync, an open-source tool that manages Model Context Protocol server configurations across multiple AI code editors including Claude Desktop, Cursor, Windsurf, and VS Code from a single .mcp.json file. The tool uses three commands—export, diff, and sync—to address incompat...
MCP gateways for Claude Code aggregate multiple tool servers into a single endpoint to reduce token overhead, which can reach 150,000 tokens per agent turn across large tool catalogs, according to Anthropic. A 2026 comparison identifies Bifrost, built in Go by Maxim AI, as the top-ranked option a...
A developer released SuperMCP, an open-source Python tool that connects Claude to LinkedIn via a Model Context Protocol server using Playwright and a persistent Chrome browser session, bypassing LinkedIn's enterprise-gated Marketing API. The MIT-licensed package is available on GitHub and install...
A developer building a SaaS AI coding product identified three production failure modes with MCP servers: built-in tools silently overriding custom sandboxed MCP tools, and environment variables from parent processes leaking into MCP child processes as tokens. The post includes production code us...
AgentDM is an agent-to-agent messaging platform built on MCP that allows AI agents to communicate and collaborate autonomously. In a demonstration, two Claude-based agents handled a full software feature from specification to merged pull request without human input.
A developer guide warns that installing MCP servers via npx runs arbitrary npm packages with full user-level access, citing incidents including a backdoored postmark-mcp package and CVE-2025-49596, a design flaw affecting ~200,000 instances across Anthropic's official MCP SDKs. The guide proposes...
Anthropic announced nine connectors on April 28 integrating Claude into creative software including Adobe Creative Cloud (50+ tools), Blender, Autodesk Fusion, and Ableton, built on the Model Context Protocol. The Adobe connector spans Photoshop, Illustrator, Premiere Pro, Lightroom, and Firefly;...
A developer tutorial describes building an MCP server that charges USDC per tool call using x402, an HTTP payment protocol that uses the 402 status code to require crypto payment before serving requests. Payments settle on the Base blockchain via Coinbase's facilitator, using EIP-3009 signatures ...
FCoP-MCP 0.7.2 is an open-source MCP server that coordinates multiple AI agents using a file-based protocol, where state is stored in folders and routing is encoded in filenames via os.rename(), requiring no database or message queue. The project provides a framework for assigning tasks to named ...
Anthropic launched a set of connectors for its Claude chatbot that integrate with creative software including Adobe Creative Cloud, Affinity, Blender, Ableton, and Autodesk, allowing the AI to access data and perform actions within those applications.
BuyWhere offers a product catalog API for AI agents covering the US and Southeast Asia markets, providing normalized product search results via REST and MCP endpoints. The service targets developers building commerce agents who need structured product data across multiple merchants without custom...
SAS launched the Viya MCP Server at its Innovate '26 conference, exposing its analytics and decisioning capabilities via the Model Context Protocol so external AI agents, including Claude and Microsoft Copilot, can invoke SAS models such as fraud detection and supply chain optimization. The compa...
BuyWhere launched an MCP server that connects Claude Desktop to live retail pricing data from 20+ Singapore retailers, including Harvey Norman, Shopee, and Lazada, covering over 1,000 products. The free tier allows 500 API requests per month.
AWS Bedrock released an MCP (Model Context Protocol) toolkit, including an `aws-mcp-server` SDK, enabling developers to build servers that connect Claude Code directly to AWS services such as S3, DynamoDB, RDS, and CloudWatch. The release follows Anthropic's introduction of MCP as an open protoco...
Twenty released version 2.0 of its open-source CRM platform, introducing a Model Context Protocol (MCP) interface for OAuth-authenticated LLM access, a 700x reduction in logic-function bundle sizes, PKCE support for public clients, and AWS EKS compatibility.
Anthropic expanded Claude's app connectors to include personal services such as Spotify, Uber, Instacart, TurboTax, AllTrails, Audible, and TripAdvisor, adding to existing work-focused integrations like Microsoft 365. Connected apps can be suggested by Claude during conversations based on context.
The Model Context Protocol, originally developed by Anthropic, reached 97 million monthly SDK downloads as of March 2026 and is natively supported by Claude, Cursor, OpenAI Agents SDK, and Microsoft Agent Framework. FastMCP is a Python framework for building MCP servers that expose tools, resourc...
AWS Bedrock team member and MCP Specification Maintainer Luca Chang said Amazon's contributions to the Model Context Protocol — including Tasks and Elicitations features — emerged from mapping AWS cloud products to the protocol and identifying gaps. Chang spoke at the MCP Summit in New York City.
Geneva MCP is a Model Context Protocol tool that integrates with Claude to perform time-series forecasting from CSV and Excel files, offloading the computation from the model to reduce token usage and processing time compared to Claude generating one-off Python scripts.
A developer built Studio Signal, an MCP server that connects Claude and other AI assistants to real-time media and entertainment industry data from 30+ sources including Variety, Deadline, and SEC filings. The server exposes three tools for querying an AI research analyst, retrieving daily briefi...
Financial Modeling Prep launched an official MCP server that connects Claude directly to its financial data catalog, including real-time stock prices, income statements, earnings calendars, and market data. The server is installed via npm and configured in Claude Desktop's JSON config file.
EmblemAI operates a hosted Model Context Protocol (MCP) server exposing over 200 cryptocurrency tools across 7 blockchains, installable in MCP-compliant AI clients via a single command. MCP, released by Anthropic in November 2024, standardizes how AI agents discover and call external tools over H...
A developer running Anthropic's Model Context Protocol (MCP) servers in production for 30 days found that tool description strings, not implementation logic, determine which tools Claude selects, causing debugging issues when descriptions were ambiguous.
Anthropic's Claude AI is available as a Microsoft Word add-in for Team and Enterprise plan customers, offering document Q&A with cited references, text revision with formatting preservation, and tracked-changes mode for collaborative editing. The tool targets legal and finance workflows but the a...
Protodex indexed 2,013 MCP servers and security-scanned them, finding vulnerabilities including SSRF, SQL injection, path traversal, and command injection. The project filed bounty reports resulting in $4,725 confirmed payouts, with 74 additional findings pending review.
A developer published a workflow using Claude AI and the BlackTwist MCP Server to automate weekly Threads analytics reviews, pulling seven days of metrics to generate an HTML dashboard and three content recommendations in roughly five minutes.
A developer built three MCP (Model Context Protocol) servers to enable Claude to query and respond to questions about their DevOps infrastructure stack.
Amazon expanded its support for the Model Context Protocol (MCP), an open standard that allows AI agents to connect with external tools and data sources, as adoption of agentic AI systems grows across the industry.
Vercel added support for Anthropic's Claude Opus 4.7 model to its AI Gateway, which allows developers to route and manage requests to AI model APIs through Vercel's infrastructure.
Agent-dispatch is an MCP server that allows Claude Code agents to delegate tasks to specialized agents in other project directories while maintaining isolation of credentials, configs, and context. The tool provides multiple dispatch methods including one-shot tasks, multi-turn conversations, par...
MCP servers require more setup but enable advanced features like code execution and multi-tool reasoning chains, while custom GPTs are simpler to create and distribute to consumers but limited to basic API calls and file operations. MCP servers offer better monetization potential but require deve...
Cloudflare integrated OpenAI's GPT-5.4 and Codex models into its Agent Cloud platform to allow enterprises to build and deploy AI agents for business tasks.
A developer built six MCP servers that enable AI assistants to generate functional code for 3D and AR applications, including tools for automotive configurators, medical visualization, game development, interior design, and AR debugging.
A developer built an MCP server connecting Claude to the RustChain blockchain, enabling AI queries of wallet balances and mining information via REST API integration using the FastMCP Python framework.
Chat SDK added support for Liveblocks through a new official adapter, allowing bots to post, edit, delete comments and react with emojis in Liveblocks Comments threads.
Anthropic's Model Context Protocol is a JSON-RPC standard that allows AI models like Claude to access external tools, data sources, and resources at runtime. The article provides technical guidance on building MCP servers using TypeScript and the Anthropic SDK.
ChatGPT creates a separate MCP session for each tool call, while Claude maintains a single session across multiple calls, causing ChatGPT to incur repeated initialization overhead and lose in-memory state between tool invocations.
Anthropic's Model Context Protocol servers allow Claude to access and analyze user data directly without manual input. The article includes a tutorial for building an MCP server using TypeScript that connects a calculator application to Claude Desktop.
Maintainers from Anthropic, AWS, Microsoft, and OpenAI outlined an enterprise security roadmap for the Model Context Protocol at an industry summit, with governance now under the Agentic AI Foundation, which has grown to 170 members since December.
Chat SDK added a Zernio adapter that enables developers to build bots across Instagram, Facebook, Telegram, WhatsApp, X/Twitter, Bluesky, and Reddit through a single integration, with feature support varying by platform.
Anthropic's Model Context Protocol (MCP) grew to 97 million downloads in 16 months by providing a standardized interface for AI models to access data sources and tools, replacing the need for custom integration code required by traditional APIs.
Vercel released the Nuxt MCP Toolkit, enabling developers to build Model Context Protocol servers within Nuxt applications with features including Zod validation, resource exposure, debugging tools, and a Code Mode for orchestrating multiple tool calls.
AI agents are increasingly transacting with each other to complete tasks, prompting development of new infrastructure for service discovery and payments; Google's Agent2Agent protocol has been adopted by over 150 organizations since April 2025, while the AI agent market is projected to grow to $2...
pgEdge announced a production-ready MCP Server for PostgreSQL on Thursday, enabling AI agents to connect to databases without APIs while supporting Postgres 14+ across on-premises, cloud, and air-gapped environments. The service features built-in security, schema introspection, and optimized toke...
Waldium, a two-person YC-backed startup, built a content management system that serves 500+ customer blogs from a single Next.js deployment on Vercel, with each blog having its own Model Context Protocol endpoint allowing AI agents to query content directly; the company reported 45% lower infrast...
A developer introduced an MCP server integration for Claude Desktop and other AI editors that queries verified business data from Norwegian government registers, allowing users to assess company trustworthiness through structural metrics like years operating, employee count, and financial ratios ...
Vercel launched AI Gateway for alpha testing, a service that lets developers access approximately 100 AI models through a single interface without managing separate API keys or provider accounts. The product is free during alpha and plans to offer pay-as-you-go pricing at general availability.