Examples

MCP Server

Deploy your own MCP server

Prompt

Prompt

Build an MCP server in TypeScript that provides tools for querying a public weather API. Include tools for current weather and forecast. Deploy it to Ink so I can use it from Claude Code.

What happens

  1. Agent builds an MCP server using the @modelcontextprotocol/sdk package
  2. Implements tool handlers for weather queries
  3. Deploys to Ink
  4. You can add the deployed URL as an MCP server in any client

Build details

SettingValue
Build packAuto-detect (Node.js)
Port3000

On this page