AI agent tool reliability // full index
Categories
knowledge 4724 · data 4695 · other 2774 · finance 2690 · search 2127 · security 1065 · communication 933 · ml 828 · retrieval 759 · web 617 · media 605 · productivity 564 · devops 480 · code 453 · files 336 · database 249 · payments 187 · blockchain 143 · research 112 · analytics 99 · email 96 · compliance 82 · ecommerce 61 · calendar 49 · marketing 48 · crm 34 · seo 27 · news 26 · social 26 · advertising 26 · browser 22 · storage 12 · automation 11 · project management 11 · cms 11 · health 10 · memory 9 · monitoring 9 · subscriptions 8 · observability 7 · billing 7 · marketplace 6 · network 6 · discovery 6 · hiring 5 · admin 4 · subscription 4 · settings 4 · weather 4 · accounting 4 · legal 3 · authentication 3 · defi 3 · sales 3 · hr 3 · api 2 · booking 2 · design 2 · usage 2 · alignment 2
Tools
- mcp-registry/ai.contextstudios/mcp/search_comparisons Search comparisons
- mcp-registry/ai.contextstudios/mcp/list_location_pages List location pages
- mcp-registry/ai.contextstudios/mcp/ai_project_estimator AI project estimator app
- mcp-registry/com.dropwarp/mcp/send_file Upload a file (by path or inline content) and return a download link
- mcp-registry/com.dropwarp/mcp/list_files List files currently stored under your key
- mcp-registry/com.dropwarp/mcp/delete_file Delete a stored file by id
- mcp-registry/io.github.juancf/scrcpy-mcp/stop_session Stop the scrcpy session. Tools fall back to ADB.
- mcp-registry/io.github.juancf/scrcpy-mcp/start_video_stream Start an HTTP MJPEG video stream and open an ffplay viewer window. Auto-starts a scrcpy session if needed.
- mcp-registry/io.github.juancf/scrcpy-mcp/stop_video_stream Stop the video stream and close the viewer window.
- mcp-registry/io.github.juancf/scrcpy-mcp/device_list List all connected devices with serial, state, and model
- mcp-registry/io.github.juancf/scrcpy-mcp/screen_on Wake the device screen
- mcp-registry/io.github.juancf/scrcpy-mcp/screen_off Turn the screen off
- mcp-registry/io.github.juancf/scrcpy-mcp/rotate_device Rotate the screen (requires active session)
- mcp-registry/io.github.juancf/scrcpy-mcp/expand_settings Pull down the quick settings panel (requires active session)
- mcp-registry/io.github.juancf/scrcpy-mcp/collapse_panels Collapse notification/settings panels (requires active session)
- mcp-registry/io.github.juancf/scrcpy-mcp/screenshot Capture the screen and return it as an image. ~33ms with scrcpy, ~500ms via ADB.
- mcp-registry/io.github.juancf/scrcpy-mcp/tap Tap at screen coordinates
- mcp-registry/io.github.juancf/scrcpy-mcp/swipe Swipe from one point to another
- mcp-registry/io.github.juancf/scrcpy-mcp/long_press Long press at coordinates
- mcp-registry/io.github.juancf/scrcpy-mcp/drag_drop Drag from one point to another
- mcp-registry/io.github.juancf/scrcpy-mcp/key_event Send a key event: HOME, BACK, ENTER, VOLUME_UP, VOLUME_DOWN, POWER, etc.
- mcp-registry/io.github.juancf/scrcpy-mcp/app_stop Force-stop an app
- mcp-registry/io.github.juancf/scrcpy-mcp/app_install Install an APK from the host machine
- mcp-registry/io.github.juancf/scrcpy-mcp/app_uninstall Uninstall an app
- mcp-registry/io.github.juancf/scrcpy-mcp/app_list List installed packages, optionally filter by name or system/third-party
- mcp-registry/io.github.juancf/scrcpy-mcp/app_current Get the current foreground app and activity
- mcp-registry/io.github.juancf/scrcpy-mcp/ui_dump Dump the full UI hierarchy as XML
- mcp-registry/io.github.juancf/scrcpy-mcp/ui_find_element Find elements by text, resource ID, class name, or content description. Returns tap coordinates.
- mcp-registry/io.github.juancf/scrcpy-mcp/shell_exec Execute an arbitrary ADB shell command and return the output
- mcp-registry/io.github.juancf/scrcpy-mcp/file_push Push a file from the host machine to the device
- mcp-registry/io.github.juancf/scrcpy-mcp/file_pull Pull a file from the device to the host
- mcp-registry/io.github.juancf/scrcpy-mcp/start_session Start a scrcpy session. When active, input and screenshots use the fast path (10-50x faster).
- mcp-registry/io.github.juancf/scrcpy-mcp/device_info Get model, Android version, screen size, SDK level, battery
- mcp-registry/io.github.juancf/scrcpy-mcp/expand_notifications Pull down the notification panel (requires active session)
- mcp-registry/io.github.juancf/scrcpy-mcp/screen_record_start Start recording the screen to a file on the device
- mcp-registry/io.github.juancf/scrcpy-mcp/screen_record_stop Stop recording and optionally pull the file to the host
- mcp-registry/io.github.juancf/scrcpy-mcp/input_text Type a text string into the focused field
- mcp-registry/io.github.juancf/scrcpy-mcp/scroll Scroll at a position (dx=horizontal, dy=vertical)
- mcp-registry/io.github.juancf/scrcpy-mcp/app_start Launch an app by package name. Prefix with + to force-stop before launch.
- mcp-registry/com.gammainfra/mcp-server/list_models Returns the full model catalog including direct-pin slugs, per-token pricing, and capability flags.
- mcp-registry/com.gammainfra/mcp-server/get_balance Returns managed and optionally BYOK balance.
- mcp-registry/com.gammainfra/mcp-server/get_status Returns GammaInfra's current overall health, per-provider state and live p50 latency, and 24h request count.
- mcp-registry/com.gammainfra/mcp-server/chat_completions Send a chat completion request and receive the model response plus routing metadata.
- mcp-registry/com.gradusmusic/notation/notation_render JSON score → SVG + MusicXML + MIDI in one call
- mcp-registry/com.gradusmusic/notation/notation_validate Pre-flight validate input shape (cheaper than render)
- mcp-registry/com.gradusmusic/notation/notation_examples Canonical input examples (cache and reuse)
- mcp-registry/com.gradusmusic/notation/notation_schema JSON Schema for the input shape (cache and reuse)
- mcp-registry/com.gradusmusic/notation/theory_parse_xml Parse a MusicXML string → maestroAnalyst Score JSON
- mcp-registry/com.gradusmusic/notation/theory_validate_ranges Check every note in a Score against its instrument's practical range
- mcp-registry/com.gradusmusic/notation/theory_pitch_utils Pure-function pitch arithmetic: midi_to_pitch, pitch_to_midi, interval_name, transpose_pitch
- mcp-registry/com.gradusmusic/notation/knowledge_search Look up music-theory chunks before generating notation
- mcp-registry/com.gradusmusic/notation/theory_analyze_score Parse MusicXML → full harmonic analysis + GKB knowledge chunks in one call
- mcp-registry/com.gradusmusic/notation/theory_respell Suggest preferred enharmonic spelling for pitches in a key context
- mcp-registry/ai.adeu/adeu/read_docx Reads a DOCX file and returns LLM-friendly text with inline CriticMarkup for Tracked Changes and Comments.
- mcp-registry/ai.adeu/adeu/process_document_batch Applies a batch of search-and-replace text modifications, table edits, and comment replies to a document.
- mcp-registry/ai.adeu/adeu/accept_all_changes Accepts all tracked changes and removes all comments to produce a finalized clean document.
- mcp-registry/ai.adeu/adeu/diff_docx_files Compares two DOCX files and returns a unified sub-word diff of their text content.
- mcp-registry/ai.adeu/adeu/finalize_document Prepares a document for signature by applying native OOXML read-only locking and deep metadata sanitization.
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_patient Register a new patient with demographics and insurance
- mcp-registry/com.jamesrosingmd/tebra/tebra_update_patient Update patient demographics, contact info, or insurance
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_appointments Search appointments by date range, provider, or patient
- mcp-registry/com.jamesrosingmd/tebra/tebra_update_appointment Update, reschedule, or cancel an existing appointment
- mcp-registry/com.jamesrosingmd/tebra/tebra_delete_appointment Permanently delete an appointment
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_appointment_reasons List configured appointment types/reasons for the practice
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_appointment_reason Create a new appointment type/reason
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_encounter Get encounter details with linked charges, diagnoses, and procedures
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_charges Search charges with 20+ filters (date, patient, provider, status)
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_payment Post a payment to a patient account
- mcp-registry/com.jamesrosingmd/tebra/tebra_check_insurance_eligibility Check eligibility from on-file insurance data
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_providers List all providers with IDs, specialties, and NPI numbers
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_service_locations List practice locations with addresses and contact info
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_practices Get practice metadata (name, tax ID, billing info)
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_procedure_codes Get procedure code catalog with descriptions and default fees
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_document Upload a document (PDF, image) to a patient's chart
- mcp-registry/com.jamesrosingmd/tebra/tebra_delete_document Remove a document from a patient's chart
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_transactions Get granular transaction data for financial reporting
- mcp-registry/com.jamesrosingmd/tebra/tebra_validate_connection Health check -- verifies SOAP credentials and connectivity
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_throttles Get current API rate limit status and remaining quota
- mcp-registry/com.jamesrosingmd/tebra/tebra_register_external_vendor Register an external vendor for ID linking
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_external_vendors List registered external vendors
- mcp-registry/com.jamesrosingmd/tebra/tebra_update_patient_external_id Link an external system ID to a Tebra patient
- mcp-registry/com.jamesrosingmd/tebra/tebra_update_patient_case Update a patient's case details
- mcp-registry/com.jamesrosingmd/tebra/tebra_fhir_get_medications Active and historical medication list
- mcp-registry/com.jamesrosingmd/tebra/tebra_fhir_get_conditions Problem list
- mcp-registry/com.jamesrosingmd/tebra/tebra_search_patients Search patients by name, DOB, MRN, or external ID (20+ filters)
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_patient Get full patient record with insurance, cases, and authorizations
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_all_patients Bulk patient retrieval with pagination (for sync operations)
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_appointment_detail Get full appointment detail including reason, notes, and history
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_appointment Create an appointment (requires provider, location, reason IDs)
- mcp-registry/com.jamesrosingmd/tebra/tebra_create_encounter Create an encounter (superbill) with diagnoses and procedures
- mcp-registry/com.jamesrosingmd/tebra/tebra_update_encounter_status Workflow transitions: Draft -> Review -> Approved or Rejected
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_payments Search payment records with date and patient filters
- mcp-registry/com.jamesrosingmd/tebra/tebra_get_patient_authorizations Get all authorizations with status, remaining visits, and CPT codes
- mcp-registry/com.jamesrosingmd/tebra/tebra_fhir_get_allergies Patient allergy and intolerance list
- mcp-registry/at.baeck/nginx-proxy-manager/npm_list_hosts List all proxy hosts with domain, backend, SSL, and health status
- mcp-registry/at.baeck/nginx-proxy-manager/npm_get_host_config Get the generated nginx configuration for a proxy host
- mcp-registry/at.baeck/nginx-proxy-manager/npm_create_host Create a new proxy host
- mcp-registry/at.baeck/nginx-proxy-manager/npm_delete_host Delete a proxy host (requires explicit confirmation)
- mcp-registry/at.baeck/nginx-proxy-manager/npm_enable_host Enable a proxy host
- mcp-registry/at.baeck/nginx-proxy-manager/npm_disable_host Disable a proxy host
more →