NEAR MCP

by nearai
Verified

system_search_popular_fungible_token_contracts

Search for popular fungible token contracts on the NEAR blockchain using a grep-like pattern. Retrieve detailed contract information for tokens like USDC, USDT, and WNEAR efficiently.

Instructions

Search for popular fungible token contract information on the NEAR blockchain, with a grep-like search. Use this tool to search for popular fungible token contract information. This tool works by 'grepping' through a list of contract information JSON objects. Useful for getting contract information about popular tokens like USDC native, USDT, WNEAR, and more.

Input Schema

NameRequiredDescriptionDefault
searchPatternYesThe grep search pattern to use for filtering popular fungible token contract information.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "searchPattern": { "description": "The grep search pattern to use for filtering popular fungible token contract information.", "type": "string" } }, "required": [ "searchPattern" ], "type": "object" }
ID: ibzhoz5k4z