
largest_mcp_hackathon
Making something security
Repository Info
About This Server
Making something security
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Auth Platform
An Okta-like authentication and authorization system for MCP servers that implements OpenID Connect for Agents (OIDC-A) 1.0 specification.
OIDC-A : https://subramanya.ai/2025/04/28/oidc-a-proposal/
Components
- Backend Service - Python-based authentication and authorization service
- SDK - Python client library for MCP server integration
Getting Started
Prerequisites
- Python 3.9+
- SQL Database (PostgreSQL/MySQL)
- pip
Installation
# Clone the repository
git clone <repository-url>
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies for the backend
cd backend
pip install -r requirements.txt
# Install dependencies for the SDK
cd ../sdk
pip install -r requirements.txt
Running the Services
# Start the backend service
cd backend
python app.py
Project Structure
/backend- Python-based authentication and authorization service/sdk- Python client library for MCP server integration/docs- Documentation/sql- SQL database scripts and schemas
Features
- User authentication and authorization
- Agent authentication and authorization (OIDC-A 1.0)
- Agent identity claims and verification
- Delegation chains and authority management
- Agent attestation and capability discovery
- Role-based access control
- Multi-factor authentication
- OAuth 2.0 and OpenID Connect support
- API token management
- User provisioning and deprovisioning
- Audit logging
Quick Start
Clone the repository
git clone https://github.com/harishsg993010/largest_mcp_hackathonInstall dependencies
cd largest_mcp_hackathon
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.