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

[ 3116 tools indexed ]

[ all tools ]

30 / 3116

ArXiv Scout /

arxiv_download_and_extract

remote  ]

Extract full text from a paper's PDF.

ArXiv Scout /

arxiv_get_citations

remote  ]

List newer papers that have cited this paper.

ArXiv Scout /

arxiv_get_paper

remote  ]

Fetch complete metadata for a specific arXiv paper.

ArXiv Scout /

arxiv_get_papers_batch

remote  ]

Retrieve metadata for multiple papers in a single call.

ArXiv Scout /

arxiv_get_references

remote  ]

List the papers that this paper cites.

ArXiv Scout /

arxiv_list_categories

remote  ]

Browse the arXiv category taxonomy.

ArXiv Scout /

arxiv_search_papers

remote  ]

Search arXiv for papers using advanced query syntax.

Zoho Recruit /

assessments.create

remote  ]

Create an Assessment record (test/quiz attached to a candidate).

Zoho Recruit /

assessments.update

remote  ]

Update one or more Assessment records.

GitHub /

assign_copilot_to_issue

remote  ]

Assign Copilot to a specific issue in a GitHub repository. This tool can help with the following outcomes: - a Pull Request created with source code changes to resolve the issue More information can be found at: - https://docs.github.com/en/copilot/using-github-copilot/using-copilot-coding-agent-to-work-on-tasks/about-assigning-tasks-to-copilot

Zoho Recruit /

attachments.delete

remote  ]

Delete a link attachment associated with a specific record in a module.

Zoho Recruit /

attachments.download

remote  ]

Download the file content of a specific attachment by its ID. This endpoint returns the actual file (image, PDF, document, etc.). For link attachments, an error is returned as they cannot be downloaded.

Zoho Recruit /

attachments.list

remote  ]

Retrieve all attachments associated with a specific record.

Zoho Recruit /

attachments.upload

remote  ]

Upload an attachment by providing either a file or a valid URL. Maximum request body size: 100MB.

WorkOS /

audit_logs.actions.list

remote  ]

Get a list of all Audit Log actions in the current environment.

WorkOS /

audit_logs.actions.schemas.create

remote  ]

Creates a new Audit Log schema used to validate the payload of incoming Audit Log Events. If the `action` does not exist, it will also be created.

WorkOS /

audit_logs.actions.schemas.list

remote  ]

Get a list of all schemas for the Audit Logs action identified by `:name`.

WorkOS /

audit_logs.events.create

remote  ]

Create an Audit Log Event. This API supports idempotency which guarantees that performing the same operation multiple times will have the same result as if the operation were performed only once. This is handy in situations where you may need to retry a request due to a failure or prevent accidental duplicate requests from creating more than one resource. To achieve idempotency, you can add `Idempotency-Key` request header to a Create Event request with a unique string as the value. Each subsequent request matching this unique string will return the same response. We suggest using [v4 UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier) for idempotency keys to avoid collisions. Idempotency keys expire after 24 hours. The API will generate a new response if you submit a request with an expired key.

WorkOS /

audit_logs.exports.create

remote  ]

Create an Audit Log Export. Exports are scoped to a single organization within a specified date range.

WorkOS /

audit_logs.exports.get

remote  ]

Get an Audit Log Export. The URL will expire after 10 minutes. If the export is needed again at a later time, refetching the export will regenerate the URL.

ai.agenttrust/mcp /

audit_task

remote  ]

Verify whether completed work meets a task specification using AI. Before calling, send 0.1 XRP to rmcSrkpZ2i2kuvtCPeTVetee9SixP4djR on XRPL Mainnet. Each fee_hash is single-use (anti-replay protection). Returns: status (approved/rejected), verdict (PASS/FAIL), score (0-100), summary, details, criteria_met, criteria_failed, model_used.

WorkOS /

auth.factors.delete

remote  ]

Permanently deletes an Authentication Factor. It cannot be undone.

WorkOS /

auth.factors.get

remote  ]

Gets an Authentication Factor.

Smithery /

auth.session.info.list

remote  ]

Retrieves detailed information about the current authenticated user session, including project details, organization membership, and API key information if applicable. This endpoint is useful for verifying authentication status and retrieving contextual information about the authenticated user and their access privileges.

Smithery /

auth_configs.by_nanoid.update

remote  ]

Modifies an existing authentication configuration with new credentials or other settings. Only specified fields will be updated.

Smithery /

auth_configs.create

remote  ]

Creates a new auth config for a toolkit, allowing you to use your own OAuth credentials or API keys instead of Composio-managed authentication. This is required when you want to use custom OAuth apps (bring your own client ID/secret) or configure specific authentication parameters for a toolkit.

Smithery /

auth_configs.delete

remote  ]

Soft-deletes an authentication configuration by marking it as deleted in the database. This operation cannot be undone.

Smithery /

auth_configs.get

remote  ]

Retrieves detailed information about a specific authentication configuration using its unique identifier.

Smithery /

auth_configs.list

remote  ]

Retrieves all auth configs for your project. Auth configs define how users authenticate with external services (OAuth, API keys, etc.). Use filters to find configs for specific toolkits or to distinguish between Composio-managed and custom configurations.

Smithery /

auth_configs.update

remote  ]

Updates the status of an authentication configuration to either enabled or disabled. Disabled configurations cannot be used for new connections.