<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AgentNDX — MCP Intelligence</title>
    <link>https://agentndx.ai/blog</link>
    <description>Developer guides, server roundups, and ecosystem intelligence for Model Context Protocol.</description>
    <language>en-us</language>
    <atom:link href="https://agentndx.ai/blog/rss.xml" rel="self" type="application/rss+xml" />
    <lastBuildDate>Mon, 07 Sep 2026 08:42:23 GMT</lastBuildDate>
    
    <item>
      <title><![CDATA[Best MCP Servers for Local-First AI Agents in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-local-first-ai-agents-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-local-first-ai-agents-2026</guid>
      <pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for building private, local-first agent workflows. Covers local files, memory, on-device models, encrypted tasks, search, and context compression.]]></description>
      <category>ai</category>
      <category>local-first</category>
      <category>privacy</category>
      <category>agent-memory</category>
      <category>on-device</category>
      <category>mcp</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for API Development in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-api-development-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-api-development-2026</guid>
      <pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for designing, building, debugging, documenting, and hardening APIs with AI agents. Compare MCP generation, OpenAPI specs, webhooks, parsing, and API debugging skills.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>api</category>
      <category>openapi</category>
      <category>webhooks</category>
      <category>mcp</category>
      <category>debugging</category>
      <category>typescript</category>
      <category>development</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Memory MCP: Persistent Context for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-memory-mcp-persistent-context-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-memory-mcp-persistent-context-for-ai-agents</guid>
      <pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Memory MCP gives agents a small knowledge graph they can carry across sessions. Here is where it fits, how setup works, and what to check before production use.]]></description>
      <category>data</category>
      <category>memory</category>
      <category>mcp</category>
      <category>knowledge-graph</category>
      <category>agent-memory</category>
      <category>context</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Local-First Search Is Becoming Agent Infrastructure]]></title>
      <link>https://agentndx.ai/blog/local-first-search-is-becoming-agent-infrastructure</link>
      <guid>https://agentndx.ai/blog/local-first-search-is-becoming-agent-infrastructure</guid>
      <pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Qwen developers released zg, a local-first search layer that combines ripgrep, BM25, and vector search behind an MCP interface. The bigger signal is clear: coding agents need better retrieval before they need more tools.]]></description>
      <category>developer-tools</category>
      <category>mcp</category>
      <category>coding agents</category>
      <category>search</category>
      <category>retrieval</category>
      <category>qwen</category>
      <category>local-first</category>
      <category>developer tools</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Frontend Development in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-frontend-development-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-frontend-development-2026</guid>
      <pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for frontend development: React, Next.js, Figma handoff, accessibility audits, browser automation, and end-to-end testing.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>frontend</category>
      <category>react</category>
      <category>nextjs</category>
      <category>figma</category>
      <category>accessibility</category>
      <category>playwright</category>
      <category>testing</category>
    </item>
    <item>
      <title><![CDATA[How to Add MCP Resources to a Server]]></title>
      <link>https://agentndx.ai/blog/how-to-add-mcp-resources-to-a-server</link>
      <guid>https://agentndx.ai/blog/how-to-add-mcp-resources-to-a-server</guid>
      <pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical guide to exposing read-only files, records, and templates as MCP resources so AI agents can inspect context before calling tools.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>resources</category>
      <category>tutorial</category>
      <category>mcp-server</category>
      <category>fastmcp</category>
      <category>data-access</category>
    </item>
    <item>
      <title><![CDATA[What Is Client ID Metadata in MCP? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-is-mcp-client-id-metadata</link>
      <guid>https://agentndx.ai/blog/what-is-mcp-client-id-metadata</guid>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Client ID metadata gives remote MCP clients a portable way to identify themselves during OAuth. Here is how it works, why it replaced dynamic registration as the preferred path, and what developers should implement.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>oauth</category>
      <category>client-id-metadata</category>
      <category>authorization</category>
      <category>remote-mcp</category>
      <category>ai-agents</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Completions? Autocomplete for Agent Workflows]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-completions</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-completions</guid>
      <pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP completions let clients suggest valid prompt arguments, resource parameters, and other values while a user or agent is configuring a request. Here is how they work and when to use them.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>completions</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[AWS Agent Toolkit Gives Coding Agents First-Party Cloud Skills]]></title>
      <link>https://agentndx.ai/blog/aws-agent-toolkit-coding-agents-cloud-skills</link>
      <guid>https://agentndx.ai/blog/aws-agent-toolkit-coding-agents-cloud-skills</guid>
      <pubDate>Sun, 30 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AWS released Agent Toolkit for AWS in the AWS CLI, giving Kiro, Claude Code, Codex, Cursor, and other coding agents curated AWS skills plus MCP Server access. Here is what changed and why it matters.]]></description>
      <category>skills</category>
      <category>aws</category>
      <category>agent-skills</category>
      <category>mcp</category>
      <category>claude-code</category>
      <category>codex</category>
      <category>cursor</category>
      <category>kiro</category>
      <category>cloud</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Linear MCP -- Issue Tracking for Engineering Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-linear-mcp-issue-tracking-for-engineering-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-linear-mcp-issue-tracking-for-engineering-agents</guid>
      <pubDate>Sat, 29 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Linear MCP connects AI agents to issues, projects, teams, and cycles so engineering workflows can move from conversation to tracked work.]]></description>
      <category>productivity</category>
      <category>linear</category>
      <category>mcp</category>
      <category>project-management</category>
      <category>issue-tracking</category>
      <category>engineering</category>
      <category>agents</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Why API Keys Still Dominate MCP Auth in 2026]]></title>
      <link>https://agentndx.ai/blog/why-api-keys-still-dominate-mcp-auth-2026</link>
      <guid>https://agentndx.ai/blog/why-api-keys-still-dominate-mcp-auth-2026</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AgentNDX directory data shows API keys remain the most common auth pattern for MCP servers. Here is why OAuth and x402 have not displaced them yet.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>auth</category>
      <category>api-keys</category>
      <category>oauth</category>
      <category>x402</category>
      <category>analysis</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[DataGrip AI Agents Put MCP Inside the Database IDE]]></title>
      <link>https://agentndx.ai/blog/datagrip-ai-agents-mcp-tools-database-workflows</link>
      <guid>https://agentndx.ai/blog/datagrip-ai-agents-mcp-tools-database-workflows</guid>
      <pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[JetBrains DataGrip 2026.2 adds AI agent workflows with built-in MCP tools and skills for schema inspection, text-to-SQL, data source setup, and database cleanup.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>datagrip</category>
      <category>jetbrains</category>
      <category>database</category>
      <category>ai-agents</category>
      <category>developer-tools</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[How to Secure MCP Server Auth for Production]]></title>
      <link>https://agentndx.ai/blog/how-to-secure-mcp-server-auth-production</link>
      <guid>https://agentndx.ai/blog/how-to-secure-mcp-server-auth-production</guid>
      <pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical developer guide to securing MCP server authentication in production, from token handling and OAuth scopes to gateway policy and audit trails.]]></description>
      <category>security</category>
      <category>mcp</category>
      <category>auth</category>
      <category>security</category>
      <category>oauth</category>
      <category>api-keys</category>
      <category>production</category>
      <category>agentic-web</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Roots? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-roots</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-roots</guid>
      <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP roots let clients tell servers which local files and directories are relevant to a workflow. Here is how roots work, why they were useful, and what changed in the 2026-07-28 MCP specification.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>roots</category>
      <category>model-context-protocol</category>
      <category>filesystems</category>
      <category>ai-agents</category>
      <category>security</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Business Intelligence and Reporting in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-business-intelligence-and-reporting-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-business-intelligence-and-reporting-2026</guid>
      <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for business intelligence, dashboards, governed metrics, and automated reporting. Compare Metabase, Looker, Qlik, GoodData, Domo, Zoho Analytics, Oracle Analytics Cloud, and ThoughtSpot.]]></description>
      <category>data</category>
      <category>business-intelligence</category>
      <category>reporting</category>
      <category>analytics</category>
      <category>dashboards</category>
      <category>semantic-models</category>
      <category>agents</category>
    </item>
    <item>
      <title><![CDATA[The New MCP Roadmap: Agent Identity, HTTP Transport, and Better Tool Discovery]]></title>
      <link>https://agentndx.ai/blog/mcp-roadmap-agent-identity-http-transport</link>
      <guid>https://agentndx.ai/blog/mcp-roadmap-agent-identity-http-transport</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The MCP maintainers published a new roadmap for the next phase of the protocol. The priorities are clear: better messaging primitives, HTTP-native transport, agent identity, cleaner tool results, and stronger SDKs.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>roadmap</category>
      <category>agent identity</category>
      <category>http</category>
      <category>transport</category>
      <category>tool discovery</category>
      <category>sdk</category>
      <category>security</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[MCP vs GraphQL: What's the Difference?]]></title>
      <link>https://agentndx.ai/blog/mcp-vs-graphql-whats-the-difference</link>
      <guid>https://agentndx.ai/blog/mcp-vs-graphql-whats-the-difference</guid>
      <pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP and GraphQL both give clients structured access to data and actions, but they solve different problems. Here's when each one fits agent workflows.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>graphql</category>
      <category>comparison</category>
      <category>api</category>
      <category>agent-architecture</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[HTTP Is Catching Up to stdio in MCP]]></title>
      <link>https://agentndx.ai/blog/http-is-catching-up-to-stdio-mcp-transport-trends</link>
      <guid>https://agentndx.ai/blog/http-is-catching-up-to-stdio-mcp-transport-trends</guid>
      <pubDate>Fri, 21 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AgentNDX directory data shows HTTP-based MCP servers nearly matching stdio in 2026. Here is what that shift means for developers building production agents.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>transport</category>
      <category>stdio</category>
      <category>http</category>
      <category>analysis</category>
      <category>developer-tools</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Finance and Reporting in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-finance-and-reporting-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-finance-and-reporting-2026</guid>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for finance teams, reporting workflows, invoice processing, budget forecasts, spreadsheet work, and payment operations in 2026.]]></description>
      <category>finance</category>
      <category>agent-skills</category>
      <category>finance</category>
      <category>reporting</category>
      <category>budgeting</category>
      <category>spreadsheets</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[How to Build an MCP Server in Go]]></title>
      <link>https://agentndx.ai/blog/how-to-build-mcp-server-go</link>
      <guid>https://agentndx.ai/blog/how-to-build-mcp-server-go</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical guide to building a Go MCP server with typed tools, stdio transport, Claude Desktop configuration, and debugging checks.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>go</category>
      <category>tutorial</category>
      <category>mcp-server</category>
      <category>sdk</category>
      <category>stdio</category>
      <category>claude-desktop</category>
    </item>
    <item>
      <title><![CDATA[What Is MCP Elicitation? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-is-mcp-elicitation</link>
      <guid>https://agentndx.ai/blog/what-is-mcp-elicitation</guid>
      <pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP elicitation lets a server ask the user for missing information during an agent workflow. Here is how it works, why it matters, and how developers should design it.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>elicitation</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>human-in-the-loop</category>
      <category>agent-workflows</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Design and Creative Workflows in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-design-and-creative-workflows-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-design-and-creative-workflows-2026</guid>
      <pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP servers worth using when agents need design files, brand assets, visual references, media libraries, 3D tools, or production handoffs.]]></description>
      <category>media</category>
      <category>design</category>
      <category>creative-tools</category>
      <category>figma</category>
      <category>canva</category>
      <category>media</category>
      <category>3d</category>
      <category>agents</category>
      <category>mcp</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Security and Compliance in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-security-and-compliance-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-security-and-compliance-2026</guid>
      <pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical roundup of agent skills for vulnerability scanning, dependency audits, threat modeling, secrets management, GDPR checks, audit trails, and privacy policy work.]]></description>
      <category>security</category>
      <category>agent-skills</category>
      <category>security</category>
      <category>compliance</category>
      <category>gdpr</category>
      <category>threat-modeling</category>
      <category>claude-code</category>
      <category>codex</category>
    </item>
    <item>
      <title><![CDATA[What 1,000 MCP Servers Tell Us About the Agentic Web]]></title>
      <link>https://agentndx.ai/blog/what-1000-mcp-servers-tell-us-about-the-agentic-web</link>
      <guid>https://agentndx.ai/blog/what-1000-mcp-servers-tell-us-about-the-agentic-web</guid>
      <pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The AgentNDX directory just passed 1,000 curated MCP servers. Here is what the data reveals about categories, transport, authentication, and where the agentic ecosystem is heading.]]></description>
      <category>data</category>
      <category>mcp</category>
      <category>ecosystem</category>
      <category>analysis</category>
      <category>data</category>
      <category>directory</category>
      <category>milestone</category>
      <category>agentic-web</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Debugging and Troubleshooting in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-debugging-and-troubleshooting-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-debugging-and-troubleshooting-2026</guid>
      <pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for diagnosing API failures, triaging production incidents, catching bugs in code review, and reproducing issues with generated tests. Find the right skill for your debugging workflow.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>debugging</category>
      <category>troubleshooting</category>
      <category>api-debugging</category>
      <category>incident-response</category>
      <category>code-review</category>
      <category>bug-fixing</category>
      <category>production-issues</category>
    </item>
    <item>
      <title><![CDATA[How to Build an MCP Server with Streamable HTTP Transport]]></title>
      <link>https://agentndx.ai/blog/how-to-build-mcp-server-with-streamable-http</link>
      <guid>https://agentndx.ai/blog/how-to-build-mcp-server-with-streamable-http</guid>
      <pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Build a remote MCP server using streamable HTTP, the recommended transport for network-deployed servers. Covers setup in Node.js and Python, streaming responses, session management, and deployment.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>streamable-http</category>
      <category>transport</category>
      <category>developer-guide</category>
      <category>node-js</category>
      <category>python</category>
      <category>deployment</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Tool Annotations? Safety Hints for Agent Tools]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-tool-annotations</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-tool-annotations</guid>
      <pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP tool annotations tell clients whether a tool reads data, writes data, or changes the outside world. Here is what each annotation does and how to use them in your MCP server.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>tool-annotations</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>safety</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for E-Commerce in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-e-commerce-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-e-commerce-2026</guid>
      <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Top MCP servers for e-commerce in 2026. Connect AI agents to storefronts, product catalogs, payments, and marketing tools to automate online retail operations.]]></description>
      <category>e-commerce</category>
      <category>mcp</category>
      <category>e-commerce</category>
      <category>shopify</category>
      <category>payments</category>
      <category>automation</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Documentation and Technical Writing in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-documentation-and-technical-writing-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-documentation-and-technical-writing-2026</guid>
      <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for generating docs from code, formatting markdown, writing specs, and summarizing PRs. Find the right skill to keep your documentation current with AI agents.]]></description>
      <category>content</category>
      <category>agent-skills</category>
      <category>documentation</category>
      <category>technical-writing</category>
      <category>markdown</category>
      <category>schema</category>
      <category>api-docs</category>
      <category>specs</category>
      <category>pull-requests</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Notion MCP -- Full Workspace Access for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-notion-mcp-workspace-access-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-notion-mcp-workspace-access-for-ai-agents</guid>
      <pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Notion's official MCP server gives agents direct read and write access to pages, databases, and blocks. Here's how it works and when it makes sense.]]></description>
      <category>productivity</category>
      <category>notion</category>
      <category>mcp</category>
      <category>productivity</category>
      <category>knowledge-base</category>
      <category>databases</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Beyond Chat: 5 MCP Use Cases Developers Are Shipping in Production]]></title>
      <link>https://agentndx.ai/blog/mcp-use-cases-developers-shipping-in-production-2026</link>
      <guid>https://agentndx.ai/blog/mcp-use-cases-developers-shipping-in-production-2026</guid>
      <pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP started as a way to give chatbots better tools. Now developers are using it to build data pipelines, automate compliance, run CI workflows, and more. Here are five production patterns that go far beyond conversation.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>production</category>
      <category>use-cases</category>
      <category>developer</category>
      <category>automation</category>
      <category>data-pipeline</category>
      <category>ci-cd</category>
      <category>compliance</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Testing and QA in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-testing-and-qa-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-testing-and-qa-2026</guid>
      <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for automated testing, code review, vulnerability scanning, and pre-deploy validation. Find the right skill to build reliable QA workflows with AI agents.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>testing</category>
      <category>qa</category>
      <category>code-review</category>
      <category>security</category>
      <category>automation</category>
      <category>playwright</category>
      <category>unit-tests</category>
      <category>deployment</category>
    </item>
    <item>
      <title><![CDATA[How to Build an MCP Server with OAuth Authentication]]></title>
      <link>https://agentndx.ai/blog/how-to-build-mcp-server-with-oauth</link>
      <guid>https://agentndx.ai/blog/how-to-build-mcp-server-with-oauth</guid>
      <pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Step-by-step guide to adding OAuth 2.0 authentication to your MCP server. Covers the authorization flow, token handling, protected tools, and common pitfalls when securing MCP endpoints.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>oauth</category>
      <category>authentication</category>
      <category>security</category>
      <category>developer-guide</category>
      <category>authorization</category>
    </item>
    <item>
      <title><![CDATA[What Is Streamable HTTP Transport in MCP? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-is-streamable-http-transport-mcp</link>
      <guid>https://agentndx.ai/blog/what-is-streamable-http-transport-mcp</guid>
      <pubDate>Wed, 05 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Streamable HTTP is the new default transport for remote MCP servers, replacing SSE with a simpler request-response model that still supports streaming. Here is how it works and when to use it.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>streamable-http</category>
      <category>transport</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>sse</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Tools? How AI Agents Take Action]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-tools</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-tools</guid>
      <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP tools let AI agents call functions exposed by servers to take real actions -- run queries, send messages, create files, and more. Here is how they work and why they matter.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>tools</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>function-calling</category>
    </item>
    <item>
      <title><![CDATA[How to Install a Skill in Claude Code]]></title>
      <link>https://agentndx.ai/blog/how-to-install-a-skill-in-claude-code</link>
      <guid>https://agentndx.ai/blog/how-to-install-a-skill-in-claude-code</guid>
      <pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Agent skills give Claude Code new capabilities without writing custom prompts. Here is how to find, install, and start using skills in your workflow.]]></description>
      <category>skills</category>
      <category>claude-code</category>
      <category>agent-skills</category>
      <category>installation</category>
      <category>developer-guide</category>
      <category>tutorial</category>
    </item>
    <item>
      <title><![CDATA[MCP vs Function Calling: What's the Difference?]]></title>
      <link>https://agentndx.ai/blog/mcp-vs-function-calling-whats-the-difference</link>
      <guid>https://agentndx.ai/blog/mcp-vs-function-calling-whats-the-difference</guid>
      <pubDate>Sun, 02 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Function calling lets an LLM invoke predefined tools. MCP lets an agent discover and use any tool at runtime. Here's what separates the two and when each approach fits.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>function-calling</category>
      <category>comparison</category>
      <category>agent-architecture</category>
      <category>developer-guide</category>
      <category>openai</category>
      <category>tool-use</category>
    </item>
    <item>
      <title><![CDATA[Which Major Platforms Have Shipped MCP Servers in 2026?]]></title>
      <link>https://agentndx.ai/blog/which-major-platforms-shipped-mcp-servers-2026</link>
      <guid>https://agentndx.ai/blog/which-major-platforms-shipped-mcp-servers-2026</guid>
      <pubDate>Sat, 01 Aug 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Google, AWS, Microsoft, Stripe, Cloudflare, and dozens more now ship official MCP servers. A rundown of every major platform that has adopted the protocol in 2026.]]></description>
      <category>mcp-ecosystem</category>
      <category>mcp</category>
      <category>ecosystem</category>
      <category>platforms</category>
      <category>2026</category>
      <category>adoption</category>
      <category>google</category>
      <category>aws</category>
      <category>microsoft</category>
      <category>stripe</category>
    </item>
    <item>
      <title><![CDATA[Visual Studio Adds Built-In Agent Skills -- What It Means for the Ecosystem]]></title>
      <link>https://agentndx.ai/blog/visual-studio-adds-built-in-agent-skills-what-it-means</link>
      <guid>https://agentndx.ai/blog/visual-studio-adds-built-in-agent-skills-what-it-means</guid>
      <pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Microsoft's July 2026 Visual Studio update ships built-in .NET and Azure agent skills authored by framework teams. Here is what changed, why it matters, and what it signals for the agent skills ecosystem.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>visual-studio</category>
      <category>microsoft</category>
      <category>copilot</category>
      <category>dotnet</category>
      <category>azure</category>
      <category>ecosystem</category>
    </item>
    <item>
      <title><![CDATA[MCP Server Deployment: Railway vs Cloudflare Workers vs VPS]]></title>
      <link>https://agentndx.ai/blog/mcp-server-deployment-railway-cloudflare-workers-vps</link>
      <guid>https://agentndx.ai/blog/mcp-server-deployment-railway-cloudflare-workers-vps</guid>
      <pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical comparison of three deployment options for MCP servers. Covers cost, latency, scaling, transport compatibility, and when each platform makes sense for production workloads.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>deployment</category>
      <category>railway</category>
      <category>cloudflare-workers</category>
      <category>vps</category>
      <category>hosting</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[What Is MCP Sampling? How Servers Request AI Completions]]></title>
      <link>https://agentndx.ai/blog/what-is-mcp-sampling</link>
      <guid>https://agentndx.ai/blog/what-is-mcp-sampling</guid>
      <pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP sampling lets servers ask the client's language model to generate text on their behalf. Here is how it works, why it matters for agent architecture, and what to watch out for.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>sampling</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>completions</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Knowledge Management in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-knowledge-management-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-knowledge-management-2026</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for connecting AI agents to your knowledge base. Covers personal note systems, team wikis, enterprise search, and knowledge graphs.]]></description>
      <category>productivity</category>
      <category>knowledge-management</category>
      <category>notes</category>
      <category>wiki</category>
      <category>knowledge-graph</category>
      <category>enterprise-search</category>
      <category>pkm</category>
    </item>
    <item>
      <title><![CDATA[The Agent Skills Ecosystem: Where It Stands in Mid-2026]]></title>
      <link>https://agentndx.ai/blog/agent-skills-ecosystem-where-it-stands-mid-2026</link>
      <guid>https://agentndx.ai/blog/agent-skills-ecosystem-where-it-stands-mid-2026</guid>
      <pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Agent skills went from zero to 95 tracked entries in under three months. We break down what developers are building, which agents support the most skills, and where the gaps are.]]></description>
      <category>ecosystem</category>
      <category>agent-skills</category>
      <category>ecosystem</category>
      <category>analysis</category>
      <category>2026</category>
      <category>claude-code</category>
      <category>cursor</category>
      <category>codex</category>
      <category>skills-directory</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Supabase MCP -- Postgres, Auth, and Storage for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-supabase-mcp-postgres-auth-storage-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-supabase-mcp-postgres-auth-storage-for-ai-agents</guid>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Supabase's official MCP server gives AI agents direct access to Postgres databases, authentication, storage buckets, and edge functions. Here's how it works and where it fits.]]></description>
      <category>data</category>
      <category>supabase</category>
      <category>postgres</category>
      <category>database</category>
      <category>mcp</category>
      <category>auth</category>
      <category>storage</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[The MCP 2026-07-28 Specification Ships Monday: What Changes and What Breaks]]></title>
      <link>https://agentndx.ai/blog/mcp-2026-07-28-specification-what-changes</link>
      <guid>https://agentndx.ai/blog/mcp-2026-07-28-specification-what-changes</guid>
      <pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The largest revision to the Model Context Protocol since launch goes final on July 28, 2026. Sessions are gone, the protocol is stateless, and three features are deprecated. Here is what MCP server builders need to know.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>protocol</category>
      <category>specification</category>
      <category>stateless</category>
      <category>extensions</category>
      <category>mcp-apps</category>
      <category>tasks</category>
      <category>oauth</category>
      <category>deprecation</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[How to Use MCP Servers in VS Code]]></title>
      <link>https://agentndx.ai/blog/how-to-use-mcp-servers-in-vs-code</link>
      <guid>https://agentndx.ai/blog/how-to-use-mcp-servers-in-vs-code</guid>
      <pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How to set up and configure MCP servers in VS Code with GitHub Copilot's agent mode. Covers stdio and HTTP servers, multi-server setups, secrets handling, and common fixes.]]></description>
      <category>getting-started</category>
      <category>mcp</category>
      <category>vs-code</category>
      <category>github-copilot</category>
      <category>setup</category>
      <category>tutorial</category>
      <category>developer-guide</category>
      <category>configuration</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Prompts? Reusable Templates for AI Agent Workflows]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-prompts</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-prompts</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP prompts let servers expose pre-built interaction templates that agents and users can invoke on demand. Here is how they work, when to use them, and how they differ from tools and resources.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>prompts</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>templates</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Code Quality and Testing in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-code-quality-and-testing-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-code-quality-and-testing-2026</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for static analysis, code coverage, API testing, browser automation, and end-to-end quality checks. Wire these into your agent workflows and catch bugs before they ship.]]></description>
      <category>code</category>
      <category>testing</category>
      <category>code-quality</category>
      <category>static-analysis</category>
      <category>coverage</category>
      <category>api-testing</category>
      <category>browser-automation</category>
      <category>ci-cd</category>
    </item>
    <item>
      <title><![CDATA[IETF 126 Could Decide Whether MCP and A2A Become Internet Standards]]></title>
      <link>https://agentndx.ai/blog/ietf-126-agentproto-bof-mcp-a2a-standardization</link>
      <guid>https://agentndx.ai/blog/ietf-126-agentproto-bof-mcp-a2a-standardization</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The agentproto Birds-of-a-Feather session at IETF 126 in Vienna will determine whether AI agent protocols get formal RFC treatment. Here is what developers building with MCP and A2A should know.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>a2a</category>
      <category>ietf</category>
      <category>agentproto</category>
      <category>standards</category>
      <category>protocol</category>
      <category>interoperability</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Context7 -- Up-to-Date Documentation for AI Coding Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-context7-documentation-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-context7-documentation-for-ai-agents</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Context7 feeds your AI agent current, version-specific library docs instead of stale training data. Here's how it works and why it matters.]]></description>
      <category>developer-tools</category>
      <category>context7</category>
      <category>documentation</category>
      <category>mcp</category>
      <category>developer-tools</category>
      <category>upstash</category>
      <category>coding</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[MCP's Enterprise Security Gap: Auth Is Solved, Governance Is Not]]></title>
      <link>https://agentndx.ai/blog/mcp-enterprise-security-gap-auth-governance-2026</link>
      <guid>https://agentndx.ai/blog/mcp-enterprise-security-gap-auth-governance-2026</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP crossed 97 million monthly SDK downloads and landed Enterprise-Managed Auth. But only 5 percent of servers run in production. The gap between integration and governance is the story of MCP in mid-2026.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>enterprise</category>
      <category>security</category>
      <category>auth</category>
      <category>governance</category>
      <category>enterprise-managed-auth</category>
      <category>spring-ai</category>
      <category>production</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[Skills for CI/CD: Automating Your Deploy Workflow with AI Agents]]></title>
      <link>https://agentndx.ai/blog/skills-for-ci-cd-automating-deploy-workflow-with-ai-agents</link>
      <guid>https://agentndx.ai/blog/skills-for-ci-cd-automating-deploy-workflow-with-ai-agents</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How to use agent skills to automate CI/CD pipelines: pre-deploy validation, container builds, infrastructure provisioning, and post-deploy testing.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>ci-cd</category>
      <category>deployment</category>
      <category>devops</category>
      <category>automation</category>
      <category>docker</category>
      <category>terraform</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[What Are MCP Resources? How AI Agents Access Your Data]]></title>
      <link>https://agentndx.ai/blog/what-are-mcp-resources</link>
      <guid>https://agentndx.ai/blog/what-are-mcp-resources</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP resources let AI agents read files, database records, and live application state through a standard interface. Here is how they work and when to use them instead of tools.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>resources</category>
      <category>model-context-protocol</category>
      <category>ai-agents</category>
      <category>data-access</category>
    </item>
    <item>
      <title><![CDATA[MCP Server Deployment: Railway vs Cloudflare Workers vs VPS]]></title>
      <link>https://agentndx.ai/blog/mcp-server-deployment-railway-vs-cloudflare-workers-vs-vps</link>
      <guid>https://agentndx.ai/blog/mcp-server-deployment-railway-vs-cloudflare-workers-vs-vps</guid>
      <pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Where should you host your MCP server? A practical comparison of Railway, Cloudflare Workers, and traditional VPS for deploying MCP servers in production, with tradeoffs for latency, cost, and transport support.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>deployment</category>
      <category>railway</category>
      <category>cloudflare-workers</category>
      <category>vps</category>
      <category>hosting</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Creative and Design Work in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-creative-and-design-work-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-creative-and-design-work-2026</guid>
      <pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for brand voice, copywriting, design handoffs, presentations, diagrams, and naming. Find the right creative skill for your AI agent workflow.]]></description>
      <category>creative</category>
      <category>agent-skills</category>
      <category>creative</category>
      <category>design</category>
      <category>copywriting</category>
      <category>figma</category>
      <category>presentations</category>
      <category>branding</category>
      <category>diagrams</category>
      <category>social-media</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Playwright MCP -- Browser Automation for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-playwright-mcp-browser-automation-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-playwright-mcp-browser-automation-for-ai-agents</guid>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Playwright MCP gives AI agents local browser control with no API keys, no cloud dependency, and no cost per session. Here's what it does, how it works, and when to use it.]]></description>
      <category>web</category>
      <category>playwright</category>
      <category>browser</category>
      <category>automation</category>
      <category>mcp</category>
      <category>microsoft</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[The MCP Servers Developers Search for Most]]></title>
      <link>https://agentndx.ai/blog/mcp-servers-developers-search-for-most-agentndx-data</link>
      <guid>https://agentndx.ai/blog/mcp-servers-developers-search-for-most-agentndx-data</guid>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[We analyzed the AgentNDX directory to identify which MCP server categories, tags, and capabilities developers gravitate toward. Here is what the data reveals about real demand in the ecosystem.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>mcp-servers</category>
      <category>developer-tools</category>
      <category>analysis</category>
      <category>search</category>
      <category>categories</category>
      <category>ecosystem</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[How to Test and Debug MCP Servers Locally]]></title>
      <link>https://agentndx.ai/blog/how-to-test-and-debug-mcp-servers-locally</link>
      <guid>https://agentndx.ai/blog/how-to-test-and-debug-mcp-servers-locally</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical guide to testing MCP servers on your machine before deploying them. Covers stdio testing, inspector tools, logging, common failure modes, and how to trace tool calls end to end.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>debugging</category>
      <category>testing</category>
      <category>developer-guide</category>
      <category>stdio</category>
      <category>local-development</category>
    </item>
    <item>
      <title><![CDATA[Building a Content Pipeline with Agent Skills]]></title>
      <link>https://agentndx.ai/blog/building-a-content-pipeline-with-agent-skills</link>
      <guid>https://agentndx.ai/blog/building-a-content-pipeline-with-agent-skills</guid>
      <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How to chain research, writing, optimization, and quality-gate skills into a repeatable content production workflow that runs with minimal oversight.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>content-pipeline</category>
      <category>writing</category>
      <category>automation</category>
      <category>claude-code</category>
      <category>workflow</category>
      <category>content-production</category>
    </item>
    <item>
      <title><![CDATA[What Does Universal Skill Compatibility Mean?]]></title>
      <link>https://agentndx.ai/blog/what-does-universal-skill-compatibility-mean</link>
      <guid>https://agentndx.ai/blog/what-does-universal-skill-compatibility-mean</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Some agent skills list 'universal' compatibility. Here's what that actually means, how universal skills differ from agent-specific ones, and when it matters for your workflow.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>compatibility</category>
      <category>universal</category>
      <category>claude-code</category>
      <category>cursor</category>
      <category>codex</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Data Analytics in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-data-analytics-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-data-analytics-2026</guid>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for running analytical queries, exploring data warehouses, and building agent-driven analytics workflows. Covers cloud data warehouses, OLAP engines, product analytics, and local query tools.]]></description>
      <category>data</category>
      <category>analytics</category>
      <category>data-warehouse</category>
      <category>sql</category>
      <category>olap</category>
      <category>product-analytics</category>
      <category>business-intelligence</category>
    </item>
    <item>
      <title><![CDATA[What Does Agentic Web Mean? The Internet Built for AI Agents]]></title>
      <link>https://agentndx.ai/blog/what-does-agentic-web-mean</link>
      <guid>https://agentndx.ai/blog/what-does-agentic-web-mean</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The agentic web is the layer of protocols, servers, and skills that let AI agents act on the internet autonomously. Here is what it means, why it matters, and how developers are building it.]]></description>
      <category>concepts</category>
      <category>agentic-web</category>
      <category>mcp</category>
      <category>ai-agents</category>
      <category>a2a</category>
      <category>x402</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Stripe Agent Toolkit — Payments for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-stripe-agent-toolkit-payments-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-stripe-agent-toolkit-payments-for-ai-agents</guid>
      <pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Stripe's official MCP server lets agents create charges, manage customers, and handle subscriptions. Here's how it works, what it can do, and where the limits are.]]></description>
      <category>payments</category>
      <category>stripe</category>
      <category>payments</category>
      <category>mcp</category>
      <category>billing</category>
      <category>subscriptions</category>
      <category>fintech</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Which MCP Servers Actually Support x402? A Look at the Numbers]]></title>
      <link>https://agentndx.ai/blog/which-mcp-servers-support-x402-a-look-at-the-numbers</link>
      <guid>https://agentndx.ai/blog/which-mcp-servers-support-x402-a-look-at-the-numbers</guid>
      <pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The x402 protocol promises to let AI agents pay for API calls with stablecoins. We checked every server in the AgentNDX directory to see how many actually support it.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>x402</category>
      <category>payments</category>
      <category>analysis</category>
      <category>2026</category>
      <category>mcp-servers</category>
      <category>stablecoins</category>
      <category>agentic-commerce</category>
    </item>
    <item>
      <title><![CDATA[Best Cursor Skills for Frontend Development in 2026]]></title>
      <link>https://agentndx.ai/blog/best-cursor-skills-for-frontend-development-2026</link>
      <guid>https://agentndx.ai/blog/best-cursor-skills-for-frontend-development-2026</guid>
      <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top agent skills for frontend development in Cursor -- React, Next.js, TypeScript, accessibility, design integration, and more. Practical picks from the AgentNDX skills directory.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>cursor</category>
      <category>frontend</category>
      <category>react</category>
      <category>nextjs</category>
      <category>typescript</category>
      <category>accessibility</category>
      <category>design</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[How to Use Agent Skills for Automated Code Review]]></title>
      <link>https://agentndx.ai/blog/how-to-use-agent-skills-for-automated-code-review</link>
      <guid>https://agentndx.ai/blog/how-to-use-agent-skills-for-automated-code-review</guid>
      <pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Set up AI agent skills that review code, summarize PRs, scan for vulnerabilities, and generate tests -- a practical guide for developers using Claude Code, Codex, and Cursor.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>code-review</category>
      <category>pull-request</category>
      <category>security</category>
      <category>testing</category>
      <category>claude-code</category>
      <category>automation</category>
    </item>
    <item>
      <title><![CDATA[How Agent Skills Handle Memory and Context]]></title>
      <link>https://agentndx.ai/blog/how-agent-skills-handle-memory-and-context</link>
      <guid>https://agentndx.ai/blog/how-agent-skills-handle-memory-and-context</guid>
      <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AI agents forget everything between sessions. Memory skills fix that. Here's how context management, session state, and long-term memory skills actually work under the hood.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>memory</category>
      <category>context-management</category>
      <category>ai-agents</category>
      <category>persistence</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for AI Model Integration in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-ai-model-integration-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-ai-model-integration-2026</guid>
      <pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for connecting AI agents to LLM providers, inference APIs, and model platforms. Covers cloud providers, local inference, multi-model routing, and specialized model access.]]></description>
      <category>ai</category>
      <category>ai-models</category>
      <category>llm-integration</category>
      <category>inference</category>
      <category>multi-model</category>
      <category>agents</category>
      <category>model-routing</category>
    </item>
    <item>
      <title><![CDATA[The MCP Official Registry: What Made the Cut and What Didn't]]></title>
      <link>https://agentndx.ai/blog/anthropic-mcp-official-registry-what-made-the-cut</link>
      <guid>https://agentndx.ai/blog/anthropic-mcp-official-registry-what-made-the-cut</guid>
      <pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The official MCP registry lists nearly 10,000 servers. Most developers will never use 99% of them. Here is how the registry works, what it actually filters for, and where the gaps are.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>registry</category>
      <category>ecosystem</category>
      <category>anthropic</category>
      <category>agentic-ai-foundation</category>
      <category>directory</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: AgentNDX — How We Built a Registry for the Agentic Web]]></title>
      <link>https://agentndx.ai/blog/spotlight-agentndx-how-we-built-a-registry-for-the-agentic-web</link>
      <guid>https://agentndx.ai/blog/spotlight-agentndx-how-we-built-a-registry-for-the-agentic-web</guid>
      <pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AgentNDX indexes over 25,000 MCP servers and 95 agent skills into a single searchable directory. Here's how it works, why we built it, and what we learned.]]></description>
      <category>infrastructure</category>
      <category>agentndx</category>
      <category>mcp</category>
      <category>registry</category>
      <category>directory</category>
      <category>agent-skills</category>
      <category>spotlight</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title><![CDATA[A2A Protocol Adoption: Where Things Stand in Mid-2026]]></title>
      <link>https://agentndx.ai/blog/a2a-protocol-adoption-mid-2026</link>
      <guid>https://agentndx.ai/blog/a2a-protocol-adoption-mid-2026</guid>
      <pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Google's Agent2Agent protocol hit 150 organizations and landed in every major cloud. But adoption tells a more complicated story than the press releases suggest. Here is what the numbers actually say.]]></description>
      <category>ecosystem</category>
      <category>a2a</category>
      <category>agent-to-agent</category>
      <category>protocol</category>
      <category>adoption</category>
      <category>mcp</category>
      <category>multi-agent</category>
      <category>interoperability</category>
      <category>2026</category>
    </item>
    <item>
      <title><![CDATA[What Is CLAUDE.md? How Agent Skills Use It]]></title>
      <link>https://agentndx.ai/blog/what-is-claude-md-and-how-do-skills-use-it</link>
      <guid>https://agentndx.ai/blog/what-is-claude-md-and-how-do-skills-use-it</guid>
      <pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[CLAUDE.md is the configuration file that gives Claude Code its project-specific instructions. Here is how it works, what goes in it, and how agent skills use it to add new capabilities.]]></description>
      <category>skills</category>
      <category>claude-code</category>
      <category>CLAUDE.md</category>
      <category>agent-skills</category>
      <category>configuration</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[How to Chain Multiple MCP Servers in a Single Agent Workflow]]></title>
      <link>https://agentndx.ai/blog/how-to-chain-multiple-mcp-servers-in-one-agent-workflow</link>
      <guid>https://agentndx.ai/blog/how-to-chain-multiple-mcp-servers-in-one-agent-workflow</guid>
      <pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A practical guide to combining MCP servers so your AI agent can pull data from one service, transform it, and push results to another -- all in a single workflow.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>mcp-server</category>
      <category>agent-workflows</category>
      <category>multi-server</category>
      <category>developer-guide</category>
      <category>automation</category>
      <category>chaining</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Project Management in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-project-management-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-project-management-2026</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for managing tasks, issues, and projects from AI agent workflows. Covers Linear, Jira, Asana, ClickUp, Notion, Monday.com, Trello, and GitHub.]]></description>
      <category>productivity</category>
      <category>project-management</category>
      <category>issues</category>
      <category>tasks</category>
      <category>agents</category>
      <category>linear</category>
      <category>jira</category>
      <category>asana</category>
      <category>productivity</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for DevOps and Deployment in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-devops-and-deployment-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-devops-and-deployment-2026</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for containerization, infrastructure-as-code, pre-deploy validation, edge deployment, serverless functions, and release automation. Find the right skill for your DevOps stack.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>devops</category>
      <category>deployment</category>
      <category>docker</category>
      <category>terraform</category>
      <category>cloudflare</category>
      <category>netlify</category>
      <category>ci-cd</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Firecrawl -- Web Scraping and Crawling Built for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-firecrawl-web-scraping-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-firecrawl-web-scraping-for-ai-agents</guid>
      <pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Firecrawl turns any URL into clean, LLM-ready markdown. Here's how it works, what agents use it for, and where it fits in your stack.]]></description>
      <category>web</category>
      <category>firecrawl</category>
      <category>scraping</category>
      <category>crawling</category>
      <category>mcp</category>
      <category>web</category>
      <category>extraction</category>
      <category>markdown</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Smithery vs AgentNDX vs mcp.so: Where to Find MCP Servers]]></title>
      <link>https://agentndx.ai/blog/smithery-vs-agentndx-vs-mcpso-where-to-find-mcp-servers</link>
      <guid>https://agentndx.ai/blog/smithery-vs-agentndx-vs-mcpso-where-to-find-mcp-servers</guid>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Three directories list MCP servers. Each one works differently. Here's how Smithery, AgentNDX, and mcp.so compare and which one fits your workflow.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>comparison</category>
      <category>mcp-directory</category>
      <category>smithery</category>
      <category>agentndx</category>
      <category>mcp-servers</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[Best Claude Code Skills for Software Engineering in 2026]]></title>
      <link>https://agentndx.ai/blog/best-claude-code-skills-for-software-engineering-2026</link>
      <guid>https://agentndx.ai/blog/best-claude-code-skills-for-software-engineering-2026</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top Claude Code skills for software engineering -- code review, test generation, debugging, deployment validation, and more. Practical picks from the AgentNDX directory for developers building with Claude Code.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>claude-code</category>
      <category>software-engineering</category>
      <category>code-review</category>
      <category>testing</category>
      <category>debugging</category>
      <category>deployment</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Multi-Agent Orchestration in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-multi-agent-orchestration-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-multi-agent-orchestration-2026</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for coordinating multiple AI agents, routing tasks, running parallel workloads, and building production-grade multi-agent systems. Find the right orchestration skill for your stack.]]></description>
      <category>orchestration</category>
      <category>agent-skills</category>
      <category>orchestration</category>
      <category>multi-agent</category>
      <category>routing</category>
      <category>parallel-execution</category>
      <category>task-decomposition</category>
      <category>claude-code</category>
      <category>workflows</category>
    </item>
    <item>
      <title><![CDATA[What Is an AI Agent? A Plain-Language Guide for Developers]]></title>
      <link>https://agentndx.ai/blog/what-is-an-ai-agent</link>
      <guid>https://agentndx.ai/blog/what-is-an-ai-agent</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AI agents go beyond chatbots by taking actions, using tools, and completing multi-step tasks autonomously. Here is what makes something an agent, how agents work under the hood, and what developers need to know to start building with them.]]></description>
      <category>concepts</category>
      <category>ai-agents</category>
      <category>mcp</category>
      <category>developer-guide</category>
      <category>agentic</category>
      <category>llm</category>
      <category>tools</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Database Management in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-database-management-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-database-management-2026</guid>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for querying, managing, and building on databases from AI agent workflows. Covers PostgreSQL, MongoDB, serverless Postgres, MySQL, SQLite, Redis, and analytical databases.]]></description>
      <category>data</category>
      <category>database</category>
      <category>sql</category>
      <category>postgres</category>
      <category>mongodb</category>
      <category>serverless</category>
      <category>agents</category>
      <category>data-management</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Memory and Context Management in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-memory-and-context-management-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-memory-and-context-management-2026</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for managing memory, session state, and long-term context in AI agents. Find the right skill for persistent knowledge, context compression, and cross-session recall.]]></description>
      <category>memory</category>
      <category>agent-skills</category>
      <category>memory</category>
      <category>context-management</category>
      <category>knowledge-graph</category>
      <category>session-state</category>
      <category>persistence</category>
      <category>claude-code</category>
      <category>rag</category>
    </item>
    <item>
      <title><![CDATA[x402 vs API Keys: Comparing Payment Models for AI Services]]></title>
      <link>https://agentndx.ai/blog/x402-vs-api-keys-comparing-payment-models-for-ai-services</link>
      <guid>https://agentndx.ai/blog/x402-vs-api-keys-comparing-payment-models-for-ai-services</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AI agents need to pay for services. API keys and x402 take opposite approaches to trust and billing. Here is how they compare and when each one makes sense.]]></description>
      <category>payments</category>
      <category>x402</category>
      <category>api-keys</category>
      <category>payments</category>
      <category>mcp</category>
      <category>agent-architecture</category>
      <category>comparison</category>
      <category>stablecoins</category>
    </item>
    <item>
      <title><![CDATA[The Fastest-Growing MCP Server Categories in 2026]]></title>
      <link>https://agentndx.ai/blog/fastest-growing-mcp-categories-2026</link>
      <guid>https://agentndx.ai/blog/fastest-growing-mcp-categories-2026</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Which types of MCP servers are developers building and shipping the most? We pulled the numbers from the AgentNDX directory to find out where the ecosystem is heading.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>ecosystem</category>
      <category>analysis</category>
      <category>2026</category>
      <category>mcp-servers</category>
      <category>categories</category>
      <category>growth</category>
      <category>trends</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Workflow Automation in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-workflow-automation-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-workflow-automation-2026</guid>
      <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for building automated workflows, scheduling jobs, designing ETL pipelines, handling webhooks, and connecting tools. Find the right skill for your AI automation stack.]]></description>
      <category>automation</category>
      <category>agent-skills</category>
      <category>automation</category>
      <category>workflow</category>
      <category>pipelines</category>
      <category>webhooks</category>
      <category>scheduling</category>
      <category>claude-code</category>
      <category>etl</category>
    </item>
    <item>
      <title><![CDATA[Using the Humanizer Skill: A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/using-the-humanizer-skill-a-developers-guide</link>
      <guid>https://agentndx.ai/blog/using-the-humanizer-skill-a-developers-guide</guid>
      <pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[How to install and use the Humanizer skill to strip AI writing patterns from agent-generated copy before publishing.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>humanizer</category>
      <category>ai-detection</category>
      <category>writing</category>
      <category>content</category>
      <category>claude-code</category>
      <category>copywriting</category>
    </item>
    <item>
      <title><![CDATA[How Does MCP Auth Work? API Keys, OAuth, and x402 Explained]]></title>
      <link>https://agentndx.ai/blog/how-does-mcp-auth-work</link>
      <guid>https://agentndx.ai/blog/how-does-mcp-auth-work</guid>
      <pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP servers use different authentication methods depending on the data they protect. Here is how none, API key, OAuth, and x402 auth work in practice, and how to pick the right one for your setup.]]></description>
      <category>protocols</category>
      <category>mcp</category>
      <category>authentication</category>
      <category>oauth</category>
      <category>api-key</category>
      <category>x402</category>
      <category>security</category>
      <category>authorization</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Web Scraping and Data Extraction in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-web-scraping-and-data-extraction-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-web-scraping-and-data-extraction-2026</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for scraping websites, extracting structured data, and feeding web content into AI agent workflows. Covers browser automation, proxy infrastructure, and LLM-optimized content extraction.]]></description>
      <category>web</category>
      <category>web-scraping</category>
      <category>data-extraction</category>
      <category>browser-automation</category>
      <category>crawling</category>
      <category>agents</category>
      <category>content-extraction</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Research and Summarization in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-research-and-summarization-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-research-and-summarization-2026</guid>
      <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for web research, document summarization, meeting notes, knowledge extraction, and synthesis. Find the right skill for your AI research workflow.]]></description>
      <category>content</category>
      <category>agent-skills</category>
      <category>research</category>
      <category>summarization</category>
      <category>claude-code</category>
      <category>knowledge-management</category>
      <category>synthesis</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Browserbase -- Remote Browsers for AI Workflows]]></title>
      <link>https://agentndx.ai/blog/spotlight-browserbase-remote-browsers-for-ai-workflows</link>
      <guid>https://agentndx.ai/blog/spotlight-browserbase-remote-browsers-for-ai-workflows</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Browserbase gives AI agents cloud browser infrastructure with session management, stealth mode, and CAPTCHA handling. Here's what it does, how it works, and when to use it.]]></description>
      <category>web</category>
      <category>browserbase</category>
      <category>browser</category>
      <category>automation</category>
      <category>mcp</category>
      <category>headless</category>
      <category>stagehand</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Spotlight: Exa — Search Built for AI Agents]]></title>
      <link>https://agentndx.ai/blog/spotlight-exa-search-built-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/spotlight-exa-search-built-for-ai-agents</guid>
      <pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Exa replaces keyword search with neural retrieval designed for agents. Here's how it works, where it fits, and what to watch for.]]></description>
      <category>web</category>
      <category>exa</category>
      <category>search</category>
      <category>mcp</category>
      <category>semantic-search</category>
      <category>neural-search</category>
      <category>research</category>
      <category>spotlight</category>
    </item>
    <item>
      <title><![CDATA[Skills vs. MCP Servers: What's the Difference and When to Use Each]]></title>
      <link>https://agentndx.ai/blog/skills-vs-mcp-servers-difference-when-to-use</link>
      <guid>https://agentndx.ai/blog/skills-vs-mcp-servers-difference-when-to-use</guid>
      <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Agent skills and MCP servers both extend what AI agents can do, but they work differently. Here is how to decide which one fits your workflow.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>mcp</category>
      <category>developer-guide</category>
      <category>ai-agents</category>
      <category>comparison</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Product Management in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-product-management-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-product-management-2026</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The best agent skills for product managers -- from writing PRDs and building roadmaps to synthesizing user feedback and designing experiments. Find the right skill for your PM workflow.]]></description>
      <category>product</category>
      <category>agent-skills</category>
      <category>product-management</category>
      <category>prd</category>
      <category>roadmap</category>
      <category>user-research</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[Stdio vs SSE vs HTTP: Picking the Right MCP Transport]]></title>
      <link>https://agentndx.ai/blog/stdio-vs-sse-vs-http-picking-the-right-mcp-transport</link>
      <guid>https://agentndx.ai/blog/stdio-vs-sse-vs-http-picking-the-right-mcp-transport</guid>
      <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP supports three transport modes and each one fits a different deployment model. Here is how to choose between stdio, SSE, and HTTP for your MCP servers.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>transport</category>
      <category>stdio</category>
      <category>sse</category>
      <category>http</category>
      <category>comparison</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[What Is A2A? The Protocol That Lets AI Agents Talk to Each Other]]></title>
      <link>https://agentndx.ai/blog/what-is-a2a-protocol</link>
      <guid>https://agentndx.ai/blog/what-is-a2a-protocol</guid>
      <pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A2A is Google's open protocol for agent-to-agent communication. Here is how it works, how it differs from MCP, and what developers building multi-agent systems need to know.]]></description>
      <category>protocols</category>
      <category>a2a</category>
      <category>agent-to-agent</category>
      <category>google</category>
      <category>multi-agent</category>
      <category>interoperability</category>
      <category>mcp</category>
    </item>
    <item>
      <title><![CDATA[Anthropic Acquires Stainless: What It Means for MCP Server Development]]></title>
      <link>https://agentndx.ai/blog/anthropic-acquires-stainless-what-it-means-for-mcp</link>
      <guid>https://agentndx.ai/blog/anthropic-acquires-stainless-what-it-means-for-mcp</guid>
      <pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Anthropic bought Stainless for over $300 million and is shutting down its shared SDK generator. Here is what that means for developers building MCP servers and agent tooling.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>anthropic</category>
      <category>stainless</category>
      <category>sdk</category>
      <category>ecosystem</category>
      <category>agent-tooling</category>
    </item>
    <item>
      <title><![CDATA[MCP vs OpenAPI: What's the Difference?]]></title>
      <link>https://agentndx.ai/blog/mcp-vs-openapi-whats-the-difference</link>
      <guid>https://agentndx.ai/blog/mcp-vs-openapi-whats-the-difference</guid>
      <pubDate>Sun, 24 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP and OpenAPI both describe how software talks to services, but they were built for different eras. Here's what separates them and when each one fits.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>openapi</category>
      <category>comparison</category>
      <category>api</category>
      <category>agent-architecture</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[How Many MCP Servers Exist? A Census of the Ecosystem in 2026]]></title>
      <link>https://agentndx.ai/blog/how-many-mcp-servers-exist-census-2026</link>
      <guid>https://agentndx.ai/blog/how-many-mcp-servers-exist-census-2026</guid>
      <pubDate>Sat, 23 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[We counted. Across every major registry, GitHub, and package index, the MCP ecosystem has grown past 50,000 listings. Here is what the numbers actually mean.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>ecosystem</category>
      <category>census</category>
      <category>2026</category>
      <category>analysis</category>
      <category>mcp-servers</category>
      <category>registry</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Data Analysis and SQL in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-data-analysis-sql-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-data-analysis-sql-2026</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for SQL generation, data cleaning, schema documentation, analytics querying, and data visualization. Find the right skill for your AI data workflow.]]></description>
      <category>data</category>
      <category>agent-skills</category>
      <category>data-analysis</category>
      <category>sql</category>
      <category>analytics</category>
      <category>claude-code</category>
      <category>data-visualization</category>
    </item>
    <item>
      <title><![CDATA[How to Add x402 Payments to an MCP Server]]></title>
      <link>https://agentndx.ai/blog/how-to-add-x402-payments-to-mcp-server</link>
      <guid>https://agentndx.ai/blog/how-to-add-x402-payments-to-mcp-server</guid>
      <pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A step-by-step guide to adding stablecoin micropayments to your MCP server using the x402 protocol. Covers server-side middleware, wallet setup, pricing, and testing.]]></description>
      <category>building</category>
      <category>x402</category>
      <category>mcp</category>
      <category>payments</category>
      <category>stablecoins</category>
      <category>tutorial</category>
      <category>express</category>
      <category>monetization</category>
    </item>
    <item>
      <title><![CDATA[How to Build Your First MCP Server in 30 Minutes (Python)]]></title>
      <link>https://agentndx.ai/blog/how-to-build-mcp-server-python</link>
      <guid>https://agentndx.ai/blog/how-to-build-mcp-server-python</guid>
      <pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A step-by-step guide to building a working MCP server with the official Python SDK, registering tools with FastMCP decorators, and connecting it to Claude Desktop.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>python</category>
      <category>tutorial</category>
      <category>mcp-server</category>
      <category>sdk</category>
      <category>fastmcp</category>
      <category>getting-started</category>
    </item>
    <item>
      <title><![CDATA[What Are Agent Skills? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-are-agent-skills</link>
      <guid>https://agentndx.ai/blog/what-are-agent-skills</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Agent skills give AI coding agents reusable capabilities they can run on command. Here's what they are, how they work, and why they matter for your workflow.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>claude-code</category>
      <category>developer-guide</category>
      <category>ai-agents</category>
      <category>automation</category>
    </item>
    <item>
      <title><![CDATA[What Is x402? The Payment Protocol That Lets AI Agents Pay for Services]]></title>
      <link>https://agentndx.ai/blog/what-is-x402-payment-protocol</link>
      <guid>https://agentndx.ai/blog/what-is-x402-payment-protocol</guid>
      <pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[x402 turns HTTP 402 into a real payment layer. Here is how the protocol works, why AI agents need it, and what developers should know about adding stablecoin payments to their APIs.]]></description>
      <category>payments</category>
      <category>x402</category>
      <category>payments</category>
      <category>stablecoins</category>
      <category>mcp</category>
      <category>agentic-commerce</category>
      <category>coinbase</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Writing and Content Creation in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-writing-and-content-creation-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-writing-and-content-creation-2026</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for long-form writing, research, email drafting, SEO optimization, and content editing. Find the right skill for your AI writing workflow.]]></description>
      <category>content</category>
      <category>agent-skills</category>
      <category>writing</category>
      <category>content-creation</category>
      <category>copywriting</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[MCP vs REST: When to Use Each for AI Agents]]></title>
      <link>https://agentndx.ai/blog/mcp-vs-rest-when-to-use-each-for-ai-agents</link>
      <guid>https://agentndx.ai/blog/mcp-vs-rest-when-to-use-each-for-ai-agents</guid>
      <pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP and REST solve different problems for AI agents. Here's when each one makes sense, what the tradeoffs are, and how to decide for your agent architecture.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>rest</category>
      <category>api</category>
      <category>comparison</category>
      <category>agent-architecture</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[The State of the MCP Ecosystem in May 2026]]></title>
      <link>https://agentndx.ai/blog/state-of-mcp-ecosystem-may-2026</link>
      <guid>https://agentndx.ai/blog/state-of-mcp-ecosystem-may-2026</guid>
      <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[350 curated MCP servers. 163 verified. 10 categories. Here is what the agentic tooling landscape actually looks like in mid-2026 — by the numbers.]]></description>
      <category>ecosystem</category>
      <category>mcp</category>
      <category>ecosystem</category>
      <category>2026</category>
      <category>agent-tooling</category>
      <category>state-of-mcp</category>
    </item>
    <item>
      <title><![CDATA[Best Agent Skills for Code Review and PR Workflows in 2026]]></title>
      <link>https://agentndx.ai/blog/best-agent-skills-for-code-review-pr-workflows-2026</link>
      <guid>https://agentndx.ai/blog/best-agent-skills-for-code-review-pr-workflows-2026</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A curated roundup of the best agent skills for automated code review, PR summaries, test generation, and git workflows. Find the right skill for your coding agent.]]></description>
      <category>engineering</category>
      <category>agent-skills</category>
      <category>code-review</category>
      <category>pr-workflows</category>
      <category>developer-tools</category>
      <category>claude-code</category>
    </item>
    <item>
      <title><![CDATA[How to Write Your Own Claude Code Skill from Scratch]]></title>
      <link>https://agentndx.ai/blog/how-to-write-claude-code-skill-from-scratch</link>
      <guid>https://agentndx.ai/blog/how-to-write-claude-code-skill-from-scratch</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A step-by-step guide to building a custom Claude Code skill. Covers the SKILL.md format, frontmatter, tool permissions, triggers, and testing. Ship a working skill in under 20 minutes.]]></description>
      <category>engineering</category>
      <category>claude-code</category>
      <category>skills</category>
      <category>tutorial</category>
      <category>developer-guide</category>
      <category>SKILL.md</category>
    </item>
    <item>
      <title><![CDATA[How to Combine Multiple Agent Skills in One Workflow]]></title>
      <link>https://agentndx.ai/blog/how-to-combine-agent-skills-workflow-2026</link>
      <guid>https://agentndx.ai/blog/how-to-combine-agent-skills-workflow-2026</guid>
      <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Most developers install one skill and stop there. The real power comes from chaining them. Here's how to combine agent skills into workflows that handle complex, multi-step tasks end to end.]]></description>
      <category>skills</category>
      <category>agent-skills</category>
      <category>claude-code</category>
      <category>workflow</category>
      <category>automation</category>
      <category>skill-chaining</category>
    </item>
    <item>
      <title><![CDATA[What Is Stdio Transport in MCP? A Developer's Guide]]></title>
      <link>https://agentndx.ai/blog/what-is-stdio-transport-mcp</link>
      <guid>https://agentndx.ai/blog/what-is-stdio-transport-mcp</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Stdio is how most MCP servers communicate today. Here's how it works, when to use it, and when you need something else.]]></description>
      <category>protocol</category>
      <category>mcp</category>
      <category>stdio</category>
      <category>transport</category>
      <category>local</category>
      <category>developer-guide</category>
    </item>
    <item>
      <title><![CDATA[x402 Is Live: The First Wave of Payment-Gated AI Services]]></title>
      <link>https://agentndx.ai/blog/x402-is-live-first-wave-payment-gated-ai-services</link>
      <guid>https://agentndx.ai/blog/x402-is-live-first-wave-payment-gated-ai-services</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The x402 protocol has gone from spec to production. Here is how AI agents are paying for APIs with stablecoins, which MCP servers support it, and what developers need to know.]]></description>
      <category>mcp</category>
      <category>mcp</category>
      <category>x402</category>
      <category>payments</category>
      <category>stablecoins</category>
      <category>agentic-commerce</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Security and Compliance in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-security-and-compliance-2026</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-security-and-compliance-2026</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for security scanning, threat intelligence, secrets management, and compliance workflows. Covers code security, SIEM, cloud security, and endpoint protection.]]></description>
      <category>infrastructure</category>
      <category>security</category>
      <category>compliance</category>
      <category>devsecops</category>
      <category>secrets-management</category>
      <category>threat-intelligence</category>
    </item>
    <item>
      <title><![CDATA[AWS MCP Server Is Now Generally Available: What Developers Need to Know]]></title>
      <link>https://agentndx.ai/blog/aws-mcp-server-generally-available</link>
      <guid>https://agentndx.ai/blog/aws-mcp-server-generally-available</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[AWS made its MCP server generally available on May 6, 2026. Agents can now call any AWS API through a single tool, run sandboxed Python, and discover documentation without credentials. Here's what matters.]]></description>
      <category>infrastructure</category>
      <category>aws</category>
      <category>mcp</category>
      <category>cloud</category>
      <category>infrastructure</category>
      <category>agents</category>
      <category>generally-available</category>
    </item>
    <item>
      <title><![CDATA[How to Build Your First MCP Server in 30 Minutes (Node.js)]]></title>
      <link>https://agentndx.ai/blog/how-to-build-mcp-server-nodejs</link>
      <guid>https://agentndx.ai/blog/how-to-build-mcp-server-nodejs</guid>
      <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A step-by-step guide to building a working MCP server with the official TypeScript SDK, registering a tool, and connecting it to Claude Desktop.]]></description>
      <category>building</category>
      <category>mcp</category>
      <category>nodejs</category>
      <category>typescript</category>
      <category>tutorial</category>
      <category>mcp-server</category>
      <category>sdk</category>
      <category>getting-started</category>
    </item>
    <item>
      <title><![CDATA[How to Connect Claude Desktop to Your First MCP Server]]></title>
      <link>https://agentndx.ai/blog/how-to-connect-claude-desktop-to-mcp-server</link>
      <guid>https://agentndx.ai/blog/how-to-connect-claude-desktop-to-mcp-server</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A step-by-step guide to installing and configuring your first MCP server in Claude Desktop, from finding the config file to verifying the connection works.]]></description>
      <category>getting-started</category>
      <category>mcp</category>
      <category>claude-desktop</category>
      <category>setup</category>
      <category>tutorial</category>
      <category>getting-started</category>
      <category>configuration</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Media and Content in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-media-and-content</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-media-and-content</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for image generation, video infrastructure, audio transcription, and stock media in agent-powered content workflows.]]></description>
      <category>media</category>
      <category>mcp</category>
      <category>media</category>
      <category>image-generation</category>
      <category>video</category>
      <category>audio</category>
      <category>transcription</category>
      <category>content-creation</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Cloud Infrastructure in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-cloud-infrastructure</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-cloud-infrastructure</guid>
      <pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Seven MCP servers that let AI agents manage cloud resources directly. AWS, Cloudflare, Terraform, Kubernetes, Vercel, Docker, and Fly.io -- what each one does and when to use it.]]></description>
      <category>infrastructure</category>
      <category>cloud</category>
      <category>infrastructure</category>
      <category>aws</category>
      <category>cloudflare</category>
      <category>terraform</category>
      <category>kubernetes</category>
      <category>devops</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Communication and Messaging in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-communication-and-messaging</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-communication-and-messaging</guid>
      <pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for messaging, email, and team communication in AI agent workflows. Covers Slack, Discord, Twilio, Teams, and more.]]></description>
      <category>communication</category>
      <category>messaging</category>
      <category>email</category>
      <category>team-communication</category>
      <category>notifications</category>
      <category>customer-messaging</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Vector Search and Embeddings in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-vector-search-and-embeddings</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-vector-search-and-embeddings</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for vector search, semantic retrieval, and embedding management in AI agent workflows. Covers dedicated vector databases, hybrid search, and embedding generation.]]></description>
      <category>ai</category>
      <category>vector-search</category>
      <category>embeddings</category>
      <category>semantic-search</category>
      <category>rag</category>
      <category>vector-database</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Authentication and Identity in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-authentication-and-identity</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-authentication-and-identity</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for managing authentication, identity, and secrets in AI agent workflows. Covers enterprise SSO, user management, and secrets vaults.]]></description>
      <category>identity</category>
      <category>authentication</category>
      <category>identity</category>
      <category>sso</category>
      <category>secrets</category>
      <category>oauth</category>
      <category>enterprise</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Document Processing in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-document-processing</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-document-processing</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[A ranked guide to the best MCP servers for document processing, covering cloud storage, e-signatures, search, and vector databases for developers building AI agents.]]></description>
      <category>mcp-servers</category>
      <category>mcp</category>
      <category>document-processing</category>
      <category>pdf</category>
      <category>cloud-storage</category>
      <category>automation</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Payment Processing in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-payment-processing</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-payment-processing</guid>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for payment processing, billing, and financial operations. Compare Stripe, PayPal, Square, Adyen, Plaid, Coinbase, and Chargebee integrations for AI agents.]]></description>
      <category>payments</category>
      <category>MCP</category>
      <category>payments</category>
      <category>fintech</category>
      <category>Stripe</category>
      <category>PayPal</category>
      <category>billing</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Developer Productivity in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-developer-productivity</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-developer-productivity</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers that help developers ship faster, from source control and issue tracking to error monitoring and code quality.]]></description>
      <category>developer-productivity</category>
      <category>mcp</category>
      <category>developer-tools</category>
      <category>productivity</category>
      <category>code-quality</category>
      <category>devops</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Marketing Automation in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-marketing-automation</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-marketing-automation</guid>
      <pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for marketing automation, email campaigns, CRM integration, and analytics. Connect your AI agents to your marketing stack.]]></description>
      <category>marketing-automation</category>
      <category>marketing</category>
      <category>automation</category>
      <category>email</category>
      <category>crm</category>
      <category>analytics</category>
      <category>mcp-servers</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Monitoring and Observability in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-monitoring-and-observability</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-monitoring-and-observability</guid>
      <pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Compare the top MCP servers for monitoring, logging, metrics, and observability. Find the right server for your AI agent's monitoring needs.]]></description>
      <category>monitoring-observability</category>
      <category>monitoring</category>
      <category>observability</category>
      <category>logging</category>
      <category>metrics</category>
      <category>mcp-servers</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Customer Support Automation in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-customer-support-automation</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-customer-support-automation</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for automating customer support workflows with AI agents. Ticket management, live chat, CRM sync, and multi-channel communication.]]></description>
      <category>customer-support</category>
      <category>customer support</category>
      <category>helpdesk</category>
      <category>ticketing</category>
      <category>CRM</category>
      <category>automation</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Sales Workflows in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-sales-workflows</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-sales-workflows</guid>
      <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Top MCP servers for sales workflows in 2026. Connect AI agents to CRMs, prospecting tools, and automation platforms to build smarter pipelines.]]></description>
      <category>sales</category>
      <category>mcp</category>
      <category>sales</category>
      <category>crm</category>
      <category>automation</category>
      <category>prospecting</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for CI/CD Pipelines in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-ci-cd-pipelines</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-ci-cd-pipelines</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for automating builds, deployments, and delivery pipelines with AI agents.]]></description>
      <category>ci-cd</category>
      <category>ci-cd</category>
      <category>devops</category>
      <category>deployment</category>
      <category>automation</category>
      <category>pipelines</category>
    </item>
    <item>
      <title><![CDATA[Google Cloud Next 2026: MCP Becomes a First-Class Cloud Primitive]]></title>
      <link>https://agentndx.ai/blog/google-cloud-next-2026-mcp-first-class-cloud-primitive</link>
      <guid>https://agentndx.ai/blog/google-cloud-next-2026-mcp-first-class-cloud-primitive</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Google ships Workspace MCP, managed database MCP servers, BYO-MCP, and Agents CLI at Cloud Next 2026. What it means for the MCP ecosystem.]]></description>
      <category>mcp-ecosystem</category>
      <category>google-cloud</category>
      <category>mcp</category>
      <category>workspace</category>
      <category>databases</category>
      <category>agents-cli</category>
      <category>a2a</category>
    </item>
    <item>
      <title><![CDATA[Best MCP Servers for Data Enrichment in 2026]]></title>
      <link>https://agentndx.ai/blog/best-mcp-servers-for-data-enrichment</link>
      <guid>https://agentndx.ai/blog/best-mcp-servers-for-data-enrichment</guid>
      <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[The top MCP servers for enriching contact and company data in AI agent workflows. Covers B2B prospecting, CDP tools, and real-time data pipelines.]]></description>
      <category>data</category>
      <category>data-enrichment</category>
      <category>b2b</category>
      <category>prospecting</category>
      <category>crm</category>
      <category>agents</category>
      <category>sales</category>
    </item>
    <item>
      <title><![CDATA[What Is Model Context Protocol (MCP)?]]></title>
      <link>https://agentndx.ai/blog/what-is-model-context-protocol</link>
      <guid>https://agentndx.ai/blog/what-is-model-context-protocol</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[MCP is an open standard that lets AI agents connect to external tools, data sources, and services through a single protocol. Here's how it works and why it matters for developers building with AI.]]></description>
      <category>fundamentals</category>
      <category>mcp</category>
      <category>protocol</category>
      <category>fundamentals</category>
      <category>ai-agents</category>
      <category>claude</category>
    </item>
  </channel>
</rss>