Back to Home
404-notfound-red icon

router-mcp

Verified Safe

by 404-notfound-red

Overview

A unified Model Context Protocol (MCP) server that provides a single interface to multiple backend services, reducing configuration and offering smart routing to APIs like ClickUp, Notion, GitHub, Slack, n8n, Gemini, and QuickBooks.

Installation

Run Command
node dist/index.js

Environment Variables

  • CLICKUP_API_KEY
  • CLICKUP_TEAM_ID
  • NOTION_API_KEY
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • SLACK_BOT_TOKEN
  • N8N_API_URL
  • N8N_API_KEY
  • GOOGLE_API_KEY
  • QUICKBOOKS_CLIENT_ID
  • QUICKBOOKS_CLIENT_SECRET
  • QUICKBOOKS_REFRESH_TOKEN
  • QUICKBOOKS_REALM_ID

Security Notes

The server follows good practices for handling sensitive information by exclusively relying on environment variables for API keys and credentials, preventing hardcoded secrets. Input validation is performed using Zod schemas for incoming requests. The Gemini backend includes explicit checks to prevent indexing of sensitive file paths and restricts QuickBooks `query` action to `SELECT` statements only. Automatic retry logic and error classification enhance robustness. A minor discrepancy exists where the README suggests `GITHUB_TOKEN` but the code explicitly looks for `GITHUB_PERSONAL_ACCESS_TOKEN` for GitHub authentication, which could lead to initial setup confusion.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

MCPRouterAPI IntegrationProductivityAutomationAI Tools