Skip to content

mldotink/example-agent-tool-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Tool Server

A simple REST API tool server for AI agents, ready to deploy.

Setup

npm install
node server.js

Open http://localhost:3000 to test the tools in the browser.

API Endpoints

  • GET /tools - List available tools
  • POST /tools/search - Search for information ({ "query": "..." })
  • POST /tools/calculate - Calculate math expressions ({ "expression": "..." })

Deploy with Ink

Connect the Ink MCP server to your AI agent and prompt:

Deploy this app with Ink.

Tutorial

Full tutorial: docs.ml.ink/examples/ai/agent-tool-server

About Ink

Ink is a deployment platform built for AI agents.

About

Learn how to deploy a custom tool server for AI agents with Ink MCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors