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
- Agent builds an MCP server using the
@modelcontextprotocol/sdkpackage - Implements tool handlers for weather queries
- Deploys to Ink
- You can add the deployed URL as an MCP server in any client
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js) |
| Port | 3000 |