MCP Directory

timergy-app/timergy

GitHub
Other

Create scheduling polls (like Doodle/When2Meet) from AI agents. No auth required. Tools: `create_poll`, `get_poll`, `vote_on_poll`, `get_results`, `finalize_poll`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y timergy

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from timergy-app/timergy your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "timergy": {
      "command": "npx",
      "args": [
        "-y",
        "timergy"
      ]
    }
  }
}

Route timergy-app/timergy intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add timergy

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use timergy-app/timergy directly without routing

npx -y timergy

New to Agent-CoreX? View setup guide →

timergy-app/timergy MCP Server — Agent-CoreX