Skip to main content

3 posts tagged with "API"

An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other.

View All Tags

You’ve built an MCP server. It accesses data, performs actions, and works perfectly in your local development environment.

Now what?

To make your tools truly useful, they need to be accessible—whether by your team, your organization, or the global community of AI developers. This guide covers how to take your MCP server from localhost to production, and how to register it so it can be discovered.

🚨 "OpenAPI Specification (OAS) v4 is out" - That I wish, this is the kind of headline I would expect to see soon, because OAS can easily be extended to enable RESTful APIs work seamlessly with AI.

By the end of this article, you'll know how to let any LLM call your REST tools automatically using OAS.