aminehd/interview-mcp-servers
3.2
If you are the rightful owner of interview-mcp-servers 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 simple MCP (Model Context Protocol) server for the interview platform.
Tools
4
Resources
0
Prompts
0
Interview MCP Servers
A simple MCP (Model Context Protocol) server for the interview platform.
Features
This MCP server provides the following tools:
add: Add two numbers togethersubtract: Subtract two numbersmultiply: Multiply two numbersgreet: Simple greeting function for the interview platform
Development
Install dependencies:
poetry install
Run the server locally:
poetry run python -m interview_mcp_servers.server
Deployment
The server is designed to be deployed to Google Cloud Run. See the main deployment package for deployment instructions.
Usage
Once deployed, the MCP server will be available at:
- HTTP endpoint:
https://your-service-url/mcp(for streamable-http transport)
Connect using any MCP client to interact with the available tools.