mcp-master-server

Kryptoxotis/mcp-master-server

3.2

If you are the rightful owner of mcp-master-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A consolidated Model Context Protocol (MCP) server providing unified access to GitHub, Notion, and Vercel APIs through a single endpoint, designed for integration with ElevenLabs conversational AI agents.

Tools
  1. github_list_repos

    List GitHub repositories

  2. github_create_issue

    Create a new issue

  3. github_list_issues

    List issues in a repository

  4. notion_list_databases

    List accessible databases

  5. notion_query_database

    Query a specific database

  6. notion_create_page

    Create a new page

  7. vercel_list_projects

    List Vercel projects

  8. vercel_list_deployments

    List deployments

  9. vercel_get_deployment

    Get deployment details

Master MCP Server

A consolidated Model Context Protocol (MCP) server that provides unified access to GitHub, Notion, and Vercel APIs through a single endpoint. Designed for integration with ElevenLabs conversational AI agents.

Features

GitHub Integration

  • List repositories
  • Create and list issues
  • Repository management

Notion Integration

  • List databases
  • Query database contents
  • Create pages

Vercel Integration

  • List projects
  • List deployments
  • Get deployment details

Deployment

This server is deployed on Vercel and provides both SSE (Server-Sent Events) and HTTP streamable endpoints for MCP integration.

Environment Variables

Required environment variables:

  • GITHUB_ACCESS_TOKEN - GitHub personal access token
  • NOTION_API_TOKEN - Notion integration token
  • VERCEL_ACCESS_TOKEN - Vercel API token

API Endpoints

Health Check

GET /health

MCP Server-Sent Events

GET /mcp/sse

MCP HTTP Streamable

POST /mcp/http

ElevenLabs Integration

This server is designed to work with ElevenLabs conversational AI agents. Use the SSE endpoint for real-time communication.

Available Tools

GitHub Tools

  • github_list_repos - List GitHub repositories
  • github_create_issue - Create a new issue
  • github_list_issues - List issues in a repository

Notion Tools

  • notion_list_databases - List accessible databases
  • notion_query_database - Query a specific database
  • notion_create_page - Create a new page

Vercel Tools

  • vercel_list_projects - List Vercel projects
  • vercel_list_deployments - List deployments
  • vercel_get_deployment - Get deployment details

Local Development

npm install
npm run build
npm start

License

MIT