Open App
Standard Model Context Protocol Server

Autonomous AI Gateway for
Enterprise Operations

Connect Claude, Cursor, Antigravity, and custom LLM agents directly to your enterprise HRM, Kanban tasks, active sprints, bug tracking, and real-time operations over standard SSE and Streamable HTTP.

OAuth 2.1 & Scopes

Granular scope consent so AI agents only execute actions authorized by the user's role.

Streamable HTTP & SSE

High-performance bidirectional event streams and stateless RPC execution via /mcp.

Natural AI Workflows

Execute everyday workplace operations by chatting naturally with your favorite AI agent.

Zero-Trust Isolation

Strict multi-tenant isolation with PostgreSQL schema guards and authenticated session tokens.

What You Can Do

Turn Everyday Work into Natural AI Conversations

Instead of clicking through multiple enterprise tabs, ask your AI assistant in plain English. CORE MCP safely queries data, updates project boards, and triggers actions with your exact permissions.

Tasks & Todos

Orchestrate Tasks & Todos

Create, reassign, reprioritize, and close tasks directly from your chat. Add status comments and manage your daily personal checklists.

Move tasks across Kanban stages (To Do, In Progress, Review, Done)
Check overdue items and daily checklist priorities
Try saying:

"Create a high-priority task for API performance profiling and assign it to me."

Sprints & Projects

Track Projects & Sprints

Stay on top of active sprints, project deliverables, epics, milestones, and release roadmaps without leaving your coding editor.

Query active sprint deliverables and remaining backlog
Get high-level status summaries of project phases & epics
Try saying:

"What is the status of our current sprint and which deliverables are due this week?"

Leave & HR

Manage Leave & Approvals

Instant leave balance inquiries, vacation requests, and manager approval workflows handled completely over conversation.

Check available sick, casual, and earned leave balances
Submit leave applications or review pending team approvals
Try saying:

"Apply for 2 days casual leave next Thursday and Friday with reason: Family event."

Attendance & Timers

Clock In, Out & Work Timers

Automate daily attendance, start live project work timers, and log hourly timesheets mapped to tasks and tickets.

Clock in/out and view today's attendance summary
Start/stop timers and query weekly hour breakdowns
Try saying:

"Clock in for the day and start a timer on the Backend Refactoring project."

Bug Tracking

File & Resolve Bugs

Report issues directly as you debug, update bug severity and reproducibility notes, and close tickets with resolution comments.

Create detailed bug tickets with steps to reproduce and stacktraces
Query unresolved bugs assigned to your current team or sprint
Try saying:

"File a critical bug: OAuth authorization redirect times out when state parameter is long."

Directory & News

Directory & Announcements

Look up teammates, reporting hierarchies, department points of contact, and catch up on company-wide news broadcasts.

Find colleagues by department, designation, or skill
Read pinned company broadcasts and upcoming holiday calendar
Try saying:

"Who is the lead engineer for Frontend and what are the latest company announcements?"

Integration Guide

Connect AI Clients in Seconds

Add CORE MCP server to your local desktop client or development environment.

Location: ~/Library/Application Support/Claude/claude_desktop_config.json Endpoint: https://mcp.core.dsvasudev.in/mcp
Security & Governance

OAuth 2.1 Specification Endpoints

Standards-compliant endpoints for user authentication, token minting, and dynamic client registration.

GET Public Discovery
/.well-known/oauth-authorization-server

RFC 8414 metadata discovery document for AI clients.

POST Dynamic Registration
/oauth/register

RFC 7591 dynamic client registration endpoint.

GET / POST User Consent
/oauth/authorize

Interactive consent flow with category-level scope approval.

POST Token Exchange
/oauth/token

Exchanges PKCE authorization code for scoped RSA-signed Bearer JWT.