<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o" -->

---
title: The Real API Design Struggle Continues with MCP | daily.dev
description: An analysis of how Amazon, Microsoft, and Google each approach MCP server design reveals three distinct patterns on a spectrum: AWS exposes a single tool over...
canonical: https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Real API Design Struggle Continues with MCP | daily.dev
og:description: An analysis of how Amazon, Microsoft, and Google each approach MCP server design reveals three distinct patterns on a spectrum: AWS exposes a single tool over...
og:url: https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o
og:image: https://api.daily.dev/og/posts/eZuctVp9o.png
og:image:alt: The Real API Design Struggle Continues with MCP
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Real API Design Struggle Continues with MCP

**[API Evangelist](https://daily.dev/sources/apievangelist)** · 2 min read · 1 upvotes · 0 comments

## Summary

An analysis of how Amazon, Microsoft, and Google each approach MCP server design reveals three distinct patterns on a spectrum: AWS exposes a single tool over 15,000+ operations, Azure uses typed per-service namespaces, and Google ships a separate server per product. The author draws parallels to longstanding API design debates, noting that MCP will likely expand the API design toolbox rather than produce a single dominant pattern. A key concern is that many providers are already offloading hard design work to LLMs — similar to how GraphQL shifted complexity to mobile developers — rather than investing in thoughtful tool, documentation, and prompt design.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://apievangelist.com/2026/06/22/the-real-api-design-struggle-continues-with-mcp>

## Similar posts on daily.dev

- [Building a Secure MCP Server on AWS for a Million-Company B2B Platform](https://daily.dev/posts/building-a-secure-mcp-server-on-aws-for-a-million-company-b2b-platform-eonkprxzw) · InfoQ · 0 upvotes · 0 comments
- [Building agents that reach production systems with MCP](https://daily.dev/posts/building-agents-that-reach-production-systems-with-mcp-zz2sr0sr5) · Claude · 3 upvotes · 0 comments
- [Five MCP servers to rule the cloud](https://daily.dev/posts/five-mcp-servers-to-rule-the-cloud-nvd4wakyi) · InfoWorld · 0 upvotes · 0 comments
- [Seeing MCP](https://daily.dev/posts/seeing-mcp-vfi5ace0s) · API Evangelist · 16 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#architecture](https://daily.dev/tags/architecture), [#graphql](https://daily.dev/tags/graphql), [#rest-api](https://daily.dev/tags/rest-api), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Real API Design Struggle Continues with MCP","url":"https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o"},"datePublished":"2026-06-22T17:22:12.059Z","dateModified":"2026-06-22T17:50:41.597Z","description":"An analysis of how Amazon, Microsoft, and Google each approach MCP server design reveals three distinct patterns on a spectrum: AWS exposes a single tool over...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b251fcd1bc8a9da67b3a463c9a8a7d77?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b251fcd1bc8a9da67b3a463c9a8a7d77?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"API Evangelist","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"API Evangelist","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/a36244ae67bc4f41a605f780267ecb5f","url":"https://daily.dev/sources/apievangelist"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/the-real-api-design-struggle-continues-with-mcp-ezuctvp9o","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"llm,architecture,graphql,rest-api,mcp","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"API Evangelist","item":"https://daily.dev/sources/apievangelist"},{"@type":"ListItem","position":3,"name":"The Real API Design Struggle Continues with MCP"}]}
```

