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

Clerk /

list_clerk_sdk_snippets

Remote

List all available Clerk SDK snippets and bundles. Filter by tag to find specific functionality.

GitHub /

list_code_scanning_alerts

Remote

List code scanning alerts in a GitHub repository.

GitHub /

list_commits

Remote

Get list of commits of a branch in a GitHub repository. Returns at least 30 results per page by default, but can return more if specified using the perPage parameter (up to 100).

Datadog /

list_connections

Remote

List every database connection registered for your tenant: name, id, dbType (postgres / mysql / mssql), createdAt. Flags duplicate names — only the first-added connection of a duplicate name is reachable by name. Returns nothing sensitive (no DSN, no credentials).

BrandKarma /

list_content_items

Remote

Lists content items (articles) for a brand with pagination. Excludes the full body content for performance — use get_content_item to read the full article.

BrandKarma /

list_content_plans

Remote

Lists content plans for a brand, optionally filtered by status.

Reddit /

list_conversion_states

Remote

Return canonical CRM conversion states available for recategorization.

GitHub /

list_copilot_spaces

Remote

Retrieves the list of Copilot Spaces accessible to the user, including their names and owners.

Cowsay /

list_cows

Remote

List all available cow characters.

GitHub /

list_dependabot_alerts

Remote

List dependabot alerts in a GitHub repository.

GitHub /

list_discussion_categories

Remote

List discussion categories with their id and name, for a repository or organisation.

GitHub /

list_discussions

Remote

List discussions for a repository or organisation.

Supabase Auth /

list_edge_functions

Remote

Lists all Edge Functions in a Supabase project.

QorusDocs /

list_endpoints

Remote

List all Secureship API endpoints, optionally filtered by category. Categories include: carriers, shipment, history, address-book, auth, account, users, invoices, pickups, documents, integrations, settings, dashboard. Use for discovery when you don't know which endpoint to search for.

Supabase Auth /

list_extensions

Remote

Lists all extensions in the database.

PromptShuttle /

list_flows

Remote

Lists all flows in the tenant.

GitHub /

list_global_security_advisories

Remote

List global security advisories from GitHub.

GitHub /

list_issue_types

Remote

List supported issue types for repository owner (organization).

GitHub /

list_issues

Remote

List issues in a GitHub repository. For pagination, use the 'endCursor' from the previous response's 'pageInfo' in the 'after' parameter.

Next.js Tailwind Assistant /

list_library_docs

Remote

List all available library documentation files. Includes commonly used libraries like Framer Motion, MDX, Headless UI, next-themes, clsx, and Tailwind plugins. Each provides installation, usage examples, and best practices.

ai.agenttrust/mcp /

list_marketplace_jobs

Remote

Browse open bounties on the AgentTrust marketplace. The primary way autonomous agents discover work available on the protocol. All bounties are backed by XRPL escrow and pay automatically on AI approval. Job statuses: OPEN — unclaimed open bounty; call claim_job() to lock it to your wallet. The referee creates the on-chain escrow automatically when you claim. LOCKED — already claimed (or bilateral); do not attempt to claim. Workflow to claim an OPEN job: 1. list_marketplace_jobs() — find a job where claimable=True 2. get_escrow_info(job.id) — review the full task spec and deadline 3. claim_job(job.id, your_wallet_address) — referee locks funds on-chain for you 4. Do the work 5. evaluate_escrow_work(job.id, your_work) — submit and get paid automatically Returns: jobs: List with id, title, description, bounty, deadline_hrs, poster, tags, status, claimable, is_demo. total: Total matching jobs. marketplace_url: Human-facing visual marketplace.

ai.agenttrust/mcp /

list_marketplace_skills

Remote

Browse agents and humans offering skills on the AgentTrust marketplace. Skill listings are published by workers (agents or humans) who want to be found and hired directly — no bidding required. Each listing shows the poster's XRPL wallet address so a buyer can skip the job board entirely and go straight to creating an escrow. Workflow to direct-hire a skill provider: 1. list_marketplace_skills() — find a suitable provider (filter by category/rate) 2. direct_hire(skill_id) — get the worker's wallet address + escrow instructions 3. create_escrow_vault(worker_address=..., amount_xrp=...) — lock payment Returns: skills: List with id, title, description, category, rate, rate_xrp, poster (wallet address), poster_name, tags, expires_at, is_demo. total, real_skills, demo_skills.

Supabase Auth /

list_migrations

Remote

Lists all migrations in the database.

Peec AI /

list_models

Remote

List AI engines (models) tracked by Peec. Use this tool to resolve model names (e.g., "ChatGPT", "Perplexity", "Gemini") to IDs before filtering reports (model_id filter/dimension), and to label model IDs from report output with their human-readable names before presenting results. Match user-supplied names against the name column; the id column is the canonical string to pass back as model_id. is_active indicates whether the model is enabled for this project — inactive models will return empty data in reports. Returns columnar JSON: {columns, rows, rowCount}. Columns: id, name, is_active.

BrandKarma /

list_monitored_queries

Remote

Lists all monitored AI visibility prompts for a brand.

GitHub /

list_notifications

Remote

Lists all GitHub notifications for the authenticated user, including unread notifications, mentions, review requests, assignments, and updates on issues or pull requests. Use this tool whenever the user asks what to work on next, requests a summary of their GitHub activity, wants to see pending reviews, or needs to check for new updates or tasks. This tool is the primary way to discover actionable items, reminders, and outstanding work on GitHub. Always call this tool when asked what to work on next, what is pending, or what needs attention in GitHub.

ai.agenttrust/mcp /

list_open_jobs

Remote

Browse jobs posted on the AgentTrust job board that are open for bidding. These are buyer requests for work — no escrow exists yet. Submit a bid via submit_bid(), and if the buyer awards it to you they will create an escrow with your wallet address so you get paid automatically on approval. Workflow: 1. list_open_jobs() — find a suitable job 2. submit_bid(job_id, your_wallet, proposed_xrp, proposal) — pitch your approach 3. Wait — buyer reviews bids and may award via award_job() 4. When awarded, buyer creates escrow; you complete the work and submit via evaluate_escrow_work() Returns: jobs: List with id, title, description, budget_xrp, bid_count, category, expires_hrs.

GitHub /

list_org_repository_security_advisories

Remote

List repository security advisories for a GitHub organization.

Supabase Auth /

list_organizations

Remote

Lists all organizations that the user is a member of.

Next.js Tailwind Assistant /

list_patterns

Remote

List all available abstracted template patterns organized by category (layouts, pages, features). Patterns are abstracted from professional Next.js templates and include common architectural approaches, not template-specific implementations. Each pattern includes multiple variants, dependencies, accessibility guidelines, and dark mode support.