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
read_biorxiv_paper
RemoteRead and extract text content from a bioRxiv paper PDF. Args: paper_id: bioRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
read_contract
RemoteCalls a smart contract function (view/pure, or non-view/pure simulated via eth_call) and returns the decoded result. This tool provides a direct way to query the state of a smart contract. Example: To check the USDT balance of an address on Ethereum Mainnet, you would use the following arguments: { "tool_name": "read_contract", "params": { "chain_id": "1", "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", "abi": { "constant": true, "inputs": [{"name": "_owner", "type": "address"}], "name": "balanceOf", "outputs": [{"name": "balance", "type": "uint256"}], "payable": false, "stateMutability": "view", "type": "function" }, "function_name": "balanceOf", "args": "["0xF977814e90dA44bFA03b6295A0616a897441aceC"]" } }
read_crossref_paper
RemoteAttempt to read and extract text content from a CrossRef paper. Args: paper_id: CrossRef DOI (e.g., '10.1038/nature12373'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Message indicating that direct paper reading is not supported. Note: CrossRef is a citation database and doesn't provide direct paper content. Use the DOI to access the paper through the publisher's website.
read_iacr_paper
RemoteRead and extract text content from an IACR ePrint paper PDF. Args: paper_id: IACR paper ID (e.g., '2009/101'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
read_medrxiv_paper
RemoteRead and extract text content from a medRxiv paper PDF. Args: paper_id: medRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
read_pubmed_paper
RemoteRead and extract text content from a PubMed paper. Args: paper_id: PubMed ID (PMID). save_path: Directory where the PDF would be saved (unused). Returns: str: Message indicating that direct paper reading is not supported.
read_semantic_paper
RemoteRead and extract text content from a Semantic Scholar paper. Args: paper_id: Semantic Scholar paper ID, Paper identifier in one of the following formats: - Semantic Scholar ID (e.g., "649def34f8be52c8b66281af98ae884c09aef38b") - DOI:<doi> (e.g., "DOI:10.18653/v1/N18-3011") - ARXIV:<id> (e.g., "ARXIV:2106.15928") - MAG:<id> (e.g., "MAG:112218234") - ACL:<id> (e.g., "ACL:W12-3903") - PMID:<id> (e.g., "PMID:19872477") - PMCID:<id> (e.g., "PMCID:2323736") - URL:<url> (e.g., "URL:https://arxiv.org/abs/2106.15928v1") save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.
rebalance_resources_to_product
RemoteShift outbound/day budget from the worst active campaign to a target product campaign.
rebase_branch
RemoteRebases a development branch on production. This will effectively run any newer migrations from production onto this branch to help handle migration drift.
recommend_stack
RemoteGet a full tech stack recommendation with custom priorities and constraints. Unlike the demo version, this uses the complete scoring engine with weight adjustments. Requires Pro account.
recommend_stack_demo
RemoteGet a complete tech stack recommendation for your project type. Returns the highest-scored technology for each category (frontend, backend, meta-framework, database, ORM, auth, hosting, payments) based on deterministic scoring algorithms. FREE demo with 1 request per day limit. For unlimited access with custom priorities and constraints, upgrade to Pro at stacksfinder.com.
recommend_template
RemoteGet template recommendations based on your project requirements. Provide criteria like purpose, color preferences, animation level, required features, and complexity. Returns ranked template suggestions with explanations.
REDDIT_CREATE_REDDIT_POST
RemoteCreates a new text or link post on a specified, existing Reddit subreddit, optionally applying a flair.
REDDIT_DELETE_REDDIT_COMMENT
RemoteDeletes a Reddit comment, identified by its fullname ID, if it was authored by the authenticated user.
REDDIT_DELETE_REDDIT_POST
RemotePermanently deletes a Reddit post by its ID, provided the authenticated user has deletion permissions for that post.
REDDIT_EDIT_REDDIT_COMMENT_OR_POST
RemoteEdits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles.
REDDIT_GET_USER_FLAIR
RemoteFetches the list of available link flairs (i.e., post flairs, not user flairs) for a given subreddit.
REDDIT_POST_REDDIT_COMMENT
RemotePosts a comment on Reddit, replying to an existing and accessible submission (post) or another comment.
REDDIT_RETRIEVE_POST_COMMENTS
RemoteRetrieves all comments for a Reddit post given its article ID (which must be for an existing, public post); nested replies within comments are returned as raw dictionaries requiring parsing.
REDDIT_RETRIEVE_REDDIT_POST
RemoteRetrieves the current hot posts from a specified, publicly accessible subreddit.
REDDIT_RETRIEVE_SPECIFIC_COMMENT
RemoteRetrieves detailed information for a specific Reddit comment or post using its fullname.
REDDIT_SEARCH_ACROSS_SUBREDDITS
RemoteSearches Reddit for content (e.g., posts, comments) using a query, with results typically confined to subreddits unless `restrict_sr` is set to False.
reply_to_thread_on_slack
RemoteReply to a specific message thread in Slack. Provide either channel_id or channel_name.
report_cards
RemoteGet individual card data from a report for rendering.
reports_list
RemoteList analysis reports with metadata.
reports_search
RemoteSearch reports by job ID, tool name, or keyword.
reports_view
RemoteView a specific report by processing ID.
request_copilot_review
RemoteRequest a GitHub Copilot code review for a pull request. Use this for automated feedback on pull requests, usually before requesting a human reviewer.
reset_branch
RemoteResets migrations of a development branch. Any untracked data or schema changes will be lost.
resize_crop_image
RemoteResizes an image to exact dimensions by cropping to fill (no letterboxing). Useful for social media sizes (e.g. 1200x630 for Open Graph, 1080x1080 for Instagram). Creates a new image — the original is kept.