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.

Any Curl Command can be an MCP Server

1 pointsby sean_2 months ago

1 comment

sean_2 months ago
MCP Servers make it easy for LLMs to call tools. Since tools are mostly API calls, why not turn every API into an MCP Server tool?<p>This was my thesis behind building this feature into lmsystems.<p>The goal is simple:<p>- Add as many curl commands onto the site as possible and call them &#x27;Tools&#x27;<p>- Combine them together into &#x27;Servers&#x27; under 1 sse url<p>- Give every user the ability to do the same<p>I&#x27;m happy to say that we&#x27;re nearly there !<p>I&#x27;m an indie hacker working on this completely alone so I would love feedback on how I can get the community more engaged and any features to add!<p>Also I&#x27;m interested in your thoughts on why this isn&#x27;t going to work. What&#x27;s going to kill this idea?