Turn any application into AI-ready MCP tools in minutes.
The local-first, zero-rewrite bridge connecting existing REST APIs, OpenAPI specifications, and Node.js backends directly to Claude, Cursor, ChatGPT, and Gemini.
███████╗██████╗ ██╗██████╗ █████╗ ██╗ ██╗██╗ ██╗ ██╔════╝██╔══██╗██║██╔══██╗██╔══██╗╚██╗ ██╔╝╚██╗ ██╔╝ █████╗ ██████╔╝██║██║ ██║███████║ ╚████╔╝ ╚████╔╝ ██╔══╝ ██╔══██╗██║██║ ██║██╔══██║ ╚██╔╝ ╚██╔╝ ██║ ██║ ██║██║██████╔╝██║ ██║ ██║ ██║ ╚═╝ ╚═╝ ╚═╝╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
The difference
With Fridayy vs. Without Fridayy
Same backend. Two very different weeks.
Development Time
< 60 seconds. Automatic discovery generates standard tools instantly.
Codebase Impact
Zero code rewriting. Reads OpenAPI specs or existing routes non-invasively.
Destructive Security
3-Tier Risk Engine. Destructive endpoints default to BLOCKED until human review.
Secret Management
Zero-Leak Isolation. Secrets load exclusively via runtime FRIDAYY_* env variables.
Schema Compatibility
Automated Normalization. Translates everything into strict JSON Schema Draft-7.
AI Autonomous Setup
Point-and-Play (point/). Point AI to point/AI_INSTRUCTIONS.md for auto-setup.
Under the hood
A five-stage pipeline
From raw routes to an approved, audited MCP server.
Capabilities
Everything the bridge needs
Discovery, security, transport and observability — batteries included.
Automated Capability Discovery
Scans OpenAPI specs (openapi.yaml, swagger.json) or parses AST route trees in Express, Fastify and Koa projects to find every endpoint automatically.
3-Tier Zero-Trust Classification
Every detected tool is classified before an AI can touch it.
- READ
GET /productsPre-approved - WRITE
POST /ordersPending check - DESTRUCTIVE
DELETE /accountBlocked
{ "tool": "delete_account", "status": "BLOCKED" }
Zero-Leak Secret Isolation
Never put API keys or Bearer tokens in LLM prompts. Credentials resolve at execution time from FRIDAYY_API_KEY and FRIDAYY_BEARER_TOKEN.
Autonomous AI Guidance (@point/)
Drop Fridayy into any codebase. Reference @point/AI_INSTRUCTIONS.md and Cursor or Claude configures and runs the whole MCP pipeline itself.
Dual Transport MCP Engine
Stdio for local clients like Claude Desktop and Cursor IDE. SSE over HTTP for remote agents, background workers and webhooks.
Rate Limiting & Tamper-Evident Audit Log
Sliding-window rate limiters prevent API exhaustion, while JSONL audit logging records every tool call, caller identity and sanitized response.
CLI workflow
Five commands to a live MCP server
Human-in-the-loop by design — nothing ships to an AI without your approval.
Initialize
Creates fridayy.config.json with detected API sources and environments.
npx fridayy initAI client setup
Connect your assistant
Copy a config, restart the client, and your API is a tool.
{
"mcpServers": {
"my-backend": {
"command": "npx",
"args": ["fridayy", "start"],
"env": {
"FRIDAYY_API_KEY": "your_secret_api_key"
}
}
}
}Let the agent set itself up
Point Cursor or Claude at the instructions file in the repo and it will scan, generate, review and test your MCP server autonomously.
Read @point/AI_INSTRUCTIONS.md and set up Fridayy for this repository.Creator & story
Built by Sabarivasan

Sabarivasan
Full Stack | Agent Orchestrator | Cross-Platform Engineer
I work hands-on across the stack, turning product ideas into production-ready features, optimizing performance, and shipping code that's meant to scale, not just "work."
Support
Keep Fridayy open & independent
Sponsorship funds new adapters, security audits and MCP protocol upgrades.
Individual Supporter
$5/mo
Name listed in the GitHub README and website hall of fame.
Pro Developer
$20/mo
Priority support and early access to new adapters.
Enterprise Sponsor
$250/mo
Logo on the website header, priority features, direct Slack/Discord access.
FAQ
Frequently asked questions
MIT Licensed — 100% free for commercial and personal use. © 2026 Sabarivasan.