MCP Tool Directory

Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.

2684 tools indexed

All tools

30 of 2684 shown

BrandKarma /

resize_image

Remote

Resizes an existing image to fit within the given max dimensions, preserving aspect ratio. Creates a new image — the original is kept. Returns the new image URL.

Context7 /

resolve-library-id

Remote

Resolves a package/product name to a Context7-compatible library ID and returns a list of matching libraries. You MUST call this function before 'get-library-docs' to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query. Selection Process: 1. Analyze the query to understand what library/package the user is looking for 2. Return the most relevant match based on: - Name similarity to the query (exact matches prioritized) - Description relevance to the query's intent - Documentation coverage (prioritize libraries with higher Code Snippet counts) - Trust score (consider libraries with scores of 7-10 more authoritative) Response Format: - Return the selected library ID in a clearly marked section - Provide a brief explanation for why this library was chosen - If multiple good matches exist, acknowledge this but proceed with the most relevant one - If no good matches exist, clearly state this and suggest query refinements For ambiguous queries, request clarification before proceeding with a best-guess match.

Clay /

restore_contact

Remote

Restore a archived contact record in Clay. This endpoint should only be used when you need to restore a contact.

Supabase Auth /

restore_project

Remote

Restores a Supabase project.

MLB Stats /

reverse_lookup_player

Remote

Retrieve a table of player information given a list of player ids :param player_ids: list of player ids :type player_ids: list :param key_type: name of the key type being looked up (one of "mlbam", "retro", "bbref", or "fangraphs") :type key_type: str :rtype: :class:`pandas.core.frame.DataFrame`

StacksFinder /

revoke_api_key

Remote

Revoke an API key. This action cannot be undone.

Reddit /

run_full_agentic_onboarding

Remote

Execute the full staged onboarding flow end-to-end in one call. Intended for zero-context agents that want a safe default path. This tool orchestrates: - prompt-pack version + ack - clarifications (questions/mode/answers) - conversation (mode/transcript/extract) - artifact validation + writes - targeting submit (+ optional approve) - readiness snapshot Requirements: - `clarifying_questions` must have exactly 3 items - pass valid schema payloads for artifacts/targeting On partial failure, returns `failed_stage`, `retry_hint`, and completed stages.

GitHub /

run_secret_scanning

Remote

Scan files, content, or recent changes for secrets such as API keys, passwords, tokens, and credentials. This tool is intended for targeted scans of specific files, snippets, or diffs provided directly as content. It accepts file contents or diffs and returns detected secrets with their locations and related secret scanning metadata. Content must not be empty. For full repository scanning, other mechanisms are available. Caveats: - Only files within the codebase should be scanned. Files outside of the codebase should not be sent. - Files listed in .gitignore should be skipped.

Reddit /

sales_control_tower

Remote

Command-center summary for a client: products, campaign health, close-rate, and recommendations. Best first operational tool after login when the user asks for "what should we do next?"

Datadog /

saved_queries

Remote

Manage your personal library of reusable SELECT queries. action=save stores a query by name; action=run executes a saved query; action=list returns all your saved queries; action=delete removes one. [BUILD tier]

Supabase Auth /

sb_call_function

Remote

Call a stored PostgreSQL function (RPC) in Supabase. Use method=GET for immutable functions, POST for volatile ones (default).

Supabase Auth /

sb_create_bucket

Remote

Create a new storage bucket in Supabase. Set public=true for publicly accessible files. Optionally set file size limit and allowed MIME types.

Supabase Auth /

sb_create_project

Remote

Create a new Supabase project. Requires organization ID, region, and database password. Project creation takes a few minutes.

Supabase Auth /

sb_create_secrets

Remote

Create or update secrets (environment variables) for a Supabase project. If a secret with the same name exists, it will be overwritten.

Supabase Auth /

sb_create_signed_url

Remote

Create a temporary signed URL for a private storage object. The URL expires after the specified duration.

Supabase Auth /

sb_create_user

Remote

Create a new user in Supabase Auth. Set email_confirm=true to skip email verification. Use app_metadata for admin-controlled data (roles, permissions).

Supabase Auth /

sb_delete_bucket

Remote

Delete a storage bucket from Supabase. The bucket must be empty before deletion. Use sb_delete_objects to remove files first.

Supabase Auth /

sb_delete_objects

Remote

Delete one or more objects from a Supabase storage bucket. Provide an array of file paths to delete.

Supabase Auth /

sb_delete_records

Remote

Delete records from a Supabase table matching a filter. Filter is REQUIRED to prevent accidental full-table deletion. Use sb_list_records first to verify which records will be deleted.

Supabase Auth /

sb_delete_secrets

Remote

Delete secrets (environment variables) from a Supabase project by name.

Supabase Auth /

sb_delete_user

Remote

Delete a user from Supabase Auth. This permanently removes the user and all their auth data.

Supabase Auth /

sb_get_function

Remote

Get details of a specific Edge Function by slug. Returns function metadata, status, version, and entry point.

Supabase Auth /

sb_get_project

Remote

Get details of a specific Supabase project by reference ID. Returns name, region, status, database host, and API URL.

Supabase Auth /

sb_get_typescript_types

Remote

Generate TypeScript type definitions from the Supabase project database schema. Useful for type-safe database access.

Supabase Auth /

sb_get_user

Remote

Get a single user by ID from Supabase Auth. Returns full user details including metadata, identities, and last sign-in.

Supabase Auth /

sb_insert_records

Remote

Insert one or more records into a Supabase table. Pass a single object or an array of objects. Use return=representation to get the created records back.

Supabase Auth /

sb_list_api_keys

Remote

List API keys for a Supabase project. Returns anon key, service_role key, and any custom keys with their names and roles.

Supabase Auth /

sb_list_buckets

Remote

List all storage buckets in the Supabase project. Returns bucket name, public status, size limits, and allowed MIME types.

Supabase Auth /

sb_list_functions

Remote

List all Edge Functions deployed to a Supabase project. Returns function slug, name, status, and creation date.

Supabase Auth /

sb_list_migrations

Remote

List database migrations for a Supabase project. Shows migration version, name, and status.