JorgeRodriguesSweep/sweepMCP
If you are the rightful owner of sweepMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The CloudSweep Backend Query MCP Server is a Model Context Protocol server that facilitates interaction between the CloudSweep front-end and the CloudSweepData backend, enabling intelligent code exploration and database querying.
Tools
Functions exposed to the LLM to take actions
ping
Verify server status and configuration
list_api_routers
List all FastAPI router files
search_api_endpoints
Search for API endpoints
get_endpoint_schema
Get detailed endpoint schema
list_pydantic_models
List Pydantic BaseModel classes
get_pydantic_model
Get detailed Pydantic model info
list_sqlalchemy_models
List SQLAlchemy ORM models
get_sqlalchemy_model
Get detailed ORM model info
list_swagger_files
List all OpenAPI spec files
get_swagger_spec
Get complete OpenAPI specification
search_swagger_endpoints
Search endpoints across all specs
get_swagger_schema
Get component schema definition
list_documentation
List all markdown documentation files
search_docs
Search documentation content
get_doc_content
Get full markdown file content
get_doc_sections
Get document section structure
get_settings_schema
Get Settings class definition and schema
list_env_files
List environment configuration files
get_env_vars
Parse environment variables (example files only)
search_config
Search configuration usage across codebase
search_code
Search code with regex
find_files
Find files by name pattern
find_symbol
Find function/class definitions
get_file_stats
Get file metadata and statistics
list_databases
List all databases in PostgreSQL instance
list_schemas
List all schemas in a database
list_tables
List all tables with row counts and sizes
get_table_schema
Get table structure with columns, indexes, foreign keys
query_table_sample
Get sample rows from a table
execute_query
Execute read-only SQL queries (SELECT, SHOW, DESCRIBE only)
execute_remote_command
Execute bash commands on remote EC2 instance (remote mode only)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client