analyze_documentPranayK07/Visual Document Forensics MCP Server — Performs deterministic visual and structural analysis of PDF and DOCX documents, returning measurable evidence such as blur, OCR confidence,
ViewCodefledgling-mcp — View source matched by CSS selector with context lines
ReviewChangesfledgling-mcp — Change review: affected files and functions ranked by complexity
SearchProjectfledgling-mcp — Multi-source search across definitions, calls, and docs
verify_flet_codeflet-mcp-server — Verify AI-written Flet code against the installed flet (static + sandboxed execution with flet's own validators); line-numbered diagnostics.
get_flet_versionflet-mcp-server — Which flet version the tools read, and from where.
list_flet_apiflet-mcp-server — The installed flet's true __all__, grouped by category.
inspect_flet_controlflet-mcp-server — Exact current API of any control: properties, types, defaults, events, deprecations, full class source.
search_flet_sourceflet-mcp-server — Ranked grep across the installed flet sources.
read_flet_sourceflet-mcp-server — Numbered source of any flet module or a single class/function.
search_flet_iconsflet-mcp-server — Valid ft.Icons.* or ft.CupertinoIcons.* names.
search_flet_colorsflet-mcp-server — Valid ft.Colors.* constants, including shades.
delete_videodpansumisra/VideoReceiverMCP — Deletes a video from the server
receive_videodpansumisra/VideoReceiverMCP — Receives a base64 video, saves to received_videos/
download_videodpansumisra/VideoReceiverMCP — Downloads a video from the server as base64
create_projectlovablelabs/Lovable MCP — Create a new Lovable project in a workspace.
send_messagelovablelabs/Lovable MCP — Send a message to a project's AI agent and get a response.
get_difflovablelabs/Lovable MCP — Get the diff of changes made by a specific message.
list_workspaceslovablelabs/Lovable MCP — List workspaces the user has access to.
query_databaselovablelabs/Lovable MCP — Run SQL against the project's cloud database.
deploy_projectlovablelabs/Lovable MCP — Deploy a project to a public URL.
get_projectlovablelabs/Lovable MCP — Get details of a project, including latest commit SHA.
read_filelovablelabs/Lovable MCP — Read a file from a project at a specific git ref.
transcribe_from_urldouble2dev/freeaudiototext-mcp — Submits a YouTube or TikTok URL to FreeAudioToText for transcription. Returns a job_id.
transcribe_audiodouble2dev/freeaudiototext-mcp — Uploads a local audio or video file to FreeAudioToText for transcription. Supported formats: MP3, M4A, WAV, MP4, MOV, etc. Returns a job_id.
get_job_statusdouble2dev/freeaudiototext-mcp — Checks the status of a transcription job using its job_id. Use this to poll until status is 'completed'.
get_transcriptdouble2dev/freeaudiototext-mcp — Retrieves the full text transcript for a completed job, including speaker labels (diarization).
generate_ai_reportdouble2dev/freeaudiototext-mcp — Generates a deep AI structural analysis report (Summary, Action Items, Outline, or Speakers) for a completed transcript.
queryDarshika0712/MCP Server Suite — Execute read-only SQL (SELECT/WITH/EXPLAIN/PRAGMA)
insertDarshika0712/MCP Server Suite — Insert single or batch rows
updateDarshika0712/MCP Server Suite — Update rows (WHERE clause required)
deleteDarshika0712/MCP Server Suite — Delete rows (WHERE clause required)
list-tablesDarshika0712/MCP Server Suite — List all tables with optional row counts
describe-tableDarshika0712/MCP Server Suite — Get column info, types, constraints, indexes
create-tableDarshika0712/MCP Server Suite — Create new tables with schema definition
describe-ec2-instanceDarshika0712/MCP Server Suite — Full instance details including networking
fetch-pageDarshika0712/MCP Server Suite — Fetch page as text/html/markdown/metadata
extract-linksDarshika0712/MCP Server Suite — Extract links with internal/external filtering
extract-textDarshika0712/MCP Server Suite — Extract text via CSS selectors
list-s3-bucketsDarshika0712/MCP Server Suite — List all S3 buckets, optionally filter by prefix