alxgntv

Upvote.club — Remote MCP Server

Community alxgntv
Updated

Remote Streamable HTTP MCP for Upvote.club

Upvote.club — Remote MCP Server

Streamable HTTP MCP server for Claude.ai custom connectors.

Per Anthropic remote MCP docs: add https://YOUR-HOST/mcp in Settings → Connectors → Add custom connector, with X-API-Key request header (upv_...).

Run locally

cd upvote-club-mcp/remote
npm install
UPVOTE_API_KEY=upv_... npm start
# → http://localhost:8787/mcp
curl http://localhost:8787/health

Test with tunnel

npx cloudflared tunnel --url http://localhost:8787
# Add the HTTPS URL + /mcp as custom connector in Claude.ai

Auth modes

  1. Per-user (recommended): Claude sends X-API-Key: upv_... on every request (Request headers in connector settings).
  2. Server default: Set UPVOTE_API_KEY env var on the host (single shared key — not for production multi-tenant).

Deploy (Heroku example)

cd upvote-club-mcp/remote
heroku create upvote-club-mcp --buildpack heroku/nodejs
git subtree push --prefix upvote-club-mcp/remote heroku main

Or deploy as a separate Heroku app pointing at this folder.

Environment

Variable Default Description
PORT 8787 HTTP port
BIND_HOST 0.0.0.0 Bind address
UPVOTE_API_URL https://api.upvote.club Backend API
UPVOTE_API_KEY Optional fallback API key

Tools

All 7 Public API tools — see ../docs/ENDPOINT_MAP.md.

Security

  • Use HTTPS in production
  • Prefer per-user X-API-Key headers over a shared env key
  • Do not expose without TLS

Privacy

Proxies requests to https://api.upvote.club only. https://upvote.club/privacy-policy

MCP Server · Populars

MCP Server · New

    markifact

    Markifact, the universal marketing MCP server

    MCP server for Google Ads, Meta Ads, GA4, TikTok Ads, and LinkedIn Ads. Manage 300+ ad operations from Claude, ChatGPT, Gemini, Cursor, or any AI client. Human-in-the-loop on every write.

    Community markifact
    BentleySystems

    OpenSTAAD MCP Server

    openstaad-mcp is an MCP Server enabling AI Agents to interact with STAAD.Pro

    Community BentleySystems
    Hyperion-GPU

    ProofFlow

    MCP Server

    Community Hyperion-GPU
    t8y2

    dbx

    20 MB lightweight cross-platform database client for 70+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker. | 轻量级跨平台数据库管理工具,支持 MySQL、PostgreSQL、SQLite、Redis、MongoDB、达梦等 70+ 数据库,提供桌面端、Docker、CLI、内置 AI 助手和 MCP Server。

    Community t8y2
    alxgntv

    Substack API MCP

    MCP server for Substack posts (FastMCP + substack-api-client)

    Community alxgntv