HarborHarbor
DocumentationGuidesPlugins
All plugins

Tally MCP

Build and manage forms using natural language

MCPCategory: dataPopularity 70tally-mcp

Build and manage forms using natural language

Install

hrbr plugins install tally-mcp

Harbor connects to https://api.tally.so/mcp via http transport.

Quick start

hrbr exec 'return await tally_mcp.list({ limit: 5 })'

Or from a Function:

import { defineOrbitJob } from "@hrbr/orbit";

export default defineOrbitJob({
  name: "tally-mcp-example",
  handler: async (ctx) => {
    return await ctx.plugins.tally_mcp.list({ limit: 5 });
  },
});

Tools

Tool list is fetched at runtime from the MCP server. Search by intent before invoking:

hrbr plugins tools tally-mcp
hrbr tools search "<your intent>" --describe

Or open the dashboard plugin page for the live tool list.