01. Create an API provider definition:

Add a name, base API URL and description
02. Create an MCP Tool:
Give a nice readable name and title to your tool. So LLM can understand what it does quickly.
03. Optional token response optimization with Jmespath
This small optimization will save ~66% per MCP Tool Call response and will make LLM more accurate.
04. Provider tool overview
Review what you have created
05. Generate MCP Server from Provider
Click on the MCP Server button to generate an MCP server.
06. Overview of the MCP Server
Check the MCP Server definition and edit if needed
07. Overview of the MCP Server with Tools
Check the tools and remove unwanted tools with toggling off.
08. Generate access token
HasMCP protects your MCP servers with tokens. So, if an LLM tries to interact without token it will get 401 (Unauthorized) value.
09. Copy connection string for your favorite LLM or IDE
10. Access server logs
Tail the MCP tool calls from LLMs









Top comments (0)