diff --git a/documentation/blog/2025-04-22-mcp-is-rewriting-the-rules-of-api-integration/index.md b/documentation/blog/2025-04-22-mcp-is-rewriting-the-rules-of-api-integration/index.md
index ddb6b23558a6..a447e863cfdf 100644
--- a/documentation/blog/2025-04-22-mcp-is-rewriting-the-rules-of-api-integration/index.md
+++ b/documentation/blog/2025-04-22-mcp-is-rewriting-the-rules-of-api-integration/index.md
@@ -135,7 +135,7 @@ Q: **How will MCP help with APIs?**
A: Start with [this post by Angie Jones](/blog/2025/02/17/agentic-ai-mcp/#mcp-ecosystem). MCP provides context about your API, to give AI Agents more context and awareness of the capabilities of your API endpoints and responses. This can help the Agent understand the intent of the request, and dynamically invoke (or "call") to underlying API endpoint, handle data transformation, and return a response. No more manually writing the code, response validators, error handlers, and so on!
Q: **What are some initial steps I can take as a developer to explore AI agents and MCP?**
-A: Start by researching the fundamental concepts, and use other existing MCP servers. We recommend starting with [Goose](/) to integrate an existing MCP server. We have a growing [listof tutorials](/docs/category/mcp-servers) to help you find some technologies like GitHub, PostgreSQL, Google Maps, and more. Once you feel comfortable with using MCP, you can start building your own MCP server for your own APIs.
+A: Start by researching the fundamental concepts, and use other existing MCP servers. We recommend starting with [Goose](/) to integrate an existing MCP server. We have a growing [list of tutorials](/docs/category/mcp-servers) to help you find some technologies like GitHub, PostgreSQL, Google Maps, and more. Once you feel comfortable with using MCP, you can start building your own MCP server for your own APIs.
Q: **What about AI and MCP security?**
A: AI agents can enhance security through better context awareness in interactions, but MCP is still relatively new, and requires [careful security evaluations](/blog/2025/03/26/mcp-security/). Your business and dev teams should thoroughly investigate MCP's capabilities to ensure you're building appropriate access control, and managing data privacy.