Kryptoxotis/mcp-master-server
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.
github_list_repos
List GitHub repositories
github_create_issue
Create a new issue
github_list_issues
List issues in a repository
notion_list_databases
List accessible databases
notion_query_database
Query a specific database
notion_create_page
Create a new page
vercel_list_projects
List Vercel projects
vercel_list_deployments
List deployments
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 tokenNOTION_API_TOKEN
- Notion integration tokenVERCEL_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 repositoriesgithub_create_issue
- Create a new issuegithub_list_issues
- List issues in a repository
Notion Tools
notion_list_databases
- List accessible databasesnotion_query_database
- Query a specific databasenotion_create_page
- Create a new page
Vercel Tools
vercel_list_projects
- List Vercel projectsvercel_list_deployments
- List deploymentsvercel_get_deployment
- Get deployment details
Local Development
npm install
npm run build
npm start
License
MIT