PluginBench
MCP Server
Maintained
MIT

io.github.Shreyas-Profile/cron-mcp MCP Server

io.github.Shreyas-Profile/cron-mcp

What is the io.github.Shreyas-Profile/cron-mcp MCP server?

Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.

How to install io.github.Shreyas-Profile/cron-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization

    Bearer <apiKey> — get yours at https://cron.regiq.in after Google sign-in.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cron-mcp": {
      "url": "https://cron.regiq.in/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cron-mcp": {
      "serverUrl": "https://cron.regiq.in/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cron-mcp": {
      "type": "http",
      "url": "https://cron.regiq.in/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cron-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cron.regiq.in/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cron-mcp https://cron.regiq.in/api/mcp

Related MCP servers

Route HTTP requests through the Tor network. Rotating exit IPs, .onion support, no body logging.

1
TypeScript
MIT
View repository →

Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

0
TypeScript
MIT
View repository →

Vector RAG store for Word/Excel/PDF/PowerPoint. Break-even pricing, $5 per 5,700 pages.

0
TypeScript
MIT
View repository →

Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

0
TypeScript
MIT
View repository →