TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is anyone building agents with MCP (or it's just for Claude integration)

1 pointsby resiros20 days ago
MCP is great for integrating with Claude&#x2F;Cursor, but building production agents with it does not make sense to me: You don&#x27;t have access to the server&#x27;s prompts, you lack observability, and can&#x27;t debug.<p>Just had a convo with my teammate about this and curious what hn thinks.

1 comment

resiros20 days ago
Most of the work when trying to build a reliable agent is 1) determining which tools do you provide to the llm 2) how to describe the tools, their interface. MCP gives you pre-built tools that you can&#x27;t change neither the interface nor the descriptions&#x2F;prompts.<p>There is value in quick integration (or at least the promise of), but I don&#x27;t see why it would be used when building an agent.