[ agent capabilities ]

The 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.

[ 3127 tools indexed ]

[ all tools ]

30 / 3127

Zoho Recruit /

reviews.update

remote  ]

Update one or more Review records.

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.

Supabase Auth /

sb_list_objects

remote  ]

List objects (files) in a Supabase storage bucket. Supports prefix filtering, pagination, and search.

Supabase Auth /

sb_list_projects

remote  ]

List all Supabase projects in your account. Returns project name, ref, region, status, and database info. Requires SUPABASE_ACCESS_TOKEN.

Supabase Auth /

sb_list_records

remote  ]

List records from a Supabase table/view with PostgREST filtering, column selection, ordering, and pagination. Filter syntax: age=gt.18, status=eq.active, name=ilike.*john*, id=in.(1,2,3). Resource embedding (JOINs): select=*,orders(*)

Supabase Auth /

sb_list_secrets

remote  ]

List all secrets (environment variables) for a Supabase project. Returns secret names only (values are never exposed).