Detects Actix framework usage in Rust projects through project structure inspection and dependency analysis.
Detects Composer package manager usage in PHP projects by analyzing composer.json files and dependencies.
Detects Django framework usage in Python projects through project structure inspection and dependency analysis.
Identifies .env configuration files in projects for environment variable management.
Detects Express framework usage in Node.js projects through project structure inspection and dependency analysis.
Detects FastAPI framework usage in Python projects through project structure inspection and dependency analysis.
Detects Flask framework usage in Python projects through project structure inspection and dependency analysis.
Detects Gin framework usage in Go projects through project structure inspection and dependency analysis.
Detects Gradle build tool usage in Java projects by analyzing build.gradle files.
Detects Laravel framework usage in PHP projects through project structure inspection and dependency analysis.
Detects NestJS framework usage in Node.js/TypeScript projects through project structure inspection and dependency analysis.
Detects Next.js framework usage in Node.js/TypeScript projects through project structure inspection and dependency analysis.
Detects Node.js runtime and analyzes package.json files for project configuration and dependencies.
Detects PHP language usage and analyzes composer.json files for project configuration.
Detects PostgreSQL database hints and usage in project configurations and dependencies.
Detects Pytest testing framework usage in Python projects through dependency analysis.
Detects Python language usage and analyzes requirements.txt and pyproject.toml files for project configuration and dependencies.
Detects React framework usage in Node.js/TypeScript projects through project structure inspection and dependency analysis.
Detects Rocket framework usage in Rust projects through project structure inspection and dependency analysis.
Detects Rust language usage and analyzes Cargo.toml files for project configuration and dependencies.
Detects Spring Boot framework usage in Java projects through project structure inspection and dependency analysis.
Detects Streamlit framework usage in Python projects through project structure inspection and dependency analysis.
Detects Symfony framework usage in PHP projects through project structure inspection and dependency analysis.
Analyzes TOML configuration files including pyproject.toml and Cargo.toml in projects.
Detects Vite build tool usage in Node.js/TypeScript projects through project structure inspection and dependency analysis.
QoutaMCP
MCP server for inspecting and analyzing project structures. Detects languages, frameworks, entry points, and dependencies.
Installation
Via NPX (Recommended)
Manual
MCP Client Configuration
Add to your MCP client config (e.g., mcp_config.json):
Or if installed locally:
Available Tools
1. inspect_project
Complete project snapshot - the primary tool for understanding a project.
Input:
Output:
2. detect_stack
Lightweight and fast stack detection.
Input:
Output:
3. list_key_files
List key files categorized by purpose.
Input:
Output:
Supported Languages
Language | Signature Files | Frameworks Detected |
Node.js/TS |
,
| React, Next.js, Express, Vite, NestJS |
Python |
,
| Flask, FastAPI, Django, Streamlit |
PHP |
| Laravel, Symfony |
Go |
| Gin, Fiber, Echo |
Java |
,
| Spring Boot |
Rust |
| Actix, Rocket, Axum |
Error Handling
All errors are returned as JSON:
License
ISC