Skip to main content
Glama
vinoth322006

Unstop MCP Server

by vinoth322006

Unstop MCP Server

Hey there! Welcome to the Unstop MCP Server.

I built this project to act as a bridge between the Model Context Protocol (MCP) and Unstop's platform. Essentially, this server gives your favorite AI assistants (like Claude Desktop or Cursor) the "hands" and "eyes" to discover contests, track user participation, and pull analytics directly from Unstop.

(Note: Since there isn't an official public API for Unstop just yet, this project currently runs on some mocked data to demonstrate how the integration would work perfectly in the real world!)

What can it do?

Once connected to your AI, it can do things like:

  • Discover Contests: Filter through open hackathons, coding challenges, and designathons.

  • Track Participation: Check up on a specific user to see what they've registered for.

  • Pull Analytics: Grab average scores and participant counts for a specific contest.

  • Read the Rules: The AI can literally read the platform rules before helping you out.

Related MCP server: SpyNet

How to get it running

It's super simple to spin up locally on your machine.

  1. Clone the repo and hop into the directory.

  2. Set up a virtual environment (optional but highly recommended!):

    python -m venv venv
    # On Windows:
    .\venv\Scripts\activate
    # On Mac/Linux:
    source venv/bin/activate
  3. Install the requirements:

    pip install -r requirements.txt
  4. Run the server!:

    python run.py

By default, it runs using stdio (which is exactly what local AI apps want). If you want to run it over a web server instead, just run python run.py --transport sse.

Connecting to Claude Desktop

If you use Claude Desktop, you can plug this right in. Just copy the JSON from claude_desktop_config.json and paste it into your Claude configuration file (usually located at %APPDATA%\Claude\claude_desktop_config.json on Windows).

Restart Claude, and you'll see a neat little hammer icon showing your new Unstop tools!


Feel free to poke around the code in tools.py if you want to add your own features. Happy coding! 🎉

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to configure and manage session-based REST and WebSocket mock servers for application development and testing. It allows for dynamic endpoint setup, request history inspection, and real-time WebSocket communication through natural language commands.
    8
  • A
    license
    B
    quality
    C
    maintenance
    Enables users to discover and search for Unstop hackathons through features like filtering, location-based discovery, and detailed event enrichment. It provides MCP tools and prompts that allow LLMs to compare events, plan searches, and access cached data for fast lookups.
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to interact with the AeroEduVision platform, allowing exam generation, course management, knowledge graph queries, and student progress tracking through natural language commands.
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinoth322006/unstop-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server