qualifiedName
stringlengths 3
59
| displayName
stringlengths 3
53
| description
stringlengths 0
3.47k
| createdAt
stringdate 2024-12-13 15:46:50
2025-05-05 20:05:11
| useCount
int64 0
418k
| homepage
stringlengths 30
86
| remote
bool 2
classes | iconUrl
stringclasses 96
values | security
dict | tools
stringlengths 90
360k
|
---|---|---|---|---|---|---|---|---|---|
@Swayingleaves/uml-mcp-server | UML Diagram Generation Tool | Generate various types of UML diagrams effortlessly using natural language or PlantUML code. Share and view diagrams easily with accessible URLs and local file paths. Integrate seamlessly with MCP-compatible clients for enhanced functionality. | 2025-03-16T10:33:43.517Z | 69 | https://smithery.ai/server/@Swayingleaves/uml-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'generate_uml', 'description': '生成UML图并返回代码、URL和本地路径。\n\n Args:\n diagram_type: UML图类型 (class, sequence, activity, usecase, state, component, deployment, object)\n code: 完整的PlantUML代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码、URL和本地路径的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_umlArguments', 'required': ['diagram_type', 'code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}, 'diagram_type': {'type': 'string', 'title': 'Diagram Type'}}}}, {'name': 'generate_class_diagram', 'description': '生成类图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML类图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_class_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_sequence_diagram', 'description': '生成序列图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML序列图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_sequence_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_activity_diagram', 'description': '生成活动图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML活动图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_activity_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_usecase_diagram', 'description': '生成用例图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML用例图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_usecase_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_state_diagram', 'description': '生成状态图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML状态图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_state_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_component_diagram', 'description': '生成组件图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML组件图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_component_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_deployment_diagram', 'description': '生成部署图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML部署图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_deployment_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_object_diagram', 'description': '生成对象图并返回代码和URL。\n\n Args:\n code: 完整的PlantUML对象图代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码和URL的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_object_diagramArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}, {'name': 'generate_uml_from_code', 'description': '从PlantUML代码生成UML图并返回URL和本地路径。\n\n Args:\n code: 完整的PlantUML代码\n output_dir: 输出目录路径,必须显式提供\n\n Returns:\n 包含PlantUML代码、URL和本地路径的JSON字符串\n ', 'inputSchema': {'type': 'object', 'title': 'generate_uml_from_codeArguments', 'required': ['code', 'output_dir'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'output_dir': {'type': 'string', 'title': 'Output Dir'}}}}] |
@ohhan777/korea_weather | Korea Weather | Korea Weather MCP Server는 대한민국 기상청의 단기 예보 API를 활용하여 날씨 정보를 수집하고, 이를 MCP 형식으로 변환하여 제공하는 서버입니다. 이 서버는 Claude, Cursor 등과 같은 MCP 클라이언트(호스트)에게 실시간 또는 요청 기반의 기상 데이터를 전달하는 용도로 사용됩니다. 다양한 기상 응용 서비스의 백엔드로 활용될 수 있도록 설계되었습니다.
이 서버의 주요 기능은 기상청의 단기 예보 API와 연동하여 데이터를 수신하고, 해당 정보를 MCP 프로토콜 형식으로 가공하여 클라이언트에게 제공하는 것입니다.
서버를 사용하기 위해서는 먼저 대한민국 공공데이터 포털(data.go.kr)에서 기상청 단기 예보 API 활용 신청을 한 뒤, API 키를 발급받아야 합니다. 이후 서버 설정 파일에서 MCP 서버 관련 항목을 등록하고, 발급받은 API 키는 환경변수로 설정하여 시스템에 반영합니다.
본 서버는 Python 3.x 기반으로 개발되었으며, 외부 패키지로는 requests 등을 사용합니다. 보다 상세한 의존성 목록은 pyproject.toml 파일에서 확인할 수 있습니다.
이 프로젝트는 내부 시험용으로 개발되었으며, 별도의 라이선스 제한 없이 자유롭게 사용, 수정, 배포가 가능합니다.
서버 관련 문의는 한국항공우주연구원의 오한([email protected])에게 연락 주시기 바랍니다. | 2025-04-07T06:29:39.335Z | 63 | https://smithery.ai/server/@ohhan777/korea_weather | false | {
"scanPassed": true
} | [{'name': 'get_nowcast_observation', 'description': '특정 위경도의 날씨 정보를 가져옵니다.\n \n Args:\n lon (float): 경도 값\n lat (float): 위도 값\n ', 'inputSchema': {'type': 'object', 'title': 'get_nowcast_observationArguments', 'required': ['lon', 'lat'], 'properties': {'lat': {'type': 'number', 'title': 'Lat'}, 'lon': {'type': 'number', 'title': 'Lon'}}}}, {'name': 'get_short_term_forecast', 'description': '특정 위경도의 단기 예보 (3일~5일) 정보를 가져옵니다.\n \n Args:\n lon (float): 경도 값\n lat (float): 위도 값\n \n Returns:\n str: 단기 예보 정보 문자열 (최대 3일 예보)\n ', 'inputSchema': {'type': 'object', 'title': 'get_short_term_forecastArguments', 'required': ['lon', 'lat'], 'properties': {'lat': {'type': 'number', 'title': 'Lat'}, 'lon': {'type': 'number', 'title': 'Lon'}}}}, {'name': 'get_nowcast_forecast', 'description': '특정 위경도의 초단기 (6시간 이내) 예보 정보를 가져옵니다.\n \n Args:\n lon (float): 경도 값\n lat (float): 위도 값\n \n Returns:\n str: 초단기 (6시간 이내) 예보 정보 문자열\n ', 'inputSchema': {'type': 'object', 'title': 'get_nowcast_forecastArguments', 'required': ['lon', 'lat'], 'properties': {'lat': {'type': 'number', 'title': 'Lat'}, 'lon': {'type': 'number', 'title': 'Lon'}}}}] |
|
@dlwjdtn535/mcp-chrome-server | Chrome Server | Automate browser tasks effortlessly. Control web navigation, manage logins, and manipulate elements with ease using this powerful server. Enhance your automation capabilities with secure credential management and intelligent handling of web interactions. | 2025-04-14T07:27:39.359Z | 57 | https://smithery.ai/server/@dlwjdtn535/mcp-chrome-server | false | null | null | [{'name': 'tool_add_cookie', 'description': '쿠키를 추가합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_add_cookieArguments', 'required': ['cookie'], 'properties': {'cookie': {'type': 'object', 'title': 'Cookie', 'additionalProperties': True}}}}, {'name': 'tool_back', 'description': '브라우저 히스토리에서 뒤로 이동합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_backArguments', 'properties': {}}}, {'name': 'tool_click', 'description': 'Click an element on the page.\n \n This tool finds and clicks an element on the page using either CSS selector\n or XPath. It will wait for the element to be clickable before attempting\n to click it.\n \n Args:\n selector (str): The selector to find the element\n by (str, optional): The selector type. Either "css" or "xpath". Defaults to "css"\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n \n Example:\n {"tool": "click", "args": {"selector": "#submit-button"}}\n {"tool": "click", "args": {"selector": "//button[@type=\'submit\']", "by": "xpath"}}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_clickArguments', 'required': ['selector'], 'properties': {'by': {'type': 'string', 'title': 'By', 'default': 'css'}, 'selector': {'type': 'string', 'title': 'Selector'}}}}, {'name': 'tool_close_browser', 'description': 'Close the browser instance.\n \n This tool closes the current Chrome browser window and cleans up resources.\n It\'s safe to call this even if no browser is open.\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n \n Example:\n {"tool": "close_browser"}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_close_browserArguments', 'properties': {}}}, {'name': 'tool_delete_all_cookies', 'description': '모든 쿠키를 삭제합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_delete_all_cookiesArguments', 'properties': {}}}, {'name': 'tool_delete_cookie', 'description': '특정 이름의 쿠키를 삭제합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_delete_cookieArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'tool_execute_script', 'description': 'JavaScript 코드를 실행합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_execute_scriptArguments', 'required': ['script', 'args'], 'properties': {'args': {'type': 'string', 'title': 'args'}, 'script': {'type': 'string', 'title': 'Script'}}}}, {'name': 'tool_forward', 'description': '브라우저 히스토리에서 앞으로 이동합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_forwardArguments', 'properties': {}}}, {'name': 'tool_fullscreen_window', 'description': '브라우저 창을 전체 화면으로 전환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_fullscreen_windowArguments', 'properties': {}}}, {'name': 'tool_get_cookies', 'description': '현재 페이지의 모든 쿠키를 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_cookiesArguments', 'properties': {}}}, {'name': 'tool_get_credentials', 'description': '\n 저장된 자격 증명 조회\n \n Args:\n site: 웹사이트 도메인\n username: 사용자 이름\n ', 'inputSchema': {'type': 'object', 'title': 'tool_get_credentialsArguments', 'required': ['site', 'username'], 'properties': {'site': {'type': 'string', 'title': 'Site'}, 'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'tool_get_current_url', 'description': '현재 페이지의 URL을 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_current_urlArguments', 'properties': {}}}, {'name': 'tool_get_elements', 'description': 'Get multiple elements matching a selector.\n \n This tool finds all elements matching the selector and returns their text\n content and HTML.\n \n Args:\n selector (str): The selector to find the elements\n by (str, optional): The selector type. Either "css" or "xpath". Defaults to "css"\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n - data (List[Dict]): List of elements, each containing:\n - text (str): The text content of the element\n - html (str): The outer HTML of the element\n \n Example:\n {"tool": "get_elements", "args": {"selector": ".item"}}\n {"tool": "get_elements", "args": {"selector": "//li[@class=\'item\']", "by": "xpath"}}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_get_elementsArguments', 'required': ['selector'], 'properties': {'by': {'type': 'string', 'title': 'By', 'default': 'css'}, 'selector': {'type': 'string', 'title': 'Selector'}}}}, {'name': 'tool_get_log', 'description': '브라우저 로그를 가져옵니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_logArguments', 'required': ['log_type'], 'properties': {'log_type': {'type': 'string', 'title': 'Log Type'}}}}, {'name': 'tool_get_page_source', 'description': '현재 페이지의 HTML 소스를 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_page_sourceArguments', 'properties': {}}}, {'name': 'tool_get_text', 'description': 'Get text from an element.\n \n This tool finds an element and returns its text content.\n \n Args:\n selector (str): The selector to find the element\n by (str, optional): The selector type. Either "css" or "xpath". Defaults to "css"\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n - data (str): The text content of the element\n \n Example:\n {"tool": "get_text", "args": {"selector": "h1"}}\n {"tool": "get_text", "args": {"selector": "//div[@class=\'content\']", "by": "xpath"}}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_get_textArguments', 'required': ['selector'], 'properties': {'by': {'type': 'string', 'title': 'By', 'default': 'css'}, 'selector': {'type': 'string', 'title': 'Selector'}}}}, {'name': 'tool_get_title', 'description': '현재 페이지의 제목을 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_titleArguments', 'properties': {}}}, {'name': 'tool_get_window_handles', 'description': '모든 윈도우 핸들을 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_window_handlesArguments', 'properties': {}}}, {'name': 'tool_get_window_size', 'description': '현재 브라우저 창 크기를 반환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_get_window_sizeArguments', 'properties': {}}}, {'name': 'tool_implicitly_wait', 'description': '암시적 대기 시간을 설정합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_implicitly_waitArguments', 'required': ['seconds'], 'properties': {'seconds': {'type': 'integer', 'title': 'Seconds'}}}}, {'name': 'tool_maximize_window', 'description': '브라우저 창을 최대화합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_maximize_windowArguments', 'properties': {}}}, {'name': 'tool_minimize_window', 'description': '브라우저 창을 최소화합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_minimize_windowArguments', 'properties': {}}}, {'name': 'tool_navigate', 'description': 'Navigate to a URL.\n \n This tool navigates the browser to the specified URL. If no browser\n is open, it will automatically open one.\n \n Args:\n url (str): The URL to navigate to (must include protocol, e.g., \'https://\')\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n \n Example:\n {"tool": "navigate", "args": {"url": "https://www.example.com"}}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_navigateArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'tool_open_browser', 'description': 'Open a new Chrome browser instance.\n \n This tool initializes a new Chrome browser window. If a browser instance\n already exists, it will reuse that instance.\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n \n Example:\n {"tool": "open_browser"}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_open_browserArguments', 'properties': {}}}, {'name': 'tool_refresh', 'description': '현재 페이지를 새로고침합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_refreshArguments', 'properties': {}}}, {'name': 'tool_save_credentials', 'description': '\n 자격 증명을 안전하게 저장\n \n Args:\n site: 웹사이트 도메인\n username: 사용자 이름\n password: 비밀번호\n ', 'inputSchema': {'type': 'object', 'title': 'tool_save_credentialsArguments', 'required': ['site', 'username', 'password'], 'properties': {'site': {'type': 'string', 'title': 'Site'}, 'password': {'type': 'string', 'title': 'Password'}, 'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'tool_set_page_load_timeout', 'description': '페이지 로드 타임아웃을 설정합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_set_page_load_timeoutArguments', 'required': ['seconds'], 'properties': {'seconds': {'type': 'integer', 'title': 'Seconds'}}}}, {'name': 'tool_set_script_timeout', 'description': '스크립트 실행 타임아웃을 설정합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_set_script_timeoutArguments', 'required': ['seconds'], 'properties': {'seconds': {'type': 'integer', 'title': 'Seconds'}}}}, {'name': 'tool_set_window_size', 'description': '브라우저 창 크기를 설정합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_set_window_sizeArguments', 'required': ['width', 'height'], 'properties': {'width': {'type': 'integer', 'title': 'Width'}, 'height': {'type': 'integer', 'title': 'Height'}}}}, {'name': 'tool_switch_to_default_content', 'description': '기본 컨텐츠로 돌아갑니다.', 'inputSchema': {'type': 'object', 'title': 'tool_switch_to_default_contentArguments', 'properties': {}}}, {'name': 'tool_switch_to_frame', 'description': '특정 프레임으로 전환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_switch_to_frameArguments', 'required': ['frame_reference'], 'properties': {'frame_reference': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Frame Reference'}}}}, {'name': 'tool_switch_to_window', 'description': '특정 윈도우로 전환합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_switch_to_windowArguments', 'required': ['window_handle'], 'properties': {'window_handle': {'type': 'string', 'title': 'Window Handle'}}}}, {'name': 'tool_take_screenshot', 'description': '현재 페이지의 스크린샷을 저장합니다.', 'inputSchema': {'type': 'object', 'title': 'tool_take_screenshotArguments', 'properties': {'filename': {'type': 'string', 'title': 'Filename', 'default': None}}}}, {'name': 'tool_type', 'description': 'Type text into an element.\n \n This tool finds an input element and types the specified text into it.\n It will clear any existing text in the element before typing.\n \n Args:\n selector (str): The selector to find the element\n text (str): The text to type into the element\n by (str, optional): The selector type. Either "css" or "xpath". Defaults to "css"\n \n Returns:\n Dict[str, Any]: A dictionary containing:\n - success (bool): Whether the operation was successful\n - message (str): Status message\n \n Example:\n {"tool": "type", "args": {"selector": "#search-input", "text": "search query"}}\n {"tool": "type", "args": {"selector": "//input[@name=\'q\']", "text": "search", "by": "xpath"}}\n ', 'inputSchema': {'type': 'object', 'title': 'tool_typeArguments', 'required': ['selector', 'text'], 'properties': {'by': {'type': 'string', 'title': 'By', 'default': 'css'}, 'text': {'type': 'string', 'title': 'Text'}, 'selector': {'type': 'string', 'title': 'Selector'}}}}, {'name': 'tool_web_login', 'description': '\n 웹사이트 로그인 수행\n\n 이 도구는 제공된 URL로 이동하여 로그인을 시도합니다. 자동입력방지(CAPTCHA)가 \n 감지되면 사용자가 직접 해결할 때까지 대기합니다.\n\n Args:\n url (str): 로그인 페이지 URL\n credentials (Dict[str, str]): 로그인 정보\n - username: 사용자 아이디\n - password: 비밀번호\n selectors (Dict[str, str]): 로그인 폼 요소의 선택자들\n - username: 아이디 입력 필드 선택자\n - password: 비밀번호 입력 필드 선택자\n - submit: 로그인 버튼 선택자\n auth_type (str, optional): 인증 방식. Defaults to "form"\n - form: 일반적인 폼 기반 로그인\n - oauth: OAuth 인증\n - api: API 기반 인증\n wait_for (Optional[str], optional): 로그인 성공 후 기다릴 요소의 선택자\n\n Returns:\n Dict[str, Any]: 로그인 결과\n - success (bool): 로그인 성공 여부\n - message (str): 상태 메시지\n - session_data (Dict): 로그인 성공시 세션 정보\n - cookies: 쿠키 정보\n - localStorage: 로컬 스토리지 데이터\n - sessionStorage: 세션 스토리지 데이터\n\n 특별한 처리:\n 1. CAPTCHA 감지\n - reCAPTCHA나 일반 CAPTCHA가 감지되면 사용자가 직접 해결할 때까지 대기\n - 해결 후 자동으로 로그인 프로세스 계속 진행\n 2. 네이버 로그인\n - 자동입력방지, 2단계 인증 등 특수한 상황 자동 감지\n - 에러 메시지 상세 분석 및 반환\n\n Example:\n >>> result = tool_web_login(\n ... url="https://nid.naver.com/nidlogin.login",\n ... credentials={\n ... "username": "your_username",\n ... "password": "your_password"\n ... },\n ... selectors={\n ... "username": "#id",\n ... "password": "#pw",\n ... "submit": ".btn_login"\n ... }\n ... )\n >>> if not result["success"] and "CAPTCHA" in result["message"]:\n ... # CAPTCHA 해결을 위해 사용자 입력 대기\n ... print("Please solve the CAPTCHA in the browser")\n ', 'inputSchema': {'type': 'object', 'title': 'tool_web_loginArguments', 'required': ['url', 'credentials', 'selectors'], 'properties': {'url': {'type': 'string', 'title': 'Url'}, 'wait_for': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Wait For', 'default': None}, 'auth_type': {'type': 'string', 'title': 'Auth Type', 'default': 'form'}, 'selectors': {'type': 'object', 'title': 'Selectors', 'additionalProperties': {'type': 'string'}}, 'credentials': {'type': 'object', 'title': 'Credentials', 'additionalProperties': {'type': 'string'}}}}}] |
@bitscorp-mcp/mcp-ffmpeg | FFmpeg Video Processor | Manipulate video files effortlessly with this server. Resize videos to various resolutions and extract audio in multiple formats through simple API calls. Enhance your video processing capabilities with natural language requests using Claude Desktop integration. | 2025-03-14T09:46:22.824Z | 54 | https://smithery.ai/server/@bitscorp-mcp/mcp-ffmpeg | false | null | {
"scanPassed": true
} | [{'name': 'get-ffmpeg-version', 'description': 'Get the version of FFmpeg installed on the system', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'resize-video', 'description': 'Resize a video to one or more standard resolutions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoPath', 'resolutions'], 'properties': {'outputDir': {'type': 'string', 'description': 'Optional directory to save the output files (defaults to a temporary directory)'}, 'videoPath': {'type': 'string', 'description': 'Path to the video file to resize'}, 'resolutions': {'type': 'array', 'items': {'enum': ['360p', '480p', '720p', '1080p'], 'type': 'string'}, 'description': 'Resolutions to convert the video to'}}, 'additionalProperties': False}}, {'name': 'extract-audio', 'description': 'Extract audio from a video file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoPath'], 'properties': {'format': {'enum': ['mp3', 'aac', 'wav', 'ogg'], 'type': 'string', 'default': 'mp3', 'description': 'Audio format to extract'}, 'outputDir': {'type': 'string', 'description': 'Optional directory to save the output file (defaults to a temporary directory)'}, 'videoPath': {'type': 'string', 'description': 'Path to the video file to extract audio from'}}, 'additionalProperties': False}}, {'name': 'get-video-info', 'description': 'Get detailed information about a video file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoPath'], 'properties': {'videoPath': {'type': 'string', 'description': 'Path to the video file to analyze'}}, 'additionalProperties': False}}] |
@abhijeetka/mcp-k8s-server | Kubernetes Server | Manage your Kubernetes clusters effortlessly using natural language commands. Simplify complex kubectl operations and enhance your workflow with a conversational interface powered by LLMs. Experience seamless integration and type-safe interactions with your Kubernetes resources. | 2025-03-31T06:22:15.796Z | 48 | https://smithery.ai/server/@abhijeetka/mcp-k8s-server | false | null | {
"scanPassed": true
} | [{'name': 'get_pods', 'description': 'Get all pods in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_podsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_failing_pods', 'description': 'Get all pods with issues in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_failing_podsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_services', 'description': 'Get all services in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_servicesArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'describe_pod', 'description': 'Describe a specific pod', 'inputSchema': {'type': 'object', 'title': 'describe_podArguments', 'required': ['pod_name'], 'properties': {'pod_name': {'type': 'string', 'title': 'Pod Name'}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_namespaces', 'description': 'Get all namespaces in the cluster', 'inputSchema': {'type': 'object', 'title': 'get_namespacesArguments', 'properties': {}}}, {'name': 'get_nodes', 'description': 'Get all nodes in the cluster', 'inputSchema': {'type': 'object', 'title': 'get_nodesArguments', 'properties': {}}}, {'name': 'get_deployments', 'description': 'Get all deployments in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_deploymentsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_jobs', 'description': 'Get all jobs in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_jobsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_cronjobs', 'description': 'Get all cronjobs in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_cronjobsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_statefulsets', 'description': 'Get all statefulsets in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_statefulsetsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_daemonsets', 'description': 'Get all daemonsets in the specified namespace', 'inputSchema': {'type': 'object', 'title': 'get_daemonsetsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'expose_service', 'description': "Expose a resource as a new kubernetes service\n k8s_object can be pod (po), service (svc), replicationcontroller (rc), deployment (deploy), replicaset (rs)\n Type for this service: ClusterIP, NodePort, LoadBalancer, or ExternalName. Default is 'ClusterIP'.\n ", 'inputSchema': {'type': 'object', 'title': 'expose_serviceArguments', 'required': ['k8s_object', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'port': {'type': 'integer', 'title': 'Port', 'default': 80}, 'type': {'type': 'string', 'title': 'Type', 'default': 'ClusterIP'}, 'protocol': {'type': 'string', 'title': 'Protocol', 'default': 'TCP'}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'k8s_object': {'type': 'string', 'title': 'K8S Object'}, 'target_port': {'type': 'integer', 'title': 'Target Port', 'default': 80}}}}, {'name': 'port_forward', 'description': 'Port forward a resource to the outside world\n k8s_object can be a pod, deployment or a service and it should be in the format pod/<name>, deployment/<name>, service/<name>\n ', 'inputSchema': {'type': 'object', 'title': 'port_forwardArguments', 'required': ['k8s_object', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'port': {'type': 'integer', 'title': 'Port', 'default': 80}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'k8s_object': {'type': 'string', 'title': 'K8S Object'}, 'target_port': {'type': 'integer', 'title': 'Target Port', 'default': 80}}}}, {'name': 'get_logs', 'description': 'Get the logs of a specific pod', 'inputSchema': {'type': 'object', 'title': 'get_logsArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'tail': {'type': 'integer', 'title': 'Tail', 'default': 1000}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_events', 'description': 'Get the events of a specific namespace', 'inputSchema': {'type': 'object', 'title': 'get_eventsArguments', 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'create_deployment', 'description': 'Create a Kubernetes deployment with specified name, image, namespace and replicas', 'inputSchema': {'type': 'object', 'title': 'create_deploymentArguments', 'required': ['name', 'image'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'image': {'type': 'string', 'title': 'Image'}, 'replicas': {'type': 'integer', 'title': 'Replicas', 'default': 1}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'get_current_context', 'description': 'Get the current Kubernetes context', 'inputSchema': {'type': 'object', 'title': 'get_current_contextArguments', 'properties': {}}}, {'name': 'list_contexts', 'description': 'List all available Kubernetes contexts', 'inputSchema': {'type': 'object', 'title': 'list_contextsArguments', 'properties': {}}}, {'name': 'use_context', 'description': 'Switch to a specific Kubernetes context\n Args:\n context_name: The name of the Kubernetes context to switch to\n ', 'inputSchema': {'type': 'object', 'title': 'use_contextArguments', 'required': ['context_name'], 'properties': {'context_name': {'type': 'string', 'title': 'Context Name'}}}}, {'name': 'annotate_resource', 'description': 'Annotate a Kubernetes resource with the specified annotation\n\n Args:\n resource_type: Type of the resource (e.g., pod, service, deployment)\n resource_name: Name of the resource to annotate\n annotation: Annotation to add (e.g., key=value)\n namespace: Namespace of the resource\n ', 'inputSchema': {'type': 'object', 'title': 'annotate_resourceArguments', 'required': ['resource_type', 'resource_name', 'annotation'], 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'annotation': {'type': 'string', 'title': 'Annotation'}, 'resource_name': {'type': 'string', 'title': 'Resource Name'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}}}}, {'name': 'remove_annotation', 'description': 'Remove an annotation from a Kubernetes resource\n\n Args:\n resource_type: Type of the resource (e.g., pod, service, deployment)\n resource_name: Name of the resource to remove the annotation from\n annotation_key: Key of the annotation to remove\n namespace: Namespace of the resource\n ', 'inputSchema': {'type': 'object', 'title': 'remove_annotationArguments', 'required': ['resource_type', 'resource_name', 'annotation_key'], 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'resource_name': {'type': 'string', 'title': 'Resource Name'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}, 'annotation_key': {'type': 'string', 'title': 'Annotation Key'}}}}, {'name': 'label_resource', 'description': 'Label a Kubernetes resource with the specified label\n\n Args:\n resource_type: Type of the resource (e.g., pod, service, deployment)\n resource_name: Name of the resource to label\n label: Label to add (e.g., key=value)\n namespace: Namespace of the resource\n ', 'inputSchema': {'type': 'object', 'title': 'label_resourceArguments', 'required': ['resource_type', 'resource_name', 'label'], 'properties': {'label': {'type': 'string', 'title': 'Label'}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'resource_name': {'type': 'string', 'title': 'Resource Name'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}}}}, {'name': 'remove_label', 'description': 'Remove a label from a Kubernetes resource\n\n Args:\n resource_type: Type of the resource (e.g., pod, service, deployment)\n resource_name: Name of the resource to remove the label from\n label_key: Key of the label to remove\n namespace: Namespace of the resource\n ', 'inputSchema': {'type': 'object', 'title': 'remove_labelArguments', 'required': ['resource_type', 'resource_name', 'label_key'], 'properties': {'label_key': {'type': 'string', 'title': 'Label Key'}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'resource_name': {'type': 'string', 'title': 'Resource Name'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}}}}, {'name': 'update_deployment', 'description': 'Update a Kubernetes deployment with new replicas count and/or image\n \n Args:\n name: Name of the deployment to update\n namespace: Namespace of the deployment\n replicas: New number of replicas (optional)\n image: New container image (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'update_deploymentArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'image': {'type': 'string', 'title': 'Image', 'default': None}, 'replicas': {'type': 'integer', 'title': 'Replicas', 'default': None}, 'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}}}}, {'name': 'delete_resource', 'description': 'Delete a Kubernetes resource\n\n Args:\n resource_type: Type of the resource (e.g., pod, service, deployment,configmap,secret,ingress,statefulset,replicaset,damonset,newtorkpolicy,rolebinding,role,serviceaccount,job,cronjob)\n resource_name: Name of the resource to delete\n namespace: Namespace of the resource\n ', 'inputSchema': {'type': 'object', 'title': 'delete_resourceArguments', 'required': ['resource_type', 'resource_name'], 'properties': {'namespace': {'type': 'string', 'title': 'Namespace', 'default': 'default'}, 'resource_name': {'type': 'string', 'title': 'Resource Name'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}}}}] |
@GoPlausible/algorand-mcp | Algorand MCP Server | Interact seamlessly with the Algorand blockchain using a comprehensive set of tools and resources. Manage accounts, create assets, and execute transactions effortlessly. Leverage real-time and historical data access to enhance your blockchain applications. | 2025-03-14T21:37:52.912Z | 47 | https://smithery.ai/server/@GoPlausible/algorand-mcp | false | null | null | [{'name': 'create_account', 'description': 'Create a new Algorand account', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'rekey_account', 'description': 'Rekey an Algorand account to a new address', 'inputSchema': {'type': 'object', 'required': ['sourceAddress', 'targetAddress'], 'properties': {'sourceAddress': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'targetAddress': {'type': 'string', 'description': 'Address to rekey the sender account to'}}}}, {'name': 'mnemonic_to_mdk', 'description': 'Convert a mnemonic to a master derivation key', 'inputSchema': {'type': 'object', 'required': ['mnemonic'], 'properties': {'mnemonic': {'type': 'string', 'description': 'The mnemonic phrase to convert to a master derivation key'}}}}, {'name': 'mdk_to_mnemonic', 'description': 'Convert a master derivation key to a mnemonic', 'inputSchema': {'type': 'object', 'required': ['mdk'], 'properties': {'mdk': {'type': 'string', 'description': 'The master derivation key in hexadecimal format'}}}}, {'name': 'secret_key_to_mnemonic', 'description': 'Convert a secret key to a mnemonic', 'inputSchema': {'type': 'object', 'required': ['secretKey'], 'properties': {'secretKey': {'type': 'string', 'description': 'The secret key in hexadecimal format'}}}}, {'name': 'mnemonic_to_secret_key', 'description': 'Convert a mnemonic to a secret key', 'inputSchema': {'type': 'object', 'required': ['mnemonic'], 'properties': {'mnemonic': {'type': 'string', 'description': 'The mnemonic phrase to convert to a secret key'}}}}, {'name': 'seed_from_mnemonic', 'description': 'Generate a seed from a mnemonic', 'inputSchema': {'type': 'object', 'required': ['mnemonic'], 'properties': {'mnemonic': {'type': 'string', 'description': 'The mnemonic phrase to generate a seed from'}}}}, {'name': 'mnemonic_from_seed', 'description': 'Generate a mnemonic from a seed', 'inputSchema': {'type': 'object', 'required': ['seed'], 'properties': {'seed': {'type': 'string', 'description': 'The seed in hexadecimal format to generate a mnemonic from'}}}}, {'name': 'validate_address', 'description': 'Check if an Algorand address is valid', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Address in standard Algorand format (58 characters)'}}}}, {'name': 'encode_address', 'description': 'Encode a public key to an Algorand address', 'inputSchema': {'type': 'object', 'required': ['publicKey'], 'properties': {'publicKey': {'type': 'string', 'description': 'Public key in hexadecimal format to encode into an address'}}}}, {'name': 'decode_address', 'description': 'Decode an Algorand address to a public key', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Address in standard Algorand format (58 characters) to decode'}}}}, {'name': 'get_application_address', 'description': 'Get the address for a given application ID', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID to get the address for'}}}}, {'name': 'bytes_to_bigint', 'description': 'Convert bytes to a BigInt', 'inputSchema': {'type': 'object', 'required': ['bytes'], 'properties': {'bytes': {'type': 'string', 'description': 'Bytes in hexadecimal format to convert to a BigInt'}}}}, {'name': 'bigint_to_bytes', 'description': 'Convert a BigInt to bytes', 'inputSchema': {'type': 'object', 'required': ['value', 'size'], 'properties': {'size': {'type': 'integer', 'description': 'Size of the resulting byte array'}, 'value': {'type': 'string', 'description': 'BigInt value as a string to convert to bytes'}}}}, {'name': 'encode_uint64', 'description': 'Encode a uint64 to bytes', 'inputSchema': {'type': 'object', 'required': ['value'], 'properties': {'value': {'type': 'string', 'description': 'Uint64 value as a string to encode into bytes'}}}}, {'name': 'decode_uint64', 'description': 'Decode bytes to a uint64', 'inputSchema': {'type': 'object', 'required': ['bytes'], 'properties': {'bytes': {'type': 'string', 'description': 'Bytes in hexadecimal format to decode into a uint64'}}}}, {'name': 'compile_teal', 'description': 'Compile TEAL source code', 'inputSchema': {'type': 'object', 'required': ['source'], 'properties': {'source': {'type': 'string', 'description': 'Logic that executes when the app is called (compiled TEAL as base64)'}}}}, {'name': 'disassemble_teal', 'description': 'Disassemble TEAL bytecode back to source', 'inputSchema': {'type': 'object', 'required': ['bytecode'], 'properties': {'bytecode': {'type': 'string', 'description': 'TEAL bytecode to disassemble into source code'}}}}, {'name': 'send_raw_transaction', 'description': 'Submit signed transactions to the Algorand network', 'inputSchema': {'type': 'object', 'required': ['signedTxns'], 'properties': {'signedTxns': {'type': 'array', 'items': {'type': 'string', 'description': 'Base64-encoded signed transaction'}, 'description': 'Array of signed transactions to submit to the network'}}}}, {'name': 'simulate_raw_transactions', 'description': 'Simulate raw transactions', 'inputSchema': {'type': 'object', 'required': ['txns'], 'properties': {'txns': {'type': 'array', 'items': {'type': 'string', 'description': 'Base64-encoded transaction'}, 'description': 'Array of transactions to simulate'}}}}, {'name': 'simulate_transactions', 'description': 'Simulate transactions with detailed configuration', 'inputSchema': {'type': 'object', 'required': ['txnGroups'], 'properties': {'round': {'type': 'integer', 'optional': True, 'description': 'Round at which to simulate the transactions'}, 'txnGroups': {'type': 'array', 'items': {'type': 'object', 'required': ['txns'], 'properties': {'txns': {'type': 'array', 'items': {'type': 'object', 'description': 'Transaction object to simulate'}, 'description': 'Array of transactions in this group'}}, 'description': 'Group of transactions to simulate together'}, 'description': 'Array of transaction groups to simulate'}, 'execTraceConfig': {'type': 'object', 'optional': True, 'description': 'Configuration for execution trace output'}, 'allowMoreLogging': {'type': 'boolean', 'optional': True, 'description': 'Enable additional logging during simulation'}, 'extraOpcodeBudget': {'type': 'integer', 'optional': True, 'description': 'Additional budget for TEAL program execution'}, 'allowEmptySignatures': {'type': 'boolean', 'optional': True, 'description': 'Allow transactions without signatures'}, 'allowUnnamedResources': {'type': 'boolean', 'optional': True, 'description': 'Allow access to resources not listed in transaction'}}}}, {'name': 'make_payment_txn', 'description': 'Create a payment transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'to', 'amount'], 'properties': {'to': {'type': 'string', 'description': 'Receiver address in standard Algorand format (58 characters)'}, 'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Optional transaction note'}, 'amount': {'type': 'integer', 'description': 'Amount in microAlgos'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Optional rekey to address in standard Algorand format'}, 'closeRemainderTo': {'type': 'string', 'optional': True, 'description': 'Optional close remainder to address in standard Algorand format'}}, 'description': 'Create a payment transaction with proper Algorand address strings'}}, {'name': 'make_keyreg_txn', 'description': 'Create a key registration transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'voteKey', 'selectionKey', 'stateProofKey', 'voteFirst', 'voteLast', 'voteKeyDilution'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'voteKey': {'type': 'string', 'description': 'The root participation public key (58 bytes base64 encoded)'}, 'voteLast': {'type': 'integer', 'description': 'Last round this participation key is valid'}, 'voteFirst': {'type': 'integer', 'description': 'First round this participation key is valid'}, 'selectionKey': {'type': 'string', 'description': 'VRF public key (32 bytes base64 encoded)'}, 'stateProofKey': {'type': 'string', 'description': 'State proof public key (64 bytes base64 encoded)'}, 'voteKeyDilution': {'type': 'integer', 'description': 'Dilution for the 2-level participation key'}, 'nonParticipation': {'type': 'boolean', 'optional': True, 'description': 'Mark account as nonparticipating for rewards'}}}}, {'name': 'make_asset_create_txn', 'description': 'Create an asset creation transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'total', 'decimals', 'defaultFrozen'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'total': {'type': 'integer', 'description': 'Total number of base units of the asset to create'}, 'freeze': {'type': 'string', 'optional': True, 'description': 'Address that can freeze/unfreeze holder accounts'}, 'manager': {'type': 'string', 'optional': True, 'description': 'Address that can manage the asset configuration'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'reserve': {'type': 'string', 'optional': True, 'description': 'Address holding reserve funds for the asset'}, 'assetURL': {'type': 'string', 'optional': True, 'description': 'URL where more information about the asset can be found'}, 'clawback': {'type': 'string', 'optional': True, 'description': 'Address that can revoke the asset from holders'}, 'decimals': {'type': 'integer', 'description': 'Number of decimals for display purposes (0-19)'}, 'unitName': {'type': 'string', 'optional': True, 'description': 'Short name for the asset (1-8 characters)'}, 'assetName': {'type': 'string', 'optional': True, 'description': 'Full name of the asset (1-32 characters)'}, 'defaultFrozen': {'type': 'boolean', 'description': 'Whether accounts should be frozen by default'}, 'assetMetadataHash': {'type': 'string', 'optional': True, 'description': 'Hash commitment of some sort of asset metadata (32-byte string)'}}}}, {'name': 'make_asset_config_txn', 'description': 'Create an asset configuration transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'assetIndex', 'strictEmptyAddressChecking'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'freeze': {'type': 'string', 'optional': True, 'description': 'New address that can freeze/unfreeze holder accounts'}, 'manager': {'type': 'string', 'optional': True, 'description': 'New address that can manage the asset configuration'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'reserve': {'type': 'string', 'optional': True, 'description': 'New address holding reserve funds for the asset'}, 'clawback': {'type': 'string', 'optional': True, 'description': 'New address that can revoke the asset from holders'}, 'assetIndex': {'type': 'integer', 'description': 'Index of the asset to reconfigure'}, 'strictEmptyAddressChecking': {'type': 'boolean', 'description': 'Whether to error if any provided address is empty'}}}}, {'name': 'make_asset_destroy_txn', 'description': 'Create an asset destroy transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'assetIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'assetIndex': {'type': 'integer', 'description': 'Index of the asset to destroy'}}}}, {'name': 'make_asset_freeze_txn', 'description': 'Create an asset freeze transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'assetIndex', 'freezeTarget', 'freezeState'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'assetIndex': {'type': 'integer', 'description': 'Index of the asset being frozen'}, 'freezeState': {'type': 'boolean', 'description': 'True to freeze the asset, false to unfreeze'}, 'freezeTarget': {'type': 'string', 'description': 'Address of the account whose asset is being frozen/unfrozen'}}}}, {'name': 'make_asset_transfer_txn', 'description': 'Create an asset transfer transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'to', 'assetIndex', 'amount'], 'properties': {'to': {'type': 'string', 'description': 'Recipient address in standard Algorand format (58 characters)'}, 'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'amount': {'type': 'integer', 'description': 'Amount of asset base units to transfer'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'assetIndex': {'type': 'integer', 'description': 'Index of the asset being transferred'}, 'closeRemainderTo': {'type': 'string', 'optional': True, 'description': 'Address to send remaining asset balance to (close asset holding)'}}}}, {'name': 'make_app_create_txn', 'description': 'Create an application creation transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'approvalProgram', 'clearProgram', 'numGlobalByteSlices', 'numGlobalInts', 'numLocalByteSlices', 'numLocalInts'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'extraPages': {'type': 'integer', 'optional': True, 'description': 'Additional program pages for larger programs (0-3)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'clearProgram': {'type': 'string', 'description': 'Logic that executes when clear state is called (compiled TEAL as base64)'}, 'numLocalInts': {'type': 'integer', 'description': 'Number of integer values in local state per account (0-16)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}, 'numGlobalInts': {'type': 'integer', 'description': 'Number of integer values in global state (0-64)'}, 'approvalProgram': {'type': 'string', 'description': 'Logic that executes when the app is called (compiled TEAL as base64)'}, 'numLocalByteSlices': {'type': 'integer', 'description': 'Number of byte array values in local state per account (0-16)'}, 'numGlobalByteSlices': {'type': 'integer', 'description': 'Number of byte array values in global state (0-64)'}}}}, {'name': 'make_app_update_txn', 'description': 'Create an application update transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex', 'approvalProgram', 'clearProgram'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to update'}, 'onComplete': {'type': 'integer', 'optional': True, 'description': 'Application call completion behavior (0=NoOp, 1=OptIn, 2=CloseOut, 3=ClearState, 4=UpdateApplication, 5=DeleteApplication)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'clearProgram': {'type': 'string', 'description': 'New clear state program (compiled TEAL as base64)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}, 'approvalProgram': {'type': 'string', 'description': 'New approval program (compiled TEAL as base64)'}}}}, {'name': 'make_app_delete_txn', 'description': 'Create an application delete transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to delete'}, 'onComplete': {'type': 'integer', 'optional': True, 'description': 'Application call completion behavior (0=NoOp, 1=OptIn, 2=CloseOut, 3=ClearState, 4=UpdateApplication, 5=DeleteApplication)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}}}}, {'name': 'make_app_optin_txn', 'description': 'Create an application opt-in transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to opt into'}, 'onComplete': {'type': 'integer', 'optional': True, 'description': 'Application call completion behavior (0=NoOp, 1=OptIn, 2=CloseOut, 3=ClearState, 4=UpdateApplication, 5=DeleteApplication)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}}}}, {'name': 'make_app_closeout_txn', 'description': 'Create an application close out transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to close out from'}, 'onComplete': {'type': 'integer', 'optional': True, 'description': 'Application call completion behavior (0=NoOp, 1=OptIn, 2=CloseOut, 3=ClearState, 4=UpdateApplication, 5=DeleteApplication)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}}}}, {'name': 'make_app_clear_txn', 'description': 'Create an application clear state transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'lease': {'type': 'string', 'optional': True, 'description': 'Lease enforces mutual exclusion of transactions (32 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'rekeyTo': {'type': 'string', 'optional': True, 'description': 'Address to rekey the sender account to'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to clear state from'}, 'onComplete': {'type': 'integer', 'optional': True, 'description': 'Application call completion behavior (0=NoOp, 1=OptIn, 2=CloseOut, 3=ClearState, 4=UpdateApplication, 5=DeleteApplication)'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}}}}, {'name': 'make_app_call_txn', 'description': 'Create an application call transaction', 'inputSchema': {'type': 'object', 'required': ['from', 'appIndex'], 'properties': {'from': {'type': 'string', 'description': 'Sender address in standard Algorand format (58 characters)'}, 'note': {'type': 'string', 'optional': True, 'description': 'Transaction note field (up to 1000 bytes)'}, 'appArgs': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Arguments to pass to the application (max 16 arguments)'}, 'accounts': {'type': 'array', 'items': {'type': 'string'}, 'optional': True, 'description': 'Accounts whose local state may be accessed (max 4 accounts)'}, 'appIndex': {'type': 'integer', 'description': 'ID of the application to call'}, 'foreignApps': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of apps whose global state may be accessed (max 8 apps)'}, 'foreignAssets': {'type': 'array', 'items': {'type': 'integer'}, 'optional': True, 'description': 'IDs of assets that may be accessed (max 8 assets)'}}}}, {'name': 'assign_group_id', 'description': 'Assign a group ID to a list of transactions', 'inputSchema': {'type': 'object', 'required': ['transactions'], 'properties': {'transactions': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of transaction objects to be assigned a group ID'}}}}, {'name': 'sign_transaction', 'description': 'Sign a transaction with a secret key', 'inputSchema': {'type': 'object', 'required': ['transaction', 'sk'], 'properties': {'sk': {'type': 'string', 'description': 'Secret key in hexadecimal format to sign the transaction with'}, 'transaction': {'type': 'object', 'description': 'Transaction object to be signed'}}}}, {'name': 'sign_bytes', 'description': 'Sign arbitrary bytes with a secret key', 'inputSchema': {'type': 'object', 'required': ['bytes', 'sk'], 'properties': {'sk': {'type': 'string', 'description': 'Secret key in hexadecimal format to sign the bytes with'}, 'bytes': {'type': 'string', 'description': 'Base64-encoded bytes to be signed'}}}}, {'name': 'encode_obj', 'description': 'Encode an object to msgpack format', 'inputSchema': {'type': 'object', 'required': ['obj'], 'properties': {'obj': {'type': 'object', 'description': 'Object to be encoded into msgpack format'}}}}, {'name': 'decode_obj', 'description': 'Decode msgpack bytes to an object', 'inputSchema': {'type': 'object', 'required': ['bytes'], 'properties': {'bytes': {'type': 'string', 'description': 'Base64-encoded msgpack bytes to be decoded into an object'}}}}, {'name': 'resource_algod_get_account_info', 'description': 'Get current account balance, assets, and auth address from algod', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The account public key'}}}}, {'name': 'resource_algod_get_account_application_info', 'description': 'Get account-specific application information from algod', 'inputSchema': {'type': 'object', 'required': ['address', 'appId'], 'properties': {'appId': {'type': 'integer', 'description': 'The application ID'}, 'address': {'type': 'string', 'description': 'The account public key'}}}}, {'name': 'resource_algod_get_account_asset_info', 'description': 'Get account-specific asset information from algod', 'inputSchema': {'type': 'object', 'required': ['address', 'assetId'], 'properties': {'address': {'type': 'string', 'description': 'The account public key'}, 'assetId': {'type': 'integer', 'description': 'The asset ID'}}}}, {'name': 'resource_algod_get_application_by_id', 'description': 'Get application information', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}}}}, {'name': 'resource_algod_get_application_box', 'description': 'Get application box by name', 'inputSchema': {'type': 'object', 'required': ['appId', 'boxName'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}, 'boxName': {'type': 'string', 'description': 'Box name. '}}}}, {'name': 'resource_algod_get_application_boxes', 'description': 'Get all application boxes', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}, 'maxBoxes': {'type': 'integer', 'description': 'Maximum number of boxes to return'}}}}, {'name': 'resource_algod_get_asset_by_id', 'description': 'Get current asset information from algod', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'integer', 'description': 'Asset ID'}}}}, {'name': 'resource_algod_get_pending_transaction', 'description': 'Get pending transaction information', 'inputSchema': {'type': 'object', 'required': ['txId'], 'properties': {'txId': {'type': 'string', 'description': 'Transaction ID'}}}}, {'name': 'resource_algod_get_pending_transactions_by_address', 'description': 'Get pending transactions for an address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Account address'}}}}, {'name': 'resource_algod_get_pending_transactions', 'description': 'Get all pending transactions', 'inputSchema': {'type': 'object', 'properties': {'maxTxns': {'type': 'integer', 'description': 'Maximum number of transactions to return'}}}}, {'name': 'resource_algod_get_transaction_params', 'description': 'Get suggested transaction parameters', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'resource_algod_get_node_status', 'description': 'Get current node status', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'resource_algod_get_node_status_after_block', 'description': 'Get node status after a specific round', 'inputSchema': {'type': 'object', 'required': ['round'], 'properties': {'round': {'type': 'integer', 'description': 'Round number'}}}}, {'name': 'resource_indexer_lookup_account_by_id', 'description': 'Get account information from indexer', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Account address'}}}}, {'name': 'resource_indexer_lookup_account_assets', 'description': 'Get account assets', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of assets to return'}, 'address': {'type': 'string', 'description': 'Account address'}, 'assetId': {'type': 'integer', 'description': 'Filter by asset ID'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}}}}, {'name': 'resource_indexer_lookup_account_app_local_states', 'description': 'Get account application local states', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Account address'}}}}, {'name': 'resource_indexer_lookup_account_created_applications', 'description': 'Get applications created by this account', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Account address'}}}}, {'name': 'resource_indexer_search_for_accounts', 'description': 'Search for accounts with various criteria', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of accounts to return'}, 'assetId': {'type': 'integer', 'description': 'Filter by asset ID'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}, 'applicationId': {'type': 'integer', 'description': 'Filter by application ID'}, 'currencyLessThan': {'type': 'integer', 'description': 'Filter by maximum balance'}, 'currencyGreaterThan': {'type': 'integer', 'description': 'Filter by minimum balance'}}}}, {'name': 'resource_indexer_lookup_applications', 'description': 'Get application information from indexer', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}}}}, {'name': 'resource_indexer_lookup_application_logs', 'description': 'Get application log messages', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'txid': {'type': 'string', 'description': 'Filter by transaction ID'}, 'appId': {'type': 'integer', 'description': 'Application ID'}, 'limit': {'type': 'integer', 'description': 'Maximum number of logs to return'}, 'sender': {'type': 'string', 'description': 'Filter by sender address'}, 'maxRound': {'type': 'integer', 'description': 'Only return logs before this round'}, 'minRound': {'type': 'integer', 'description': 'Only return logs after this round'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}}}}, {'name': 'resource_indexer_search_for_applications', 'description': 'Search for applications with various criteria', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of applications to return'}, 'creator': {'type': 'string', 'description': 'Filter by creator address'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}}}}, {'name': 'resource_indexer_lookup_application_box', 'description': 'Get application box by name', 'inputSchema': {'type': 'object', 'required': ['appId', 'boxName'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}, 'boxName': {'type': 'string', 'description': 'Box name Buffer'}}}}, {'name': 'resource_indexer_lookup_application_boxes', 'description': 'Get all application boxes', 'inputSchema': {'type': 'object', 'required': ['appId'], 'properties': {'appId': {'type': 'integer', 'description': 'Application ID'}, 'maxBoxes': {'type': 'integer', 'description': 'Maximum number of boxes to return'}}}}, {'name': 'resource_indexer_lookup_asset_by_id', 'description': 'Get asset information and configuration', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'assetId': {'type': 'integer', 'description': 'Asset ID'}}}}, {'name': 'resource_indexer_lookup_asset_balances', 'description': 'Get accounts holding this asset and their balances', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of balances to return'}, 'address': {'type': 'string', 'description': 'Filter by account address'}, 'assetId': {'type': 'integer', 'description': 'Asset ID'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}, 'currencyLessThan': {'type': 'integer', 'description': 'Filter by maximum balance'}, 'currencyGreaterThan': {'type': 'integer', 'description': 'Filter by minimum balance'}}}}, {'name': 'resource_indexer_lookup_asset_transactions', 'description': 'Get transactions involving this asset', 'inputSchema': {'type': 'object', 'required': ['assetId'], 'properties': {'txid': {'type': 'string', 'description': 'Filter by transaction ID'}, 'limit': {'type': 'integer', 'description': 'Maximum number of transactions to return'}, 'address': {'type': 'string', 'description': 'Filter by account address'}, 'assetId': {'type': 'integer', 'description': 'Asset ID'}, 'maxRound': {'type': 'integer', 'description': 'Only return transactions before this round'}, 'minRound': {'type': 'integer', 'description': 'Only return transactions after this round'}, 'afterTime': {'type': 'string', 'description': 'Only return transactions after this time'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}, 'beforeTime': {'type': 'string', 'description': 'Only return transactions before this time'}, 'addressRole': {'type': 'string', 'description': 'Filter by address role (sender or receiver)'}, 'excludeCloseTo': {'type': 'boolean', 'description': 'Whether to exclude close-to transactions'}}}}, {'name': 'resource_indexer_search_for_assets', 'description': 'Search for assets with various criteria', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Filter by asset name'}, 'unit': {'type': 'string', 'description': 'Filter by asset unit name'}, 'limit': {'type': 'integer', 'description': 'Maximum number of assets to return'}, 'assetId': {'type': 'integer', 'description': 'Filter by asset ID'}, 'creator': {'type': 'string', 'description': 'Filter by creator address'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}}}}, {'name': 'resource_indexer_lookup_transaction_by_id', 'description': 'Get transaction information by ID', 'inputSchema': {'type': 'object', 'required': ['txId'], 'properties': {'txId': {'type': 'string', 'description': 'Transaction ID'}}}}, {'name': 'resource_indexer_lookup_account_transactions', 'description': 'Get account transaction history', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of transactions to return'}, 'txType': {'type': 'string', 'description': 'Filter by transaction type'}, 'address': {'type': 'string', 'description': 'Account address'}, 'assetId': {'type': 'integer', 'description': 'Filter by asset ID'}, 'maxRound': {'type': 'integer', 'description': 'Only return transactions before this round'}, 'minRound': {'type': 'integer', 'description': 'Only return transactions after this round'}, 'afterTime': {'type': 'string', 'description': 'Only return transactions after this time'}, 'beforeTime': {'type': 'string', 'description': 'Only return transactions before this time'}}}}, {'name': 'resource_indexer_search_for_transactions', 'description': 'Search for transactions with various criteria', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of transactions to return'}, 'round': {'type': 'integer', 'description': 'Filter by specific round'}, 'txType': {'type': 'string', 'description': 'Filter by transaction type'}, 'address': {'type': 'string', 'description': 'Filter by account address'}, 'assetId': {'type': 'integer', 'description': 'Filter by asset ID'}, 'maxRound': {'type': 'integer', 'description': 'Only return transactions before this round'}, 'minRound': {'type': 'integer', 'description': 'Only return transactions after this round'}, 'afterTime': {'type': 'string', 'description': 'Only return transactions after this time'}, 'nextToken': {'type': 'string', 'description': 'Token for retrieving the next page of results'}, 'beforeTime': {'type': 'string', 'description': 'Only return transactions before this time'}, 'addressRole': {'type': 'string', 'description': 'Filter by address role (sender or receiver)'}, 'applicationId': {'type': 'integer', 'description': 'Filter by application ID'}, 'currencyLessThan': {'type': 'integer', 'description': 'Filter by maximum amount'}, 'currencyGreaterThan': {'type': 'integer', 'description': 'Filter by minimum amount'}}}}, {'name': 'resource_nfd_get_nfd', 'description': 'Get a specific NFD by name or by its application ID', 'inputSchema': {'type': 'object', 'required': ['nameOrID'], 'properties': {'poll': {'type': 'boolean', 'description': 'Use if polling waiting for state change'}, 'view': {'enum': ['tiny', 'brief', 'full'], 'type': 'string', 'description': 'View of data to return'}, 'nocache': {'type': 'boolean', 'description': 'Set to true to return a never-cached result'}, 'nameOrID': {'type': 'string', 'description': 'Name of NFD or application ID'}}}}, {'name': 'resource_nfd_get_nfds_for_addresses', 'description': 'Get NFDs for specific addresses', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'view': {'enum': ['tiny', 'thumbnail', 'brief', 'full'], 'type': 'string', 'description': 'View of data to return'}, 'limit': {'type': 'integer', 'description': 'Limit the number of results'}, 'address': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of addresses to look up'}}}}, {'name': 'resource_nfd_get_nfd_activity', 'description': 'Get activity/changes for NFDs', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of NFD names to get activity for'}, 'sort': {'enum': ['timeDesc', 'timeAsc'], 'type': 'string', 'description': 'Sort order'}, 'type': {'enum': ['changes'], 'type': 'string', 'description': 'Type of activity to retrieve'}, 'limit': {'type': 'integer', 'description': 'Limit the number of results'}, 'afterTime': {'type': 'string', 'format': 'date-time', 'description': 'Get activity after this time'}}}}, {'name': 'resource_nfd_get_nfd_analytics', 'description': 'Get analytics data for NFDs', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'NFD name to filter on'}, 'sort': {'enum': ['timeDesc', 'priceAsc', 'priceDesc'], 'type': 'string', 'description': 'Sort order'}, 'buyer': {'type': 'string', 'description': 'Buyer address to filter on'}, 'event': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Events to filter on'}, 'limit': {'type': 'integer', 'description': 'Limit the number of results'}, 'offset': {'type': 'integer', 'description': 'Offset for pagination'}, 'seller': {'type': 'string', 'description': 'Seller address to filter on'}, 'category': {'type': 'array', 'items': {'enum': ['curated', 'premium', 'common'], 'type': 'string'}}, 'maxPrice': {'type': 'integer', 'description': 'Maximum price'}, 'minPrice': {'type': 'integer', 'description': 'Minimum price'}, 'includeOwner': {'type': 'boolean', 'description': 'Whether to include current owner'}, 'requireBuyer': {'type': 'boolean', 'description': 'Whether buyer must be present'}, 'excludeNFDAsSeller': {'type': 'boolean', 'description': 'Whether to exclude NFDomains as seller'}}}}, {'name': 'resource_nfd_browse_nfds', 'description': 'Browse NFDs with various filters', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name to filter on'}, 'sort': {'enum': ['createdDesc', 'timeChangedDesc', 'soldDesc', 'priceAsc', 'priceDesc', 'highestSaleDesc', 'saleTypeAsc'], 'type': 'string', 'description': 'Sort order'}, 'view': {'enum': ['tiny', 'brief', 'full'], 'type': 'string', 'description': 'View of data to return'}, 'limit': {'type': 'integer', 'description': 'Limit the number of results'}, 'owner': {'type': 'string', 'description': 'Owner address to filter on'}, 'state': {'type': 'array', 'items': {'enum': ['reserved', 'forSale', 'owned', 'expired'], 'type': 'string'}}, 'offset': {'type': 'integer', 'description': 'Offset for pagination'}, 'category': {'type': 'array', 'items': {'enum': ['curated', 'premium', 'common'], 'type': 'string'}}, 'maxPrice': {'type': 'integer', 'description': 'Maximum price'}, 'minPrice': {'type': 'integer', 'description': 'Minimum price'}, 'saleType': {'type': 'array', 'items': {'enum': ['auction', 'buyItNow'], 'type': 'string'}}}}}, {'name': 'resource_nfd_search_nfds', 'description': 'Search NFDs with various filters', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name to search for'}, 'sort': {'enum': ['createdDesc', 'timeChangedDesc', 'soldDesc', 'priceAsc', 'priceDesc', 'highestSaleDesc', 'saleTypeAsc'], 'type': 'string', 'description': 'Sort order'}, 'view': {'enum': ['tiny', 'brief', 'full'], 'type': 'string', 'description': 'View of data to return'}, 'limit': {'type': 'integer', 'description': 'Limit the number of results'}, 'owner': {'type': 'string', 'description': 'Owner address to filter on'}, 'state': {'type': 'array', 'items': {'enum': ['reserved', 'forSale', 'owned', 'expired'], 'type': 'string'}}, 'offset': {'type': 'integer', 'description': 'Offset for pagination'}, 'category': {'type': 'array', 'items': {'enum': ['curated', 'premium', 'common'], 'type': 'string'}}, 'maxPrice': {'type': 'integer', 'description': 'Maximum price'}, 'minPrice': {'type': 'integer', 'description': 'Minimum price'}, 'saleType': {'type': 'array', 'items': {'enum': ['auction', 'buyItNow'], 'type': 'string'}}}}}, {'name': 'resource_vestige_view_networks', 'description': 'Get all networks', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'resource_vestige_view_network_by_id', 'description': 'Get network by id', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_protocols', 'description': 'Get all protocols', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_protocol_by_id', 'description': 'Get protocol by id', 'inputSchema': {'type': 'object', 'required': ['protocol_id', 'network_id'], 'properties': {'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Protocol ID'}}}}, {'name': 'resource_vestige_view_protocol_volumes', 'description': 'Get protocol volumes at specific day. Defaults to current day.', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'timestamp': {'type': 'integer', 'description': 'Optional timestamp'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_vestige_view_assets', 'description': 'Get data about assets', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_ids'], 'properties': {'asset_ids': {'type': 'string', 'description': 'Comma-separated list of asset IDs'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_assets_list', 'description': 'Get asset list', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'tvl__gt': {'type': 'number', 'description': 'Filter by TVL greater than'}, 'tvl__lt': {'type': 'number', 'description': 'Filter by TVL less than'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'asset_ids': {'type': 'string', 'description': 'Optional comma-separated list of asset IDs'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'volume1d__gt': {'type': 'number', 'description': 'Filter by 24h volume greater than'}, 'volume1d__lt': {'type': 'number', 'description': 'Filter by 24h volume less than'}, 'created_at__gt': {'type': 'integer', 'description': 'Filter by creation time greater than'}, 'created_at__lt': {'type': 'integer', 'description': 'Filter by creation time less than'}, 'exclude_labels': {'type': 'string', 'description': 'Optional comma-separated list of labels to exclude'}, 'include_labels': {'type': 'string', 'description': 'Optional comma-separated list of labels to include'}, 'market_cap__gt': {'type': 'number', 'description': 'Filter by market cap greater than'}, 'market_cap__lt': {'type': 'number', 'description': 'Filter by market cap less than'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}, 'fully_diluted_market_cap__gt': {'type': 'number', 'description': 'Filter by fully diluted market cap greater than'}, 'fully_diluted_market_cap__lt': {'type': 'number', 'description': 'Filter by fully diluted market cap less than'}}}}, {'name': 'resource_vestige_view_assets_search', 'description': 'Search assets by query', 'inputSchema': {'type': 'object', 'required': ['network_id', 'query'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'query': {'type': 'string', 'description': 'Search query'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Optional protocol ID filter'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_vestige_view_asset_price', 'description': 'Get asset prices', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_ids'], 'properties': {'asset_ids': {'type': 'string', 'description': 'Comma-separated list of asset IDs'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_vestige_view_asset_candles', 'description': 'Get asset candles', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_id', 'interval', 'start'], 'properties': {'end': {'type': 'integer', 'description': 'Optional end timestamp'}, 'start': {'type': 'integer', 'description': 'Start timestamp'}, 'asset_id': {'type': 'integer', 'description': 'Asset ID'}, 'interval': {'type': 'integer', 'description': 'Candle interval in seconds'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}, 'volume_in_denominating_asset': {'type': 'boolean', 'default': False, 'description': 'Whether to return volume in denominating asset'}}}}, {'name': 'resource_vestige_view_asset_history', 'description': 'Get asset volume, swaps, total lockup, vwap and confidence history', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_id', 'interval', 'start'], 'properties': {'end': {'type': 'integer', 'description': 'Optional end timestamp'}, 'start': {'type': 'integer', 'description': 'Start timestamp'}, 'asset_id': {'type': 'integer', 'description': 'Asset ID'}, 'interval': {'type': 'integer', 'description': 'History interval in seconds'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}, 'volume_in_denominating_asset': {'type': 'boolean', 'default': False, 'description': 'Whether to return volume in denominating asset'}}}}, {'name': 'resource_vestige_view_asset_composition', 'description': 'Get asset lockups based on protocol and pair', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_id'], 'properties': {'asset_id': {'type': 'integer', 'description': 'Asset ID'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_pools', 'description': 'Get pools', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'asset_1_id': {'type': 'integer', 'description': 'Optional asset 1 ID filter'}, 'asset_2_id': {'type': 'integer', 'description': 'Optional asset 2 ID filter'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Optional protocol ID filter'}, 'other_protocol_id': {'type': 'integer', 'description': 'Optional other protocol ID filter'}}}}, {'name': 'resource_vestige_view_vaults', 'description': 'Get all vaults', 'inputSchema': {'type': 'object', 'required': ['network_id', 'protocol_id'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'address': {'type': 'string', 'description': 'Optional address filter'}, 'asset_id': {'type': 'integer', 'description': 'Optional asset ID filter'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Protocol ID'}}}}, {'name': 'resource_vestige_view_balances', 'description': 'Get balances by network id, protocol id and asset id', 'inputSchema': {'type': 'object', 'required': ['network_id', 'protocol_id'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'address': {'type': 'string', 'description': 'Optional address filter'}, 'asset_id': {'type': 'integer', 'description': 'Optional asset ID filter'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Protocol ID'}}}}, {'name': 'resource_vestige_view_notes', 'description': 'Get notes by network id and optionally asset id', 'inputSchema': {'type': 'object', 'required': ['network_id'], 'properties': {'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'offset': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Number of results to skip'}, 'asset_id': {'type': 'integer', 'description': 'Optional asset ID filter'}, 'order_by': {'type': 'string', 'description': 'Field to order by'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_first_asset_notes', 'description': 'Get first note for assets', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_ids'], 'properties': {'asset_ids': {'type': 'string', 'description': 'Comma-separated list of asset IDs'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_asset_notes_count', 'description': 'Get notes count for assets', 'inputSchema': {'type': 'object', 'required': ['network_id', 'asset_ids'], 'properties': {'asset_ids': {'type': 'string', 'description': 'Comma-separated list of asset IDs'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}}}}, {'name': 'resource_vestige_view_swaps', 'description': 'Get swaps', 'inputSchema': {'type': 'object', 'required': ['network_id', 'start'], 'properties': {'end': {'type': 'integer', 'description': 'Optional end timestamp'}, 'next': {'type': 'string', 'description': 'Optional next token for pagination'}, 'limit': {'type': 'integer', 'default': 50, 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of results'}, 'start': {'type': 'integer', 'description': 'Start timestamp'}, 'address': {'type': 'string', 'description': 'Optional address filter'}, 'asset_id': {'type': 'integer', 'description': 'Optional asset ID filter'}, 'executor': {'type': 'string', 'description': 'Optional executor filter'}, 'order_dir': {'type': 'string', 'default': 'desc', 'pattern': '^(asc|desc)$', 'description': 'Order direction (asc/desc)'}, 'network_id': {'type': 'integer', 'description': 'Network ID'}, 'protocol_id': {'type': 'integer', 'description': 'Optional protocol ID filter'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_vestige_get_best_v4_swap_data', 'description': 'Get best V4 swap data', 'inputSchema': {'type': 'object', 'required': ['from_asa', 'to_asa', 'amount', 'mode'], 'properties': {'mode': {'type': 'string', 'pattern': '^(sef|sfe)$', 'description': 'Swap mode (sef/sfe)'}, 'amount': {'type': 'integer', 'description': 'Amount to swap'}, 'to_asa': {'type': 'integer', 'description': 'Target ASA ID'}, 'from_asa': {'type': 'integer', 'description': 'Source ASA ID'}, 'enabled_providers': {'type': 'string', 'description': 'Optional comma-separated list of enabled providers'}, 'disabled_providers': {'type': 'string', 'description': 'Optional comma-separated list of disabled providers'}, 'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_vestige_get_v4_swap_discount', 'description': 'Get V4 swap discount', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Account address'}}}}, {'name': 'resource_vestige_get_v4_swap_data_transactions', 'description': 'Get V4 swap data transactions', 'inputSchema': {'type': 'object', 'required': ['sender', 'slippage', 'swap_data'], 'properties': {'sender': {'type': 'string', 'description': 'Sender address'}, 'slippage': {'type': 'number', 'description': 'Slippage tolerance'}, 'swap_data': {'type': 'object', 'description': 'V4 swap data from get_best_v4_swap_data'}, 'random_signer': {'type': 'string', 'description': 'Optional random signer address'}}}}, {'name': 'resource_vestige_get_aggregator_stats', 'description': 'Get aggregator stats', 'inputSchema': {'type': 'object', 'properties': {'denominating_asset_id': {'type': 'integer', 'default': 0, 'description': 'Optional denominating asset ID'}}}}, {'name': 'resource_tinyman_get_pool', 'description': 'Get Tinyman pool information by asset pair', 'inputSchema': {'type': 'object', 'required': ['asset1Id', 'asset2Id'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'asset1Id': {'type': 'integer', 'description': 'ID of the first asset in the pool'}, 'asset2Id': {'type': 'integer', 'description': 'ID of the second asset in the pool'}}}}, {'name': 'resource_tinyman_get_liquidity_quote', 'description': 'Get quote for adding liquidity to a pool', 'inputSchema': {'type': 'object', 'required': ['asset1Id', 'asset2Id', 'mode'], 'properties': {'mode': {'enum': ['initial', 'flexible', 'singleAsset'], 'type': 'string', 'description': 'Mode of adding liquidity'}, 'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'asset1Id': {'type': 'integer', 'description': 'ID of the first asset'}, 'asset2Id': {'type': 'integer', 'description': 'ID of the second asset'}, 'asset1Amount': {'type': 'integer', 'description': 'Amount of first asset to add'}, 'asset2Amount': {'type': 'integer', 'description': 'Amount of second asset to add'}}}}, {'name': 'resource_tinyman_get_swap_quote', 'description': 'Get quote for swapping assets', 'inputSchema': {'type': 'object', 'required': ['assetIn', 'assetOut', 'amount', 'mode'], 'properties': {'mode': {'enum': ['fixedInput', 'fixedOutput'], 'type': 'string', 'description': 'Mode of swap'}, 'amount': {'type': 'integer', 'description': 'Amount to swap'}, 'assetIn': {'type': 'integer', 'description': 'ID of the input asset'}, 'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'assetOut': {'type': 'integer', 'description': 'ID of the output asset'}}}}, {'name': 'resource_tinyman_get_pool_analytics', 'description': 'Get analytics for a Tinyman pool', 'inputSchema': {'type': 'object', 'required': ['asset1Id', 'asset2Id'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'asset1Id': {'type': 'integer', 'description': 'ID of the first asset'}, 'asset2Id': {'type': 'integer', 'description': 'ID of the second asset'}}}}, {'name': 'resource_tinyman_get_pool_creation_quote', 'description': 'Get quote for creating a new Tinyman pool', 'inputSchema': {'type': 'object', 'required': ['asset1Id', 'asset2Id', 'initiatorAddr'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'asset1Id': {'type': 'integer', 'description': 'ID of the first asset'}, 'asset2Id': {'type': 'integer', 'description': 'ID of the second asset'}, 'initiatorAddr': {'type': 'string', 'description': 'Address of the account creating the pool'}}}}, {'name': 'resource_tinyman_get_remove_liquidity_quote', 'description': 'Get quote for removing liquidity from a pool', 'inputSchema': {'type': 'object', 'required': ['asset1Id', 'asset2Id', 'poolTokenAmount', 'initiatorAddr'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'asset1Id': {'type': 'integer', 'description': 'ID of the first asset'}, 'asset2Id': {'type': 'integer', 'description': 'ID of the second asset'}, 'slippage': {'type': 'number', 'default': 0.01, 'description': 'Maximum acceptable slippage (e.g., 0.01 for 1%)'}, 'initiatorAddr': {'type': 'string', 'description': 'Address of the account removing liquidity'}, 'poolTokenAmount': {'type': 'integer', 'description': 'Amount of pool tokens to burn'}, 'singleAssetMode': {'type': 'boolean', 'default': False, 'description': 'Whether to remove liquidity in single asset mode (v2 only)'}}}}, {'name': 'resource_tinyman_get_asset_optin_quote', 'description': 'Get quote for opting into a Tinyman pool token', 'inputSchema': {'type': 'object', 'required': ['assetId', 'initiatorAddr'], 'properties': {'assetId': {'type': 'integer', 'description': 'ID of the pool token asset'}, 'initiatorAddr': {'type': 'string', 'description': 'Address of the account to opt in'}}}}, {'name': 'resource_tinyman_get_validator_optin_quote', 'description': 'Get quote for opting into Tinyman validator app', 'inputSchema': {'type': 'object', 'required': ['initiatorAddr'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'initiatorAddr': {'type': 'string', 'description': 'Address of the account to opt in'}}}}, {'name': 'resource_tinyman_get_validator_optout_quote', 'description': 'Get quote for opting out of Tinyman validator app', 'inputSchema': {'type': 'object', 'required': ['initiatorAddr'], 'properties': {'version': {'enum': ['v1_1', 'v2'], 'type': 'string', 'default': 'v2', 'description': 'Tinyman protocol version'}, 'initiatorAddr': {'type': 'string', 'description': 'Address of the account to opt out'}}}}, {'name': 'generate_algorand_uri', 'description': 'Generate an Algorand URI and QR code according to ARC-26 specification', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'note': {'type': 'string', 'optional': True, 'description': 'URL-encoded note that can be modified by user'}, 'asset': {'type': 'number', 'optional': True, 'description': 'Asset ID for ASA transfers'}, 'label': {'type': 'string', 'optional': True, 'description': 'Label for the address (e.g. name of receiver)'}, 'xnote': {'type': 'string', 'optional': True, 'description': 'URL-encoded note that must not be modified by user'}, 'amount': {'type': 'number', 'optional': True, 'description': 'Amount in microAlgos (must be non-negative)'}, 'address': {'type': 'string', 'description': 'Algorand address in standard format (58 characters)'}}}}] |
@YuChenSSR/multi-ai-advisor-mcp | Multi-Model Advisor | Query multiple AI models simultaneously to gain diverse perspectives on your questions. Synthesize insights from various AI personas to enhance your decision-making process. Integrate seamlessly with Claude for a comprehensive advisory experience. | 2025-03-24T16:17:37.257Z | 47 | https://smithery.ai/server/@YuChenSSR/multi-ai-advisor-mcp | false | null | {
"scanPassed": true
} | [{'name': 'list-available-models', 'description': 'List all available models in Ollama that can be used with query-models', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'query-models', 'description': 'Query multiple AI models via Ollama and get their responses to compare perspectives', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['question'], 'properties': {'models': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of model names to query (defaults to configured models)'}, 'question': {'type': 'string', 'description': 'The question to ask all models'}, 'system_prompt': {'type': 'string', 'description': 'Optional system prompt to provide context to all models (overridden by model_system_prompts if provided)'}, 'model_system_prompts': {'type': 'object', 'description': 'Optional object mapping model names to specific system prompts', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}}] |
@pvinis/mcp-playwright-stealth | Playwright (with stealth) MCP Server | Automate browser interactions effortlessly. Enable your LLMs to navigate web pages, capture screenshots, generate test scripts, and execute JavaScript in real-time. Enhance your automation capabilities with seamless integration into your development environment. | 2025-04-09T18:31:44.393Z | 46 | https://smithery.ai/server/@pvinis/mcp-playwright-stealth | false | null | {
"scanPassed": true
} | [{'name': 'start_codegen_session', 'description': 'Start a new code generation session to record Playwright actions', 'inputSchema': {'type': 'object', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['outputPath'], 'properties': {'outputPath': {'type': 'string', 'description': 'Directory path where generated tests will be saved (use absolute path)'}, 'testNamePrefix': {'type': 'string', 'description': "Prefix to use for generated test names (default: 'GeneratedTest')"}, 'includeComments': {'type': 'boolean', 'description': 'Whether to include descriptive comments in generated tests'}}, 'description': 'Code generation options'}}}}, {'name': 'end_codegen_session', 'description': 'End a code generation session and generate the test file', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to end'}}}}, {'name': 'get_codegen_session', 'description': 'Get information about a code generation session', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to retrieve'}}}}, {'name': 'clear_codegen_session', 'description': 'Clear a code generation session without generating a test', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to clear'}}}}, {'name': 'playwright_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to navigate to the website specified'}, 'width': {'type': 'number', 'description': 'Viewport width in pixels (default: 1280)'}, 'height': {'type': 'number', 'description': 'Viewport height in pixels (default: 720)'}, 'timeout': {'type': 'number', 'description': 'Navigation timeout in milliseconds'}, 'headless': {'type': 'boolean', 'description': 'Run browser in headless mode (default: false)'}, 'waitUntil': {'type': 'string', 'description': 'Navigation wait condition'}, 'browserType': {'enum': ['chromium', 'firefox', 'webkit'], 'type': 'string', 'description': 'Browser type to use (chromium, firefox, webkit). Defaults to chromium'}}}}, {'name': 'playwright_screenshot', 'description': 'Take a screenshot of the current page or a specific element', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name for the screenshot'}, 'width': {'type': 'number', 'description': 'Width in pixels (default: 800)'}, 'height': {'type': 'number', 'description': 'Height in pixels (default: 600)'}, 'savePng': {'type': 'boolean', 'description': 'Save screenshot as PNG file (default: false)'}, 'fullPage': {'type': 'boolean', 'description': 'Store screenshot of the entire page (default: false)'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to screenshot'}, 'storeBase64': {'type': 'boolean', 'description': 'Store screenshot in base64 format (default: true)'}, 'downloadsDir': {'type': 'string', 'description': "Custom downloads directory path (default: user's Downloads folder)"}}}}, {'name': 'playwright_click', 'description': 'Click an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the element to click'}}}}, {'name': 'playwright_iframe_click', 'description': 'Click an element in an iframe on the page', 'inputSchema': {'type': 'object', 'required': ['iframeSelector', 'selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the element to click'}, 'iframeSelector': {'type': 'string', 'description': 'CSS selector for the iframe containing the element to click'}}}}, {'name': 'playwright_fill', 'description': 'fill out an input field', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to fill'}, 'selector': {'type': 'string', 'description': 'CSS selector for input field'}}}}, {'name': 'playwright_select', 'description': 'Select an element on the page with Select tag', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to select'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to select'}}}}, {'name': 'playwright_hover', 'description': 'Hover an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for element to hover'}}}}, {'name': 'playwright_evaluate', 'description': 'Execute JavaScript in the browser console', 'inputSchema': {'type': 'object', 'required': ['script'], 'properties': {'script': {'type': 'string', 'description': 'JavaScript code to execute'}}}}, {'name': 'playwright_console_logs', 'description': 'Retrieve console logs from the browser with filtering options', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'type': {'enum': ['all', 'error', 'warning', 'log', 'info', 'debug'], 'type': 'string', 'description': 'Type of logs to retrieve (all, error, warning, log, info, debug)'}, 'clear': {'type': 'boolean', 'description': 'Whether to clear logs after retrieval (default: false)'}, 'limit': {'type': 'number', 'description': 'Maximum number of logs to return'}, 'search': {'type': 'string', 'description': 'Text to search for in logs (handles text with square brackets)'}}}}, {'name': 'playwright_close', 'description': 'Close the browser and release all resources', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_get', 'description': 'Perform an HTTP GET request', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform GET operation'}}}}, {'name': 'playwright_post', 'description': 'Perform an HTTP POST request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform POST operation'}, 'token': {'type': 'string', 'description': 'Bearer token for authorization'}, 'value': {'type': 'string', 'description': 'Data to post in the body'}, 'headers': {'type': 'object', 'description': 'Additional headers to include in the request', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'playwright_put', 'description': 'Perform an HTTP PUT request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform PUT operation'}, 'value': {'type': 'string', 'description': 'Data to PUT in the body'}}}}, {'name': 'playwright_patch', 'description': 'Perform an HTTP PATCH request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform PUT operation'}, 'value': {'type': 'string', 'description': 'Data to PATCH in the body'}}}}, {'name': 'playwright_delete', 'description': 'Perform an HTTP DELETE request', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform DELETE operation'}}}}, {'name': 'playwright_expect_response', 'description': 'Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.', 'inputSchema': {'type': 'object', 'required': ['id', 'url'], 'properties': {'id': {'type': 'string', 'description': 'Unique & arbitrary identifier to be used for retrieving this response later with `Playwright_assert_response`.'}, 'url': {'type': 'string', 'description': 'URL pattern to match in the response.'}}}}, {'name': 'playwright_assert_response', 'description': 'Wait for and validate a previously initiated HTTP response wait operation.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Identifier of the HTTP response initially expected using `Playwright_expect_response`.'}, 'value': {'type': 'string', 'description': 'Data to expect in the body of the HTTP response. If provided, the assertion will fail if this value is not found in the response body.'}}}}, {'name': 'playwright_custom_user_agent', 'description': 'Set a custom User Agent for the browser', 'inputSchema': {'type': 'object', 'required': ['userAgent'], 'properties': {'userAgent': {'type': 'string', 'description': 'Custom User Agent for the Playwright browser instance'}}}}, {'name': 'playwright_get_visible_text', 'description': 'Get the visible text content of the current page', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_get_visible_html', 'description': 'Get the HTML content of the current page', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_go_back', 'description': 'Navigate back in browser history', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_go_forward', 'description': 'Navigate forward in browser history', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_drag', 'description': 'Drag an element to a target location', 'inputSchema': {'type': 'object', 'required': ['sourceSelector', 'targetSelector'], 'properties': {'sourceSelector': {'type': 'string', 'description': 'CSS selector for the element to drag'}, 'targetSelector': {'type': 'string', 'description': 'CSS selector for the target location'}}}}, {'name': 'playwright_press_key', 'description': 'Press a keyboard key', 'inputSchema': {'type': 'object', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': "Key to press (e.g. 'Enter', 'ArrowDown', 'a')"}, 'selector': {'type': 'string', 'description': 'Optional CSS selector to focus before pressing key'}}}}, {'name': 'playwright_save_as_pdf', 'description': 'Save the current page as a PDF file', 'inputSchema': {'type': 'object', 'required': ['outputPath'], 'properties': {'format': {'type': 'string', 'description': "Page format (e.g. 'A4', 'Letter')"}, 'margin': {'type': 'object', 'properties': {'top': {'type': 'string'}, 'left': {'type': 'string'}, 'right': {'type': 'string'}, 'bottom': {'type': 'string'}}, 'description': 'Page margins'}, 'filename': {'type': 'string', 'description': 'Name of the PDF file (default: page.pdf)'}, 'outputPath': {'type': 'string', 'description': 'Directory path where PDF will be saved'}, 'printBackground': {'type': 'boolean', 'description': 'Whether to print background graphics'}}}}] |
@CoderGamester/mcp-unity | Unity Game Engine | Make Unity Editor more agentic, enhancing your development workflow with different MCP clients.
Add the package via the Unity Package manager and follow the README configurations | 2025-03-15T22:55:15.359Z | 46 | https://smithery.ai/server/@CoderGamester/mcp-unity | false | {
"scanPassed": true
} | [{'name': 'execute_menu_item', 'description': 'Executes a Unity menu item by path', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['menuPath'], 'properties': {'menuPath': {'type': 'string', 'description': 'The path to the menu item to execute (e.g. "GameObject/Create Empty")'}}, 'additionalProperties': False}}, {'name': 'select_object', 'description': 'Sets the selected object in the Unity editor by path or ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['objectPath'], 'properties': {'objectPath': {'type': 'string', 'description': 'The path or ID of the object to select (e.g. "Main Camera" or a Unity object ID)'}}, 'additionalProperties': False}}, {'name': 'package_manager', 'description': 'Manages packages in the Unity Package Manager', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['methodSource'], 'properties': {'path': {'type': 'string', 'description': 'The path to use (folder path for disk method or subfolder for GitHub)'}, 'branch': {'type': 'string', 'description': 'The branch to use for GitHub packages (optional)'}, 'version': {'type': 'string', 'description': 'The version to use for registry packages (optional)'}, 'packageName': {'type': 'string', 'description': 'The package name to add from Unity registry (e.g. com.unity.textmeshpro)'}, 'methodSource': {'type': 'string', 'description': 'The method source to use (registry, github, or disk) to add the package'}, 'repositoryUrl': {'type': 'string', 'description': 'The GitHub repository URL (e.g. https://github.com/username/repo.git)'}}, 'additionalProperties': False}}, {'name': 'run_tests', 'description': "Runs Unity's Test Runner tests", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'testMode': {'type': 'string', 'description': 'The test mode to run (EditMode, PlayMode, or All)'}, 'testFilter': {'type': 'string', 'description': 'Optional test filter (e.g. specific test name or namespace)'}}, 'additionalProperties': False}}, {'name': 'notify_message', 'description': 'Sends a message to the Unity console', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'type': {'type': 'string', 'description': 'The type of message (info, warning, error)'}, 'message': {'type': 'string', 'description': 'The message to display in the Unity console'}}, 'additionalProperties': False}}] |
|
@pengjianhong/mcp-image-downloader | Image Downloader | Download images from URLs efficiently and reliably. Simplify the process of fetching and saving images for your applications. Enhance your workflows with automated image retrieval capabilities. | 2025-04-18T16:01:50.790Z | 45 | https://smithery.ai/server/@pengjianhong/mcp-image-downloader | false | null | null | [{'name': 'download_image', 'description': '下载图片\n Args:\n url: 图片URL\n save_dir: 保存目录\n filename: 保存文件名\n Returns:\n str: 成功时返回保存路径,失败时返回失败原因\n ', 'inputSchema': {'type': 'object', 'title': 'download_imageArguments', 'required': ['url', 'save_dir', 'filename'], 'properties': {'url': {'type': 'string', 'title': 'url'}, 'filename': {'type': 'string', 'title': 'filename'}, 'save_dir': {'type': 'string', 'title': 'save_dir'}}}}] |
@sussa3007/mysql-mcp | MySQL MCP Server | Connect and interact with MySQL databases seamlessly. Execute SQL queries, manage database connections, and retrieve data directly through AI assistants. Enhance your AI capabilities with structured access to your MySQL data. | 2025-03-22T10:41:17.421Z | 143 | https://smithery.ai/server/@sussa3007/mysql-mcp | false | null | {
"scanPassed": true
} | [{'name': 'status', 'description': 'Check the current database connection status.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'connect', 'description': 'Connect to a MySQL database.', 'inputSchema': {'type': 'object', 'properties': {'host': {'type': 'string', 'description': 'Database server hostname or IP address'}, 'port': {'type': 'string', 'description': 'Database server port'}, 'user': {'type': 'string', 'description': 'Database username'}, 'database': {'type': 'string', 'description': 'Database name to connect to'}, 'password': {'type': 'string', 'description': 'Database password'}}}}, {'name': 'disconnect', 'description': 'Close the current MySQL database connection.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'query', 'description': 'Execute an SQL query on the connected database.', 'inputSchema': {'type': 'object', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'description': 'SQL query to execute'}, 'params': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Parameters for prepared statements'}}}}, {'name': 'list_tables', 'description': 'Get a list of tables in the current database.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'describe_table', 'description': 'Get the structure of a specific table.', 'inputSchema': {'type': 'object', 'required': ['table'], 'properties': {'table': {'type': 'string', 'description': 'Name of the table to describe'}}}}, {'name': 'list_databases', 'description': 'Get a list of all accessible databases on the server.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'use_database', 'description': 'Switch to a different database.', 'inputSchema': {'type': 'object', 'required': ['database'], 'properties': {'database': {'type': 'string', 'description': 'Name of the database to switch to'}}}}, {'name': 'set_readonly', 'description': 'Enable or disable read-only mode', 'inputSchema': {'type': 'object', 'required': ['readonly'], 'properties': {'readonly': {'type': 'boolean', 'description': 'Set to true to enable read-only mode, false to disable'}}}}] |
@jxnl/apple-mcp | Apple Tools | Integrate seamlessly with Apple applications to manage messages, notes, emails, and more. Enhance your productivity by automating tasks across your Apple ecosystem with simple commands. Experience a streamlined workflow that connects your digital life effortlessly. | 2025-04-02T17:05:23.601Z | 42 | https://smithery.ai/server/@jxnl/apple-mcp | false | null | {
"scanPassed": true
} | [{'name': 'contacts', 'description': 'Search and retrieve contacts from Apple Contacts app', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name to search for (optional - if not provided, returns all contacts). Can be partial name to search.'}}}}, {'name': 'notes', 'description': 'Search, retrieve and create notes in Apple Notes app', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'body': {'type': 'string', 'description': 'Content of the note to create (required for create operation)'}, 'title': {'type': 'string', 'description': 'Title of the note to create (required for create operation)'}, 'operation': {'enum': ['search', 'list', 'create'], 'type': 'string', 'description': "Operation to perform: 'search', 'list', or 'create'"}, 'folderName': {'type': 'string', 'description': "Name of the folder to create the note in (optional for create operation, defaults to 'Claude')"}, 'searchText': {'type': 'string', 'description': 'Text to search for in notes (required for search operation)'}}}}, {'name': 'messages', 'description': 'Interact with Apple Messages app - send, read, schedule messages and check unread messages', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'limit': {'type': 'number', 'description': 'Number of messages to read (optional, for read and unread operations)'}, 'message': {'type': 'string', 'description': 'Message to send (required for send and schedule operations)'}, 'operation': {'enum': ['send', 'read', 'schedule', 'unread'], 'type': 'string', 'description': "Operation to perform: 'send', 'read', 'schedule', or 'unread'"}, 'phoneNumber': {'type': 'string', 'description': 'Phone number to send message to (required for send, read, and schedule operations)'}, 'scheduledTime': {'type': 'string', 'description': 'ISO string of when to send the message (required for schedule operation)'}}}}, {'name': 'mail', 'description': 'Interact with Apple Mail app - read unread emails, search emails, and send emails', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'cc': {'type': 'string', 'description': 'CC email address (optional for send operation)'}, 'to': {'type': 'string', 'description': 'Recipient email address (required for send operation)'}, 'bcc': {'type': 'string', 'description': 'BCC email address (optional for send operation)'}, 'body': {'type': 'string', 'description': 'Email body content (required for send operation)'}, 'limit': {'type': 'number', 'description': 'Number of emails to retrieve (optional, for unread and search operations)'}, 'account': {'type': 'string', 'description': 'Email account to use (optional - if not provided, searches across all accounts)'}, 'mailbox': {'type': 'string', 'description': 'Mailbox to use (optional - if not provided, uses inbox or searches across all mailboxes)'}, 'subject': {'type': 'string', 'description': 'Email subject (required for send operation)'}, 'operation': {'enum': ['unread', 'search', 'send', 'mailboxes', 'accounts'], 'type': 'string', 'description': "Operation to perform: 'unread', 'search', 'send', 'mailboxes', or 'accounts'"}, 'searchTerm': {'type': 'string', 'description': 'Text to search for in emails (required for search operation)'}}}}, {'name': 'reminders', 'description': 'Search, create, and open reminders in Apple Reminders app', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'name': {'type': 'string', 'description': 'Name of the reminder to create (required for create operation)'}, 'notes': {'type': 'string', 'description': 'Additional notes for the reminder (optional for create operation)'}, 'props': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Properties to include in the reminders (optional for listById operation)'}, 'listId': {'type': 'string', 'description': 'ID of the list to get reminders from (required for listById operation)'}, 'dueDate': {'type': 'string', 'description': 'Due date for the reminder in ISO format (optional for create operation)'}, 'listName': {'type': 'string', 'description': 'Name of the list to create the reminder in (optional for create operation)'}, 'operation': {'enum': ['list', 'search', 'open', 'create', 'listById'], 'type': 'string', 'description': "Operation to perform: 'list', 'search', 'open', 'create', or 'listById'"}, 'searchText': {'type': 'string', 'description': 'Text to search for in reminders (required for search and open operations)'}}}}, {'name': 'webSearch', 'description': 'Search the web using DuckDuckGo and retrieve content from search results', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to look up'}}}}, {'name': 'calendar', 'description': 'Search, create, and open calendar events in Apple Calendar app', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'limit': {'type': 'number', 'description': 'Number of events to retrieve (optional, default 10)'}, 'notes': {'type': 'string', 'description': 'Additional notes for the event (optional for create operation)'}, 'title': {'type': 'string', 'description': 'Title of the event to create (required for create operation)'}, 'toDate': {'type': 'string', 'description': 'End date for search range in ISO format (optional, default is 30 days from now for search, 7 days for list)'}, 'endDate': {'type': 'string', 'description': 'End date/time of the event in ISO format (required for create operation)'}, 'eventId': {'type': 'string', 'description': 'ID of the event to open (required for open operation)'}, 'fromDate': {'type': 'string', 'description': 'Start date for search range in ISO format (optional, default is today)'}, 'isAllDay': {'type': 'boolean', 'description': 'Whether the event is an all-day event (optional for create operation, default is false)'}, 'location': {'type': 'string', 'description': 'Location of the event (optional for create operation)'}, 'operation': {'enum': ['search', 'open', 'list', 'create'], 'type': 'string', 'description': "Operation to perform: 'search', 'open', 'list', or 'create'"}, 'startDate': {'type': 'string', 'description': 'Start date/time of the event in ISO format (required for create operation)'}, 'searchText': {'type': 'string', 'description': 'Text to search for in event titles, locations, and notes (required for search operation)'}, 'calendarName': {'type': 'string', 'description': 'Name of the calendar to create the event in (optional for create operation, uses default calendar if not specified)'}}}}, {'name': 'maps', 'description': 'Search locations, manage guides, save favorites, and get directions using Apple Maps', 'inputSchema': {'type': 'object', 'required': ['operation'], 'properties': {'name': {'type': 'string', 'description': 'Name of the location (required for save and pin)'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return (optional for search)'}, 'query': {'type': 'string', 'description': 'Search query for locations (required for search)'}, 'address': {'type': 'string', 'description': 'Address of the location (required for save, pin, addToGuide)'}, 'guideName': {'type': 'string', 'description': 'Name of the guide (required for createGuide and addToGuide)'}, 'operation': {'enum': ['search', 'save', 'directions', 'pin', 'listGuides', 'addToGuide', 'createGuide'], 'type': 'string', 'description': 'Operation to perform with Maps'}, 'toAddress': {'type': 'string', 'description': 'Destination address for directions (required for directions)'}, 'fromAddress': {'type': 'string', 'description': 'Starting address for directions (required for directions)'}, 'transportType': {'enum': ['driving', 'walking', 'transit'], 'type': 'string', 'description': 'Type of transport to use (optional for directions)'}}}}] |
@AminForou/mcp-gsc | Google Search Console Integration | Connect with Google Search Console to analyze your SEO data through natural language conversations. Gain insights into property management, search analytics, URL inspection, and sitemap management effortlessly. Visualize your data and receive actionable recommendations to enhance your website's performance. | 2025-04-02T04:01:08.792Z | 42 | https://smithery.ai/server/@AminForou/mcp-gsc | false | null | {
"scanPassed": true
} | [{'name': 'list_properties', 'description': "\n Retrieves and returns the user's Search Console properties.\n ", 'inputSchema': {'type': 'object', 'title': 'list_propertiesArguments', 'properties': {}}}, {'name': 'get_search_analytics', 'description': '\n Get search analytics data for a specific property.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n days: Number of days to look back (default: 28)\n dimensions: Dimensions to group by (default: query). Options: query, page, device, country, date\n You can provide multiple dimensions separated by comma (e.g., "query,page")\n ', 'inputSchema': {'type': 'object', 'title': 'get_search_analyticsArguments', 'required': ['site_url'], 'properties': {'days': {'type': 'integer', 'title': 'Days', 'default': 28}, 'site_url': {'type': 'string', 'title': 'Site Url'}, 'dimensions': {'type': 'string', 'title': 'Dimensions', 'default': 'query'}}}}, {'name': 'get_site_details', 'description': '\n Get detailed information about a specific Search Console property.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n ', 'inputSchema': {'type': 'object', 'title': 'get_site_detailsArguments', 'required': ['site_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'get_sitemaps', 'description': '\n List all sitemaps for a specific Search Console property.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n ', 'inputSchema': {'type': 'object', 'title': 'get_sitemapsArguments', 'required': ['site_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'inspect_url_enhanced', 'description': '\n Enhanced URL inspection to check indexing status and rich results in Google.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match, for domain properties use format: sc-domain:example.com)\n page_url: The specific URL to inspect\n ', 'inputSchema': {'type': 'object', 'title': 'inspect_url_enhancedArguments', 'required': ['site_url', 'page_url'], 'properties': {'page_url': {'type': 'string', 'title': 'Page Url'}, 'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'batch_url_inspection', 'description': '\n Inspect multiple URLs in batch (within API limits).\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match, for domain properties use format: sc-domain:example.com)\n urls: List of URLs to inspect, one per line\n ', 'inputSchema': {'type': 'object', 'title': 'batch_url_inspectionArguments', 'required': ['site_url', 'urls'], 'properties': {'urls': {'type': 'string', 'title': 'Urls'}, 'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'check_indexing_issues', 'description': '\n Check for specific indexing issues across multiple URLs.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match, for domain properties use format: sc-domain:example.com)\n urls: List of URLs to check, one per line\n ', 'inputSchema': {'type': 'object', 'title': 'check_indexing_issuesArguments', 'required': ['site_url', 'urls'], 'properties': {'urls': {'type': 'string', 'title': 'Urls'}, 'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'get_performance_overview', 'description': '\n Get a performance overview for a specific property.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n days: Number of days to look back (default: 28)\n ', 'inputSchema': {'type': 'object', 'title': 'get_performance_overviewArguments', 'required': ['site_url'], 'properties': {'days': {'type': 'integer', 'title': 'Days', 'default': 28}, 'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'get_advanced_search_analytics', 'description': '\n Get advanced search analytics data with sorting, filtering, and pagination.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n start_date: Start date in YYYY-MM-DD format (defaults to 28 days ago)\n end_date: End date in YYYY-MM-DD format (defaults to today)\n dimensions: Dimensions to group by, comma-separated (e.g., "query,page,device")\n search_type: Type of search results (WEB, IMAGE, VIDEO, NEWS, DISCOVER)\n row_limit: Maximum number of rows to return (max 25000)\n start_row: Starting row for pagination\n sort_by: Metric to sort by (clicks, impressions, ctr, position)\n sort_direction: Sort direction (ascending or descending)\n filter_dimension: Dimension to filter on (query, page, country, device)\n filter_operator: Filter operator (contains, equals, notContains, notEquals)\n filter_expression: Filter expression value\n ', 'inputSchema': {'type': 'object', 'title': 'get_advanced_search_analyticsArguments', 'required': ['site_url'], 'properties': {'sort_by': {'type': 'string', 'title': 'Sort By', 'default': 'clicks'}, 'end_date': {'type': 'string', 'title': 'End Date', 'default': None}, 'site_url': {'type': 'string', 'title': 'Site Url'}, 'row_limit': {'type': 'integer', 'title': 'Row Limit', 'default': 1000}, 'start_row': {'type': 'integer', 'title': 'Start Row', 'default': 0}, 'dimensions': {'type': 'string', 'title': 'Dimensions', 'default': 'query'}, 'start_date': {'type': 'string', 'title': 'Start Date', 'default': None}, 'search_type': {'type': 'string', 'title': 'Search Type', 'default': 'WEB'}, 'sort_direction': {'type': 'string', 'title': 'Sort Direction', 'default': 'descending'}, 'filter_operator': {'type': 'string', 'title': 'Filter Operator', 'default': 'contains'}, 'filter_dimension': {'type': 'string', 'title': 'Filter Dimension', 'default': None}, 'filter_expression': {'type': 'string', 'title': 'Filter Expression', 'default': None}}}}, {'name': 'compare_search_periods', 'description': '\n Compare search analytics data between two time periods.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n period1_start: Start date for period 1 (YYYY-MM-DD)\n period1_end: End date for period 1 (YYYY-MM-DD)\n period2_start: Start date for period 2 (YYYY-MM-DD)\n period2_end: End date for period 2 (YYYY-MM-DD)\n dimensions: Dimensions to group by (default: query)\n limit: Number of top results to compare (default: 10)\n ', 'inputSchema': {'type': 'object', 'title': 'compare_search_periodsArguments', 'required': ['site_url', 'period1_start', 'period1_end', 'period2_start', 'period2_end'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'site_url': {'type': 'string', 'title': 'Site Url'}, 'dimensions': {'type': 'string', 'title': 'Dimensions', 'default': 'query'}, 'period1_end': {'type': 'string', 'title': 'Period1 End'}, 'period2_end': {'type': 'string', 'title': 'Period2 End'}, 'period1_start': {'type': 'string', 'title': 'Period1 Start'}, 'period2_start': {'type': 'string', 'title': 'Period2 Start'}}}}, {'name': 'get_search_by_page_query', 'description': '\n Get search analytics data for a specific page, broken down by query.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n page_url: The specific page URL to analyze\n days: Number of days to look back (default: 28)\n ', 'inputSchema': {'type': 'object', 'title': 'get_search_by_page_queryArguments', 'required': ['site_url', 'page_url'], 'properties': {'days': {'type': 'integer', 'title': 'Days', 'default': 28}, 'page_url': {'type': 'string', 'title': 'Page Url'}, 'site_url': {'type': 'string', 'title': 'Site Url'}}}}, {'name': 'list_sitemaps_enhanced', 'description': '\n List all sitemaps for a specific Search Console property with detailed information.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n sitemap_index: Optional sitemap index URL to list child sitemaps\n ', 'inputSchema': {'type': 'object', 'title': 'list_sitemaps_enhancedArguments', 'required': ['site_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}, 'sitemap_index': {'type': 'string', 'title': 'Sitemap Index', 'default': None}}}}, {'name': 'get_sitemap_details', 'description': '\n Get detailed information about a specific sitemap.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n sitemap_url: The full URL of the sitemap to inspect\n ', 'inputSchema': {'type': 'object', 'title': 'get_sitemap_detailsArguments', 'required': ['site_url', 'sitemap_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}, 'sitemap_url': {'type': 'string', 'title': 'Sitemap Url'}}}}, {'name': 'submit_sitemap', 'description': '\n Submit a new sitemap or resubmit an existing one to Google.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n sitemap_url: The full URL of the sitemap to submit\n ', 'inputSchema': {'type': 'object', 'title': 'submit_sitemapArguments', 'required': ['site_url', 'sitemap_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}, 'sitemap_url': {'type': 'string', 'title': 'Sitemap Url'}}}}, {'name': 'delete_sitemap', 'description': '\n Delete (unsubmit) a sitemap from Google Search Console.\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n sitemap_url: The full URL of the sitemap to delete\n ', 'inputSchema': {'type': 'object', 'title': 'delete_sitemapArguments', 'required': ['site_url', 'sitemap_url'], 'properties': {'site_url': {'type': 'string', 'title': 'Site Url'}, 'sitemap_url': {'type': 'string', 'title': 'Sitemap Url'}}}}, {'name': 'manage_sitemaps', 'description': "\n All-in-one tool to manage sitemaps (list, get details, submit, delete).\n \n Args:\n site_url: The URL of the site in Search Console (must be exact match)\n action: The action to perform (list, details, submit, delete)\n sitemap_url: The full URL of the sitemap (required for details, submit, delete)\n sitemap_index: Optional sitemap index URL for listing child sitemaps (only used with 'list' action)\n ", 'inputSchema': {'type': 'object', 'title': 'manage_sitemapsArguments', 'required': ['site_url', 'action'], 'properties': {'action': {'type': 'string', 'title': 'Action'}, 'site_url': {'type': 'string', 'title': 'Site Url'}, 'sitemap_url': {'type': 'string', 'title': 'Sitemap Url', 'default': None}, 'sitemap_index': {'type': 'string', 'title': 'Sitemap Index', 'default': None}}}}, {'name': 'get_creator_info', 'description': '\n Provides information about Amin Foroutan, the creator of the MCP-GSC tool.\n ', 'inputSchema': {'type': 'object', 'title': 'get_creator_infoArguments', 'properties': {}}}] |
@MaitreyaM/gmail-mcp-server | Gmail MCP Server | Send emails effortlessly through Gmail's SMTP server using AI agents. Attach files directly from your filesystem, download from URLs, or use pre-staged attachments with ease. Experience a resilient design that ensures reliable email delivery. Fetch recent emails and implement this into your workflows ( tested with discord bot integrations ).
| 2025-03-16T11:28:05.053Z | 37 | https://smithery.ai/server/@MaitreyaM/gmail-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'send_email_tool', 'description': "\n Send an email via Gmail SMTP.\n \n Parameters:\n - recipient: The email address to send the email to.\n - subject: The email subject.\n - body: The email body text.\n - attachment_path: Optional direct file path for an attachment.\n - attachment_url: Optional URL from which to download an attachment.\n - attachment_name: Optional filename for the attachment.\n \n Priority:\n 1. If attachment_url is provided (and attachment_name for filename), download the file.\n 2. Else if attachment_name is provided, try to load it from the 'available_attachments' directory.\n 3. Otherwise, use attachment_path if provided.\n ", 'inputSchema': {'type': 'object', 'title': 'send_email_toolArguments', 'required': ['recipient', 'subject', 'body'], 'properties': {'body': {'type': 'string', 'title': 'Body'}, 'subject': {'type': 'string', 'title': 'Subject'}, 'recipient': {'type': 'string', 'title': 'Recipient'}, 'attachment_url': {'type': 'string', 'title': 'Attachment Url', 'default': None}, 'attachment_name': {'type': 'string', 'title': 'Attachment Name', 'default': None}, 'attachment_path': {'type': 'string', 'title': 'Attachment Path', 'default': None}}}}, {'name': 'fetch_recent_emails', 'description': '\n Fetch the most recent emails from a specified folder.\n \n Parameters:\n - folder: The email folder to fetch from (default: "INBOX").\n - limit: Maximum number of emails to fetch (default: 10).\n \n Returns:\n - A formatted string containing details of the recent emails.\n ', 'inputSchema': {'type': 'object', 'title': 'fetch_recent_emailsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'folder': {'type': 'string', 'title': 'Folder', 'default': 'INBOX'}}}}] |
@jmp0x7c00/my-echo-mcp | Echo Server | Echo back any message you send, including special characters and emojis. Perfect for testing and verifying MCP functionality with a simple and reliable response mechanism. | 2025-04-14T07:50:21.692Z | 35 | https://smithery.ai/server/@jmp0x7c00/my-echo-mcp | false | null | {
"scanPassed": true
} | [{'name': 'echo', 'description': 'Echoes back the input message', 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'message': {'type': 'string', 'description': 'The message to echo back'}}}}] |
@7gugu/whistle-mcp | Whistle MCP Server | Manage your Whistle proxy servers effortlessly with AI assistance. Simplify network debugging, API testing, and proxy rule management through natural language interactions, eliminating the need for manual operations. Enhance your workflow by automating complex proxy configurations seamlessly. | 2025-04-10T08:00:33.869Z | 35 | https://smithery.ai/server/@7gugu/whistle-mcp | false | null | null | [{'name': 'getRules', 'description': '获取所有规则&分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'createRule', 'description': '创建新规则', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '规则名称'}}, 'additionalProperties': False}}, {'name': 'updateRule', 'description': '更新规则内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName', 'ruleValue'], 'properties': {'ruleName': {'type': 'string', 'description': '规则名称'}, 'ruleValue': {'type': 'string', 'description': '规则内容'}}, 'additionalProperties': False}}, {'name': 'renameRule', 'description': '重命名规则', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName', 'newName'], 'properties': {'newName': {'type': 'string', 'description': '规则的新名称'}, 'ruleName': {'type': 'string', 'description': '规则现有名称'}}, 'additionalProperties': False}}, {'name': 'deleteRule', 'description': '删除规则', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName'], 'properties': {'ruleName': {'type': 'string', 'description': '要删除的规则名称'}}, 'additionalProperties': False}}, {'name': 'enableRule', 'description': '启用规则', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName'], 'properties': {'ruleName': {'type': 'string', 'description': '规则名称'}}, 'additionalProperties': False}}, {'name': 'disableRule', 'description': '禁用规则', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName'], 'properties': {'ruleName': {'type': 'string', 'description': '规则名称'}}, 'additionalProperties': False}}, {'name': 'createGroup', 'description': '创建新分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '分组名称'}}, 'additionalProperties': False}}, {'name': 'renameGroup', 'description': '重命名分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName', 'newName'], 'properties': {'newName': {'type': 'string', 'description': '分组的新名称'}, 'groupName': {'type': 'string', 'description': '分组的现有名称'}}, 'additionalProperties': False}}, {'name': 'deleteGroup', 'description': '删除分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName'], 'properties': {'groupName': {'type': 'string', 'description': '分组名称'}}, 'additionalProperties': False}}, {'name': 'addRuleToGroup', 'description': '将规则添加到分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName', 'ruleName'], 'properties': {'ruleName': {'type': 'string', 'description': '要添加的规则名称'}, 'groupName': {'type': 'string', 'description': '分组名称'}}, 'additionalProperties': False}}, {'name': 'removeRuleFromGroup', 'description': '将规则移出分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ruleName'], 'properties': {'ruleName': {'type': 'string', 'description': '规则名称'}}, 'additionalProperties': False}}, {'name': 'getAllValues', 'description': '获取所有规则的值', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'createValuesGroup', 'description': '创建新的值分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '分组名称'}}, 'additionalProperties': False}}, {'name': 'createValue', 'description': '创建新的值', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '值名称'}}, 'additionalProperties': False}}, {'name': 'updateValue', 'description': '更新值内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'value'], 'properties': {'name': {'type': 'string', 'description': '值名称'}, 'value': {'type': 'string', 'description': '新值内容'}}, 'additionalProperties': False}}, {'name': 'renameValue', 'description': '重命名值', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'newName'], 'properties': {'name': {'type': 'string', 'description': '值现有名称'}, 'newName': {'type': 'string', 'description': '值的新名称'}}, 'additionalProperties': False}}, {'name': 'renameValueGroup', 'description': '重命名值分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName', 'newName'], 'properties': {'newName': {'type': 'string', 'description': '分组的新名称'}, 'groupName': {'type': 'string', 'description': '分组现有名称'}}, 'additionalProperties': False}}, {'name': 'deleteValue', 'description': '删除值', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '值名称'}}, 'additionalProperties': False}}, {'name': 'deleteValueGroup', 'description': '删除值分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName'], 'properties': {'groupName': {'type': 'string', 'description': '分组名称'}}, 'additionalProperties': False}}, {'name': 'addValueToGroup', 'description': '将值添加到分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['groupName', 'valueName'], 'properties': {'groupName': {'type': 'string', 'description': '分组名称'}, 'valueName': {'type': 'string', 'description': '要添加的值名称'}}, 'additionalProperties': False}}, {'name': 'removeValueFromGroup', 'description': '将值移出分组', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['valueName'], 'properties': {'valueName': {'type': 'string', 'description': '值名称'}}, 'additionalProperties': False}}, {'name': 'getWhistleStatus', 'description': '获取whistle服务器的当前状态', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'toggleProxy', 'description': '启用或禁用whistle代理', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': '是否启用代理'}}, 'additionalProperties': False}}, {'name': 'toggleHttpInterception', 'description': '启用或禁用HTTP拦截', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': '是否启用HTTP拦截'}}, 'additionalProperties': False}}, {'name': 'toggleHttpsInterception', 'description': '启用或禁用HTTPS拦截', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': '是否启用HTTPS拦截'}}, 'additionalProperties': False}}, {'name': 'toggleHttp2', 'description': '启用或禁用HTTP/2', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': '是否启用HTTP/2'}}, 'additionalProperties': False}}, {'name': 'toggleMultiRuleMode', 'description': '启用或禁用多规则模式', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['enabled'], 'properties': {'enabled': {'type': 'boolean', 'description': '是否启用多规则模式'}}, 'additionalProperties': False}}, {'name': 'getInterceptInfo', 'description': '获取URL的拦截信息(请求/响应皆以base64编码)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'url': {'type': 'string', 'description': '要检查拦截信息的URL (支持正则表达式)'}, 'count': {'type': 'number', 'description': '请求数量(可选)'}, 'startTime': {'type': 'string', 'description': '开始时间ms(可选)'}}, 'additionalProperties': False}}, {'name': 'replayRequest', 'description': '在whistle中重放捕获的请求(本接口请求后不会直接返回结果, 需要使用getInterceptInfo接口获取结果)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '请求URL'}, 'body': {'type': 'string', 'description': '请求体,可以是字符串或对象'}, 'useH2': {'type': 'boolean', 'description': '是否使用HTTP/2'}, 'method': {'type': 'string', 'description': '请求方法,默认为GET'}, 'headers': {'type': 'string', 'description': '请求头,可以是对象或字符串'}}, 'additionalProperties': False}}, {'name': 'setAllRulesState', 'description': '控制所有规则的启用状态(启用/禁用)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['disabled'], 'properties': {'disabled': {'type': 'boolean', 'description': 'true表示禁用所有规则,false表示启用所有规则'}}, 'additionalProperties': False}}, {'name': 'getCurrentTimestamp', 'description': '获取当前本地时间戳', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@MushroomFleet/deeplucid3d-mcp | DeepLucid3D UCPF Server | Enable advanced cognitive analysis and creative problem-solving with structured cognitive tools. Assess cognitive states, generate novel perspectives, and decompose complex problems for effective solutions. Enhance your AI capabilities with a powerful framework for structured thinking. | 2025-03-09T20:07:27.679Z | 33 | https://smithery.ai/server/@MushroomFleet/deeplucid3d-mcp | false | null | {
"scanPassed": true
} | [{'name': 'analyze_problem', 'description': 'Process a problem statement through the full UCPF framework', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'problem': {'type': 'string', 'description': 'The problem statement to analyze'}, 'detailed': {'type': 'boolean', 'default': False, 'description': 'Whether to include detailed analysis'}, 'session_id': {'type': 'string', 'description': 'Optional session ID for maintaining state between calls'}, 'enable_state': {'type': 'boolean', 'default': False, 'description': 'Whether to enable state management for this analysis'}}}}, {'name': 'creative_exploration', 'description': 'Generate novel perspectives and connections for a topic', 'inputSchema': {'type': 'object', 'required': ['topic'], 'properties': {'topic': {'type': 'string', 'description': 'The topic or problem to explore creatively'}, 'session_id': {'type': 'string', 'description': 'Optional session ID for maintaining state between calls'}, 'constraints': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional constraints or parameters to consider'}, 'include_metaphors': {'type': 'boolean', 'default': True, 'description': 'Whether to include metaphorical thinking'}, 'perspective_count': {'type': 'number', 'default': 3, 'description': 'Number of perspectives to generate'}}}}, {'name': 'manage_state', 'description': 'Control the state management for UCPF processing', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['enable', 'disable', 'reset', 'status'], 'type': 'string', 'description': 'The state management action to perform'}, 'session_id': {'type': 'string', 'description': 'Optional session ID to target a specific session'}}}}] |
@mnhlt/WebSearch-MCP | WebSearch | Enable your AI assistants to perform real-time web searches and retrieve the latest information on any topic. Integrate seamlessly with the WebSearch Crawler API for efficient and accurate search results. Enhance your applications with up-to-date knowledge and insights from the web. This is self-hosted service, free
You will need to selfhost web api on local or vps. follow [guide here](https://github.com/mnhlt/WebSearch-MCP/blob/main/README.md) | 2025-03-25T11:00:36.795Z | 32 | https://smithery.ai/server/@mnhlt/WebSearch-MCP | false | null | {
"scanPassed": true
} | [{'name': 'web_search', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query to look up'}, 'region': {'type': 'string', 'description': "Region code for search results (e.g., 'us')"}, 'language': {'type': 'string', 'description': "Language code for search results (e.g., 'en')"}, 'numResults': {'type': 'number', 'description': 'Number of results to return (default: 5)'}, 'resultType': {'enum': ['all', 'news', 'blogs'], 'type': 'string', 'description': 'Type of results to return'}, 'excludeTerms': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Terms to exclude from results'}, 'excludeDomains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Domains to exclude from results'}, 'includeDomains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Only include these domains in results'}}, 'additionalProperties': False}}] |
@enjoyzl/mcp-server-confluence-ts | Confluence Integration Server | Provide seamless access to Confluence spaces, pages, and content directly within your IDE. Enable powerful search and content preview capabilities to enhance your workflow. Integrate Confluence content effortlessly using a standardized protocol. | 2025-04-15T09:43:36.826Z | 31 | https://smithery.ai/server/@enjoyzl/mcp-server-confluence-ts | false | null | {
"scanPassed": true
} | [{'name': 'getSpace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['spaceKey'], 'properties': {'spaceKey': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getPage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'pageId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'searchContent', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getPageContent', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'pageId': {'type': 'string'}}, 'additionalProperties': False}}] |
@Sachin-Bhat/stela-mcp | STeLA | Provide secure access to local system operations through a standardized API interface. Execute commands, manage files, and visualize directories effortlessly. Enhance your applications with powerful local command execution capabilities. | 2025-04-09T08:07:29.395Z | 30 | https://smithery.ai/server/@Sachin-Bhat/stela-mcp | false | null | {
"scanPassed": true
} | [{'name': 'read_file', 'description': 'Read the complete contents of a file from the file system. Handles UTF-8 encoding. Fails if the path is not a file or not accessible. Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'ReadFileInput', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to the file to read'}}, 'description': 'Input model for reading a single file.\n\nAttributes:\n path (str): Path to the file to read. Must be within allowed directories.'}}, {'name': 'read_multiple_files', 'description': "Read the contents of multiple files simultaneously.Returns results separated by '---'.Individual file read errors are reported inline.Only works within allowed directories:\n- /app", 'inputSchema': {'type': 'object', 'title': 'ReadMultipleFilesInput', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Paths', 'description': 'List of file paths to read'}}, 'description': 'Input model for reading multiple files.\n\nAttributes:\n paths (list[str]): List of file paths to read. All paths must be within allowed directories.'}}, {'name': 'write_file', 'description': 'Create a new file or completely overwrite an existing file with new content. Use with caution. Creates parent directories if needed. Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'WriteFileInput', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to the file to write'}, 'content': {'type': 'string', 'title': 'Content', 'description': 'Content to write'}}, 'description': 'Input model for writing to a file.\n\nAttributes:\n path (str): Path to the file to write. Must be within allowed directories.\n content (str): Content to write to the file.'}}, {'name': 'edit_file', 'description': 'Make selective edits to a text file based on exact line matches (or whitespace normalized). Each edit replaces an existing sequence of lines (`old_text`) with new lines (`new_text`). Returns a git-style diff of the changes. Use `dry_run` to preview. Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', '$defs': {'EditOperation': {'type': 'object', 'title': 'EditOperation', 'required': ['old_text', 'new_text'], 'properties': {'new_text': {'type': 'string', 'title': 'New Text', 'description': 'Lines to insert (must include newlines)'}, 'old_text': {'type': 'string', 'title': 'Old Text', 'description': 'Exact lines to replace (must include newlines)'}}, 'description': 'Model for a single file edit operation.\n\nAttributes:\n old_text (str): Exact lines to replace, including newlines.\n new_text (str): New lines to insert, including newlines.'}}, 'title': 'EditFileInput', 'required': ['path', 'edits'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to the file to edit'}, 'edits': {'type': 'array', 'items': {'$ref': '#/$defs/EditOperation'}, 'title': 'Edits', 'description': 'List of edit operations'}, 'dry_run': {'type': 'boolean', 'title': 'Dry Run', 'default': False, 'description': 'Preview changes without applying'}}, 'description': 'Input model for editing a file with multiple operations.\n\nAttributes:\n path (str): Path to the file to edit. Must be within allowed directories.\n edits (list[EditOperation]): List of edit operations.\n dry_run (bool): If True, preview changes without applying.'}}, {'name': 'create_directory', 'description': 'Create a new directory, including parent directories if needed. Succeeds silently if the directory already exists. Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'CreateDirectoryInput', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to the directory to create'}}, 'description': 'Input model for creating a directory.\n\nAttributes:\n path (str): Path where the directory should be created. Must be within allowed directories.'}}, {'name': 'list_directory', 'description': 'List directory contents with [FILE] or [DIR] prefixes. Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'ListDirectoryInput', 'properties': {'path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Path', 'default': None, 'description': 'Path to the directory to list (default: current shell directory)'}}, 'description': 'Input model for listing directory contents.\n\nAttributes:\n path (str | None): Path to the directory to list. If None, uses current shell directory.'}}, {'name': 'directory_tree', 'description': "Get a recursive tree view of files and directories as a JSON structure. Each entry includes 'name', 'type' (file/directory), and potentially 'children' for directories. Only works within allowed directories:\n- /app", 'inputSchema': {'type': 'object', 'title': 'DirectoryTreeInput', 'properties': {'path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Path', 'default': None, 'description': 'Path to the directory (default: current shell directory)'}}, 'description': 'Input model for generating a directory tree.\n\nAttributes:\n path (str | None): Path to the directory. If None, uses current shell directory.'}}, {'name': 'move_file', 'description': 'Move or rename files and directories. Fails if the destination already exists.Both source and destination must resolve within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'MoveFileInput', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string', 'title': 'Source', 'description': 'Source path'}, 'destination': {'type': 'string', 'title': 'Destination', 'description': 'Destination path'}}, 'description': 'Input model for moving or renaming a file/directory.\n\nAttributes:\n source (str): Source path to move from. Must be within allowed directories.\n destination (str): Destination path to move to. Must be within allowed directories.'}}, {'name': 'search_files', 'description': 'Recursively search for files/directories matching a pattern (case-insensitive). Use `exclude_patterns` (glob format relative to search path) to ignore paths. Only searches within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'SearchFilesInput', 'required': ['pattern'], 'properties': {'path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Path', 'default': None, 'description': 'Base directory to search in (default: current shell directory)'}, 'pattern': {'type': 'string', 'title': 'Pattern', 'description': 'Search pattern (substring match)'}, 'exclude_patterns': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Exclude Patterns', 'default': [], 'description': 'List of glob patterns to exclude (relative to search path)'}}, 'description': 'Input model for searching files and directories.\n\nAttributes:\n path (str | None): Base directory to search in. If None, uses current shell directory.\n pattern (str): Search pattern for substring matching.\n exclude_patterns (list[str]): List of glob patterns to exclude from search.'}}, {'name': 'get_file_info', 'description': 'Retrieve detailed metadata about a file or directory (size, dates, type, permissions). Only works within allowed directories:\n- /app', 'inputSchema': {'type': 'object', 'title': 'GetFileInput', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to the file or directory'}}, 'description': 'Input model for getting file/directory information.\n\nAttributes:\n path (str): Path to the file or directory. Must be within allowed directories.'}}, {'name': 'list_allowed_directories', 'description': "List all directories the server's FileSystem module is allowed to access.", 'inputSchema': {'type': 'object', 'title': 'NoInput', 'properties': {}, 'description': 'Empty input model for tools that require no arguments.'}}, {'name': 'execute_command', 'description': 'Execute a shell command in the current shell working directory or a specified one. Command execution context is limited to: /app\n\nAvailable commands: cat, echo, ls, pwd\nAvailable flags: --help, -a, -h, -l\n\nNote: Shell operators (&&, |, >, etc.) are NOT supported. Paths in arguments are validated against the primary directory context.', 'inputSchema': {'type': 'object', 'title': 'ExecuteCommandInput', 'required': ['command'], 'properties': {'command': {'type': 'string', 'title': 'Command', 'description': "The command string to execute (e.g., 'ls -l')"}, 'working_dir': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Working Dir', 'default': None, 'description': 'Optional directory path to run the command in (must be within primary allowed dir)'}}, 'description': "Input model for executing a shell command.\n\nAttributes:\n command (str): The command string to execute (e.g., 'ls -l').\n working_dir (str | None): Optional directory to run the command in.\n Must be within primary allowed directory."}}, {'name': 'change_directory', 'description': "Change the shell's current working directory. The path must be within the primary allowed directory context:/app", 'inputSchema': {'type': 'object', 'title': 'ChangeDirectoryInput', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path', 'description': 'Path to change to'}}, 'description': 'Input model for changing the working directory.\n\nAttributes:\n path (str): Path to change to. Must be within allowed directories.'}}, {'name': 'show_security_rules', 'description': 'Show security configuration for command execution (allowed commands, flags, primary directory context).', 'inputSchema': {'type': 'object', 'title': 'NoInput', 'properties': {}, 'description': 'Empty input model for tools that require no arguments.'}}] |
@aditya002p/mcp-server | Exa Web Search Server | Enable AI assistants to perform real-time web searches, academic paper searches, Twitter/X.com queries, and company research using Exa's powerful search API. Access structured search results with content snippets and leverage live web crawling for fresh information. Customize tool selection to fit your needs and cache recent searches for quick reference. | 2025-04-27T14:23:12.187Z | 30 | https://smithery.ai/server/@aditya002p/mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'web_search_exa', 'description': 'Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'numResults': {'type': 'number', 'description': 'Number of search results to return (default: 5)'}}, 'additionalProperties': False}}] |
@JuanSphereOne/testing-mcp | TypeScript Client for MCP API | Connect and interact with MCP servers seamlessly using this TypeScript client. Simplify your development process by leveraging the powerful features of the Model Context Protocol. Enhance your applications with easy access to tools, resources, and prompts. | 2025-04-07T11:24:13.646Z | 28 | https://smithery.ai/server/@JuanSphereOne/testing-mcp | false | null | {
"scanPassed": true
} | [{'name': 'add', 'description': 'Add two numbers together', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number'}, 'b': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'transfer-quote', 'description': 'Create a transfer quote for a given amount, from_token, from_chain, destination, solana_wallet_address, and evm_wallet_address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'from_token', 'from_chain', 'destination', 'solana_wallet_address', 'evm_wallet_address'], 'properties': {'amount': {'type': 'number'}, 'from_chain': {'type': 'string'}, 'from_token': {'type': 'string'}, 'destination': {'type': 'string'}, 'evm_wallet_address': {'type': 'string'}, 'solana_wallet_address': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'swap-quote', 'description': 'Create a swap quote (from one token to another in the same chain) for a given amount, from_token, to_token, from_chain, solana_wallet_address, evm_wallet_address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'from_token', 'to_token', 'from_chain', 'solana_wallet_address', 'evm_wallet_address'], 'properties': {'amount': {'type': 'number'}, 'to_token': {'type': 'string'}, 'from_chain': {'type': 'string'}, 'from_token': {'type': 'string'}, 'evm_wallet_address': {'type': 'string'}, 'solana_wallet_address': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'bridge-quote', 'description': 'Create a bridge quote (from one chain to another) for a given amount, from_token, from_chain, to_token, to_chain, solana_wallet_address, evm_wallet_address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'from_token', 'from_chain', 'to_token', 'to_chain'], 'properties': {'amount': {'type': 'number'}, 'to_chain': {'type': 'string'}, 'to_token': {'type': 'string'}, 'from_chain': {'type': 'string'}, 'from_token': {'type': 'string'}, 'evm_wallet_address': {'type': ['string', 'null']}, 'solana_wallet_address': {'type': ['string', 'null']}}, 'additionalProperties': False}}] |
@Rudra-ravi/wikipedia-mcp | Wikipedia Information Server | Provide real-time access to Wikipedia content to enhance AI assistants with accurate and up-to-date factual information. Enable LLMs to search articles, retrieve full content, summaries, sections, links, and related topics from Wikipedia in multiple languages. Facilitate grounded and reliable responses by integrating Wikipedia data seamlessly. | 2025-04-15T04:15:14.619Z | 27 | https://smithery.ai/server/@Rudra-ravi/wikipedia-mcp | false | {
"scanPassed": true
} | [{'name': 'search_wikipedia', 'description': 'Search Wikipedia for articles matching a query.', 'inputSchema': {'type': 'object', 'title': 'search_wikipediaArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_article', 'description': 'Get the full content of a Wikipedia article.', 'inputSchema': {'type': 'object', 'title': 'get_articleArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'get_summary', 'description': 'Get a summary of a Wikipedia article.', 'inputSchema': {'type': 'object', 'title': 'get_summaryArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'get_related_topics', 'description': 'Get topics related to a Wikipedia article based on links and categories.', 'inputSchema': {'type': 'object', 'title': 'get_related_topicsArguments', 'required': ['title'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'title': {'type': 'string', 'title': 'Title'}}}}] |
|
@prashalruchiranga/arxiv-mcp-server | arXiv MCP Server | Enable natural language interaction with the arXiv API to retrieve scholarly article metadata, download PDFs, and load articles into large language model contexts. Search and fetch articles seamlessly to enhance research workflows. Simplify access to arXiv content directly from your LLM environment. | 2025-05-01T07:14:18.197Z | 27 | https://smithery.ai/server/@prashalruchiranga/arxiv-mcp-server | false | {
"scanPassed": true
} | [{'name': 'get_article_url', 'description': '\nRetrieve the URL of an article hosted on arXiv.org based on its title. Use this tool only \nfor retrieving the URL. This tool searches for the article based on its title, and then \nfetches the corresponding URL from arXiv.org.\n\nArgs:\n title: Article title.\n\nReturns:\n URL that can be used to retrieve the article.\n', 'inputSchema': {'type': 'object', 'title': 'get_article_urlArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'download_article', 'description': "\nDownload the article hosted on arXiv.org as a PDF file. This tool searches for the article based on its \ntitle, retrieves the article's PDF, and saves it to a specified download location using the arXiv ID as \nthe filename.\n\nArgs:\n title: Article title.\n\nReturns:\n Success or error message.\n", 'inputSchema': {'type': 'object', 'title': 'download_articleArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'load_article_to_context', 'description': '\nLoad the article hosted on arXiv.org into context. This tool searches for the article based on its \ntitle, retrieves the article content, and loads text content into LLM context.\n\nArgs:\n title: Article title.\n\nReturns:\n Article as a text string or error message.\n', 'inputSchema': {'type': 'object', 'title': 'load_article_to_contextArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'get_details', 'description': '\nRetrieve information of an article hosted on arXiv.org based on its title. This tool searches for the article \nbased on its title and retrieves arXiv ID, title, authors, link, direct PDF URL, published timestamp, last \nupdated timestamp, and summary.\n\nArgs:\n title: Article title.\n\nReturns:\n A JSON-formatted string containing article details if retrieval is successful; \n otherwise, a plain error message string.\n', 'inputSchema': {'type': 'object', 'title': 'get_detailsArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}, {'name': 'search_arxiv', 'description': '\nPerforms a search query on the arXiv API based on specified parameters and returns matching article metadata.\nThis function allows for flexible querying of the arXiv database. Only parameters that are explicitly provided\nwill be included in the final search query. Results are returned in a JSON-formatted string with article titles \nas keys and their corresponding arXiv IDs as values.\n\nArgs:\n all_fields: General keyword search across all metadata fields including title, abstract, authors, comments, and categories.\n title: Keyword(s) to search for within the titles of articles.\n author: Author name(s) to filter results by.\n abstract: Keyword(s) to search for within article abstracts.\n start: Index of the first result to return; used for paginating through search results. Defaults to 0.\n\nReturns:\n A JSON-formatted string containing article titles and their associated arXiv IDs;\n otherwise, a plain error message string.\n', 'inputSchema': {'type': 'object', 'title': 'search_arxivArguments', 'properties': {'start': {'type': 'integer', 'title': 'Start', 'default': 0}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'author': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Author', 'default': None}, 'abstract': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Abstract', 'default': None}, 'all_fields': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'All Fields', 'default': None}}}}] |
|
@CaChiJ/code2video | Code to Video | Create videos using React and Remotion code. Now, by letting an LLM write the React code, you can produce the videos you want. | 2025-04-05T18:35:14.385Z | 25 | https://smithery.ai/server/@CaChiJ/code2video | false | null | {
"scanPassed": true
} | [{'name': 'react_code_to_video', 'description': 'convert react code to video', 'inputSchema': {'type': 'object', 'required': ['code', 'width', 'height', 'duration'], 'properties': {'fps': {'type': 'number', 'default': 30, 'description': 'fps of the video'}, 'code': {'type': 'string', 'description': 'react code using remotion library'}, 'width': {'type': 'number', 'description': 'width of the video'}, 'height': {'type': 'number', 'description': 'height of the video'}, 'duration': {'type': 'number', 'description': 'duration of the video'}}}}] |
@lmcc-dev/mult-fetch-mcp-server | Multi Fetch MCP Server | Fetch web content in various formats and modes, seamlessly integrating with AI assistants like Claude. Utilize intelligent scraping techniques to retrieve HTML, JSON, and more, while enjoying bilingual support for English and Chinese. | 2025-03-11T15:09:06.429Z | 25 | https://smithery.ai/server/@lmcc-dev/mult-fetch-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'fetch_html', 'description': 'Fetch a website and return the content as HTML. Best practices: 1) Always set startCursor=0 for initial requests, and use the fetchedBytes value from previous response for subsequent requests to ensure content continuity. 2) Set contentSizeLimit between 20000-50000 for large pages. 3) When handling large content, use the chunking system by following the startCursor instructions in the system notes rather than increasing contentSizeLimit. 4) If content retrieval fails, you can retry using the same chunkId and startCursor, or adjust startCursor as needed but you must handle any resulting data duplication or gaps yourself. 5) Always explain to users when content is chunked and ask if they want to continue retrieving subsequent parts.', 'inputSchema': {'type': 'object', 'required': ['url', 'startCursor'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'debug': {'type': 'boolean', 'description': 'Optional flag to enable detailed debug logging (default: false)'}, 'proxy': {'type': 'string', 'description': 'Optional proxy server to use (format: http://host:port or https://host:port)'}, 'chunkId': {'type': 'string', 'description': 'Optional chunk ID for retrieving a specific chunk of content from a previous request. The system adds prompts in the format === SYSTEM NOTE === ... =================== which AI models should ignore when processing the content.'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}, 'noDelay': {'type': 'boolean', 'description': 'Optional flag to disable random delay between requests (default: false)'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (default: 30000)'}, 'useBrowser': {'type': 'boolean', 'description': 'Optional flag to use headless browser for fetching (default: false)'}, 'saveCookies': {'type': 'boolean', 'description': 'Optional flag to save cookies for future requests to the same domain (default: true)'}, 'startCursor': {'type': 'number', 'description': 'Starting cursor position in bytes. Set to 0 for initial requests, and use the value from previous responses for subsequent requests to resume content retrieval.'}, 'closeBrowser': {'type': 'boolean', 'description': 'Optional flag to close the browser after fetching (default: false)'}, 'maxRedirects': {'type': 'number', 'description': 'Optional maximum number of redirects to follow (default: 10)'}, 'autoDetectMode': {'type': 'boolean', 'description': 'Optional flag to automatically switch to browser mode if standard fetch fails (default: true). Set to false to strictly use the specified mode without automatic switching.'}, 'extractContent': {'type': 'boolean', 'description': 'Optional flag to enable intelligent content extraction using Readability algorithm (default: false). Extracts main article content from web pages.'}, 'scrollToBottom': {'type': 'boolean', 'description': 'Optional flag to scroll to bottom of page in browser mode (default: false)'}, 'useSystemProxy': {'type': 'boolean', 'description': 'Optional flag to use system proxy environment variables (default: true)'}, 'waitForTimeout': {'type': 'number', 'description': 'Optional timeout to wait after page load in browser mode (default: 5000)'}, 'includeMetadata': {'type': 'boolean', 'description': 'Optional flag to include metadata (title, author, etc.) in the extracted content (default: false). Only works when extractContent is true.'}, 'waitForSelector': {'type': 'string', 'description': 'Optional CSS selector to wait for when using browser mode'}, 'contentSizeLimit': {'type': 'number', 'description': 'Optional maximum content size in bytes before splitting into chunks (default: 50KB). Set between 20KB-50KB for optimal results. For large content, prefer smaller values (20KB-30KB) to avoid truncation.'}, 'fallbackToOriginal': {'type': 'boolean', 'description': 'Optional flag to fall back to the original content when extraction fails (default: true). Only works when extractContent is true.'}, 'enableContentSplitting': {'type': 'boolean', 'description': 'Optional flag to enable content splitting for large responses (default: true)'}}}}, {'name': 'fetch_json', 'description': 'Fetch a JSON file from a URL. Best practices: 1) Always set startCursor=0 for initial requests, and use the fetchedBytes value from previous response for subsequent requests to ensure content continuity. 2) Set contentSizeLimit between 20000-50000 for large files. 3) When handling large content, use the chunking system by following the startCursor instructions in the system notes rather than increasing contentSizeLimit. 4) If content retrieval fails, you can retry using the same chunkId and startCursor, or adjust startCursor as needed but you must handle any resulting data duplication or gaps yourself. 5) Always explain to users when content is chunked and ask if they want to continue retrieving subsequent parts.', 'inputSchema': {'type': 'object', 'required': ['url', 'startCursor'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'debug': {'type': 'boolean', 'description': 'Optional flag to enable detailed debug logging (default: false)'}, 'proxy': {'type': 'string', 'description': 'Optional proxy server to use (format: http://host:port or https://host:port)'}, 'chunkId': {'type': 'string', 'description': 'Optional chunk ID for retrieving a specific chunk of content from a previous request. The system adds prompts in the format === SYSTEM NOTE === ... =================== which AI models should ignore when processing the content.'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}, 'noDelay': {'type': 'boolean', 'description': 'Optional flag to disable random delay between requests (default: false)'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (default: 30000)'}, 'useBrowser': {'type': 'boolean', 'description': 'Optional flag to use headless browser for fetching (default: false)'}, 'saveCookies': {'type': 'boolean', 'description': 'Optional flag to save cookies for future requests to the same domain (default: true)'}, 'startCursor': {'type': 'number', 'description': 'Starting cursor position in bytes. Set to 0 for initial requests, and use the value from previous responses for subsequent requests to resume content retrieval.'}, 'closeBrowser': {'type': 'boolean', 'description': 'Optional flag to close the browser after fetching (default: false)'}, 'maxRedirects': {'type': 'number', 'description': 'Optional maximum number of redirects to follow (default: 10)'}, 'autoDetectMode': {'type': 'boolean', 'description': 'Optional flag to automatically switch to browser mode if standard fetch fails (default: true). Set to false to strictly use the specified mode without automatic switching.'}, 'scrollToBottom': {'type': 'boolean', 'description': 'Optional flag to scroll to bottom of page in browser mode (default: false)'}, 'useSystemProxy': {'type': 'boolean', 'description': 'Optional flag to use system proxy environment variables (default: true)'}, 'waitForTimeout': {'type': 'number', 'description': 'Optional timeout to wait after page load in browser mode (default: 5000)'}, 'waitForSelector': {'type': 'string', 'description': 'Optional CSS selector to wait for when using browser mode'}, 'contentSizeLimit': {'type': 'number', 'description': 'Optional maximum content size in bytes before splitting into chunks (default: 50KB). Set between 20KB-50KB for optimal results. For large content, prefer smaller values (20KB-30KB) to avoid truncation.'}, 'enableContentSplitting': {'type': 'boolean', 'description': 'Optional flag to enable content splitting for large responses (default: true)'}}}}, {'name': 'fetch_txt', 'description': 'Fetch a website, return the content as plain text (no HTML). Best practices: 1) Always set startCursor=0 for initial requests, and use the fetchedBytes value from previous response for subsequent requests to ensure content continuity. 2) Set contentSizeLimit between 20000-50000 for large pages. 3) When handling large content, use the chunking system by following the startCursor instructions in the system notes rather than increasing contentSizeLimit. 4) If content retrieval fails, you can retry using the same chunkId and startCursor, or adjust startCursor as needed but you must handle any resulting data duplication or gaps yourself. 5) Always explain to users when content is chunked and ask if they want to continue retrieving subsequent parts.', 'inputSchema': {'type': 'object', 'required': ['url', 'startCursor'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'debug': {'type': 'boolean', 'description': 'Optional flag to enable detailed debug logging (default: false)'}, 'proxy': {'type': 'string', 'description': 'Optional proxy server to use (format: http://host:port or https://host:port)'}, 'chunkId': {'type': 'string', 'description': 'Optional chunk ID for retrieving a specific chunk of content from a previous request. The system adds prompts in the format === SYSTEM NOTE === ... =================== which AI models should ignore when processing the content.'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}, 'noDelay': {'type': 'boolean', 'description': 'Optional flag to disable random delay between requests (default: false)'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (default: 30000)'}, 'useBrowser': {'type': 'boolean', 'description': 'Optional flag to use headless browser for fetching (default: false)'}, 'saveCookies': {'type': 'boolean', 'description': 'Optional flag to save cookies for future requests to the same domain (default: true)'}, 'startCursor': {'type': 'number', 'description': 'Starting cursor position in bytes. Set to 0 for initial requests, and use the value from previous responses for subsequent requests to resume content retrieval.'}, 'closeBrowser': {'type': 'boolean', 'description': 'Optional flag to close the browser after fetching (default: false)'}, 'maxRedirects': {'type': 'number', 'description': 'Optional maximum number of redirects to follow (default: 10)'}, 'autoDetectMode': {'type': 'boolean', 'description': 'Optional flag to automatically switch to browser mode if standard fetch fails (default: true). Set to false to strictly use the specified mode without automatic switching.'}, 'extractContent': {'type': 'boolean', 'description': 'Optional flag to enable intelligent content extraction using Readability algorithm (default: false). Extracts main article content from web pages.'}, 'scrollToBottom': {'type': 'boolean', 'description': 'Optional flag to scroll to bottom of page in browser mode (default: false)'}, 'useSystemProxy': {'type': 'boolean', 'description': 'Optional flag to use system proxy environment variables (default: true)'}, 'waitForTimeout': {'type': 'number', 'description': 'Optional timeout to wait after page load in browser mode (default: 5000)'}, 'includeMetadata': {'type': 'boolean', 'description': 'Optional flag to include metadata (title, author, etc.) in the extracted content (default: false). Only works when extractContent is true.'}, 'waitForSelector': {'type': 'string', 'description': 'Optional CSS selector to wait for when using browser mode'}, 'contentSizeLimit': {'type': 'number', 'description': 'Optional maximum content size in bytes before splitting into chunks (default: 50KB). Set between 20KB-50KB for optimal results. For large content, prefer smaller values (20KB-30KB) to avoid truncation.'}, 'fallbackToOriginal': {'type': 'boolean', 'description': 'Optional flag to fall back to the original content when extraction fails (default: true). Only works when extractContent is true.'}, 'enableContentSplitting': {'type': 'boolean', 'description': 'Optional flag to enable content splitting for large responses (default: true)'}}}}, {'name': 'fetch_markdown', 'description': 'Fetch a website and return the content as Markdown. Best practices: 1) Always set startCursor=0 for initial requests, and use the fetchedBytes value from previous response for subsequent requests to ensure content continuity. 2) Set contentSizeLimit between 20000-50000 for large pages. 3) When handling large content, use the chunking system by following the startCursor instructions in the system notes rather than increasing contentSizeLimit. 4) If content retrieval fails, you can retry using the same chunkId and startCursor, or adjust startCursor as needed but you must handle any resulting data duplication or gaps yourself. 5) Always explain to users when content is chunked and ask if they want to continue retrieving subsequent parts.', 'inputSchema': {'type': 'object', 'required': ['url', 'startCursor'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'debug': {'type': 'boolean', 'description': 'Optional flag to enable detailed debug logging (default: false)'}, 'proxy': {'type': 'string', 'description': 'Optional proxy server to use (format: http://host:port or https://host:port)'}, 'chunkId': {'type': 'string', 'description': 'Optional chunk ID for retrieving a specific chunk of content from a previous request. The system adds prompts in the format === SYSTEM NOTE === ... =================== which AI models should ignore when processing the content.'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}, 'noDelay': {'type': 'boolean', 'description': 'Optional flag to disable random delay between requests (default: false)'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (default: 30000)'}, 'useBrowser': {'type': 'boolean', 'description': 'Optional flag to use headless browser for fetching (default: false)'}, 'saveCookies': {'type': 'boolean', 'description': 'Optional flag to save cookies for future requests to the same domain (default: true)'}, 'startCursor': {'type': 'number', 'description': 'Starting cursor position in bytes. Set to 0 for initial requests, and use the value from previous responses for subsequent requests to resume content retrieval.'}, 'closeBrowser': {'type': 'boolean', 'description': 'Optional flag to close the browser after fetching (default: false)'}, 'maxRedirects': {'type': 'number', 'description': 'Optional maximum number of redirects to follow (default: 10)'}, 'autoDetectMode': {'type': 'boolean', 'description': 'Optional flag to automatically switch to browser mode if standard fetch fails (default: true). Set to false to strictly use the specified mode without automatic switching.'}, 'extractContent': {'type': 'boolean', 'description': 'Optional flag to enable intelligent content extraction using Readability algorithm (default: false). Extracts main article content from web pages.'}, 'scrollToBottom': {'type': 'boolean', 'description': 'Optional flag to scroll to bottom of page in browser mode (default: false)'}, 'useSystemProxy': {'type': 'boolean', 'description': 'Optional flag to use system proxy environment variables (default: true)'}, 'waitForTimeout': {'type': 'number', 'description': 'Optional timeout to wait after page load in browser mode (default: 5000)'}, 'includeMetadata': {'type': 'boolean', 'description': 'Optional flag to include metadata (title, author, etc.) in the extracted content (default: false). Only works when extractContent is true.'}, 'waitForSelector': {'type': 'string', 'description': 'Optional CSS selector to wait for when using browser mode'}, 'contentSizeLimit': {'type': 'number', 'description': 'Optional maximum content size in bytes before splitting into chunks (default: 50KB). Set between 20KB-50KB for optimal results. For large content, prefer smaller values (20KB-30KB) to avoid truncation.'}, 'fallbackToOriginal': {'type': 'boolean', 'description': 'Optional flag to fall back to the original content when extraction fails (default: true). Only works when extractContent is true.'}, 'enableContentSplitting': {'type': 'boolean', 'description': 'Optional flag to enable content splitting for large responses (default: true)'}}}}, {'name': 'fetch_plaintext', 'description': 'Fetch a website and return the content as plain text with HTML tags removed. Best practices: 1) Always set startCursor=0 for initial requests, and use the fetchedBytes value from previous response for subsequent requests to ensure content continuity. 2) Set contentSizeLimit between 20000-50000 for large pages. 3) When handling large content, use the chunking system by following the startCursor instructions in the system notes rather than increasing contentSizeLimit. 4) If content retrieval fails, you can retry using the same chunkId and startCursor, or adjust startCursor as needed but you must handle any resulting data duplication or gaps yourself. 5) Always explain to users when content is chunked and ask if they want to continue retrieving subsequent parts.', 'inputSchema': {'type': 'object', 'required': ['url', 'startCursor'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'debug': {'type': 'boolean', 'description': 'Optional flag to enable detailed debug logging (default: false)'}, 'proxy': {'type': 'string', 'description': 'Optional proxy server to use (format: http://host:port or https://host:port)'}, 'chunkId': {'type': 'string', 'description': 'Optional chunk ID for retrieving a specific chunk of content from a previous request. The system adds prompts in the format === SYSTEM NOTE === ... =================== which AI models should ignore when processing the content.'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}, 'noDelay': {'type': 'boolean', 'description': 'Optional flag to disable random delay between requests (default: false)'}, 'timeout': {'type': 'number', 'description': 'Optional timeout in milliseconds (default: 30000)'}, 'useBrowser': {'type': 'boolean', 'description': 'Optional flag to use headless browser for fetching (default: false)'}, 'saveCookies': {'type': 'boolean', 'description': 'Optional flag to save cookies for future requests to the same domain (default: true)'}, 'startCursor': {'type': 'number', 'description': 'Starting cursor position in bytes. Set to 0 for initial requests, and use the value from previous responses for subsequent requests to resume content retrieval.'}, 'closeBrowser': {'type': 'boolean', 'description': 'Optional flag to close the browser after fetching (default: false)'}, 'maxRedirects': {'type': 'number', 'description': 'Optional maximum number of redirects to follow (default: 10)'}, 'autoDetectMode': {'type': 'boolean', 'description': 'Optional flag to automatically switch to browser mode if standard fetch fails (default: true). Set to false to strictly use the specified mode without automatic switching.'}, 'extractContent': {'type': 'boolean', 'description': 'Optional flag to enable intelligent content extraction using Readability algorithm (default: false). Extracts main article content from web pages.'}, 'scrollToBottom': {'type': 'boolean', 'description': 'Optional flag to scroll to bottom of page in browser mode (default: false)'}, 'useSystemProxy': {'type': 'boolean', 'description': 'Optional flag to use system proxy environment variables (default: true)'}, 'waitForTimeout': {'type': 'number', 'description': 'Optional timeout to wait after page load in browser mode (default: 5000)'}, 'includeMetadata': {'type': 'boolean', 'description': 'Optional flag to include metadata (title, author, etc.) in the extracted content (default: false). Only works when extractContent is true.'}, 'waitForSelector': {'type': 'string', 'description': 'Optional CSS selector to wait for when using browser mode'}, 'contentSizeLimit': {'type': 'number', 'description': 'Optional maximum content size in bytes before splitting into chunks (default: 50KB). Set between 20KB-50KB for optimal results. For large content, prefer smaller values (20KB-30KB) to avoid truncation.'}, 'fallbackToOriginal': {'type': 'boolean', 'description': 'Optional flag to fall back to the original content when extraction fails (default: true). Only works when extractContent is true.'}, 'enableContentSplitting': {'type': 'boolean', 'description': 'Optional flag to enable content splitting for large responses (default: true)'}}}}] |
@0xshellming/mcp-ai-summarizer | Content Summarizer Server | Generate concise summaries from various content formats using advanced AI models. | 2025-02-28T12:08:54.423Z | 24 | https://smithery.ai/server/@0xshellming/mcp-ai-summarizer | false | null | {
"scanPassed": true
} | [{'name': 'summarize', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text'], 'properties': {'text': {'type': 'string', 'minLength': 1}, 'language': {'type': 'string', 'default': 'en'}, 'maxLength': {'type': 'number', 'default': 200}}, 'additionalProperties': False}}] |
@Yaswanth-ampolu/smithery-mcp-server | Smithery MCP Server | Implement a robust MCP server to seamlessly connect LLM applications with external data, tools, and prompts. Enable dynamic integration of real-world resources and actions to enhance AI capabilities. Facilitate standardized, secure communication between clients and servers for advanced context-aware AI workflows. | 2025-04-15T11:05:36.518Z | 22 | https://smithery.ai/server/@Yaswanth-ampolu/smithery-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'runShellCommand', 'description': 'Run a terminal command in the system shell', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The shell command to execute'}}, 'additionalProperties': False}}, {'name': 'runPythonFile', 'description': 'Execute a Python file and return output', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'args': {'type': 'string', 'description': 'Optional arguments to pass to the Python script'}, 'filePath': {'type': 'string', 'description': 'Path to the Python file to execute'}}, 'additionalProperties': False}}, {'name': 'readDirectory', 'description': 'List files and folders in a directory', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'dirPath': {'type': 'string', 'description': 'Path to the directory to read (default: workspace root)'}}, 'additionalProperties': False}}, {'name': 'copyFile', 'description': 'Copy a file from one location to another', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sourcePath', 'destinationPath'], 'properties': {'sourcePath': {'type': 'string', 'description': 'Path to the source file'}, 'destinationPath': {'type': 'string', 'description': 'Path to the destination file'}}, 'additionalProperties': False}}, {'name': 'createFile', 'description': 'Create a new file with specified contents', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content to write to the file'}, 'filePath': {'type': 'string', 'description': 'Path to the file to create'}}, 'additionalProperties': False}}] |
@zick987/mcpgupiao | Gupiao | Access real-time stock market data and perform trading operations seamlessly. Enhance your financial applications with powerful tools for analysis and decision-making. | 2025-03-12T12:37:00.332Z | 21 | https://smithery.ai/server/@zick987/mcpgupiao | false | null | {
"scanPassed": true
} | [{'name': 'get_stock_quote', 'description': 'Get the latest stock quote for a given symbol.\n\n Args:\n symbol: Stock symbol (e.g., AAPL, MSFT)\n ', 'inputSchema': {'type': 'object', 'title': 'get_stock_quoteArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'get_historical_data', 'description': 'Get historical stock data for a given symbol.\n\n Args:\n symbol: Stock symbol (e.g., AAPL, MSFT)\n interval: Time interval (e.g., daily, weekly, monthly)\n ', 'inputSchema': {'type': 'object', 'title': 'get_historical_dataArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'interval': {'type': 'string', 'title': 'Interval', 'default': 'daily'}}}}] |
@Qwinty/anytype-mcp | Anytype MCP Server | Access your Anytype data seamlessly with this server. Interact with spaces, objects, and templates to enhance your AI assistant's capabilities. Manage your data efficiently and optimize token usage for better performance.
For more info refer to: https://github.com/Qwinty/anytype-mcp | 2025-04-05T14:57:25.301Z | 21 | https://smithery.ai/server/@Qwinty/anytype-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get_spaces', 'description': 'Retrieves all available Anytype spaces for the current user. This tool returns a list of spaces with their IDs, names, and other metadata. Use this tool to get an overview of all spaces or to find a specific space ID for use with other tools. No parameters are required.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_objects', 'description': 'Searches for and retrieves objects within a specified Anytype space. This tool allows you to list all objects or filter them using a search query. Results are paginated for better performance with large spaces. Use this tool to discover objects within a space, find specific objects by name, or browse through collections of objects. The optional include_text parameter allows retrieving the full formatted text content of objects.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'space_id': {'type': 'string', 'description': 'Space ID to get objects from'}, 'include_text': {'type': 'boolean', 'default': False, 'description': 'Set to true to include full formatted text content from blocks'}, 'full_response': {'type': 'boolean', 'default': False, 'description': 'Set to true to get full unfiltered response'}}, 'additionalProperties': False}}, {'name': 'get_object_content', 'description': "Retrieves detailed content and metadata for a specific object in an Anytype space. This tool provides comprehensive information about an object including its properties, relations, and content. Use this tool when you need to examine a specific object's details after discovering its ID through the get_objects tool. The optional include_text parameter allows retrieving the full formatted text content of the object.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'object_id'], 'properties': {'space_id': {'type': 'string', 'description': 'Space ID containing the object'}, 'object_id': {'type': 'string', 'description': 'Object ID to retrieve'}, 'include_text': {'type': 'boolean', 'default': False, 'description': 'Set to true to include full formatted text content from blocks'}}, 'additionalProperties': False}}, {'name': 'create_space', 'description': 'Creates a new Anytype space with the specified name. This tool allows you to set up a fresh workspace for organizing objects and collaborating with others. Use this tool when you need to establish a new organizational container for your Anytype content.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name for the new space'}}, 'additionalProperties': False}}, {'name': 'create_object', 'description': "Creates a new object within a specified Anytype space. This tool allows you to add various types of content (pages, notes, tasks, etc.) to your spaces. You can specify the object's name, type, description, icon, and content. Optionally, you can use a template to create pre-structured objects. Use this tool when you need to add new content to an existing space.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'name', 'type_key'], 'properties': {'body': {'type': 'string', 'description': 'Object body/content (Markdown supported)'}, 'icon': {'type': 'object', 'required': ['format'], 'properties': {'file': {'type': 'string', 'format': 'uri', 'description': "URL to the icon file (if format is 'file')"}, 'name': {'type': 'string', 'description': "Name of the built-in icon (if format is 'icon')"}, 'color': {'type': 'string', 'description': 'Color of the icon (optional)'}, 'emoji': {'type': 'string', 'description': "Emoji character (if format is 'emoji')"}, 'format': {'enum': ['emoji', 'file', 'icon'], 'type': 'string', 'description': 'Icon format (required if icon is provided)'}}, 'description': 'Object icon details (structure based on API docs)', 'additionalProperties': False}, 'name': {'type': 'string', 'description': 'Object name'}, 'source': {'type': 'string', 'description': 'Source URL (for bookmarks)'}, 'space_id': {'type': 'string', 'description': 'Space ID to create the object in'}, 'type_key': {'type': 'string', 'description': "Type key of object to create (e.g. 'ot-page')"}, 'description': {'type': 'string', 'description': 'Object description'}, 'template_id': {'type': 'string', 'description': 'Template ID to use'}}, 'additionalProperties': False}}, {'name': 'delete_object', 'description': 'Permanently removes an object from a specified Anytype space. This tool deletes the object and all its content. Use this tool with caution as deleted objects cannot be recovered. Always verify the object ID before deletion to avoid removing important content.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'object_id'], 'properties': {'space_id': {'type': 'string', 'description': 'Space ID containing the object'}, 'object_id': {'type': 'string', 'description': 'Object ID to delete'}}, 'additionalProperties': False}}, {'name': 'export_object', 'description': 'Exports an Anytype object in Markdown format. This tool allows you to extract content from Anytype for use in other applications or for backup purposes. Markdown format is human-readable and suitable for documentation. Use this tool when you need to share Anytype content with external systems or create portable backups.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'object_id', 'format'], 'properties': {'format': {'type': 'string', 'const': 'markdown', 'description': "Export format (currently only 'markdown' is supported)"}, 'space_id': {'type': 'string', 'description': 'Space ID containing the object'}, 'object_id': {'type': 'string', 'description': 'Object ID to export'}}, 'additionalProperties': False}}, {'name': 'get_space_members', 'description': 'Retrieves a list of all members who have access to a specified Anytype space. This tool provides information about each member including their ID, name, and access level. Results are paginated for spaces with many members. Use this tool when you need to understand who has access to a space or manage collaboration permissions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'space_id': {'type': 'string', 'description': 'Space ID to get members from'}}, 'additionalProperties': False}}, {'name': 'get_types', 'description': 'Retrieves all object types available in a specified Anytype space. This tool provides information about the different types of objects that can be created in the space, including their IDs, names, and metadata. Results are paginated for spaces with many types. Use this tool when you need to understand what types of objects can be created or to find the correct type ID for creating new objects.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-100)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'space_id': {'type': 'string', 'description': 'Space ID to get types from'}}, 'additionalProperties': False}}, {'name': 'get_type_details', 'description': "Retrieves detailed information about a specific object type in an Anytype space. This tool provides comprehensive details about the type's structure, including its relations, views, and configuration options. Use this tool when you need to understand the structure of a particular object type or to examine its available relations and properties.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'type_id'], 'properties': {'type_id': {'type': 'string', 'description': 'Type ID to retrieve details for'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the type'}}, 'additionalProperties': False}}, {'name': 'get_templates', 'description': 'Retrieves all available templates for a specific object type in an Anytype space. Templates provide pre-configured structures and content for creating new objects. This tool returns a list of templates with their IDs, names, and metadata. Results are paginated for types with many templates. Use this tool when you need to find appropriate templates for creating new objects of a specific type.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'type_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'type_id': {'type': 'string', 'description': 'Type ID to get templates for'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the type'}}, 'additionalProperties': False}}, {'name': 'get_template_details', 'description': "Retrieves detailed information about a specific template in an Anytype space. This tool provides comprehensive details about the template's structure, content, and configuration. Use this tool when you need to examine a template's properties before using it to create new objects, or to understand how a particular template is structured.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'type_id', 'template_id'], 'properties': {'type_id': {'type': 'string', 'description': 'Type ID for the template'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the template'}, 'template_id': {'type': 'string', 'description': 'Template ID to retrieve details for'}}, 'additionalProperties': False}}, {'name': 'get_list_views', 'description': 'Retrieves views configured for a specific list in a space. Views define how objects in the list are filtered and sorted.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'list_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'list_id': {'type': 'string', 'description': 'List ID to get views for'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the list'}}, 'additionalProperties': False}}, {'name': 'get_list_view_objects', 'description': 'Retrieves objects from a specific list view with applied filters and sorting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'list_id', 'view_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'list_id': {'type': 'string', 'description': 'List ID'}, 'view_id': {'type': 'string', 'description': 'View ID'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the list'}}, 'additionalProperties': False}}, {'name': 'add_objects_to_list', 'description': 'Adds one or more objects to a specific list in a space.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'list_id', 'object_ids'], 'properties': {'list_id': {'type': 'string', 'description': 'List ID to add objects to'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the list'}, 'object_ids': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of object IDs to add'}}, 'additionalProperties': False}}, {'name': 'remove_object_from_list', 'description': 'Removes an object from a specific list in a space.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id', 'list_id', 'object_id'], 'properties': {'list_id': {'type': 'string', 'description': 'List ID to remove object from'}, 'space_id': {'type': 'string', 'description': 'Space ID containing the list'}, 'object_id': {'type': 'string', 'description': 'Object ID to remove'}}, 'additionalProperties': False}}, {'name': 'global_search', 'description': 'Executes a search across all spaces the user has access to, with options for filtering by type and sorting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'query': {'type': 'string', 'description': 'Search term'}, 'types': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of object type keys or IDs to filter by'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'include_text': {'type': 'boolean', 'default': False, 'description': 'Set to true to include full formatted text content from blocks. USE WITH CAUTION: This can return a large amount of data.'}, 'sort_property': {'enum': ['created_date', 'last_modified_date', 'last_opened_date', 'name'], 'type': 'string', 'default': 'last_modified_date', 'description': 'Property to sort by'}, 'sort_direction': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort direction'}}, 'additionalProperties': False}}, {'name': 'search_space', 'description': 'Executes a search within a specific space, with options for filtering by type and sorting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['space_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of results per page (1-1000)'}, 'query': {'type': 'string', 'description': 'Search term'}, 'types': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of object type keys or IDs to filter by'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Pagination offset'}, 'space_id': {'type': 'string', 'description': 'Space ID to search within'}, 'include_text': {'type': 'boolean', 'default': False, 'description': 'Set to true to include full formatted text content from blocks. USE WITH CAUTION: This can return a large amount of data.'}, 'full_response': {'type': 'boolean', 'default': False, 'description': 'Set to true to get full unfiltered response'}, 'sort_property': {'enum': ['created_date', 'last_modified_date', 'last_opened_date', 'name'], 'type': 'string', 'default': 'last_modified_date', 'description': 'Property to sort by'}, 'sort_direction': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort direction'}}, 'additionalProperties': False}}] |
@xptotech/mcp3 | MySQL MCP Server | Connect and interact with MySQL databases seamlessly. Execute SQL queries, manage database connections, and analyze data through a structured interface designed for AI models. Enhance your AI capabilities by integrating real-time database operations into your workflows. | 2025-04-09T19:20:50.522Z | 21 | https://smithery.ai/server/@xptotech/mcp3 | false | null | {
"scanPassed": true
} | [{'name': 'status', 'description': 'Check the current database connection status.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'connect', 'description': 'Connect to a MySQL database.', 'inputSchema': {'type': 'object', 'properties': {'host': {'type': 'string', 'description': 'Database server hostname or IP address'}, 'port': {'type': 'string', 'description': 'Database server port'}, 'user': {'type': 'string', 'description': 'Database username'}, 'database': {'type': 'string', 'description': 'Database name to connect to'}, 'password': {'type': 'string', 'description': 'Database password'}}}}, {'name': 'disconnect', 'description': 'Close the current MySQL database connection.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'query', 'description': 'Execute an SQL query on the connected database.', 'inputSchema': {'type': 'object', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'description': 'SQL query to execute'}, 'params': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Parameters for prepared statements'}}}}, {'name': 'list_tables', 'description': 'Get a list of tables in the current database.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'describe_table', 'description': 'Get the structure of a specific table.', 'inputSchema': {'type': 'object', 'required': ['table'], 'properties': {'table': {'type': 'string', 'description': 'Name of the table to describe'}}}}, {'name': 'list_databases', 'description': 'Get a list of all accessible databases on the server.', 'inputSchema': {'type': 'object', 'required': ['random_string'], 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'use_database', 'description': 'Switch to a different database.', 'inputSchema': {'type': 'object', 'required': ['database'], 'properties': {'database': {'type': 'string', 'description': 'Name of the database to switch to'}}}}, {'name': 'set_readonly', 'description': 'Enable or disable read-only mode', 'inputSchema': {'type': 'object', 'required': ['readonly'], 'properties': {'readonly': {'type': 'boolean', 'description': 'Set to true to enable read-only mode, false to disable'}}}}] |
@ZephyrDeng/mcp-server-gitlab | GitLab Integration Server | Integrate seamlessly with your GitLab instance to manage projects, tasks, and merge requests. Utilize powerful tools to enhance your workflow and automate interactions with GitLab's RESTful APIs. Start leveraging GitLab's capabilities effortlessly with this integration server. | 2025-04-09T09:03:02.829Z | 18 | https://smithery.ai/server/@ZephyrDeng/mcp-server-gitlab | false | null | {
"scanPassed": true
} | [{'name': 'Gitlab Accept MR Tool', 'description': '接受并合并指定项目的合并请求,支持自定义合并选项。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'mergeRequestId'], 'properties': {'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': '需要返回的字段路径数组'}, 'projectId': {'type': 'string', 'description': '项目 ID'}, 'mergeOptions': {'type': 'object', 'properties': {'squash': {'type': 'boolean'}, 'mergeCommitMessage': {'type': 'string'}, 'shouldRemoveSourceBranch': {'type': 'boolean'}}, 'description': '合并选项', 'additionalProperties': False}, 'mergeRequestId': {'type': 'number', 'description': '合并请求 ID'}}, 'additionalProperties': False}}, {'name': 'Gitlab Create MR Comment Tool', 'description': '为指定项目的合并请求添加评论。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'mergeRequestId', 'comment'], 'properties': {'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': '需要返回的字段路径数组'}, 'comment': {'type': 'string', 'description': '评论内容'}, 'projectId': {'type': 'string', 'description': '项目 ID'}, 'mergeRequestId': {'type': 'number', 'description': '合并请求 ID'}}, 'additionalProperties': False}}, {'name': 'Gitlab Create MR Tool', 'description': '创建新的 Merge Request,支持指派 assignee 和 reviewers。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'sourceBranch', 'targetBranch', 'title'], 'properties': {'title': {'type': 'string', 'description': '标题'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': '需要返回的字段路径数组'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': '标签数组'}, 'projectId': {'type': 'string', 'description': '项目 ID'}, 'assigneeId': {'type': 'number', 'description': '指派的用户 ID'}, 'description': {'type': 'string', 'description': '描述'}, 'reviewerIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Reviewer 用户 ID 列表'}, 'sourceBranch': {'type': 'string', 'description': '源分支'}, 'targetBranch': {'type': 'string', 'description': '目标分支'}}, 'additionalProperties': False}}, {'name': 'Gitlab Get User Tasks Tool', 'description': '获取当前用户的待办任务,支持多种过滤条件。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'description': '需要返回的字段路径数组,支持数组或逗号分隔字符串,用于过滤 API 响应字段。\n示例:\n- ["id", "name", "owner.username"]\n- "id,name,owner.username"\n- undefined'}, 'taskFilterType': {'enum': ['ALL', 'ASSIGNED_MRS', 'REVIEW_MRS', 'MY_ISSUES', 'MY_PIPELINES', 'MR_CREATED_TODAY', 'ISSUES_CREATED_TODAY', 'CUSTOM'], 'type': 'string', 'description': '任务过滤类型'}}, 'additionalProperties': False}}, {'name': 'Gitlab Raw API Tool', 'description': '支持自定义调用任意 GitLab REST API,适合调试和高级用法。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['endpoint', 'method'], 'properties': {'data': {'type': 'object', 'description': '请求体', 'additionalProperties': {}}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'description': '需要返回的字段路径数组,支持数组或逗号分隔字符串,用于过滤 API 响应字段。\n示例:\n- ["id", "name", "owner.username"]\n- "id,name,owner.username"\n- undefined'}, 'method': {'enum': ['GET', 'POST', 'PUT', 'DELETE', 'PATCH'], 'type': 'string', 'description': 'HTTP 方法'}, 'params': {'type': 'object', 'description': '查询参数', 'additionalProperties': {}}, 'endpoint': {'type': 'string', 'description': 'GitLab API 路径,如 /projects'}}, 'additionalProperties': False}}, {'name': 'Gitlab Search Project Details Tool', 'description': '根据项目名称搜索项目及其详细信息,支持字段过滤,提升响应效率。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectName'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'description': '需要返回的字段路径数组,支持数组或逗号分隔字符串,用于过滤 API 响应字段。\n示例:\n- ["id", "name", "owner.username"]\n- "id,name,owner.username"\n- undefined'}, 'projectName': {'type': 'string', 'description': '项目名称'}}, 'additionalProperties': False}}, {'name': 'Gitlab Search User Projects Tool', 'description': '根据用户名搜索用户信息及其活跃项目。支持字段过滤,提升响应效率。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'description': '需要返回的字段路径数组,支持数组或逗号分隔字符串,用于过滤 API 响应字段。\n示例:\n- ["id", "name", "owner.username"]\n- "id,name,owner.username"\n- undefined'}, 'username': {'type': 'string', 'description': '用户名'}}, 'additionalProperties': False}}, {'name': 'Gitlab Update MR Tool', 'description': '更新指定项目的 Merge Request,包括指派 assignee 和 reviewers。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'mergeRequestId'], 'properties': {'title': {'type': 'string', 'description': '新的标题'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': '需要返回的字段路径数组'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': '标签数组'}, 'projectId': {'type': 'string', 'description': '项目 ID'}, 'assigneeId': {'type': 'number', 'description': '指派的用户 ID'}, 'description': {'type': 'string', 'description': '新的描述'}, 'reviewerIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Reviewer 用户 ID 列表'}, 'mergeRequestId': {'type': 'number', 'description': 'Merge Request ID'}}, 'additionalProperties': False}}] |
@andredezzy/deep-directory-tree-mcp | Deep Directory Tree | Powerful Model Context Protocol (MCP) implementation for visualizing directory structures with real-time updates, configurable depth, and smart exclusions for efficient project navigation | 2025-04-09T15:43:11.886Z | 18 | https://smithery.ai/server/@andredezzy/deep-directory-tree-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get_deep_directory_tree', 'description': 'Get deep directory tree', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to get the directory tree (preferably absolute path)'}, 'options': {'type': 'object', 'default': {'depth': 3, 'excludePatterns': ['node_modules', '.git', '.turbo', 'dist', '.next']}, 'properties': {'depth': {'type': 'number', 'default': 3, 'description': 'Depth of the directory tree'}, 'excludePatterns': {'type': 'array', 'items': {'type': 'string'}, 'default': ['node_modules', '.git', '.turbo', 'dist', '.next'], 'description': "Patterns to exclude from the tree (e.g., ['node_modules', '*.log'])"}}, 'description': 'Tree generation options', 'additionalProperties': False}}, 'additionalProperties': False}}] |
@onigeya/siyuan-mcp-server | SiYuan Note Server | Enable seamless interaction with SiYuan Note through standardized tools. Manage notebooks, documents, and blocks effortlessly while leveraging the power of LLMs. Enhance your note-taking experience with advanced features and integrations. | 2025-03-31T15:13:23.993Z | 15 | https://smithery.ai/server/@onigeya/siyuan-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'siyuan_notebook_lsNotebooks', 'description': 'List notebooks', 'inputSchema': {'type': 'object'}}, {'name': 'siyuan_notebook_openNotebook', 'description': 'Open a notebook', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId'], 'properties': {'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_closeNotebook', 'description': 'Close a notebook', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId'], 'properties': {'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_renameNotebook', 'description': 'Rename a notebook', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId', 'name'], 'properties': {'name': {'type': 'string', 'description': 'New name for notebook'}, 'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_createNotebook', 'description': 'Create a notebook', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Notebook name'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_removeNotebook', 'description': 'Remove a notebook', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId'], 'properties': {'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_getNotebookConf', 'description': 'Get notebook configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId'], 'properties': {'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_notebook_setNotebookConf', 'description': 'Save notebook configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebookId', 'conf'], 'properties': {'conf': {'type': 'object', 'required': ['name', 'closed', 'refCreateSavePath', 'createDocNameTemplate'], 'properties': {'name': {'type': 'string', 'description': 'Notebook name'}, 'closed': {'type': 'boolean', 'description': 'Whether the notebook is closed'}, 'refCreateSavePath': {'type': 'string', 'description': 'Reference creation save path'}, 'createDocNameTemplate': {'type': 'string', 'description': 'Document name creation template'}}, 'description': 'Notebook configuration', 'additionalProperties': False}, 'notebookId': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_createDocWithMd', 'description': 'Create a document with Markdown', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebook', 'path', 'markdown'], 'properties': {'path': {'type': 'string', 'description': 'Document path, starting with /, using / as the level separator'}, 'markdown': {'type': 'string', 'description': 'GFM Markdown content'}, 'notebook': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_renameDoc', 'description': 'Rename a document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebook', 'path', 'title'], 'properties': {'path': {'type': 'string', 'description': 'Document path'}, 'title': {'type': 'string', 'description': 'New title'}, 'notebook': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_renameDocByID', 'description': 'Rename a document by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'title'], 'properties': {'id': {'type': 'string', 'description': 'Document ID'}, 'title': {'type': 'string', 'description': 'New title'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_removeDoc', 'description': 'Remove a document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebook', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Document path'}, 'notebook': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_removeDocByID', 'description': 'Remove a document by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Document ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_moveDocs', 'description': 'Move documents', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromPaths', 'toNotebook', 'toPath'], 'properties': {'toPath': {'type': 'string', 'description': 'Target path'}, 'fromPaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Source paths'}, 'toNotebook': {'type': 'string', 'description': 'Target notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_moveDocsByID', 'description': 'Move documents by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromIDs', 'toID'], 'properties': {'toID': {'type': 'string', 'description': 'Target parent ID'}, 'fromIDs': {'type': 'array', 'items': {'type': 'string'}, 'description': "Source docs' IDs"}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_getHPathByPath', 'description': 'Get human-readable path based on path', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['notebook', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Document path'}, 'notebook': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_getHPathByID', 'description': 'Get human-readable path based on ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_getPathByID', 'description': 'Get storage path based on ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_filetree_getIDsByHPath', 'description': 'Get IDs based on human-readable path', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'notebook'], 'properties': {'path': {'type': 'string', 'description': 'Human-readable path'}, 'notebook': {'type': 'string', 'description': 'Notebook ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_assets_upload', 'description': 'Upload assets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'file': {'description': 'The file to upload'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_insertBlock', 'description': 'Insert blocks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dataType', 'data', 'previousID'], 'properties': {'data': {'type': 'string', 'description': 'Data content'}, 'dataType': {'type': 'string', 'description': 'Data type'}, 'previousID': {'type': 'string', 'description': 'Previous block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_prependBlock', 'description': 'Prepend blocks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dataType', 'data', 'parentID'], 'properties': {'data': {'type': 'string', 'description': 'Data content'}, 'dataType': {'type': 'string', 'description': 'Data type'}, 'parentID': {'type': 'string', 'description': 'Parent block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_appendBlock', 'description': 'Append blocks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dataType', 'data', 'parentID'], 'properties': {'data': {'type': 'string', 'description': 'Data content'}, 'dataType': {'type': 'string', 'description': 'Data type'}, 'parentID': {'type': 'string', 'description': 'Parent block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_updateBlock', 'description': 'Update a block', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dataType', 'data', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}, 'data': {'type': 'string', 'description': 'Data content'}, 'dataType': {'type': 'string', 'description': 'Data type'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_deleteBlock', 'description': 'Delete a block', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_moveBlock', 'description': 'Move a block', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID to move'}, 'parentID': {'type': 'string', 'description': 'Parent block ID'}, 'previousID': {'type': 'string', 'description': 'Previous block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_foldBlock', 'description': 'Fold a block', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_unfoldBlock', 'description': 'Unfold a block', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_getBlockKramdown', 'description': 'Get a block kramdown', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_getChildBlocks', 'description': 'Get child blocks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Block ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_block_transferBlockRef', 'description': 'Transfer block ref', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fromID', 'toID', 'refIDs'], 'properties': {'toID': {'type': 'string', 'description': 'Target block ID'}, 'fromID': {'type': 'string', 'description': 'Source block ID'}, 'refIDs': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Reference block IDs'}}, 'additionalProperties': False}}, {'name': 'siyuan_attr_setBlockAttrs', 'description': '设置块属性', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'attrs'], 'properties': {'id': {'type': 'string', 'description': '块 ID'}, 'attrs': {'type': 'object', 'description': '属性键值对', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'siyuan_attr_getBlockAttrs', 'description': '获取块属性', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '块 ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_sql_query', 'description': '执行 SQL 查询', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['stmt'], 'properties': {'stmt': {'type': 'string', 'description': 'SQL 语句'}}, 'additionalProperties': False}}, {'name': 'siyuan_sql_flushTransaction', 'description': '刷新事务', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'siyuan_template_render', 'description': '渲染模板', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '模板文档块 ID'}, 'path': {'type': 'string', 'description': '可选的目标路径'}}, 'additionalProperties': False}}, {'name': 'siyuan_template_renderSprig', 'description': '渲染 Sprig 模板', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['template'], 'properties': {'template': {'type': 'string', 'description': 'Sprig 模板内容'}}, 'additionalProperties': False}}, {'name': 'siyuan_file_getFile', 'description': '获取文件', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '文件路径'}}, 'additionalProperties': False}}, {'name': 'siyuan_file_putFile', 'description': '写入文件', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'file': {'description': '文件内容'}, 'path': {'type': 'string', 'description': '文件路径'}, 'isDir': {'type': 'boolean', 'description': '是否为目录'}, 'modTime': {'type': 'number', 'description': '修改时间'}}, 'additionalProperties': False}}, {'name': 'siyuan_file_removeFile', 'description': '删除文件', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '文件路径'}}, 'additionalProperties': False}}, {'name': 'siyuan_file_renameFile', 'description': '重命名文件', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'newPath'], 'properties': {'path': {'type': 'string', 'description': '原文件路径'}, 'newPath': {'type': 'string', 'description': '新文件路径'}}, 'additionalProperties': False}}, {'name': 'siyuan_file_readDir', 'description': '列出目录内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '目录路径'}}, 'additionalProperties': False}}, {'name': 'siyuan_export_exportMdContent', 'description': '导出 Markdown 内容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '要导出的文档块 ID'}}, 'additionalProperties': False}}, {'name': 'siyuan_export_exportResources', 'description': '导出文件和文件夹', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'name': {'type': 'string', 'description': '导出的文件名,默认为 export-YYYY-MM-DD_hh-mm-ss.zip'}, 'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': '要导出的文件或文件夹路径列表'}}, 'additionalProperties': False}}, {'name': 'siyuan_conversion_pandoc', 'description': 'Pandoc 格式转换', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['dir', 'args'], 'properties': {'dir': {'type': 'string', 'description': '工作目录名称'}, 'args': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Pandoc 命令行参数'}}, 'additionalProperties': False}}, {'name': 'siyuan_notification_pushMsg', 'description': '推送普通消息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['msg'], 'properties': {'msg': {'type': 'string', 'description': '消息内容'}, 'timeout': {'type': 'number', 'description': '消息显示时长(毫秒),默认 7000'}}, 'additionalProperties': False}}, {'name': 'siyuan_notification_pushErrMsg', 'description': '推送错误消息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['msg'], 'properties': {'msg': {'type': 'string', 'description': '消息内容'}, 'timeout': {'type': 'number', 'description': '消息显示时长(毫秒),默认 7000'}}, 'additionalProperties': False}}, {'name': 'siyuan_network_forwardProxy', 'description': '转发代理请求', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '要转发的 URL'}, 'method': {'type': 'string', 'description': 'HTTP 方法,默认为 POST'}, 'headers': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'description': 'HTTP 头'}, 'payload': {'anyOf': [{'type': 'object', 'additionalProperties': {}}, {'type': 'string'}], 'description': 'HTTP 负载,对象或字符串'}, 'timeout': {'type': 'number', 'description': '超时时间(毫秒),默认为 7000'}, 'contentType': {'type': 'string', 'description': 'Content-Type,默认为 application/json'}, 'payloadEncoding': {'enum': ['text', 'base64', 'base64-std', 'base64-url', 'base32', 'base32-std', 'base32-hex', 'hex'], 'type': 'string', 'description': 'payload 的编码方式,默认为 text'}, 'responseEncoding': {'$ref': '#/properties/payloadEncoding', 'description': '响应 body 的编码方式,默认为 text'}}, 'additionalProperties': False}}, {'name': 'siyuan_system_bootProgress', 'description': '获取启动进度', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'siyuan_system_version', 'description': '获取系统版本', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'siyuan_system_currentTime', 'description': '获取系统当前时间', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@shreyaskarnik/mcpet | MCPet | Adopt, nurture, and play with your very own digital companion that evolves based on your care. Manage your pet's stats, engage in fun activities, and watch them grow from a baby to an adult. Experience a nostalgic virtual pet simulation powered by modern AI. | 2025-03-12T20:23:36.165Z | 13 | https://smithery.ai/server/@shreyaskarnik/mcpet | false | null | {
"scanPassed": true
} | [{'name': 'create_pet', 'description': 'Create a new virtual pet', 'inputSchema': {'type': 'object', 'required': ['name', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Name for your new pet'}, 'type': {'enum': ['cat', 'dog', 'dragon', 'alien'], 'type': 'string', 'description': 'Type of pet: cat, dog, dragon, or alien'}}}}, {'name': 'check_pet', 'description': "Check on your virtual pet's status", 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'feed_pet', 'description': 'Feed your virtual pet', 'inputSchema': {'type': 'object', 'required': ['food'], 'properties': {'food': {'enum': ['snack', 'meal', 'feast'], 'type': 'string', 'description': 'Type of food: snack, meal, or feast'}}}}, {'name': 'play_with_pet', 'description': 'Play with your virtual pet', 'inputSchema': {'type': 'object', 'required': ['activity'], 'properties': {'activity': {'enum': ['ball', 'chase', 'puzzle'], 'type': 'string', 'description': 'Type of play activity: ball, chase, or puzzle'}}}}, {'name': 'clean_pet', 'description': 'Clean your virtual pet', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'put_to_bed', 'description': 'Put your virtual pet to sleep to restore energy', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}] |
@egyleader/dart-mcp | Dart MCP Server | Bridge the gap between AI coding assistants and Dart/Flutter development workflows. Utilize powerful Dart SDK commands to analyze, compile, and manage your Dart projects seamlessly. Experience intelligent path handling and zero configuration for a smooth development experience. | 2025-03-08T23:20:16.300Z | 12 | https://smithery.ai/server/@egyleader/dart-mcp | false | null | {
"scanPassed": true
} | [{'name': 'dart-analyze', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string', 'description': 'Directory or file to analyze'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional options for the dart analyze command'}}, 'additionalProperties': False}}, {'name': 'dart-compile', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['format', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the Dart file to compile'}, 'format': {'enum': ['exe', 'aot-snapshot', 'jit-snapshot', 'kernel', 'js'], 'type': 'string', 'description': 'Output format for the compilation'}, 'output': {'type': 'string', 'description': 'Output file path'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional compilation options'}}, 'additionalProperties': False}}, {'name': 'dart-create', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectName'], 'properties': {'output': {'type': 'string', 'description': 'Directory where to create the project'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional project creation options'}, 'template': {'enum': ['console', 'package', 'server-shelf', 'web'], 'type': 'string', 'default': 'package', 'description': 'Template to use for project generation'}, 'projectName': {'type': 'string', 'description': 'Name of the project to create'}}, 'additionalProperties': False}}, {'name': 'dart-doc', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string', 'description': 'Directory containing the Dart package to document'}, 'output': {'type': 'string', 'description': 'Output directory for the generated documentation'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional documentation options'}}, 'additionalProperties': False}}, {'name': 'dart-fix', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string', 'description': 'Directory or file to apply fixes to'}, 'apply': {'type': 'boolean', 'default': True, 'description': 'Whether to apply the suggested fixes'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional fix options'}}, 'additionalProperties': False}}, {'name': 'dart-format', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Files or directories to format'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional format options'}, 'setExitIfChanged': {'type': 'boolean', 'default': False, 'description': 'Return exit code 1 if there are any formatting changes'}}, 'additionalProperties': False}}, {'name': 'dart-info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional info options'}}, 'additionalProperties': False}}, {'name': 'dart-package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'args': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Arguments for the pub subcommand'}, 'command': {'enum': ['get', 'upgrade', 'outdated', 'add', 'remove', 'publish', 'deps', 'downgrade', 'cache', 'run', 'global'], 'type': 'string', 'description': 'Pub subcommand to execute'}, 'workingDir': {'type': 'string', 'description': 'Working directory for the command'}}, 'additionalProperties': False}}, {'name': 'dart-run', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['script'], 'properties': {'args': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Arguments to pass to the script'}, 'script': {'type': 'string', 'description': 'Path to the Dart script to run'}, 'workingDir': {'type': 'string', 'description': 'Working directory for the command'}}, 'additionalProperties': False}}, {'name': 'dart-test', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string', 'description': 'Path to the test file or directory'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Additional test options'}, 'workingDir': {'type': 'string', 'description': 'Working directory for the command'}}, 'additionalProperties': False}}] |
@hrishi0102/spotifyyy-mcp | Spotify MCP Server | Interact with Spotify seamlessly. Search for songs, create playlists, and get personalized recommendations using your Spotify account. Enhance your music experience with Claude's powerful capabilities. | 2025-04-13T12:28:40.359Z | 12 | https://smithery.ai/server/@hrishi0102/spotifyyy-mcp | false | {
"scanPassed": true
} | [{'name': 'set-spotify-credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'accessToken', 'refreshToken'], 'properties': {'clientId': {'type': 'string', 'description': 'The Spotify Client ID'}, 'accessToken': {'type': 'string', 'description': 'The Spotify Access Token'}, 'clientSecret': {'type': 'string', 'description': 'The Spotify Client Secret'}, 'refreshToken': {'type': 'string', 'description': 'The Spotify Refresh Token'}}, 'additionalProperties': False}}, {'name': 'check-credentials-status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-tracks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 50, 'minimum': 1, 'description': 'Number of results to return'}, 'query': {'type': 'string', 'description': 'Search query for tracks'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create-playlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the playlist'}, 'description': {'type': 'string', 'description': 'Description of the playlist'}}, 'additionalProperties': False}}, {'name': 'add-tracks-to-playlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['playlistId', 'trackUris'], 'properties': {'trackUris': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of Spotify track URIs to add'}, 'playlistId': {'type': 'string', 'description': 'The Spotify playlist ID'}}, 'additionalProperties': False}}, {'name': 'get-recommendations', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['seedTracks'], 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Number of recommendations to return'}, 'seedTracks': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 5, 'description': 'Spotify track IDs to use as seeds (max 5)'}}, 'additionalProperties': False}}] |
|
@MaitreyaM/file-converter-mcp | Pandoc Document Converter | Convert documents between various formats seamlessly. Leverage powerful document conversion capabilities to enhance your AI agents' functionality. Easily integrate with your existing workflows and automate document processing tasks. | 2025-04-06T14:01:35.261Z | 11 | https://smithery.ai/server/@MaitreyaM/file-converter-mcp | false | null | {
"scanPassed": true
} | [{'name': 'convert_document', 'description': "\n Converts a document from one format to another using Pandoc.\n\n Args:\n input_file_path: The absolute or relative path to the input document file.\n output_file_path: The absolute or relative path where the converted output file should be saved.\n The directory will be created if it doesn't exist.\n to_format: The target format for the conversion (e.g., 'markdown', 'docx', 'pdf', 'html', 'rst', 'epub').\n See pandoc documentation for full list.\n from_format: The format of the input file. If None, pandoc will try to guess from the file extension.\n Specify if the extension is ambiguous (e.g., 'md' for markdown). Defaults to None.\n extra_args: A list of additional command-line arguments to pass directly to pandoc\n (e.g., ['--toc'] for table of contents, ['-V', 'geometry:margin=1.5cm'] for PDF margins).\n Defaults to None.\n\n Returns:\n A string indicating success (including the output path) or an error message.\n ", 'inputSchema': {'type': 'object', 'title': 'convert_documentArguments', 'required': ['input_file_path', 'output_file_path', 'to_format'], 'properties': {'to_format': {'type': 'string', 'title': 'To Format'}, 'extra_args': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Extra Args', 'default': None}, 'from_format': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'From Format', 'default': None}, 'input_file_path': {'type': 'string', 'title': 'Input File Path'}, 'output_file_path': {'type': 'string', 'title': 'Output File Path'}}}}] |
@arjshiv/localutils-mcp-server | Local Utilities | Access various local system utilities quickly and efficiently. Retrieve system information like time, hostname, public IP, and more with ease. Enhance your MCP-compatible applications with essential local functionalities. | 2025-03-09T01:37:15.324Z | 11 | https://smithery.ai/server/@arjshiv/localutils-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'get_time_and_date', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_hostname', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_public_ip', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_directory', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Directory path to list'}}, 'additionalProperties': False}}, {'name': 'get_node_version', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'check_port', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['port'], 'properties': {'port': {'anyOf': [{'type': 'integer', 'maximum': 65535, 'minimum': 1}, {'type': 'string'}], 'description': 'Port number to check (1-65535)'}}, 'additionalProperties': False}}] |
@kbsooo/mcp_atom_of_thoughts | Atom of Thoughts | Enhance your applications with intelligent thought processing capabilities. Leverage advanced language models to generate, analyze, and manipulate ideas seamlessly. Transform your workflows with powerful context-aware interactions. | 2025-03-24T14:39:47.860Z | 11 | https://smithery.ai/server/@kbsooo/mcp_atom_of_thoughts | false | null | {
"scanPassed": true
} | [{'name': 'AoT', 'description': "Atom of Thoughts (AoT) is a tool for solving complex problems by decomposing them into independent, reusable atomic units of thought.\nUnlike traditional sequential thinking, this tool enables more powerful problem solving by allowing atomic units of thought to form dependencies with each other.\n\nWhen to use:\n- Solving problems requiring complex reasoning\n- Generating hypotheses that need verification from multiple perspectives\n- Deriving high-confidence conclusions in scenarios where accuracy is crucial\n- Minimizing logical errors in critical tasks\n- Decision-making requiring multiple verification steps\n\nAtom types:\n- premise: Basic assumptions or given information for problem solving\n- reasoning: Logical reasoning process based on other atoms\n- hypothesis: Proposed solutions or intermediate conclusions\n- verification: Process to evaluate the validity of other atoms (especially hypotheses)\n- conclusion: Verified hypotheses or final problem solutions\n\nParameter descriptions:\n- atomId: Unique identifier for the atom (e.g., 'A1', 'H2')\n- content: Actual content of the atom\n- atomType: Type of atom (one of: premise, reasoning, hypothesis, verification, conclusion)\n- dependencies: List of IDs of other atoms this atom depends on\n- confidence: Confidence level of this atom (value between 0-1)\n- isVerified: Whether this atom has been verified\n- depth: Depth level of this atom (in the decomposition-contraction process)\n\nAdditional features:\n1. Decomposition-Contraction mechanism: \n - Decompose atoms into smaller sub-atoms and contract back after verification\n - startDecomposition(atomId): Start atom decomposition\n - addToDecomposition(decompositionId, atomId): Add sub-atom to decomposition\n - completeDecomposition(decompositionId): Complete decomposition process\n\n2. Automatic termination mechanism:\n - Automatically terminate when reaching maximum depth or finding high-confidence conclusion\n - getTerminationStatus(): Return termination status and reason\n - getBestConclusion(): Return highest confidence conclusion\n\nUsage method:\n1. Understand the problem and define necessary premise atoms\n2. Create reasoning atoms based on premises\n3. Create hypothesis atoms based on reasoning\n4. Create verification atoms to verify hypotheses\n5. Derive conclusion atoms based on verified hypotheses\n6. Use atom decomposition to explore deeper when necessary\n7. Present the high-confidence conclusion atom as the final answer", 'inputSchema': {'type': 'object', 'required': ['atomId', 'content', 'atomType', 'dependencies', 'confidence'], 'properties': {'depth': {'type': 'number', 'description': 'Depth level of this atom in the decomposition-contraction mechanism'}, 'atomId': {'type': 'string', 'description': 'Unique identifier for the atom'}, 'content': {'type': 'string', 'description': 'Actual content of the atom'}, 'atomType': {'enum': ['premise', 'reasoning', 'hypothesis', 'verification', 'conclusion'], 'type': 'string', 'description': 'Type of atom'}, 'confidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Confidence level of this atom (value between 0-1)'}, 'isVerified': {'type': 'boolean', 'description': 'Whether this atom has been verified'}, 'dependencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of IDs of other atoms this atom depends on'}}}}, {'name': 'AoT-light', 'description': "A lightweight version of Atom of Thoughts (AoT) designed for faster processing and quicker results.\nThis streamlined version sacrifices some depth of analysis for speed, making it ideal for time-sensitive reasoning tasks.\n\nWhen to use:\n- Quick brainstorming sessions requiring atomic thought organization\n- Time-sensitive problem solving where speed is prioritized over exhaustive analysis\n- Simpler reasoning tasks that don't require deep decomposition\n- Initial exploration before using the full AoT for deeper analysis\n- Learning or demonstration purposes where response time is important\n\nKey differences from full AoT:\n- Lower maximum depth (3 instead of 5) for faster processing\n- Simplified verification process\n- Immediate conclusion suggestion for high-confidence hypotheses\n- Reduced computational overhead and response payload\n- Optimized for speed rather than exhaustive analysis\n\nAtom types and parameters are the same as the full AoT tool.", 'inputSchema': {'type': 'object', 'required': ['atomId', 'content', 'atomType', 'dependencies', 'confidence'], 'properties': {'depth': {'type': 'number', 'description': 'Depth level of this atom (optional, defaults to 0)'}, 'atomId': {'type': 'string', 'description': 'Unique identifier for the atom'}, 'content': {'type': 'string', 'description': 'Actual content of the atom'}, 'atomType': {'enum': ['premise', 'reasoning', 'hypothesis', 'verification', 'conclusion'], 'type': 'string', 'description': 'Type of atom'}, 'confidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Confidence level of this atom (value between 0-1)'}, 'isVerified': {'type': 'boolean', 'description': 'Whether this atom has been verified'}, 'dependencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of IDs of other atoms this atom depends on'}}}}, {'name': 'atomcommands', 'description': 'A command tool to control the decomposition-contraction mechanism and automatic termination of Atom of Thoughts.\n \nUse this tool to access advanced features of AoT:\n\n1. Decomposition (decompose): Decompose a specified atom into smaller sub-atoms\n2. Complete decomposition (complete_decomposition): Complete an ongoing decomposition process\n3. Check termination status (termination_status): Check the termination status of the current AoT process\n4. Get best conclusion (best_conclusion): Get the verified conclusion with the highest confidence\n5. Change settings (set_max_depth): Change the maximum depth limit\n\nCommand descriptions:\n- command: Command to execute (decompose, complete_decomposition, termination_status, best_conclusion, set_max_depth)\n- atomId: Atom ID to use with the command (only required for decompose command)\n- decompositionId: ID of the decomposition process (only required for complete_decomposition command)\n- maxDepth: Maximum depth value to set (only required for set_max_depth command)', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'atomId': {'type': 'string', 'description': 'Atom ID to use with the command'}, 'command': {'enum': ['decompose', 'complete_decomposition', 'termination_status', 'best_conclusion', 'set_max_depth'], 'type': 'string', 'description': 'Command to execute'}, 'maxDepth': {'type': 'number', 'description': 'Maximum depth value to set'}, 'decompositionId': {'type': 'string', 'description': 'ID of the decomposition process to complete'}}}}] |
@CLOUDWERX-DEV/DiffuGen | DiffuGen | **REQUIRES A LOCAL STABLE-DIFFUSION.CPP INSTALL AND MODELS!**
Seamlessly generate AI images directly within your development workflow. Integrate with MCP-compatible IDEs for frictionless creative development and leverage multiple Stable Diffusion models for high-quality image generation with precise control over parameters. | 2025-03-27T10:01:06.247Z | 10 | https://smithery.ai/server/@CLOUDWERX-DEV/DiffuGen | false | null | {
"scanPassed": true
} | [{'name': 'generate_stable_diffusion_image', 'description': '\n Generate an image using various Stable Diffusion models.\n \n Args:\n prompt: The image description to generate\n model: Model to use (flux-schnell, flux-dev, sdxl, sd3, sd15)\n output_dir: Directory to save the image (defaults to current directory)\n width: Image width in pixels\n height: Image height in pixels\n steps: Number of diffusion steps\n cfg_scale: CFG scale parameter\n seed: Seed for reproducibility (-1 for random)\n sampling_method: Sampling method (euler, euler_a, heun, dpm2, dpm++2s_a, dpm++2m, dpm++2mv2, lcm)\n negative_prompt: Negative prompt (for supported models)\n \n Returns:\n A dictionary containing the path to the generated image and the command used\n ', 'inputSchema': {'type': 'object', 'title': 'generate_stable_diffusion_imageArguments', 'required': ['prompt'], 'properties': {'seed': {'type': 'integer', 'title': 'Seed', 'default': -1}, 'model': {'type': 'string', 'title': 'Model', 'default': 'flux-schnell'}, 'steps': {'type': 'integer', 'title': 'Steps', 'default': 20}, 'width': {'type': 'integer', 'title': 'Width', 'default': 512}, 'height': {'type': 'integer', 'title': 'Height', 'default': 512}, 'prompt': {'type': 'string', 'title': 'Prompt'}, 'cfg_scale': {'type': 'number', 'title': 'Cfg Scale', 'default': 7}, 'output_dir': {'type': 'string', 'title': 'Output Dir', 'default': None}, 'negative_prompt': {'type': 'string', 'title': 'Negative Prompt', 'default': ''}, 'sampling_method': {'type': 'string', 'title': 'Sampling Method', 'default': 'euler_a'}}}}, {'name': 'generate_flux_image', 'description': '\n Generate an image using Flux stable diffusion model.\n \n Args:\n prompt: The image description to generate\n output_dir: Directory to save the image (defaults to current directory)\n cfg_scale: CFG scale parameter (default: 1.0)\n sampling_method: Sampling method to use (default: euler)\n steps: Number of diffusion steps (default: 4)\n \n Returns:\n A dictionary containing the path to the generated image and the command used\n ', 'inputSchema': {'type': 'object', 'title': 'generate_flux_imageArguments', 'required': ['prompt'], 'properties': {'steps': {'type': 'integer', 'title': 'Steps', 'default': 4}, 'prompt': {'type': 'string', 'title': 'Prompt'}, 'cfg_scale': {'type': 'number', 'title': 'Cfg Scale', 'default': 1}, 'output_dir': {'type': 'string', 'title': 'Output Dir', 'default': None}, 'sampling_method': {'type': 'string', 'title': 'Sampling Method', 'default': 'euler'}}}}] |
@Erik-Kim/mcp-echo | Echo | Enhance your applications with real-time data interaction capabilities. Seamlessly integrate and manipulate external resources and tools to enrich user experiences. Empower your agents to respond dynamically with contextual information and actions. | 2025-03-29T15:57:41.377Z | 10 | https://smithery.ai/server/@Erik-Kim/mcp-echo | false | null | {
"scanPassed": true
} | [{'name': 'echo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'message': {'type': 'string'}}, 'additionalProperties': False}}] |
@GonTwVn/GonMCPtool | 伺服器工具集 | 提供多種工具來輔助開發和維護工作,讓您能夠輕鬆執行檔案操作、任務管理和程式碼編輯。使用這些工具來提高您的工作效率,簡化日常開發任務。 | 2025-03-28T08:02:40.251Z | 10 | https://smithery.ai/server/@GonTwVn/GonMCPtool | false | null | {
"scanPassed": false
} | [{'name': 'add', 'description': '簡單的加法計算工具', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number'}, 'b': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'npmBuild', 'description': '執行npm build命令構建專案', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string'}, 'options': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'npmInstall', 'description': '執行npm install命令安裝依賴', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'path': {'type': 'string'}, 'options': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'codeFileRead', 'description': '讀取程式碼檔案並顯示行號,用於確認檔案實際行數以便編輯操作。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'codeLineInsert', 'description': '每次使用前、使用後必須先使用(codeFileRead)。在程式碼檔案指定行插入內容,原內容將向下移動。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'lineNumber', 'content'], 'properties': {'content': {'type': 'string'}, 'filePath': {'type': 'string'}, 'lineNumber': {'type': 'number'}, 'indentToMatch': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'codeLineDelete', 'description': '每次使用前、使用後必須先使用(codeFileRead)。刪除程式碼檔案指定範圍的行。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'startLine'], 'properties': {'endLine': {'type': 'number'}, 'filePath': {'type': 'string'}, 'startLine': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'fileWrite', 'description': '檔案寫入功能,為文件提供建立、編輯與寫入功能', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'content'], 'properties': {'mode': {'enum': ['write', 'append', 'json'], 'type': 'string', 'default': 'write'}, 'content': {'type': 'string'}, 'filePath': {'type': 'string'}, 'prettify': {'type': 'boolean'}, 'createDirs': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'fileRead', 'description': '讀取檔案內容,支援純文本和JSON格式', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath'], 'properties': {'mode': {'enum': ['text', 'json'], 'type': 'string', 'default': 'text'}, 'encoding': {'type': 'string'}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'edit_file', 'description': '對檔案進行精確的編輯,可以替換特定文字內容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'edits'], 'properties': {'path': {'type': 'string'}, 'edits': {'type': 'array', 'items': {'type': 'object', 'required': ['oldText', 'newText'], 'properties': {'newText': {'type': 'string', 'description': '替換成的新文字'}, 'oldText': {'type': 'string', 'description': '要搜尋的文字 - 必須完全匹配'}}, 'additionalProperties': False}}, 'dryRun': {'type': 'boolean', 'default': False, 'description': '預覽變更而不實際修改檔案'}}, 'additionalProperties': False}}, {'name': 'insert_to_file', 'description': '在檔案的特定位置插入新內容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'position', 'content'], 'properties': {'path': {'type': 'string'}, 'dryRun': {'type': 'boolean', 'default': False, 'description': '預覽變更而不實際修改檔案'}, 'content': {'type': 'string', 'description': '要插入的內容'}, 'position': {'type': ['number', 'string']}}, 'additionalProperties': False}}, {'name': 'delete_from_file', 'description': '從檔案中刪除特定內容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'selector'], 'properties': {'path': {'type': 'string'}, 'dryRun': {'type': 'boolean', 'default': False, 'description': '預覽變更而不實際修改檔案'}, 'selector': {'anyOf': [{'type': 'string', 'description': '要刪除的確切文字'}, {'type': 'object', 'required': ['startLine'], 'properties': {'endLine': {'type': 'number', 'description': '結束行號,如果省略則只刪除單行'}, 'startLine': {'type': 'number', 'description': '開始行號 (從1開始)'}}, 'additionalProperties': False}, {'type': 'object', 'required': ['start', 'end'], 'properties': {'end': {'type': 'string', 'description': '結束標記文字'}, 'start': {'type': 'string', 'description': '開始標記文字'}}, 'additionalProperties': False}]}}, 'additionalProperties': False}}, {'name': 'localizationGetByKey', 'description': '根據Key查詢特定翻譯項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'key'], 'properties': {'key': {'type': 'string'}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationSearch', 'description': '搜尋包含特定文字的翻譯項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'searchText'], 'properties': {'limit': {'type': 'number'}, 'filePath': {'type': 'string'}, 'language': {'type': 'string'}, 'searchText': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationAdd', 'description': '新增一個完整的翻譯項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'entry'], 'properties': {'entry': {'type': 'object', 'required': ['Key', 'zh-TW', 'zh-CN', 'en'], 'properties': {'en': {'type': 'string'}, 'Key': {'type': 'string'}, 'zh-CN': {'type': 'string'}, 'zh-TW': {'type': 'string'}}, 'additionalProperties': True}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationUpdate', 'description': '更新現有翻譯項目的內容', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'key', 'updateData'], 'properties': {'key': {'type': 'string'}, 'filePath': {'type': 'string'}, 'updateData': {'type': 'object', 'properties': {'en': {'type': 'string'}, 'zh-CN': {'type': 'string'}, 'zh-TW': {'type': 'string'}}, 'additionalProperties': True}}, 'additionalProperties': False}}, {'name': 'localizationDelete', 'description': '刪除指定Key的翻譯項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'key'], 'properties': {'key': {'type': 'string'}, 'filePath': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationExportJson', 'description': '將特定語言的翻譯導出為JSON格式', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'language'], 'properties': {'filePath': {'type': 'string'}, 'language': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationFindMissing', 'description': '查找有Key值但缺少特定語言翻譯的項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'language'], 'properties': {'limit': {'type': 'number'}, 'filePath': {'type': 'string'}, 'language': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'localizationFindLongValues', 'description': '查找超過特定字數的翻譯項目', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePath', 'threshold'], 'properties': {'limit': {'type': 'number'}, 'filePath': {'type': 'string'}, 'language': {'type': 'string'}, 'threshold': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'find_files', 'description': '在允許的目錄中找尋所有符合檔名模式的檔案並標示其檔案路徑', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePattern'], 'properties': {'excludeDirs': {'type': 'array', 'items': {'type': 'string'}}, 'filePattern': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_code', 'description': '在允許的目錄中搜尋包含特定文字的程式碼', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['searchText'], 'properties': {'maxResults': {'type': 'number'}, 'searchText': {'type': 'string'}, 'excludeDirs': {'type': 'array', 'items': {'type': 'string'}}, 'filePattern': {'type': 'string'}, 'caseSensitive': {'type': 'boolean'}, 'maxContextLines': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'taskCreate', 'description': '創建新的任務,可以包含多個步驟', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'description', 'steps'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}}, 'steps': {'type': 'array', 'items': {'type': 'object', 'required': ['description'], 'properties': {'order': {'type': 'number'}, 'completed': {'type': 'boolean'}, 'description': {'type': 'string'}, 'estimatedTime': {'type': 'number'}}, 'additionalProperties': False}}, 'title': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'priority': {'type': 'number'}, 'description': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'taskGetAll', 'description': '獲取所有任務列表', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'taskGetById', 'description': '根據ID獲取特定任務', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'taskUpdate', 'description': '更新現有任務信息', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'updates'], 'properties': {'id': {'type': 'string'}, 'updates': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}}, 'title': {'type': 'string'}, 'status': {'enum': ['pending', 'in_progress', 'completed', 'cancelled'], 'type': 'string'}, 'dueDate': {'type': 'string'}, 'priority': {'type': 'number'}, 'description': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'taskDelete', 'description': '刪除指定ID的任務', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'taskStepUpdate', 'description': '更新任務的特定步驟', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'stepId', 'updates'], 'properties': {'stepId': {'type': 'string'}, 'taskId': {'type': 'string'}, 'updates': {'type': 'object', 'properties': {'order': {'type': 'number'}, 'completed': {'type': 'boolean'}, 'description': {'type': 'string'}, 'estimatedTime': {'type': 'number'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'taskStepAdd', 'description': '為任務添加新步驟', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'description'], 'properties': {'order': {'type': 'number'}, 'taskId': {'type': 'string'}, 'description': {'type': 'string'}, 'estimatedTime': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'taskStepDelete', 'description': '刪除任務的特定步驟', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'stepId'], 'properties': {'stepId': {'type': 'string'}, 'taskId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'taskSearch', 'description': '根據條件搜索任務', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filter'], 'properties': {'filter': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}}, 'status': {'enum': ['pending', 'in_progress', 'completed', 'cancelled'], 'type': 'string'}, 'priority': {'type': 'number'}, 'dueDateTo': {'type': 'string'}, 'searchText': {'type': 'string'}, 'dueDateFrom': {'type': 'string'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'taskAnalyze', 'description': '獲取任務狀態分析報告', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'taskSetAllSteps', 'description': '設定某個任務所有步驟的完成狀態', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskId', 'completed'], 'properties': {'taskId': {'type': 'string'}, 'completed': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'taskGenerateReport', 'description': '生成任務進度Markdown報告,可選擇日期篩選範圍', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'endDate': {'type': 'string', 'description': '結束日期範圍 (YYYY-MM-DD 格式)'}, 'startDate': {'type': 'string', 'description': '起始日期範圍 (YYYY-MM-DD 格式)'}, 'outputPath': {'type': 'string'}}, 'additionalProperties': False}}] |
@iamjzx/dida | Dida365 (TickTick) MCP Server | Manage your tasks and projects seamlessly with Dida365. Authenticate and interact with your Dida365 account to create, update, and delete tasks and projects effortlessly. Enhance your productivity by integrating task management directly into your AI assistants. | 2025-03-20T13:33:05.487Z | 9 | https://smithery.ai/server/@iamjzx/dida | false | null | {
"scanPassed": true
} | [{'name': 'localTime', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'createTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'content'], 'properties': {'desc': {'type': 'string'}, 'items': {'type': 'array', 'items': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string'}, 'status': {'type': 'number'}, 'isAllDay': {'type': 'boolean'}, 'timeZone': {'type': 'string'}, 'sortOrder': {'type': 'number'}, 'startDate': {'type': 'string'}, 'completedTime': {'type': 'string'}}, 'additionalProperties': False}}, 'title': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'isAllDay': {'type': 'boolean'}, 'priority': {'type': 'string'}, 'timeZone': {'type': 'string'}, 'reminders': {'type': 'array'}, 'sortOrder': {'type': 'number'}, 'startDate': {'type': 'string'}, 'repeatFlag': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getUserProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getProjectById', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjectWithData', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getTaskById', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'taskId'], 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'id', 'taskId'], 'properties': {'id': {'type': 'string'}, 'desc': {'type': 'string'}, 'items': {'type': 'array', 'items': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string'}, 'status': {'type': 'number'}, 'isAllDay': {'type': 'boolean'}, 'timeZone': {'type': 'string'}, 'sortOrder': {'type': 'number'}, 'startDate': {'type': 'string'}, 'completedTime': {'type': 'string'}}, 'additionalProperties': False}}, 'title': {'type': 'string'}, 'taskId': {'type': 'string'}, 'content': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'isAllDay': {'type': 'boolean'}, 'priority': {'type': 'string'}, 'timeZone': {'type': 'string'}, 'projectId': {'type': 'string'}, 'reminders': {'type': 'array', 'items': {'type': 'object', 'required': ['type', 'time', 'title', 'content', 'isAllDay'], 'properties': {'time': {'type': 'string'}, 'type': {'type': 'string'}, 'title': {'type': 'string'}, 'content': {'type': 'string'}, 'isAllDay': {'type': 'boolean'}}, 'additionalProperties': False}}, 'sortOrder': {'type': 'number'}, 'startDate': {'type': 'string'}, 'repeatFlag': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'completeTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'taskId'], 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'deleteTask', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'taskId'], 'properties': {'taskId': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'createProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'kind': {'type': 'string'}, 'name': {'type': 'string'}, 'color': {'type': 'string'}, 'viewMode': {'type': 'string'}, 'sortOrder': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'updateProject', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'kind': {'type': 'string'}, 'name': {'type': 'string'}, 'color': {'type': 'string'}, 'viewMode': {'type': 'string'}, 'projectId': {'type': 'string'}}, 'additionalProperties': False}}] |
@dlwjdtn535/mcp-server-demo | Demo Server | Integrate your applications with real-world data and tools seamlessly. Enhance your agents with the ability to execute commands and access resources dynamically. Experience a standardized way to interact with various data sources and functionalities. | 2025-04-07T09:49:52.071Z | 8 | https://smithery.ai/server/@dlwjdtn535/mcp-server-demo | false | null | {
"scanPassed": true
} | [{'name': 'get_kline_abcd', 'description': '\n Get K-line (candlestick) data\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n interval (str): Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)\n start (Optional[int]): Start time in milliseconds\n end (Optional[int]): End time in milliseconds\n limit (int): Number of records to retrieve\n\n Returns:\n Dict: K-line data\n\n Example:\n get_kline("spot", "BTCUSDT", "1h", 1625097600000, 1625184000000, 100)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/market/kline\n ', 'inputSchema': {'type': 'object', 'title': 'get_kline_abcdArguments', 'required': ['category', 'symbol', 'interval'], 'properties': {'end': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'End', 'default': None, 'description': 'End time in milliseconds'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 200, 'description': 'Number of records to retrieve'}, 'start': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Start', 'default': None, 'description': 'Start time in milliseconds'}, 'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'interval': {'type': 'string', 'title': 'Interval', 'description': 'Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)'}}}}] |
@aitiwari/weather | Weather Server | Fetch real-time weather alerts and forecasts to enhance your LLM's environmental awareness. Connect seamlessly with Claude for Desktop to access up-to-date weather information for any US location. Stay informed with alerts and forecasts at your fingertips. | 2025-03-23T09:38:32.558Z | 7 | https://smithery.ai/server/@aitiwari/weather | false | null | {
"scanPassed": true
} | [{'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}, {'name': 'get_forecast', 'description': 'Get weather forecast for a location.\n\n Args:\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}}}}] |
@dlwjdtn535/mcp-bybit-server | Bybit Server | Interact seamlessly with the Bybit API to fetch market data, manage your account, and execute trades. Leverage powerful tools to enhance your trading experience and automate your strategies effortlessly.
If you wish to use an API key restricted to your personal IP address, you must configure the MCP server using Docker. Please refer to the README.md file in the GitHub repository for guidelines. | 2025-04-10T14:20:21.827Z | 7 | https://smithery.ai/server/@dlwjdtn535/mcp-bybit-server | false | null | null | [{'name': 'get_secret_key', 'description': '\n Get secret key from environment variables\n :return: Secret key\n ', 'inputSchema': {'type': 'object', 'title': 'get_secret_keyArguments', 'properties': {}}}, {'name': 'get_access_key', 'description': '\n Get access key from environment variables\n :return: Access key\n ', 'inputSchema': {'type': 'object', 'title': 'get_access_keyArguments', 'properties': {}}}, {'name': 'get_orderbook', 'description': '\n Get orderbook data\n :parameter\n symbol: Symbol (e.g., BTCUSDT)\n limit: Number of orderbook entries to retrieve\n category: Category (spot, linear, inverse, etc.)\n\n Args:\n category: Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n limit (int): Number of orderbook entries to retrieve\n\n Returns:\n Dict: Orderbook data\n\n Example:\n get_orderbook("spot", "BTCUSDT", 10)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/market/orderbook\n ', 'inputSchema': {'type': 'object', 'title': 'get_orderbookArguments', 'required': ['category', 'symbol'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 50, 'description': 'Number of orderbook entries to retrieve'}, 'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}}}}, {'name': 'get_kline', 'description': '\n Get K-line (candlestick) data\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n interval (str): Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)\n start (Optional[int]): Start time in milliseconds\n end (Optional[int]): End time in milliseconds\n limit (int): Number of records to retrieve\n\n Returns:\n Dict: K-line data\n\n Example:\n get_kline("spot", "BTCUSDT", "1h", 1625097600000, 1625184000000, 100)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/market/kline\n ', 'inputSchema': {'type': 'object', 'title': 'get_klineArguments', 'required': ['category', 'symbol', 'interval'], 'properties': {'end': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'End', 'default': None, 'description': 'End time in milliseconds'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 200, 'description': 'Number of records to retrieve'}, 'start': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Start', 'default': None, 'description': 'Start time in milliseconds'}, 'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'interval': {'type': 'string', 'title': 'Interval', 'description': 'Time interval (1, 3, 5, 15, 30, 60, 120, 240, 360, 720, D, W, M)'}}}}, {'name': 'get_tickers', 'description': '\n Get ticker information\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n\n Returns:\n Dict: Ticker information\n\n Example:\n get_tickers("spot", "BTCUSDT")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/market/tickers\n ', 'inputSchema': {'type': 'object', 'title': 'get_tickersArguments', 'required': ['category', 'symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}}}}, {'name': 'get_wallet_balance', 'description': '\n Get wallet balance\n\n Args:\n accountType (str): Account type (UNIFIED, CONTRACT, SPOT)\n coin (Optional[str]): Coin symbol\n\n Returns:\n Dict: Wallet balance information\n\n Example:\n get_wallet_balance("UNIFIED", "BTC")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/account/wallet-balance\n ', 'inputSchema': {'type': 'object', 'title': 'get_wallet_balanceArguments', 'required': ['accountType'], 'properties': {'coin': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Coin', 'default': None, 'description': 'Coin symbol'}, 'accountType': {'type': 'string', 'title': 'Accounttype', 'description': 'Account type (UNIFIED, CONTRACT, SPOT)'}}}}, {'name': 'get_positions', 'description': '\n Get position information\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (Optional[str]): Symbol (e.g., BTCUSDT)\n\n Returns:\n Dict: Position information\n\n Example:\n get_positions("spot", "BTCUSDT")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/position\n ', 'inputSchema': {'type': 'object', 'title': 'get_positionsArguments', 'required': ['category'], 'properties': {'symbol': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Symbol', 'default': None, 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}}}}, {'name': 'place_order', 'description': '\n Execute order\n\n Args:\n category (str): Category\n - spot: Spot trading\n * Minimum order quantity: 0.000011 BTC (up to 6 decimal places)\n * Minimum order amount: 5 USDT\n * If buying at market price, qty should be input in USDT units (e.g., "10" = 10 USDT)\n * If selling at market price, qty should be input in BTC units (e.g., "0.000100" = 0.0001 BTC)\n * If placing a limit order, qty should be input in BTC units\n * positionIdx is not used\n - linear: Futures trading (USDT margin)\n * positionIdx is required (1: Long, 2: Short)\n - inverse: Futures trading (coin margin)\n * positionIdx is required (1: Long, 2: Short)\n symbol (str): Symbol (e.g., BTCUSDT)\n side (str): Order direction (Buy, Sell)\n orderType (str): Order type (Market, Limit)\n qty (str): Order quantity\n - Market Buy: qty should be input in USDT units (e.g., "10" = 10 USDT)\n - Market Sell: qty should be input in BTC units (e.g., "0.000100" = 0.0001 BTC, up to 6 decimal places)\n - Limit: qty should be input in BTC units (e.g., "0.000100" = 0.0001 BTC, up to 6 decimal places)\n price (Optional[str]): Order price (for limit orders)\n positionIdx (Optional[str]): Position index\n - Required for futures (linear/inverse) trading\n - "1": Long position\n - "2": Short position\n - Not used for spot trading\n timeInForce (Optional[str]): Order validity period\n - GTC: Good Till Cancel (default, for limit orders)\n - IOC: Immediate or Cancel (market order)\n - FOK: Fill or Kill\n - PostOnly: Post Only\n orderLinkId (Optional[str]): Order link ID (unique value)\n isLeverage (Optional[int]): Use leverage (0: No, 1: Yes)\n orderFilter (Optional[str]): Order filter\n - Order: Regular order (default)\n - tpslOrder: TP/SL order\n - StopOrder: Stop order\n triggerPrice (Optional[str]): Trigger price\n triggerBy (Optional[str]): Trigger basis\n orderIv (Optional[str]): Order volatility\n takeProfit (Optional[str]): Take profit price\n stopLoss (Optional[str]): Stop loss price\n tpTriggerBy (Optional[str]): Take profit trigger basis\n slTriggerBy (Optional[str]): Stop loss trigger basis\n tpLimitPrice (Optional[str]): Take profit limit price\n slLimitPrice (Optional[str]): Stop loss limit price\n tpOrderType (Optional[str]): Take profit order type (Market, Limit)\n slOrderType (Optional[str]): Stop loss order type (Market, Limit)\n\n Returns:\n Dict: Order result\n\n Example:\n # Spot trading (SPOT account balance required)\n place_order("spot", "BTCUSDT", "Buy", "Market", "10") # Buy market price for 10 USDT\n place_order("spot", "BTCUSDT", "Sell", "Market", "0.000100") # Sell market price for 0.0001 BTC\n place_order("spot", "BTCUSDT", "Buy", "Limit", "0.000100", price="50000") # Buy limit order for 0.0001 BTC\n\n # Spot trading - limit order + TP/SL\n place_order("spot", "BTCUSDT", "Buy", "Limit", "0.000100", price="50000",\n takeProfit="55000", stopLoss="45000", # TP/SL setting\n tpOrderType="Market", slOrderType="Market") # Execute TP/SL as market order\n\n # Futures trading\n place_order("linear", "BTCUSDT", "Buy", "Market", "0.001", positionIdx="1") # Buy market price for long position\n place_order("linear", "BTCUSDT", "Sell", "Market", "0.001", positionIdx="2") # Sell market price for short position\n\n Notes:\n 1. Spot trading order quantity restrictions:\n - Minimum order quantity: 0.000011 BTC\n - Minimum order amount: 5 USDT\n - BTC quantity is only allowed up to 6 decimal places (e.g., 0.000100 O, 0.0001234 X)\n 2. Pay attention to unit when buying/selling at market price:\n - Buying: qty should be input in USDT units (e.g., "10" = 10 USDT)\n - Selling: qty should be input in BTC units (e.g., "0.000100" = 0.0001 BTC)\n 3. Futures trading requires positionIdx:\n - Long position: positionIdx="1"\n - Short position: positionIdx="2"\n 4. positionIdx is not used for spot trading\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/order/create-order\n ', 'inputSchema': {'type': 'object', 'title': 'place_orderArguments', 'required': ['category', 'symbol', 'side', 'orderType', 'qty'], 'properties': {'qty': {'type': 'string', 'title': 'Qty', 'description': 'Order quantity'}, 'side': {'type': 'string', 'title': 'Side', 'description': 'Order direction (Buy, Sell)'}, 'price': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Price', 'default': None, 'description': 'Order price (for limit orders)'}, 'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'orderIv': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderiv', 'default': None, 'description': 'Order volatility'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'stopLoss': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Stoploss', 'default': None, 'description': 'Stop loss price'}, 'orderType': {'type': 'string', 'title': 'Ordertype', 'description': 'Order type (Market, Limit)'}, 'triggerBy': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Triggerby', 'default': None, 'description': 'Trigger basis'}, 'isLeverage': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Isleverage', 'default': None, 'description': 'Use leverage (0: No, 1: Yes)'}, 'takeProfit': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Takeprofit', 'default': None, 'description': 'Take profit price'}, 'orderFilter': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderfilter', 'default': None, 'description': 'Order filter (Order, tpslOrder, StopOrder)'}, 'orderLinkId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderlinkid', 'default': None, 'description': 'Order link ID'}, 'positionIdx': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Positionidx', 'default': None, 'description': 'Position index (1: Long, 2: Short)'}, 'slOrderType': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Slordertype', 'default': None, 'description': 'Stop loss order type (Market, Limit)'}, 'slTriggerBy': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sltriggerby', 'default': None, 'description': 'Stop loss trigger basis'}, 'timeInForce': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Timeinforce', 'default': None, 'description': 'Time in force (GTC, IOC, FOK, PostOnly)'}, 'tpOrderType': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tpordertype', 'default': None, 'description': 'Take profit order type (Market, Limit)'}, 'tpTriggerBy': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tptriggerby', 'default': None, 'description': 'Take profit trigger basis'}, 'slLimitPrice': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sllimitprice', 'default': None, 'description': 'Stop loss limit price'}, 'tpLimitPrice': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tplimitprice', 'default': None, 'description': 'Take profit limit price'}, 'triggerPrice': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Triggerprice', 'default': None, 'description': 'Trigger price'}}}}, {'name': 'cancel_order', 'description': '\n Cancel order\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n orderId (Optional[str]): Order ID\n orderLinkId (Optional[str]): Order link ID\n orderFilter (Optional[str]): Order filter\n\n Returns:\n Dict: Cancel result\n\n Example:\n cancel_order("spot", "BTCUSDT", "123456789")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/order/cancel-order\n ', 'inputSchema': {'type': 'object', 'title': 'cancel_orderArguments', 'required': ['category', 'symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'orderId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderid', 'default': None, 'description': 'Order ID'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'orderFilter': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderfilter', 'default': None, 'description': 'Order filter'}, 'orderLinkId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderlinkid', 'default': None, 'description': 'Order link ID'}}}}, {'name': 'get_order_history', 'description': '\n Get order history\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (Optional[str]): Symbol (e.g., BTCUSDT)\n orderId (Optional[str]): Order ID\n orderLinkId (Optional[str]): Order link ID\n orderFilter (Optional[str]): Order filter\n orderStatus (Optional[str]): Order status\n startTime (Optional[int]): Start time in milliseconds\n endTime (Optional[int]): End time in milliseconds\n limit (int): Number of orders to retrieve\n\n Returns:\n Dict: Order history\n\n Example:\n get_order_history("spot", "BTCUSDT", "123456789", "link123", "Order", "Created", 1625097600000, 1625184000000, 10)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/order/order-list\n ', 'inputSchema': {'type': 'object', 'title': 'get_order_historyArguments', 'required': ['category'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 50, 'description': 'Number of orders to retrieve'}, 'symbol': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Symbol', 'default': None, 'description': 'Symbol (e.g., BTCUSDT)'}, 'endTime': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Endtime', 'default': None, 'description': 'End time in milliseconds'}, 'orderId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderid', 'default': None, 'description': 'Order ID'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'startTime': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Starttime', 'default': None, 'description': 'Start time in milliseconds'}, 'orderFilter': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderfilter', 'default': None, 'description': 'Order filter'}, 'orderLinkId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderlinkid', 'default': None, 'description': 'Order link ID'}, 'orderStatus': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderstatus', 'default': None, 'description': 'Order status'}}}}, {'name': 'get_open_orders', 'description': '\n Get open orders\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (Optional[str]): Symbol (e.g., BTCUSDT)\n orderId (Optional[str]): Order ID\n orderLinkId (Optional[str]): Order link ID\n orderFilter (Optional[str]): Order filter\n limit (int): Number of orders to retrieve\n\n Returns:\n Dict: Open orders\n\n Example:\n get_open_orders("spot", "BTCUSDT", "123456789", "link123", "Order", 10)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/order/open-order\n ', 'inputSchema': {'type': 'object', 'title': 'get_open_ordersArguments', 'required': ['category'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 50, 'description': 'Number of orders to retrieve'}, 'symbol': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Symbol', 'default': None, 'description': 'Symbol (e.g., BTCUSDT)'}, 'orderId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderid', 'default': None, 'description': 'Order ID'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'orderFilter': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderfilter', 'default': None, 'description': 'Order filter'}, 'orderLinkId': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Orderlinkid', 'default': None, 'description': 'Order link ID'}}}}, {'name': 'set_trading_stop', 'description': '\n Set trading stop\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n takeProfit (Optional[str]): Take profit price\n stopLoss (Optional[str]): Stop loss price\n trailingStop (Optional[str]): Trailing stop\n positionIdx (Optional[int]): Position index\n\n Returns:\n Dict: Setting result\n\n Example:\n set_trading_stop("spot", "BTCUSDT", "55000", "45000", "1000", 0)\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/position/trading-stop\n ', 'inputSchema': {'type': 'object', 'title': 'set_trading_stopArguments', 'required': ['category', 'symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'stopLoss': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Stoploss', 'default': None, 'description': 'Stop loss price'}, 'takeProfit': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Takeprofit', 'default': None, 'description': 'Take profit price'}, 'positionIdx': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Positionidx', 'default': None, 'description': 'Position index'}, 'trailingStop': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Trailingstop', 'default': None, 'description': 'Trailing stop'}}}}, {'name': 'set_margin_mode', 'description': '\n Set margin mode\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n tradeMode (int): Trading mode (0: Isolated, 1: Cross)\n buyLeverage (str): Buying leverage\n sellLeverage (str): Selling leverage\n\n Returns:\n Dict: Setting result\n\n Example:\n set_margin_mode("spot", "BTCUSDT", 0, "10", "10")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/account/set-margin-mode\n ', 'inputSchema': {'type': 'object', 'title': 'set_margin_modeArguments', 'required': ['category', 'symbol', 'tradeMode', 'buyLeverage', 'sellLeverage'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}, 'tradeMode': {'type': 'integer', 'title': 'Trademode', 'description': 'Trading mode (0: Isolated, 1: Cross)'}, 'buyLeverage': {'type': 'string', 'title': 'Buyleverage', 'description': 'Buying leverage'}, 'sellLeverage': {'type': 'string', 'title': 'Sellleverage', 'description': 'Selling leverage'}}}}, {'name': 'get_api_key_information', 'description': '\n Get API key information\n\n Returns:\n Dict: API key information\n\n Example:\n get_api_key_information()\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/user/apikey-info\n ', 'inputSchema': {'type': 'object', 'title': 'get_api_key_informationArguments', 'properties': {}}}, {'name': 'get_instruments_info', 'description': '\n Get exchange information\n\n Args:\n category (str): Category (spot, linear, inverse, etc.)\n symbol (str): Symbol (e.g., BTCUSDT)\n status (Optional[str]): Status\n baseCoin (Optional[str]): Base coin\n\n Returns:\n Dict: Exchange information\n\n Example:\n get_instruments_info("spot", "BTCUSDT", "Trading", "BTC")\n\n Reference:\n https://bybit-exchange.github.io/docs/v5/market/instrument\n ', 'inputSchema': {'type': 'object', 'title': 'get_instruments_infoArguments', 'required': ['category', 'symbol'], 'properties': {'status': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Status', 'default': None, 'description': 'Status'}, 'symbol': {'type': 'string', 'title': 'Symbol', 'description': 'Symbol (e.g., BTCUSDT)'}, 'baseCoin': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Basecoin', 'default': None, 'description': 'Base coin'}, 'category': {'type': 'string', 'title': 'Category', 'description': 'Category (spot, linear, inverse, etc.)'}}}}] |
@Durable-Technology/mcp-micromanage | Micromanage Development Task Manager | Control and manage your coding agent's development tasks by breaking down work into PRs and commits with enforced user feedback at each step. Visualize and track progress in real-time through a React-based dashboard, ensuring your agent stays on task and you maintain oversight. Improve collaboration and implementation accuracy with structured, incremental work plans and mandatory reviews. | 2025-05-05T17:25:30.985Z | 7 | https://smithery.ai/server/@Durable-Technology/mcp-micromanage | false | null | {
"scanPassed": false
} | [{'name': 'plan', 'description': '\n A tool for managing a development work plan for a ticket, organized by PRs and commits.\n Register or update the whole work plan for the current ticket you assigned to.\n\n Before using this tool, you **MUST**:\n - Understand requirements, goals, and specifications.\n - Clarify the task scope and break it down into a hierarchy of PRs and commit plans.\n - Analyze existing codebase and impact area.\n - Include developer notes to document implementation considerations discovered during refinement.\n \n Make sure PR and commit goals are clear enough to stand alone without their developer notes\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['goal', 'prPlans'], 'properties': {'goal': {'type': 'string', 'maxLength': 60, 'minLength': 1, 'description': 'High-level description of what this ticket aims to achieve. Should be concise and focus on the overall outcome or deliverable of the entire task.'}, 'prPlans': {'type': 'array', 'items': {'type': 'object', 'required': ['goal', 'commitPlans'], 'properties': {'goal': {'type': 'string', 'maxLength': 60, 'minLength': 1, 'description': 'Description of what this PR aims to accomplish. Should be written as a PR title would be - concise and focused on WHAT will be delivered.'}, 'commitPlans': {'type': 'array', 'items': {'type': 'object', 'required': ['goal'], 'properties': {'goal': {'type': 'string', 'maxLength': 60, 'minLength': 1, 'description': 'Description of what this commit aims to accomplish. Should match the format of an actual commit message - concise and specific to a single change.'}, 'developerNote': {'type': 'string', 'maxLength': 300, 'description': 'Developer implementation notes for this commit. Use this field for detailed HOW information and implementation considerations discovered during refinement.'}}, 'additionalProperties': False}, 'minItems': 1, 'description': 'Array of commit plans for this PR. Each commit should be small and atomic.'}, 'developerNote': {'type': 'string', 'maxLength': 300, 'description': 'Developer implementation notes for this PR. Use this field for detailed implementation considerations and technical context discovered during refinement.'}}, 'additionalProperties': False}, 'minItems': 1, 'description': 'Array of PR plans. Each PR represents a logical unit of work in the implementation plan.'}, 'needsMoreThoughts': {'type': 'boolean', 'description': 'Whether this plan might need further refinement. Set to true if you think the plan may need changes.'}}, 'additionalProperties': False}}, {'name': 'track', 'description': '\n This tool helps you monitor the current state of the implementation plan, view progress, and identify possible next steps.\n There is always exactly one task in either the in_progress or user_review state.\n **IMPORTANT**: There is always exactly one task in either the in_progress or user_review or needsRefinment state.\n \n **MANDATORY STATUS TRANSITION RULES:**\n needsRefinment → in_progress:\n - Requirements, implementation plan, and impact MUST be clearly explained.\n user_review → completed:\n - A commit may not transition to "completed" without explicit user approval. No exceptions.\n \n **After receiving the tool response, you MUST**::\n - Monitor PRs, commits, and overall progress to spot blockers or items needing refinement.\n - Review recommended actions to decide your next steps.\n - **Absolutely follow the content of "agentInstruction" in the response JSON**!!.\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'update', 'description': '\n A tool for updating the status and goals of development tasks.\n **IMPORTANT**: \n - There is always exactly one task in either the in_progress or user_review or needsRefinment state.\n - When setting status to "user_review", you MUST generate a review request message to the user.\n - Always check and follow **task-status-update-rule.mdc** when updating task status.\n \n **After receiving the tool response, you MUST**::\n - 1. track the current whole status of the workplan.\n - 2. check the detailed information including developer notes in the next task.\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prIndex', 'commitIndex', 'status'], 'properties': {'goal': {'type': 'string', 'minLength': 1, 'description': 'New goal description for the commit. Optional - only provide if you want to change the commit goal.'}, 'status': {'enum': ['not_started', 'in_progress', 'user_review', 'completed', 'cancelled', 'needsRefinment'], 'type': 'string', 'description': "New status value for the commit. Valid values: 'not_started' (work has not begun), 'in_progress' (currently being worked on), 'user_review' (waiting for user to review), 'completed' (work is finished), 'cancelled' (work has been abandoned), or 'needsRefinment' (needs further refinement)."}, 'prIndex': {'type': 'integer', 'minimum': 0, 'description': 'Index of the PR containing the commit to update. Zero-based index in the PR array.'}, 'commitIndex': {'type': 'integer', 'description': 'Index of the commit to update within the specified PR. Zero-based index in the commit array. Use -1 to update the PR directly.'}, 'developerNote': {'type': 'string', 'description': 'Developer implementation notes. Can be added to both PRs and commits to document important implementation details.'}}, 'additionalProperties': False}}] |
@ksyrang/redmine-mcp-server | Redmine Integration Server | Integrate your MCP client with Redmine to query issue lists, view detailed issue information, and retrieve project lists seamlessly. Enhance your workflow by accessing Redmine data directly through the Model Context Protocol. Easily set up and connect using environment variables for your Redmine URL and API key. | 2025-05-05T08:35:56.208Z | 7 | https://smithery.ai/server/@ksyrang/redmine-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'initialize', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['baseUrl', 'apiKey'], 'properties': {'apiKey': {'type': 'string'}, 'baseUrl': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'getIssues', 'description': 'Retrieves a list of issues from Redmine. Supports filtering by project, status, assignee, and more, as well as sorting and pagination. Returns basic information for each issue, including ID, subject, description, status, priority, assignee, author, creation date, and update date. Parameters: project_id, status_id, assigned_to_id, tracker_id, sort, limit, offset.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sort': {'type': 'string'}, 'limit': {'type': 'number', 'default': 25}, 'offset': {'type': 'number', 'default': 0}, 'status_id': {'type': 'string'}, 'project_id': {'type': 'string'}, 'tracker_id': {'type': 'string'}, 'assigned_to_id': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getIssue', 'description': 'Fetches detailed information for a specific issue by ID. In addition to basic fields, it can include related data such as journals, attachments, relations, changesets, watchers, and child issues. Parameters: id, include (for related entities).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number'}, 'include': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getProjects', 'description': 'Lists all accessible projects with basic information like ID, name, identifier, description, status, created and updated dates. Parameters: limit, offset.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 100}, 'offset': {'type': 'number', 'default': 0}}, 'additionalProperties': False}}] |
@yuriduartetotvs/mcp_server | Figma MCP Python | Access Figma files and prototypes directly with your AI coding agents. Enhance your design workflow by integrating Figma seamlessly into your development environment. Simplify your design-to-code process and boost productivity with this powerful tool. | 2025-03-24T18:22:33.005Z | 6 | https://smithery.ai/server/@yuriduartetotvs/mcp_server | false | null | {
"scanPassed": true
} | [{'name': 'get_components', 'description': 'Get components available in a Figma file\n\n Args:\n file_key (str): The file key found in the shared Figma URL\n\n Returns:\n list[dict]: List of components found in the Figma file\n ', 'inputSchema': {'type': 'object', 'title': 'get_componentsArguments', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'title': 'File Key'}}}}, {'name': 'get_node', 'description': 'Get a specific node from a Figma file\n\n Args:\n file_key (str): The file key found in the shared Figma URL, e.g. if url is https://www.figma.com/proto/do4pJqHwNwH1nBrrscu6Ld/Untitled?page-id=0%3A1&node-id=0-3&viewport=361%2C361%2C0.08&t=9SVttILbgMlPWuL0-1&scaling=min-zoom&content-scaling=fixed&starting-point-node-id=0%3A3, then the file key is do4pJqHwNwH1nBrrscu6Ld\n node_id (str): The ID of the node to retrieve, has to be in format x:x, e.g. in url it will be like 0-3, but it should be 0:3\n\n Returns:\n dict: The node data if found, empty dict if not found\n ', 'inputSchema': {'type': 'object', 'title': 'get_nodeArguments', 'required': ['file_key', 'node_id'], 'properties': {'node_id': {'type': 'string', 'title': 'Node Id'}, 'file_key': {'type': 'string', 'title': 'File Key'}}}}, {'name': 'get_workflow', 'description': 'Get workflows available in a Figma file\n\n Args:\n file_key (str): The file key found in the shared Figma URL, e.g. if url is https://www.figma.com/proto/do4pJqHwNwH1nBrrscu6Ld/Untitled?page-id=0%3A1&node-id=0-3&viewport=361%2C361%2C0.08&t=9SVttILbgMlPWuL0-1&scaling=min-zoom&content-scaling=fixed&starting-point-node-id=0%3A3, then the file key is do4pJqHwNwH1nBrrscu6Ld\n\n Returns:\n list[dict]: List of workflow connections found in the Figma file\n ', 'inputSchema': {'type': 'object', 'title': 'get_workflowArguments', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'title': 'File Key'}}}}] |
@zacharyliner1xds/my-sequential-thinking-mcp-v1 | Sequential Thinking Server | Enable structured sequential thinking to break down complex problems into logical steps, validate reasoning chains, and visualize thinking pathways. Manage and store reasoning patterns with seamless integration to a Memory Bank for enhanced problem-solving workflows. Facilitate diverse thinking types and templates to support analytical, creative, critical, and systems thinking processes. | 2025-05-01T14:41:34.636Z | 6 | https://smithery.ai/server/@zacharyliner1xds/my-sequential-thinking-mcp-v1 | false | null | {
"scanPassed": true
} | [{'name': 'create_thinking_chain', 'description': 'Create a new sequential thinking process with specified parameters', 'inputSchema': {'type': 'object', 'required': ['problem'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional tags to categorize this thinking chain'}, 'context': {'type': 'string', 'description': 'Additional context information'}, 'problem': {'type': 'string', 'description': 'Problem description'}, 'thinking_type': {'enum': ['analytical', 'creative', 'critical', 'systems', 'first-principles', 'divergent', 'convergent', 'inductive', 'deductive'], 'type': 'string', 'description': 'Type of thinking to apply (e.g., "analytical", "creative", "critical", "systems")'}}}}, {'name': 'add_thinking_step', 'description': 'Add a step to an existing thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'description', 'reasoning'], 'properties': {'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'evidence': {'type': 'string', 'description': 'Supporting evidence for this step'}, 'reasoning': {'type': 'string', 'description': 'Reasoning for this step'}, 'confidence': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Confidence level (0-1)'}, 'description': {'type': 'string', 'description': 'Step description'}}}}, {'name': 'validate_step', 'description': 'Validate logical connections between steps', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'step_id'], 'properties': {'step_id': {'type': 'string', 'description': 'Identifier of the step to validate'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}}}}, {'name': 'get_chain', 'description': 'Retrieve a complete thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id'], 'properties': {'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'include_metadata': {'type': 'boolean', 'default': False, 'description': 'Whether to include metadata in the response'}}}}, {'name': 'generate_visualization', 'description': 'Create visual representation of a thinking chain', 'inputSchema': {'type': 'object', 'required': ['chain_id'], 'properties': {'format': {'enum': ['mermaid', 'json', 'text'], 'type': 'string', 'default': 'mermaid', 'description': 'Format of visualization (mermaid, json, text)'}, 'options': {'type': 'object', 'description': 'Additional options for visualization'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}}}}, {'name': 'save_to_memory', 'description': 'Save a thinking chain to Memory Bank', 'inputSchema': {'type': 'object', 'required': ['chain_id', 'memory_name'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags for the memory'}, 'chain_id': {'type': 'string', 'description': 'Identifier of the thinking chain'}, 'memory_name': {'type': 'string', 'description': 'Name for the memory'}, 'update_active_context': {'type': 'boolean', 'default': False, 'description': 'Whether to update activeContext.md'}}}}, {'name': 'load_from_memory', 'description': 'Load a thinking chain from Memory Bank', 'inputSchema': {'type': 'object', 'required': ['memory_id'], 'properties': {'query': {'type': 'object', 'description': 'Search parameters if memory_id is not provided'}, 'memory_id': {'type': 'string', 'description': 'Identifier of the memory'}}}}, {'name': 'search_related_thinking', 'description': 'Find related thinking chains based on parameters', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to filter by'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Keywords to search for'}, 'thinking_type': {'type': 'string', 'description': 'Type of thinking to filter by'}}}}, {'name': 'apply_template', 'description': 'Apply a reasoning template to current thinking', 'inputSchema': {'type': 'object', 'required': ['template_name', 'problem_context'], 'properties': {'customize': {'type': 'object', 'description': 'Custom parameters for the template'}, 'template_name': {'type': 'string', 'description': 'Name of the template to apply'}, 'problem_context': {'type': 'string', 'description': 'Context for the problem'}}}}] |
@ifmelate/mcp-image-extractor | Image Extractor | MCP server for extracting and converting images to base64 for LLM analysis. | 2025-03-15T22:11:49.717Z | 5 | https://smithery.ai/server/@ifmelate/mcp-image-extractor | false | null | {
"scanPassed": true
} | [{'name': 'extract_image_from_url', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the image to extract'}, 'resize': {'type': 'boolean', 'default': True, 'description': 'Whether to resize the image to optimize for LLM processing'}, 'max_width': {'type': 'number', 'default': 800, 'description': 'Maximum width of the resized image (if resize is true)'}, 'max_height': {'type': 'number', 'default': 800, 'description': 'Maximum height of the resized image (if resize is true)'}}, 'additionalProperties': False}}, {'name': 'extract_image_from_base64', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['base64'], 'properties': {'base64': {'type': 'string', 'description': 'Base64-encoded image data'}, 'resize': {'type': 'boolean', 'default': True, 'description': 'Whether to resize the image to optimize for LLM processing'}, 'max_width': {'type': 'number', 'default': 800, 'description': 'Maximum width of the resized image (if resize is true)'}, 'mime_type': {'type': 'string', 'default': 'image/png', 'description': 'MIME type of the image'}, 'max_height': {'type': 'number', 'default': 800, 'description': 'Maximum height of the resized image (if resize is true)'}}, 'additionalProperties': False}}, {'name': 'save_screenshot', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['base64'], 'properties': {'base64': {'type': 'string', 'description': 'Base64-encoded image data'}, 'format': {'enum': ['png', 'jpg', 'jpeg', 'webp'], 'type': 'string', 'default': 'png', 'description': 'Image format to save as'}, 'filename': {'type': 'string', 'default': '', 'description': 'Name to save the file as (without extension)'}}, 'additionalProperties': False}}] |
@runninghare/typescript-definition-finder-mcp | TypeScript Definition Finder | Locate the original definitions of TypeScript symbols in your codebase effortlessly. Enhance your AI code editor's capabilities by integrating this tool to find definitions of imported symbols, classes, interfaces, or functions. Get precise location and code snippets to streamline your development process.
This is a stdio server which can only run locally. Just do:
`npx -y ts-def-mcp@latest`
| 2025-03-16T11:01:42.227Z | 5 | https://smithery.ai/server/@runninghare/typescript-definition-finder-mcp | false | null | {
"scanPassed": true
} | [{'name': 'find_typescript_definition', 'description': 'Use /ts-def to trigger this tool. This tool can find the definition of a TypeScript symbol in your codebase. When you encounter an imported symbol (e.g., \'import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"\'), this tool will locate its original definition file and code. Simply provide the current file path, the line content and the symbol\'s column number, and it will return the source definition location and code snippet.', 'inputSchema': {'type': 'object', 'required': ['file_path', 'line_content', 'column_number'], 'properties': {'file_path': {'type': 'string', 'description': "The absolute path to the current typescript file (e.g., '/remote/.../src/index.ts')"}, 'line_content': {'type': 'string', 'description': 'Pass the entire line of the symbol you want to find the definition of. The line content will be used to find the line number in the file instead of directly passing line number which AI Editor often has trouble with. The first line matching the content will be used.'}, 'column_number': {'type': 'number', 'description': 'The column number of the symbol (1-based indexing). For instance, you want to find the definition of StdioServerTransport, and the column number of symbol \'StdioServerTransport\' in line \'import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"\' is 12, you should pass 12 as the column_number.'}}}}] |
@Lunran/rssmcp | RSS Feed Fetcher | The server implements one tool:
# get_rss: Fetches RSS feeds and returns entries as formatted text
Takes "feed_name" and "since" as required string arguments
"export_result" as an optional boolean parameter (defaults to false)
Returns formatted feed entries as markdown text and optionally exports to a file | 2025-04-14T14:37:55.189Z | 5 | https://smithery.ai/server/@Lunran/rssmcp | false | null | {
"scanPassed": true
} | [{'name': 'get_rss', 'description': '\n Fetch RSS feeds\n Args:\n feed_name: Feed name (e.g. "Example")\n since: Get feeds after this date (e.g. "2025-04-13")\n export_result: Whether to export the result to a text file\n Returns:\n Fetched text\n ', 'inputSchema': {'type': 'object', 'title': 'get_rssArguments', 'required': ['feed_name', 'since'], 'properties': {'since': {'type': 'string', 'title': 'Since'}, 'feed_name': {'type': 'string', 'title': 'Feed Name'}, 'export_result': {'type': 'boolean', 'title': 'Export Result', 'default': False}}}}] |
@noahlozevski/mcp-idb | iOS Development Bridge Integration | Automate iOS device management and test execution seamlessly. Leverage the power of MCP to enhance your iOS development workflow with automated interactions and testing capabilities. | 2025-03-07T22:12:01.428Z | 5 | https://smithery.ai/server/@noahlozevski/mcp-idb | false | null | {
"scanPassed": true
} | [{'name': 'idb', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The IDB command to execute (e.g., list-apps, screenshot, etc.).\n- For a full list of commands, run \'idb help\'.\n- For help with a specific command, run \'idb <command> --help\'.\n\nTo interact with the device (simulator):\nIMPORTANT: Always try using the \'idb ui describe-all\' command to identify buttons before dispatching UI actions.\nIf that doesn\'t work, try using the following commands:\n \n- **Tap** \n - **Command:** \'idb ui tap X Y [--duration DURATION]\'\n - **Description:** Simulates a tap at the given screen coordinates. Optionally, you can set the tap\'s duration.\n \n- **Swipe** \n - **Command:** \'idb ui swipe X_START Y_START X_END Y_END [--delta STEP_SIZE]\'\n - **Description:** Simulates a swipe gesture from the start point to the end point. By default, the swipe moves in steps of 10 points; use \'--delta\' to change the step size.\n \n- **Press a Button** \n - **Command:** \'idb ui button {APPLE_PAY, HOME, LOCK, SIDE_BUTTON, SIRI} [--duration DURATION]\'\n - **Description:** Simulates pressing a specified hardware button. The press duration can be adjusted with the \'--duration\' flag.\n \n- **Inputting Text** \n - **Command:** \'idb ui text "some text"\'\n - **Description:** Types the provided text string into the target device.\n \n- **Key Events** \n - **Single Key:** \'idb ui key KEYCODE [--duration DURATION]\'\n - **Key Sequence:** \'idb ui key-sequence KEYCODE1 KEYCODE2 ...\'\n - **Description:** Simulates key press events. Use the single key command for one key press (with an optional duration) or the key sequence command for multiple sequential key events.\n\n**Frame and Coordinates in idb ui describe-all:**\nThe output from \'idb ui describe-all\' provides detailed layout information for each UI element. Each element includes a \'frame\' object with:\n- **x and y:** The coordinates of the element\'s top-left corner relative to the device screen.\n- **width and height:** The dimensions of the element.\nAdditionally, an \'AXFrame\' string presents this data in a human-readable format like \'{{x, y}, {width, height}}\'.\nThese values allow you to determine an element\'s position—commonly by calculating its center (x + width/2, y + height/2) for precise interactions. For instance, in the sample output, the "More, tab, 4 of 4" button has a frame starting at x=330, y=876.33 with a width of 110 and height of 45.67. A tap command such as \'idb ui tap 375 880\' (which targets near the element\'s center) successfully triggers the button.\n'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional arguments for the IDB command'}}, 'additionalProperties': False}}] |
@daniel8824-del/forest-fire-mcp | Forest Fire Visualization Server | Collect and analyze wildfire occurrence data, providing users with regional information, risk analysis, and map visualizations. Access critical wildfire data and insights to enhance awareness and response strategies. | 2025-04-08T02:04:36.459Z | 4 | https://smithery.ai/server/@daniel8824-del/forest-fire-mcp | false | null | {
"scanPassed": true
} | [{'name': 'convert_coordinates_batch', 'description': '산불 데이터의 TM 좌표계를 WGS84 좌표계로 변환합니다\n \n Args:\n count: 변환할 데이터 개수 (기본값: 10, 최대: 100)\n \n Returns:\n 변환 결과 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'convert_coordinates_batchArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 10}}}}, {'name': 'search_location', 'description': '지역 이름으로 좌표를 검색합니다\n \n Args:\n location: 검색할 지역 이름 (예: "강원도 고성군")\n \n Returns:\n 검색 결과 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'search_locationArguments', 'required': ['location'], 'properties': {'location': {'type': 'string', 'title': 'Location'}}}}, {'name': 'get_forest_fire_data', 'description': '지정된 지역 및 연도에 따른 산불 발생 데이터를 제공합니다\n \n Args:\n province: 조회할 시/도 이름 (예: "경기도", "강원도")\n year: 조회할 연도 (예: "2020", "2021")\n \n Returns:\n 해당 조건에 맞는 산불 발생 정보\n ', 'inputSchema': {'type': 'object', 'title': 'get_forest_fire_dataArguments', 'properties': {'year': {'type': 'string', 'title': 'Year', 'default': None}, 'province': {'type': 'string', 'title': 'Province', 'default': None}}}}, {'name': 'visualize_forest_fires', 'description': '지정된 지역 및 연도의 산불 발생 위치를 카카오맵에 시각화합니다\n \n Args:\n province: 조회할 시/도 이름 (예: "경기도", "강원도")\n year: 조회할 연도 (예: "2020", "2021")\n \n Returns:\n 시각화 결과 메시지와 지도 URL\n ', 'inputSchema': {'type': 'object', 'title': 'visualize_forest_firesArguments', 'properties': {'year': {'type': 'string', 'title': 'Year', 'default': None}, 'province': {'type': 'string', 'title': 'Province', 'default': None}}}}, {'name': 'get_forest_fire_stats', 'description': '산불 발생 통계 정보를 제공합니다', 'inputSchema': {'type': 'object', 'title': 'get_forest_fire_statsArguments', 'properties': {}}}, {'name': 'analyze_forest_fire_risk', 'description': '특정 지역의 산불 위험도를 분석합니다\n \n Args:\n province: 분석할 시/도 이름 (예: "경기도", "강원도")\n \n Returns:\n 해당 지역의 산불 위험도 분석 결과\n ', 'inputSchema': {'type': 'object', 'title': 'analyze_forest_fire_riskArguments', 'required': ['province'], 'properties': {'province': {'type': 'string', 'title': 'Province'}}}}, {'name': 'get_forest_fire_safety_tips', 'description': '산불 예방 및 대처 요령을 제공합니다', 'inputSchema': {'type': 'object', 'title': 'get_forest_fire_safety_tipsArguments', 'properties': {}}}, {'name': 'visualize_fire_locations', 'description': '특정 지역의 산불 발생 위치를 지도에 표시합니다.\n \n Args:\n region: 표시할 지역명 (예: 강원도, 고성, 경상북도 등)\n \n Returns:\n 지도 파일 경로 또는 결과 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'visualize_fire_locationsArguments', 'required': ['region'], 'properties': {'region': {'type': 'string', 'title': 'Region'}}}}, {'name': 'set_kakao_map_api_key', 'description': '카카오맵 API 키를 설정합니다.\n \n Args:\n api_key: 카카오맵 JavaScript API 키\n \n Returns:\n 설정 결과 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'set_kakao_map_api_keyArguments', 'required': ['api_key'], 'properties': {'api_key': {'type': 'string', 'title': 'Api Key'}}}}] |
@markacianfrani/daily-scribe | Daily Scribe | Capture, organize, and synthesize your daily thoughts and knowledge effortlessly. Transform fragmented notes into structured, searchable insights with AI-assisted categorization and summarization. Enhance your productivity by maintaining a progressive, plain-text knowledge system that integrates seamlessly with MCP-compatible clients. | 2025-04-15T00:52:29.713Z | 4 | https://smithery.ai/server/@markacianfrani/daily-scribe | false | null | {
"scanPassed": true
} | [{'name': 'log', 'description': "Create or update today's daily log file. Optionally add notes to the log.", 'inputSchema': {'type': 'object', 'required': ['notes', 'tags'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Analyze the note's content and identify key themes, concepts, and categories that connect it to other notes.\n Consider:\n - Core topics and themes present in the note\n - Broader domains or areas of knowledge\n - Types of information (decisions, ideas, research, etc.)\n - Projects or contexts that might want to reference this later\n Do not force tags - only add ones that naturally emerge from the content and would help build meaningful connections between notes."}, 'notes': {'type': 'string'}}}}, {'name': 'evaluateInsight', 'description': '\n Evaluate the long-term value and significance of an insight or thought based on the following criteria: \n 1. Actionability (1-10): Can this be applied to future work? Is there any information that can be used to apply this thought to future work in different contexts? Is the problem it solves clear?\n 2. Longevity (1-10): Will this be relevant months or years from now?\n 3. Findability (1-10): Would this be hard to rediscover if forgotten?\n 4. Future Reference Value (1-10): How likely are you to need this again?\n \n Insights to ignore: \n 1. Trivial syntax details\n 2. Redundant information\n ', 'inputSchema': {'type': 'object', 'required': ['thought', 'evaluationStep', 'totalSteps', 'nextStepNeeded', 'actionability', 'longevity', 'findability', 'futureReferenceValue'], 'properties': {'thought': {'type': 'string'}, 'longevity': {'type': 'number'}, 'totalSteps': {'type': 'number'}, 'findability': {'type': 'number'}, 'actionability': {'type': 'number'}, 'evaluationStep': {'type': 'number'}, 'nextStepNeeded': {'type': 'boolean'}, 'futureReferenceValue': {'type': 'number'}}}}, {'name': 'rollup', 'description': '\n Synthesize my daily note to create an organized rollup of the most important notes with clear categories, connections, and action items. Optionally specify a date (YYYY-MM-DD).\n Only include notes that actually add long-term value. If you are unsure, call the /evaluateInsight tool to evaluate the long-term value of the thought.\n If you do not have enough information, stop and ask the user for more information.\n It is better to not log anything than log something that is not useful.\n ', 'inputSchema': {'type': 'object', 'required': ['accomplishments', 'insights'], 'properties': {'date': {'type': 'string'}, 'todos': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of todos. Each todo should be a short description of the task to be done. A todo should be actionable.'}, 'insights': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of insights. Each insight should be a long-term storage. Things like new knowledge gained. Do not force insights - only add ones that naturally emerge from the content and would help build meaningful connections between notes.'}, 'accomplishments': {'type': 'array', 'items': {'type': 'string'}, 'description': "A list of accomplishments. Each accomplishment should be a short description of the work done in the day so that it can answer the question 'what did you do all day?'"}}}}, {'name': 'write_note', 'description': 'Create a new note or overwrite an existing note with content. Path should be relative to your notes directory. Optionally include tags that will be merged with any existing tags in the note.', 'inputSchema': {'type': 'object', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'Path where the note should be saved, relative to notes directory'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Tags to add to the note's frontmatter. Will be merged with existing tags if present."}, 'content': {'type': 'string', 'description': 'Content to write to the note'}}}}, {'name': 'search_files', 'description': "Recursively search for files and directories matching a pattern in your notes directory. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding notes when you don't know their exact location.", 'inputSchema': {'type': 'object', 'required': ['pattern'], 'properties': {'pattern': {'type': 'string', 'description': 'The pattern to search for in file and directory names'}, 'excludePatterns': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': 'Glob patterns to exclude from search results'}}}}, {'name': 'read_note', 'description': "Read the complete contents of a note file from your notes directory. Specify the path relative to your notes directory (e.g., 'Log/2023-01-01.md'). Returns the full text content of the note file.", 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The path to the note file, relative to your notes directory'}}}}, {'name': 'read_multiple_notes', 'description': "Read the contents of multiple note files simultaneously. Specify paths relative to your notes directory (e.g., ['Log/2023-01-01.md', 'Rollups/2023-01-01-rollup.md']). Returns each file's content with its path as a reference.", 'inputSchema': {'type': 'object', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of paths to note files, relative to your notes directory'}}}}, {'name': 'list_directory', 'description': "List the contents of a directory in your notes. Shows all files and directories with clear labels. Specify path relative to your notes directory (e.g., 'Log' or 'Rollups').", 'inputSchema': {'type': 'object', 'properties': {'path': {'type': 'string', 'default': '', 'description': 'Directory path relative to notes directory (defaults to root notes directory if not provided)'}}}}, {'name': 'create_directory', 'description': 'Create a new directory in your notes. Can create nested directories in one operation. Path should be relative to your notes directory.', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Directory path to create, relative to notes directory'}}}}] |
@GBcui/horoscope-serve | Horoscope MCP Server | Fetch daily horoscope readings and detailed fortune insights for all zodiac signs. Get personalized predictions on love, career, health, and more, tailored to your zodiac sign and time range. Enhance your decision-making with lucky numbers and compatibility advice. | 2025-03-27T05:53:51.867Z | 4 | https://smithery.ai/server/@GBcui/horoscope-serve | false | null | {
"scanPassed": true
} | [{'name': 'get_horoscope', 'description': 'Get your horoscope', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'time'], 'properties': {'time': {'type': 'string', 'description': 'Time type: today, nextday, week, month'}, 'type': {'type': 'string', 'description': 'Constellation type: aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces'}}, 'additionalProperties': False}}] |
@abhishekjairath/sonic-pi-mcp | Sonic Pi MCP | Enable AI assistants to create and control music programmatically with Sonic Pi. Interact with Sonic Pi through OSC messages to play notes and execute code seamlessly. Enhance your creative projects by integrating music generation capabilities into your applications. | 2025-03-24T09:28:53.044Z | 3 | https://smithery.ai/server/@abhishekjairath/sonic-pi-mcp | false | null | {
"scanPassed": true
} | [{'name': 'play_note', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['note'], 'properties': {'note': {'type': 'number', 'maximum': 127, 'minimum': 0, 'description': 'MIDI note number (0-127)'}, 'synth': {'type': 'string', 'description': 'Synth to use (e.g. :saw, :beep, :prophet)'}, 'cutoff': {'type': 'number', 'description': 'Filter cutoff frequency'}, 'sustain': {'type': 'number', 'description': 'Note duration in seconds'}}, 'additionalProperties': False}}, {'name': 'run_code', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Sonic Pi code to execute'}}, 'additionalProperties': False}}] |
@ahai72160/playwright-mcp | Playwright Browser Automation Server | Enable LLMs to interact with web pages through structured accessibility snapshots for fast, reliable browser automation without relying on vision models. Automate web navigation, form-filling, data extraction, and testing with deterministic tool application. Supports both snapshot-based and vision-based interaction modes for flexible browser control. | 2025-04-29T09:40:32.869Z | 3 | https://smithery.ai/server/@ahai72160/playwright-mcp | false | null | {
"scanPassed": true
} | [{'name': 'browser_close', 'description': 'Close the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_wait', 'description': 'Wait for a specified time in seconds', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['time'], 'properties': {'time': {'type': 'number', 'description': 'The time to wait in seconds'}}, 'additionalProperties': False}}, {'name': 'browser_resize', 'description': 'Resize the browser window', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['width', 'height'], 'properties': {'width': {'type': 'number', 'description': 'Width of the browser window'}, 'height': {'type': 'number', 'description': 'Height of the browser window'}}, 'additionalProperties': False}}, {'name': 'browser_console_messages', 'description': 'Returns all console messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_handle_dialog', 'description': 'Handle a dialog', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['accept'], 'properties': {'accept': {'type': 'boolean', 'description': 'Whether to accept the dialog.'}, 'promptText': {'type': 'string', 'description': 'The text of the prompt in case of a prompt dialog.'}}, 'additionalProperties': False}}, {'name': 'browser_file_upload', 'description': 'Upload one or multiple files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The absolute paths to the files to upload. Can be a single file or multiple files.'}}, 'additionalProperties': False}}, {'name': 'browser_install', 'description': 'Install the browser specified in the config. Call this if you get an error about the browser not being installed.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_press_key', 'description': 'Press a key on the keyboard', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'Name of the key to press or a character to generate, such as `ArrowLeft` or `a`'}}, 'additionalProperties': False}}, {'name': 'browser_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to'}}, 'additionalProperties': False}}, {'name': 'browser_navigate_back', 'description': 'Go back to the previous page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_navigate_forward', 'description': 'Go forward to the next page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_network_requests', 'description': 'Returns all network requests since loading the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_pdf_save', 'description': 'Save page as PDF', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_snapshot', 'description': 'Capture accessibility snapshot of the current page, this is better than screenshot', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_click', 'description': 'Perform click on a web page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_drag', 'description': 'Perform drag and drop between two elements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startElement', 'startRef', 'endElement', 'endRef'], 'properties': {'endRef': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'startRef': {'type': 'string', 'description': 'Exact source element reference from the page snapshot'}, 'endElement': {'type': 'string', 'description': 'Human-readable target element description used to obtain the permission to interact with the element'}, 'startElement': {'type': 'string', 'description': 'Human-readable source element description used to obtain the permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_hover', 'description': 'Hover over element on page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_type', 'description': 'Type text into editable element', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'text'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'text': {'type': 'string', 'description': 'Text to type into the element'}, 'slowly': {'type': 'boolean', 'description': 'Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once.'}, 'submit': {'type': 'boolean', 'description': 'Whether to submit entered text (press Enter after)'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_select_option', 'description': 'Select an option in a dropdown', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'values'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of values to select in the dropdown. This can be a single value or multiple values.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_take_screenshot', 'description': "Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'raw': {'type': 'boolean', 'description': 'Whether to return without compression (in PNG format). Default is false, which returns a JPEG image.'}, 'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot. If not provided, the screenshot will be taken of viewport. If ref is provided, element must be provided too.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to screenshot the element. If not provided, the screenshot will be taken of viewport. If element is provided, ref must be provided too.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_list', 'description': 'List browser tabs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_tab_new', 'description': 'Open a new tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to in the new tab. If not provided, the new tab will be blank.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_select', 'description': 'Select a tab by index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to select'}}, 'additionalProperties': False}}, {'name': 'browser_tab_close', 'description': 'Close a tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to close. Closes current tab if not provided.'}}, 'additionalProperties': False}}] |
@ayasahmad/jira-context-mcp1 | Jira Context Server | Enable seamless integration with Jira to fetch issue details, list assigned tickets, filter issues by type, and track recent changes directly within your IDE. Automate Jira workflows and enhance productivity by connecting your development environment to Jira's API. Streamline issue management and resolution with easy access to Jira data and tools. | 2025-05-05T06:30:54.481Z | 3 | https://smithery.ai/server/@ayasahmad/jira-context-mcp1 | false | null | {
"scanPassed": true
} | [{'name': 'get_issue', 'description': 'Get detailed information about a Jira issue', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueKey'], 'properties': {'issueKey': {'type': 'string', 'description': 'The key of the Jira issue to fetch (e.g., PROJECT-123)'}}, 'additionalProperties': False}}, {'name': 'get_assigned_issues', 'description': 'Get issues assigned to the current user in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_issues_by_type', 'description': 'Get issues of a specific type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueType'], 'properties': {'issueType': {'type': 'string', 'description': 'The type of issue to fetch (e.g., Bug, Story, Epic)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_projects', 'annotations': {}, 'description': 'Get list of available Jira projects', 'inputSchema': {'type': 'object'}}, {'name': 'get_issue_types', 'annotations': {}, 'description': 'Get list of available Jira issue types', 'inputSchema': {'type': 'object'}}] |
@sunhwa508/kidsnote-mcp | Kidsnote History Server | Provide detailed historical information about Kidsnote's origins and business history through a simple MCP interface. Enable seamless access to Kidsnote's history data for integration with LLM applications. Easily deployable via Docker or NPX for quick startup. | 2025-04-15T11:29:06.959Z | 3 | https://smithery.ai/server/@sunhwa508/kidsnote-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get_kidsnote_history', 'description': 'Returns information about the origin and history of Kidsnote.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@MushroomFleet/transcriptiontools-mcp | Transcription Tools | Enhance your transcription workflow with intelligent processing capabilities. Automatically repair errors, format transcripts naturally, and generate concise summaries to save time and improve accuracy. | 2025-03-10T00:17:41.238Z | 3 | https://smithery.ai/server/@MushroomFleet/transcriptiontools-mcp | false | null | {
"scanPassed": true
} | [{'name': 'repair_text', 'description': 'Analyzes and repairs transcription errors with greater than 90% confidence', 'inputSchema': {'type': 'object', 'required': ['input_text'], 'properties': {'input_text': {'type': 'string', 'description': 'Text content or path to file containing transcribed text'}, 'is_file_path': {'type': 'boolean', 'default': False, 'description': 'Whether input_text is a file path'}}}}, {'name': 'get_repair_log', 'description': 'Retrieves detailed analysis log from previous repair operation', 'inputSchema': {'type': 'object', 'required': ['session_id'], 'properties': {'session_id': {'type': 'string', 'description': 'Session ID or timestamp from previous repair'}}}}, {'name': 'format_transcript', 'description': 'Transforms timestamped transcripts into naturally formatted text', 'inputSchema': {'type': 'object', 'required': ['input_text'], 'properties': {'line_gap': {'type': 'number', 'default': 4, 'description': 'Seconds gap for line breaks'}, 'input_text': {'type': 'string', 'description': 'Timestamped transcript text or path to file'}, 'is_file_path': {'type': 'boolean', 'default': False, 'description': 'Whether input_text is a file path'}, 'paragraph_gap': {'type': 'number', 'default': 8, 'description': 'Seconds gap for paragraph breaks'}}}}, {'name': 'summary_text', 'description': 'Generates intelligent summaries using ACE cognitive methodology', 'inputSchema': {'type': 'object', 'required': ['input_text'], 'properties': {'input_text': {'type': 'string', 'description': 'Text to summarize or path to file'}, 'is_file_path': {'type': 'boolean', 'default': False, 'description': 'Whether input_text is a file path'}, 'constraint_type': {'enum': ['time', 'chars', 'words', None], 'type': 'string', 'description': 'Type of constraint to apply'}, 'constraint_value': {'type': 'number', 'description': 'Value for the specified constraint'}}}}] |
@kalivaraprasad-gonapa/terminal-mcp | Terminal MCP Server | Enable seamless integration of language models with terminal-based tools and resources. Facilitate dynamic execution and interaction with command-line environments through a standardized protocol. Enhance your agents with real-time access to terminal capabilities and data. | 2025-04-16T09:16:38.632Z | 3 | https://smithery.ai/server/@kalivaraprasad-gonapa/terminal-mcp | false | null | {
"scanPassed": true
} | [{'name': 'run-command', 'description': 'Run a terminal command and get immediate output', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'Command to execute (PowerShell/terminal)'}, 'directory': {'type': 'string', 'description': 'Directory to run the command in (defaults to current directory)'}}}}, {'name': 'start-process', 'description': 'Start a long-running process', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'Command to execute (PowerShell/terminal)'}, 'directory': {'type': 'string', 'description': 'Directory to run the command in (defaults to current directory)'}}}}, {'name': 'get-process-output', 'description': 'Get the output from a running or completed process', 'inputSchema': {'type': 'object', 'required': ['processId'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process to get output from'}}}}, {'name': 'stop-process', 'description': 'Stop a running process', 'inputSchema': {'type': 'object', 'required': ['processId'], 'properties': {'processId': {'type': 'string', 'description': 'ID of the process to stop'}}}}, {'name': 'list-processes', 'description': 'List all running processes', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@birariro/instagram-mcp | Instagram MCP Tool | Interact with Instagram's API to efficiently manage and retrieve data. Fetch account details, user posts, and comments from specific posts seamlessly. Enhance your applications with Instagram data integration capabilities. | 2025-04-10T02:47:11.726Z | 3 | https://smithery.ai/server/@birariro/instagram-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get_post_comments', 'description': '\nRetrieve comments on a specific Instagram post.\n\nArgs:\n post_url (str): URL of the Instagram post to retrieve comments from.\n max_comments (int): Maximum number of comments to retrieve (default: 50).\n\nReturns:\n dict: Results including the total comment count and the comments themselves.\n', 'inputSchema': {'type': 'object', 'title': 'get_post_commentsArguments', 'required': ['post_url'], 'properties': {'post_url': {'type': 'string', 'title': 'Post Url'}, 'max_comments': {'type': 'integer', 'title': 'Max Comments', 'default': 50}}}}, {'name': 'get_account_info', 'description': '\nRetrieve basic information about an Instagram account.\n\nArgs:\n username (str): Instagram username to retrieve information for.\n\nReturns:\n dict: Account information including user ID, full name, follower count, etc.\n', 'inputSchema': {'type': 'object', 'title': 'get_account_infoArguments', 'required': ['username'], 'properties': {'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'get_user_posts', 'description': '\nRetrieve posts from an Instagram account by username or user PK.\nPlease prioritize the use of PK.\n\nArgs:\n username (str): Instagram username to retrieve posts for (optional if user_pk is provided).\n user_pk (str): Instagram user PK to retrieve posts for (optional if username is provided).\n max_post_size (int): Number of posts to retrieve (default: 5, max: 35).\n\nReturns:\n dict: Information about the retrieved posts including captions, likes, and comments.\n', 'inputSchema': {'type': 'object', 'title': 'get_user_postsArguments', 'properties': {'user_pk': {'type': 'string', 'title': 'User Pk', 'default': None}, 'username': {'type': 'string', 'title': 'Username', 'default': None}, 'max_post_size': {'type': 'integer', 'title': 'Max Post Size', 'default': 5}}}}] |
@imlewc/elasticsearch7-mcp-server | Elasticsearch 7.x MCP Server | Interact seamlessly with Elasticsearch 7.x using a standardized MCP protocol. Perform basic operations and advanced search functionalities effortlessly through any MCP client. Enhance your applications with powerful Elasticsearch capabilities without diving into complex API calls. | 2025-03-06T10:25:57.538Z | 3 | https://smithery.ai/server/@imlewc/elasticsearch7-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'es-ping', 'description': 'Ping Elasticsearch server', 'inputSchema': {'type': 'object', 'title': '_handle_pingArguments', 'required': ['req'], 'properties': {'req': {'type': 'object', 'title': 'Req', 'additionalProperties': True}}}}, {'name': 'es-info', 'description': 'Get Elasticsearch info', 'inputSchema': {'type': 'object', 'title': '_handle_infoArguments', 'required': ['req'], 'properties': {'req': {'type': 'object', 'title': 'Req', 'additionalProperties': True}}}}, {'name': 'es-search', 'description': 'Search documents in Elasticsearch index', 'inputSchema': {'type': 'object', 'title': '_handle_searchArguments', 'required': ['req'], 'properties': {'req': {'type': 'object', 'title': 'Req', 'additionalProperties': True}}}}] |
@phuhao00/mayamcp | Maya MCP Server | Enable AI assistant clients to control Autodesk Maya through natural language commands. Access and manipulate Maya scenes, objects, and attributes seamlessly using a minimal and extensible set of tools. Simplify integration without requiring installation inside Maya itself. | 2025-04-29T11:33:34.353Z | 3 | https://smithery.ai/server/@phuhao00/mayamcp | false | null | {
"scanPassed": true
} | [{'name': 'scene_new', 'description': ' Create a new scene in Maya. Use the force argument to force a new scene when\n an existing scene is loaded and has been modified. ', 'inputSchema': {'type': 'object', 'title': 'scene_newArguments', 'properties': {'force': {'type': 'boolean', 'title': 'Force', 'default': False}}}}, {'name': 'scene_save', 'description': ' Save the current scene. If the filename is not specified, it will save it as its current name.\n If the current scene is not named, this call will fail. ', 'inputSchema': {'type': 'object', 'title': 'scene_saveArguments', 'properties': {'filename': {'type': 'string', 'title': 'Filename', 'default': None}}}}, {'name': 'clear_selection_list', 'description': ' Clears the user selection list of objects. ', 'inputSchema': {'type': 'object', 'title': 'clear_selection_listArguments', 'properties': {}}}, {'name': 'select_object', 'description': ' Select an object in the scene. ', 'inputSchema': {'type': 'object', 'title': 'select_objectArguments', 'required': ['object_name'], 'properties': {'object_name': {'type': 'string', 'title': 'Object Name'}}}}, {'name': 'scene_open', 'description': ' Load in a scene into Maya. If namespace is specified, the scene will be loaded into the current\n scene as a reference in the given namespace name. ', 'inputSchema': {'type': 'object', 'title': 'scene_openArguments', 'required': ['filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}, 'namespace': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Namespace', 'default': None}}}}, {'name': 'viewport_focus', 'description': ' Center and fit the viewport to focus on an object in the scene. \n If object_name is set to None, all objects will be put into focus. ', 'inputSchema': {'type': 'object', 'title': 'viewport_focusArguments', 'required': ['object_name'], 'properties': {'object_name': {'type': 'string', 'title': 'Object Name'}}}}, {'name': 'set_object_attribute', 'description': " Set an object's attribute with a specific value. ", 'inputSchema': {'type': 'object', 'title': 'set_object_attributeArguments', 'required': ['object_name', 'attribute_name', 'attribute_value'], 'properties': {'object_name': {'type': 'string', 'title': 'Object Name'}, 'attribute_name': {'type': 'string', 'title': 'Attribute Name'}, 'attribute_value': {'title': 'Attribute Value'}}}}, {'name': 'create_object', 'description': ' Creates an object in the Maya scene. Object types available are\n cube, cone, sphere, cylinder, camera, spotLight, pointLight, directionalLight.\n Rotate values are in degrees. ', 'inputSchema': {'type': 'object', 'title': 'create_objectArguments', 'required': ['name', 'object_type'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'rotate': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Rotate', 'default': [0, 0, 0]}, 'translate': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Translate', 'default': [0, 0, 0]}, 'object_type': {'type': 'string', 'title': 'Object Type'}}}}, {'name': 'list_objects_by_type', 'description': ' Get a list of objects in the scene. Use filter_by to filter for \n certain objects such as "cameras", "lights", "materials", or "shapes". ', 'inputSchema': {'type': 'object', 'title': 'list_objects_by_typeArguments', 'properties': {'filter_by': {'type': 'string', 'title': 'Filter By', 'default': None}}}}, {'name': 'set_object_transform_attributes', 'description': ' set an objects transform attributes. Only specify which attribute needs to change.\n Arguments translate, rotate, and scale are a 3d vector and needs to be a list of\n 3 floating point values. Rotate values are in degrees. ', 'inputSchema': {'type': 'object', 'title': 'set_object_transform_attributesArguments', 'required': ['object_name'], 'properties': {'scale': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Scale', 'default': None}, 'rotate': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Rotate', 'default': None}, 'translate': {'type': 'array', 'items': {'type': 'number'}, 'title': 'Translate', 'default': None}, 'object_name': {'type': 'string', 'title': 'Object Name'}}}}, {'name': 'get_object_attributes', 'description': ' Get a list of attributes on a Maya object. If the object type is a transform and it the\n transform for a shape, the shape attributes are returned as well. ', 'inputSchema': {'type': 'object', 'title': 'get_object_attributesArguments', 'required': ['object_name'], 'properties': {'object_name': {'type': 'string', 'title': 'Object Name'}}}}] |
@hungthai1401/bruno-mcp | Bruno MCP Server | Run API tests seamlessly with Bruno collections. Get detailed execution results and insights through a standardized interface, enhancing your testing workflow. Simplify your API testing process and ensure reliability with comprehensive test summaries and failure details. | 2025-03-31T07:52:05.775Z | 2 | https://smithery.ai/server/@hungthai1401/bruno-mcp | false | null | {
"scanPassed": true
} | [{'name': 'run-collection', 'description': 'Run a Bruno Collection using Bruno CLI', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['collection'], 'properties': {'variables': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional environment variables'}, 'collection': {'type': 'string', 'description': 'Path to the Bruno collection'}, 'environment': {'type': 'string', 'description': 'Optional path to environment file'}}, 'additionalProperties': False}}] |
@imatrixme/pocketbase-mcp-server | PocketBase MCP Server | Manage your PocketBase databases effortlessly. Perform advanced database operations, schema management, and data manipulation with ease using our comprehensive tools. | 2025-03-22T01:33:05.495Z | 2 | https://smithery.ai/server/@imatrixme/pocketbase-mcp-server | false | null | null | [{'name': 'create_collection', 'description': 'Create a new collection in PocketBase', 'inputSchema': {'type': 'object', 'required': ['name', 'schema'], 'properties': {'name': {'type': 'string', 'description': 'Collection name'}, 'schema': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'type': {'type': 'string'}, 'options': {'type': 'object'}, 'required': {'type': 'boolean'}}}, 'description': 'Collection schema fields'}}}}, {'name': 'create_record', 'description': 'Create a new record in a collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'data'], 'properties': {'data': {'type': 'object', 'description': 'Record data'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'list_records', 'description': 'List records from a collection with optional filters', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'page': {'type': 'number', 'description': 'Page number'}, 'sort': {'type': 'string', 'description': 'Sort field and direction'}, 'filter': {'type': 'string', 'description': 'Filter query'}, 'perPage': {'type': 'number', 'description': 'Items per page'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'update_record', 'description': 'Update an existing record', 'inputSchema': {'type': 'object', 'required': ['collection', 'id', 'data'], 'properties': {'id': {'type': 'string', 'description': 'Record ID'}, 'data': {'type': 'object', 'description': 'Updated record data'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'delete_record', 'description': 'Delete a record', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'Record ID'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'list_auth_methods', 'description': 'List all available authentication methods', 'inputSchema': {'type': 'object', 'properties': {'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'authenticate_user', 'description': 'Authenticate a user with email and password', 'inputSchema': {'type': 'object', 'required': ['email', 'password'], 'properties': {'email': {'type': 'string', 'description': 'User email'}, 'isAdmin': {'type': 'boolean', 'default': True, 'description': 'Whether to authenticate as an admin (uses _superusers collection)'}, 'password': {'type': 'string', 'description': 'User password'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'authenticate_with_oauth2', 'description': 'Authenticate a user with OAuth2', 'inputSchema': {'type': 'object', 'required': ['provider', 'code', 'codeVerifier', 'redirectUrl'], 'properties': {'code': {'type': 'string', 'description': 'The authorization code returned from the OAuth2 provider'}, 'provider': {'type': 'string', 'description': 'OAuth2 provider name (e.g., google, facebook, github)'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}, 'redirectUrl': {'type': 'string', 'description': 'The redirect URL used in the OAuth2 flow'}, 'codeVerifier': {'type': 'string', 'description': 'PKCE code verifier'}}}}, {'name': 'authenticate_with_otp', 'description': 'Authenticate a user with one-time password', 'inputSchema': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': 'User email'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'auth_refresh', 'description': 'Refresh authentication token', 'inputSchema': {'type': 'object', 'properties': {'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'request_verification', 'description': 'Request email verification', 'inputSchema': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': 'User email'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'confirm_verification', 'description': 'Confirm email verification with token', 'inputSchema': {'type': 'object', 'required': ['token'], 'properties': {'token': {'type': 'string', 'description': 'Verification token'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'request_password_reset', 'description': 'Request password reset', 'inputSchema': {'type': 'object', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': 'User email'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'confirm_password_reset', 'description': 'Confirm password reset with token', 'inputSchema': {'type': 'object', 'required': ['token', 'password', 'passwordConfirm'], 'properties': {'token': {'type': 'string', 'description': 'Reset token'}, 'password': {'type': 'string', 'description': 'New password'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}, 'passwordConfirm': {'type': 'string', 'description': 'Confirm new password'}}}}, {'name': 'request_email_change', 'description': 'Request email change', 'inputSchema': {'type': 'object', 'required': ['newEmail'], 'properties': {'newEmail': {'type': 'string', 'description': 'New email address'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'confirm_email_change', 'description': 'Confirm email change with token', 'inputSchema': {'type': 'object', 'required': ['token', 'password'], 'properties': {'token': {'type': 'string', 'description': 'Email change token'}, 'password': {'type': 'string', 'description': 'Current password for confirmation'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'impersonate_user', 'description': 'Impersonate another user (admin only)', 'inputSchema': {'type': 'object', 'required': ['userId'], 'properties': {'userId': {'type': 'string', 'description': 'ID of the user to impersonate'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}}}}, {'name': 'create_user', 'description': 'Create a new user account', 'inputSchema': {'type': 'object', 'required': ['email', 'password', 'passwordConfirm'], 'properties': {'name': {'type': 'string', 'description': 'User name'}, 'email': {'type': 'string', 'description': 'User email'}, 'password': {'type': 'string', 'description': 'User password'}, 'collection': {'type': 'string', 'default': 'users', 'description': 'Collection name (default: users)'}, 'passwordConfirm': {'type': 'string', 'description': 'Password confirmation'}}}}, {'name': 'get_collection_schema', 'description': 'Get schema details for a collection', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'backup_database', 'description': 'Create a backup of the PocketBase database', 'inputSchema': {'type': 'object', 'properties': {'format': {'enum': ['json', 'csv'], 'type': 'string', 'description': 'Export format (default: json)'}}}}, {'name': 'import_data', 'description': 'Import data into a collection', 'inputSchema': {'type': 'object', 'required': ['collection', 'data'], 'properties': {'data': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of records to import'}, 'mode': {'enum': ['create', 'update', 'upsert'], 'type': 'string', 'description': 'Import mode (default: create)'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'migrate_collection', 'description': 'Migrate collection schema with data preservation', 'inputSchema': {'type': 'object', 'required': ['collection', 'newSchema'], 'properties': {'newSchema': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'type': {'type': 'string'}, 'options': {'type': 'object'}, 'required': {'type': 'boolean'}}}, 'description': 'New collection schema'}, 'collection': {'type': 'string', 'description': 'Collection name'}, 'dataTransforms': {'type': 'object', 'description': 'Field transformation mappings'}}}}, {'name': 'query_collection', 'description': 'Advanced query with filtering, sorting, and aggregation', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'sort': {'type': 'string', 'description': 'Sort expression'}, 'expand': {'type': 'string', 'description': 'Relations to expand'}, 'filter': {'type': 'string', 'description': 'Filter expression'}, 'aggregate': {'type': 'object', 'description': 'Aggregation settings'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}, {'name': 'manage_indexes', 'description': 'Manage collection indexes', 'inputSchema': {'type': 'object', 'required': ['collection', 'action'], 'properties': {'index': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'fields': {'type': 'array', 'items': {'type': 'string'}}, 'unique': {'type': 'boolean'}}, 'description': 'Index configuration (for create)'}, 'action': {'enum': ['create', 'delete', 'list'], 'type': 'string', 'description': 'Action to perform'}, 'collection': {'type': 'string', 'description': 'Collection name'}}}}] |
@alisajil/ecogotravel | EcoGo-AI | Search for and book flights seamlessly with our integrated MCP server. Retrieve booking details and ticket information effortlessly, ensuring a smooth travel experience. Leverage our API integration for reliable flight data and booking management. | 2025-03-31T03:00:46.575Z | 2 | https://smithery.ai/server/@alisajil/ecogotravel | false | null | {
"scanPassed": true
} | [{'name': 'get_flight_data', 'description': 'Get real-time flight data', 'inputSchema': {'type': 'object', 'required': ['departureCity', 'arrivalCity', 'travelDate'], 'properties': {'adults': {'type': 'integer', 'default': 1, 'description': 'Number of adult passengers'}, 'infants': {'type': 'integer', 'default': 0, 'description': 'Number of infant passengers'}, 'children': {'type': 'integer', 'default': 0, 'description': 'Number of child passengers'}, 'travelDate': {'type': 'string', 'format': 'date', 'description': 'Travel date in YYYY-MM-DD format'}, 'arrivalCity': {'type': 'string', 'description': 'Arrival city code (e.g., BOM for Mumbai)'}, 'departureCity': {'type': 'string', 'description': 'Departure city code (e.g., DEL for Delhi)'}}}}, {'name': 'book_best_flight', 'description': 'Book the best flight based on travel request', 'inputSchema': {'type': 'object', 'required': ['priceId', 'passengers', 'contactInfo'], 'properties': {'priceId': {'type': 'string', 'description': 'Price ID from flight search results'}, 'passengers': {'type': 'object', 'required': ['adults'], 'properties': {'adults': {'type': 'array', 'items': {'type': 'object', 'required': ['firstName', 'lastName', 'title'], 'properties': {'dob': {'type': 'string', 'format': 'date', 'description': 'Date of birth in YYYY-MM-DD format'}, 'title': {'enum': ['Mr', 'Mrs', 'Ms'], 'type': 'string', 'description': 'Title (Mr, Mrs, Ms)'}, 'lastName': {'type': 'string', 'description': 'Last name of passenger'}, 'firstName': {'type': 'string', 'description': 'First name of passenger'}}}}, 'infants': {'type': 'array', 'items': {'type': 'object', 'required': ['firstName', 'lastName', 'title', 'dob'], 'properties': {'dob': {'type': 'string', 'format': 'date', 'description': 'Date of birth in YYYY-MM-DD format'}, 'title': {'enum': ['Ms', 'Master'], 'type': 'string', 'description': 'Title (Ms, Master)'}, 'lastName': {'type': 'string', 'description': 'Last name of passenger'}, 'firstName': {'type': 'string', 'description': 'First name of passenger'}}}}, 'children': {'type': 'array', 'items': {'type': 'object', 'required': ['firstName', 'lastName', 'title', 'dob'], 'properties': {'dob': {'type': 'string', 'format': 'date', 'description': 'Date of birth in YYYY-MM-DD format'}, 'title': {'enum': ['Ms', 'Master'], 'type': 'string', 'description': 'Title (Ms, Master)'}, 'lastName': {'type': 'string', 'description': 'Last name of passenger'}, 'firstName': {'type': 'string', 'description': 'First name of passenger'}}}}}}, 'contactInfo': {'type': 'object', 'required': ['email', 'phone'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': 'Contact email'}, 'phone': {'type': 'string', 'description': 'Contact phone number'}}}}}}, {'name': 'get_ticket_info', 'description': 'Get ticket information', 'inputSchema': {'type': 'object', 'required': ['bookingId'], 'properties': {'bookingId': {'type': 'string', 'description': 'Booking ID'}}}}] |
@dcSpark/mcp-server-helius | Helius | Access Solana blockchain data seamlessly. Check wallet balances, retrieve blockchain information, and interact with tokens and NFTs directly through Claude. | 2025-03-04T15:18:47.410Z | 2 | https://smithery.ai/server/@dcSpark/mcp-server-helius | false | null | {
"scanPassed": true
} | [{'name': 'helius_get_balance', 'description': 'Get the balance of a Solana address', 'inputSchema': {'type': 'object', 'required': ['publicKey'], 'properties': {'publicKey': {'type': 'string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_block_height', 'description': 'Get the block height of the Solana blockchain', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_token_accounts_by_owner', 'description': 'Get token accounts owned by a Solana address', 'inputSchema': {'type': 'object', 'required': ['publicKey', 'programId'], 'properties': {'programId': {'type': 'string'}, 'publicKey': {'type': 'string'}}}}, {'name': 'helius_get_token_supply', 'description': 'Get the supply of a token', 'inputSchema': {'type': 'object', 'required': ['tokenAddress'], 'properties': {'tokenAddress': {'type': 'string'}}}}, {'name': 'helius_get_token_largest_accounts', 'description': 'Get the largest token accounts for a specific token mint', 'inputSchema': {'type': 'object', 'required': ['tokenAddress'], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}, 'tokenAddress': {'type': 'string'}}}}, {'name': 'helius_get_latest_blockhash', 'description': 'Get the latest blockhash from the Solana blockchain', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_token_account_balance', 'description': 'Get the balance of a token account', 'inputSchema': {'type': 'object', 'required': ['tokenAddress'], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}, 'tokenAddress': {'type': 'string'}}}}, {'name': 'helius_get_slot', 'description': 'Get the current slot of the Solana blockchain', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_transaction', 'description': 'Get a transaction by its signature', 'inputSchema': {'type': 'object', 'required': ['signature'], 'properties': {'signature': {'type': 'string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_account_info', 'description': 'Get account information for a Solana address', 'inputSchema': {'type': 'object', 'required': ['publicKey'], 'properties': {'publicKey': {'type': 'string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_program_accounts', 'description': 'Get all accounts owned by a program', 'inputSchema': {'type': 'object', 'required': ['programId'], 'properties': {'programId': {'type': 'string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_signatures_for_address', 'description': 'Get transaction signatures for a Solana address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'limit': {'type': 'number'}, 'until': {'type': 'string'}, 'before': {'type': 'string'}, 'address': {'type': 'string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_minimum_balance_for_rent_exemption', 'description': 'Get the minimum balance required for rent exemption', 'inputSchema': {'type': 'object', 'required': ['dataSize'], 'properties': {'dataSize': {'type': 'number'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_multiple_accounts', 'description': 'Get information about multiple Solana accounts', 'inputSchema': {'type': 'object', 'required': ['publicKeys'], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}, 'publicKeys': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'helius_get_inflation_reward', 'description': 'Get inflation rewards for a list of addresses', 'inputSchema': {'type': 'object', 'required': ['addresses'], 'properties': {'epoch': {'type': 'number'}, 'addresses': {'type': 'array', 'items': {'type': 'string'}}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_epoch_info', 'description': 'Get information about the current epoch', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_epoch_schedule', 'description': 'Get the epoch schedule', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_leader_schedule', 'description': 'Get the leader schedule for an epoch', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'slot': {'type': 'number'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_get_recent_performance_samples', 'description': 'Get recent performance samples', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'limit': {'type': 'number'}}}}, {'name': 'helius_get_version', 'description': 'Get the version of the Solana node', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'helius_get_asset', 'description': 'Get details of a digital asset by its ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}}}, {'name': 'helius_get_rwa_asset', 'description': 'Get details of a real-world asset by its ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}}}, {'name': 'helius_get_asset_batch', 'description': 'Get details of multiple assets by their IDs', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'helius_get_asset_proof', 'description': 'Get proof for a digital asset', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}}}}, {'name': 'helius_get_assets_by_group', 'description': 'Get assets by group key and value', 'inputSchema': {'type': 'object', 'required': ['groupKey', 'groupValue'], 'properties': {'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'groupKey': {'type': 'string'}, 'groupValue': {'type': 'string'}}}}, {'name': 'helius_get_assets_by_owner', 'description': 'Get assets owned by a specific address', 'inputSchema': {'type': 'object', 'required': ['owner'], 'properties': {'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'owner': {'type': 'string'}}}}, {'name': 'helius_get_assets_by_creator', 'description': 'Get assets created by a specific address', 'inputSchema': {'type': 'object', 'required': ['creator'], 'properties': {'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'creator': {'type': 'string'}}}}, {'name': 'helius_get_assets_by_authority', 'description': 'Get assets by authority address', 'inputSchema': {'type': 'object', 'required': ['authority'], 'properties': {'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'authority': {'type': 'string'}}}}, {'name': 'helius_search_assets', 'description': 'Search for assets using various filters', 'inputSchema': {'type': 'object', 'anyOf': [{'required': ['ownerAddress']}, {'required': ['creatorAddress']}, {'required': ['jsonUri']}, {'required': ['supplyMint']}, {'required': ['delegate']}, {'required': ['burnt']}, {'required': ['frozen']}, {'required': ['compressed']}], 'properties': {'page': {'type': 'number'}, 'after': {'type': 'string'}, 'burnt': {'type': 'boolean'}, 'limit': {'type': 'number'}, 'before': {'type': 'string'}, 'cursor': {'type': 'string'}, 'frozen': {'type': 'boolean'}, 'supply': {'type': 'number'}, 'jsonUri': {'type': 'string'}, 'delegate': {'type': 'string'}, 'grouping': {'type': 'array', 'items': {'type': 'string'}}, 'compressed': {'type': 'boolean'}, 'supplyMint': {'type': 'string'}, 'ownerAddress': {'type': 'string'}, 'creatorAddress': {'type': 'string'}}}}, {'name': 'helius_get_signatures_for_asset', 'description': 'Get signatures associated with an asset', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string'}, 'page': {'type': 'number'}, 'limit': {'type': 'number'}}}}, {'name': 'helius_get_nft_editions', 'description': 'Get NFT editions for a master edition', 'inputSchema': {'type': 'object', 'required': ['masterEditionId'], 'properties': {'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'masterEditionId': {'type': 'string'}}}}, {'name': 'helius_get_token_accounts', 'description': 'Get token accounts by mint or owner', 'inputSchema': {'type': 'object', 'properties': {'mint': {'type': 'string'}, 'page': {'type': 'number'}, 'limit': {'type': 'number'}, 'owner': {'type': 'string'}}}}, {'name': 'helius_get_priority_fee_estimate', 'description': 'Get priority fee estimate for a transaction', 'inputSchema': {'type': 'object', 'properties': {'options': {'type': 'object', 'properties': {'priorityLevel': {'enum': ['default', 'high', 'max'], 'type': 'string'}, 'includeAllPriorityFeeLevels': {'type': 'boolean'}}}, 'accountKeys': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'helius_poll_transaction_confirmation', 'description': 'Poll for transaction confirmation status', 'inputSchema': {'type': 'object', 'required': ['signature'], 'properties': {'timeout': {'type': 'number'}, 'interval': {'type': 'number'}, 'signature': {'type': 'string'}}}}, {'name': 'helius_send_jito_bundle', 'description': 'Send a bundle of transactions to Jito', 'inputSchema': {'type': 'object', 'required': ['serializedTransactions', 'jitoApiUrl'], 'properties': {'jitoApiUrl': {'type': 'string'}, 'serializedTransactions': {'type': 'array', 'items': {'type': 'string'}}}}}, {'name': 'helius_get_bundle_statuses', 'description': 'Get statuses of Jito bundles', 'inputSchema': {'type': 'object', 'required': ['bundleIds', 'jitoApiUrl'], 'properties': {'bundleIds': {'type': 'array', 'items': {'type': 'string'}}, 'jitoApiUrl': {'type': 'string'}}}}, {'name': 'helius_get_fee_for_message', 'description': 'Get the fee for a serialized message', 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'message': {'type': 'string', 'description': 'Base64 encoded message string'}, 'commitment': {'enum': ['confirmed', 'finalized', 'processed'], 'type': 'string'}}}}, {'name': 'helius_execute_jupiter_swap', 'description': 'Execute a token swap using Jupiter', 'inputSchema': {'type': 'object', 'required': ['inputMint', 'outputMint', 'amount', 'signer'], 'properties': {'amount': {'type': 'number', 'description': 'The amount of input tokens to swap'}, 'signer': {'type': 'string', 'description': 'The signer public key'}, 'inputMint': {'type': 'string', 'description': 'The mint address of the input token'}, 'outputMint': {'type': 'string', 'description': 'The mint address of the output token'}, 'maxDynamicSlippageBps': {'type': 'number', 'description': 'Maximum slippage in basis points (optional)'}}}}] |
@jlcases/paelladoc | PAELLADOC | Enable AI-First software development by providing an MCP server that facilitates sophisticated LLM interactions for creating, managing, and evolving project documentation and context. Use PAELLADOC to seamlessly integrate AI-driven workflows that preserve intent, knowledge, and decisions alongside code. Accelerate your development process with natural language commands and collaborative AI assistance. | 2025-04-21T08:40:52.285Z | 2 | https://smithery.ai/server/@jlcases/paelladoc | false | null | {
"scanPassed": true
} | [{'name': 'core.continue', 'description': 'Continues work on an existing PAELLADOC project.', 'inputSchema': {'type': 'object', 'title': 'core_continueArguments', 'required': ['project_name'], 'properties': {'project_name': {'type': 'string', 'title': 'Project Name'}}}}, {'name': 'core.help', 'description': 'This ensures that users can quickly access help without needing to know the specific HELP command syntax.', 'inputSchema': {'type': 'object', 'title': 'core_helpArguments', 'properties': {}}}, {'name': 'core.list_projects', 'description': 'Lists the names of existing PAELLADOC projects found in the memory.', 'inputSchema': {'type': 'object', 'title': 'list_projectsArguments', 'properties': {'db_path': {'type': 'string', 'title': 'Db Path', 'default': None}}}}, {'name': 'paella_init', 'description': "\n Initialize a new PAELLADOC project.\n\n Args:\n base_path: Base path for project documentation\n documentation_language: Language for documentation (e.g. 'es', 'en')\n interaction_language: Language for interaction (e.g. 'es', 'en')\n new_project_name: Name of the new project\n ", 'inputSchema': {'type': 'object', 'title': 'paella_initArguments', 'required': ['base_path', 'documentation_language', 'interaction_language', 'new_project_name'], 'properties': {'base_path': {'type': 'string', 'title': 'Base Path'}, 'new_project_name': {'type': 'string', 'title': 'New Project Name'}, 'interaction_language': {'type': 'string', 'title': 'Interaction Language'}, 'documentation_language': {'type': 'string', 'title': 'Documentation Language'}}}}, {'name': 'paella_list', 'description': 'List all available PAELLADOC projects.', 'inputSchema': {'type': 'object', 'title': 'paella_listArguments', 'properties': {}}}, {'name': 'paella_select', 'description': '\n Select an existing PAELLADOC project.\n\n Args:\n project_name: Name of the project to select\n ', 'inputSchema': {'type': 'object', 'title': 'paella_selectArguments', 'required': ['project_name'], 'properties': {'project_name': {'type': 'string', 'title': 'Project Name'}}}}, {'name': 'core.verification', 'description': '- **Overall Quality Score**: Composite score of all metrics', 'inputSchema': {'type': 'object', 'title': 'core_verificationArguments', 'properties': {}}}, {'name': 'ping', 'description': '\n Basic health check; returns pong.\n \n Args:\n random_string (str, optional): Dummy parameter for no-parameter tools\n\n Returns:\n Dict[str, Any]: Response with status and message\n ', 'inputSchema': {'type': 'object', 'title': 'pingArguments', 'properties': {'random_string': {'type': 'string', 'title': 'Random String', 'default': ''}}}}] |
@axliupore/mcp-code-runner | Code Runner | Execute code securely in a Docker environment. Leverage the MCP protocol to run arbitrary code with ease and safety. Ideal for developers looking to integrate code execution capabilities into their applications. | 2025-04-11T01:47:01.729Z | 1 | https://smithery.ai/server/@axliupore/mcp-code-runner | false | null | {
"scanPassed": true
} | [{'name': 'run', 'description': 'run code and return the result', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code', 'language'], 'properties': {'code': {'type': 'string', 'description': 'code to run'}, 'language': {'enum': ['go', 'python', 'java', 'c', 'cpp', 'javascript', 'typescript'], 'type': 'string', 'description': 'language of the code'}}, 'additionalProperties': False}}] |
@zzaebok/mcp-wikidata | Wikidata MCP Server | Interact with Wikidata seamlessly. Search for entities, extract metadata, and execute SPARQL queries to enhance your applications with rich data insights. | 2025-04-03T02:08:15.203Z | 1 | https://smithery.ai/server/@zzaebok/mcp-wikidata | false | null | {
"scanPassed": true
} | [{'name': 'search_entity', 'description': '\n Search for a Wikidata entity ID by its query.\n\n Args:\n query (str): The query to search for. The query should be unambiguous enough to uniquely identify the entity.\n\n Returns:\n str: The Wikidata entity ID corresponding to the given query."\n ', 'inputSchema': {'type': 'object', 'title': 'search_entityArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'search_property', 'description': '\n Search for a Wikidata property ID by its query.\n\n Args:\n query (str): The query to search for. The query should be unambiguous enough to uniquely identify the property.\n\n Returns:\n str: The Wikidata property ID corresponding to the given query."\n ', 'inputSchema': {'type': 'object', 'title': 'search_propertyArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_properties', 'description': '\n Get the properties associated with a given Wikidata entity ID.\n\n Args:\n entity_id (str): The entity ID to retrieve properties for. This should be a valid Wikidata entity ID.\n\n Returns:\n list: A list of property IDs associated with the given entity ID. If no properties are found, an empty list is returned.\n ', 'inputSchema': {'type': 'object', 'title': 'get_propertiesArguments', 'required': ['entity_id'], 'properties': {'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'execute_sparql', 'description': '\n Execute a SPARQL query on Wikidata.\n\n You may assume the following prefixes:\n PREFIX wd: <http://www.wikidata.org/entity/>\n PREFIX wdt: <http://www.wikidata.org/prop/direct/>\n PREFIX p: <http://www.wikidata.org/prop/>\n PREFIX ps: <http://www.wikidata.org/prop/statement/>\n\n Args:\n sparql_query (str): The SPARQL query to execute.\n\n Returns:\n str: The JSON-formatted result of the SPARQL query execution. If there are no results, an empty JSON object will be returned.\n ', 'inputSchema': {'type': 'object', 'title': 'execute_sparqlArguments', 'required': ['sparql_query'], 'properties': {'sparql_query': {'type': 'string', 'title': 'Sparql Query'}}}}, {'name': 'get_metadata', 'description': '\n Retrieve the English label and description for a given Wikidata entity ID.\n\n Args:\n entity_id (str): The entity ID to retrieve metadata for.\n language (str): The language code for the label and description (default is "en"). Use ISO 639-1 codes.\n\n Returns:\n dict: A dictionary containing the label and description of the entity, if available.\n ', 'inputSchema': {'type': 'object', 'title': 'get_metadataArguments', 'required': ['entity_id'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': 'en'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}] |
@DocumentLess/mytime-local | MyTime | Manage your time effectively with our intuitive scheduling and tracking tools. Streamline your daily tasks and enhance productivity with seamless integration into your workflow. Experience a smarter way to organize your time and achieve your goals. | 2025-04-08T13:24:20.965Z | 1 | https://smithery.ai/server/@DocumentLess/mytime-local | false | null | {
"scanPassed": true
} | [{'name': 'get_current_time', 'description': 'Get the current time.', 'inputSchema': {'type': 'object', 'title': 'get_current_timeArguments', 'properties': {}}}, {'name': 'add_num', 'description': 'Add a list of numbers.', 'inputSchema': {'type': 'object', 'title': 'add_numArguments', 'required': ['nums'], 'properties': {'nums': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Nums'}}}}] |
@SeriaWei/mcp-developer-name | Developer Name | An MCP server implementation that provides a tool for current developer name to LLM. Return the name from environment variable DEVELOPER_NAME | 2025-03-16T13:18:14.736Z | 1 | https://smithery.ai/server/@SeriaWei/mcp-developer-name | false | null | {
"scanPassed": true
} | [{'name': 'get_current_developer_name', 'description': 'get current developer name', 'inputSchema': {'type': 'object'}}] |
@rockerritesh/scraper-mcp-smithery | Scraper MCP Smithery | Enhance your web scraping capabilities with powerful tools to extract and manipulate data efficiently. Automate data collection and streamline your workflows with ease. Leverage a robust framework designed for seamless integration with your applications. | 2025-04-09T09:51:19.486Z | 1 | https://smithery.ai/server/@rockerritesh/scraper-mcp-smithery | false | null | {
"scanPassed": true
} | [{'name': 'search_web_tool', 'description': '\n Search the web for a given query.\n Args:\n query: The search query.\n Returns:\n The search results.\n ', 'inputSchema': {'type': 'object', 'title': 'search_web_toolArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}] |
@jshph/enzyme | Enzyme | Integrate your applications with the Model Context Protocol to enhance functionality and data interaction. Leverage a robust Electron application built with React and TypeScript for seamless development. Experience a streamlined setup and build process tailored for modern development environments. | 2025-03-02T23:42:12.443Z | 1 | https://smithery.ai/server/@jshph/enzyme | false | null | {
"scanPassed": true
} | [{'name': 'retrieve_by_tag', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tag'], 'properties': {'tag': {'type': 'string', 'description': 'Tag to retrieve notes. Must start with #'}, 'limit': {'type': 'number', 'description': 'Number of notes to retrieve, defaults to 10'}}, 'additionalProperties': False}}, {'name': 'retrieve_by_link', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['link'], 'properties': {'link': {'type': 'string', 'description': 'Link to retrieve notes. Must start with [[ and end with ]]'}, 'limit': {'type': 'number', 'description': 'Number of notes to retrieve, defaults to 10'}}, 'additionalProperties': False}}, {'name': 'retrieve_by_folder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folder'], 'properties': {'limit': {'type': 'number', 'description': 'Number of notes to retrieve, defaults to 10'}, 'folder': {'type': 'string', 'description': 'Folder to retrieve notes. Must end with /'}}, 'additionalProperties': False}}] |
@YingHe-1/myfirstmcpserver-1 | Desktop TXT File Manager | Manage your desktop TXT files effortlessly. Count, list, and create TXT files with user-friendly interactions. Simplify your file management tasks on your desktop with this intuitive tool. | 2025-04-02T10:26:32.672Z | 1 | https://smithery.ai/server/@YingHe-1/myfirstmcpserver-1 | false | null | {
"scanPassed": true
} | [{'name': 'count_desktop_txt_files', 'description': 'Count the number of .txt files on the desktop.', 'inputSchema': {'type': 'object', 'title': 'count_desktop_txt_filesArguments', 'properties': {}}}, {'name': 'list_desktop_txt_files', 'description': 'Get a list of all .txt filenames on the desktop.', 'inputSchema': {'type': 'object', 'title': 'list_desktop_txt_filesArguments', 'properties': {}}}, {'name': 'create_desktop_txt_file', 'description': 'Create a new .txt file on the desktop using shell command.\n \n Args:\n filename: The name of the file to create (without .txt extension)\n content: Optional content to write to the file\n ctx: MCP Context object for user interaction\n \n Returns:\n A message indicating success or failure\n ', 'inputSchema': {'type': 'object', 'title': 'create_desktop_txt_fileArguments', 'required': ['filename'], 'properties': {'content': {'type': 'string', 'title': 'Content', 'default': ''}, 'filename': {'type': 'string', 'title': 'Filename'}}}}, {'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}] |
@wooson00308/mcp-image-server | Image Viewer Server | Provide image data for display within chat contexts to enable visual elements such as emotion expression. Enhance conversational experiences by integrating dynamic image content. Facilitate seamless image resolution and delivery for LLM applications. | 2025-04-25T08:46:10.613Z | 1 | https://smithery.ai/server/@wooson00308/mcp-image-server | false | null | {
"scanPassed": true
} | [{'name': 'resolve_image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['imageName'], 'properties': {'imageName': {'type': 'string', 'description': "The name of the image file (e.g., 'happy.png')"}}, 'additionalProperties': False}}] |
@mateusribeirocampos/npm-mcp-server | NPM MCP Server | Fetch detailed information about npm packages and discover the most popular ones. Enhance your development workflow by integrating package insights directly into your applications. | 2025-03-26T20:32:42.191Z | 0 | https://smithery.ai/server/@mateusribeirocampos/npm-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'searchNpmPackage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName'], 'properties': {'packageName': {'type': 'string'}}, 'additionalProperties': False}}] |
@mateusribeirocampos/npm-mcp-server | NPM MCP Server | Fetch detailed information about npm packages and discover the most popular ones. Enhance your development workflow by integrating package insights directly into your applications. | 2025-03-26T20:32:42.191Z | 0 | https://smithery.ai/server/@mateusribeirocampos/npm-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'searchNpmPackage', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName'], 'properties': {'packageName': {'type': 'string'}}, 'additionalProperties': False}}] |
@Swayingleaves/cockroachdb-mcp-server | CockroachDB MCP Server | Connect directly to your CockroachDB database and execute SQL queries seamlessly. Retrieve table structures, manage connections, and utilize SQL query templates to enhance your database interactions. Experience automatic reconnection and detailed logging for troubleshooting. | 2025-03-13T02:06:30.681Z | 0 | https://smithery.ai/server/@Swayingleaves/cockroachdb-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'connect_database', 'description': '连接到CockroachDB数据库。\n \n Args:\n jdbc_url: JDBC连接URL (例如: jdbc:postgresql://localhost:26257/defaultdb)\n username: 数据库用户名\n password: 数据库密码\n ', 'inputSchema': {'type': 'object', 'title': 'connect_databaseArguments', 'required': ['jdbc_url', 'username', 'password'], 'properties': {'jdbc_url': {'type': 'string', 'title': 'Jdbc Url'}, 'password': {'type': 'string', 'title': 'Password'}, 'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'disconnect_database', 'description': '断开与数据库的连接。\n \n Returns:\n 断开连接的结果\n ', 'inputSchema': {'type': 'object', 'title': 'disconnect_databaseArguments', 'properties': {}}}, {'name': 'get_tables', 'description': '获取数据库中的所有表。\n \n Returns:\n 包含表信息的字典\n ', 'inputSchema': {'type': 'object', 'title': 'get_tablesArguments', 'properties': {}}}, {'name': 'get_table_schema', 'description': '获取指定表的结构信息。\n \n Args:\n table_name: 表名\n \n Returns:\n 包含表结构信息的字典\n ', 'inputSchema': {'type': 'object', 'title': 'get_table_schemaArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'execute_query', 'description': '执行SQL查询。\n \n Args:\n query: SQL查询语句\n \n Returns:\n 查询结果或影响的行数\n ', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'initialize_connection', 'description': '初始化连接,当客户端连接时调用。\n \n Args:\n jdbc_url: JDBC连接URL (例如: jdbc:postgresql://localhost:26257/defaultdb)\n username: 数据库用户名\n password: 数据库密码\n \n Returns:\n 初始化结果\n ', 'inputSchema': {'type': 'object', 'title': 'initialize_connectionArguments', 'required': ['jdbc_url', 'username', 'password'], 'properties': {'jdbc_url': {'type': 'string', 'title': 'Jdbc Url'}, 'password': {'type': 'string', 'title': 'Password'}, 'username': {'type': 'string', 'title': 'Username'}}}}] |
@Swayingleaves/cockroachdb-mcp-server | CockroachDB MCP Server | Connect directly to your CockroachDB database and execute SQL queries seamlessly. Retrieve table structures, manage connections, and utilize SQL query templates to enhance your database interactions. Experience automatic reconnection and detailed logging for troubleshooting. | 2025-03-13T02:06:30.681Z | 0 | https://smithery.ai/server/@Swayingleaves/cockroachdb-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'connect_database', 'description': '连接到CockroachDB数据库。\n \n Args:\n jdbc_url: JDBC连接URL (例如: jdbc:postgresql://localhost:26257/defaultdb)\n username: 数据库用户名\n password: 数据库密码\n ', 'inputSchema': {'type': 'object', 'title': 'connect_databaseArguments', 'required': ['jdbc_url', 'username', 'password'], 'properties': {'jdbc_url': {'type': 'string', 'title': 'Jdbc Url'}, 'password': {'type': 'string', 'title': 'Password'}, 'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'disconnect_database', 'description': '断开与数据库的连接。\n \n Returns:\n 断开连接的结果\n ', 'inputSchema': {'type': 'object', 'title': 'disconnect_databaseArguments', 'properties': {}}}, {'name': 'get_tables', 'description': '获取数据库中的所有表。\n \n Returns:\n 包含表信息的字典\n ', 'inputSchema': {'type': 'object', 'title': 'get_tablesArguments', 'properties': {}}}, {'name': 'get_table_schema', 'description': '获取指定表的结构信息。\n \n Args:\n table_name: 表名\n \n Returns:\n 包含表结构信息的字典\n ', 'inputSchema': {'type': 'object', 'title': 'get_table_schemaArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'execute_query', 'description': '执行SQL查询。\n \n Args:\n query: SQL查询语句\n \n Returns:\n 查询结果或影响的行数\n ', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'initialize_connection', 'description': '初始化连接,当客户端连接时调用。\n \n Args:\n jdbc_url: JDBC连接URL (例如: jdbc:postgresql://localhost:26257/defaultdb)\n username: 数据库用户名\n password: 数据库密码\n \n Returns:\n 初始化结果\n ', 'inputSchema': {'type': 'object', 'title': 'initialize_connectionArguments', 'required': ['jdbc_url', 'username', 'password'], 'properties': {'jdbc_url': {'type': 'string', 'title': 'Jdbc Url'}, 'password': {'type': 'string', 'title': 'Password'}, 'username': {'type': 'string', 'title': 'Username'}}}}] |
@john-zhang-dev/xero-mcp | Xero MCP Server | A Model Context Protocol server that can connect LLM to your Xero account | 2025-03-19T08:11:06.417Z | 0 | https://smithery.ai/server/@john-zhang-dev/xero-mcp | false | null | {
"scanPassed": true
} | [{'name': 'authenticate', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Authenticate with Xero using OAuth2', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_bank_transactions', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Creates one or more spent or received money transaction. Only use this tool when user has directly and explicitly ask you to create transactions.', 'inputSchema': {'type': 'object', 'example': '{ bankTransactions: [{ type: "SPEND", date: "2023-01-01", reference: "INV-001", subTotal: "100", total: "115", totalTax: "15", lineItems: [{ accountCode: "401", description: "taxi fare", lineAmount: "115" }], contact: { contactId: "00000000-0000-0000-0000-000000000000", name: "John Doe" }, "bankAccount": { "accountID": "6f7594f2-f059-4d56-9e67-47ac9733bfe9", "Code": "088", "Name": "Business Wells Fargo" } }]}', 'properties': {'Warnings': {'type': 'array', 'items': {'$ref': '#/components/schemas/ValidationError'}, 'description': 'Displays array of warning messages from the API'}, 'pagination': {'$ref': '#/components/schemas/Pagination'}, 'BankTransactions': {'type': 'array', 'items': {'$ref': '#/components/schemas/BankTransaction'}}}, 'description': 'Transactions with an array of BankTransaction objects to create'}}, {'name': 'create_contacts', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Creates one or multiple contacts in a Xero organisation. Only use this tool when user has directly and explicitly ask you to create contact.', 'inputSchema': {'type': 'object', 'example': '{ contacts: [{ name: "John Doe" }]}', 'properties': {'Contacts': {'type': 'array', 'items': {'$ref': '#/components/schemas/Contact'}}, 'Warnings': {'type': 'array', 'items': {'$ref': '#/components/schemas/ValidationError'}, 'description': 'Displays array of warning messages from the API'}, 'pagination': {'$ref': '#/components/schemas/Pagination'}}, 'description': 'Contacts with an array of Contact objects to create'}}, {'name': 'get_balance_sheet', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Returns a balance sheet for the end of the month of the specified date. It also returns the value at the end of the same month for the previous year.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_accounts', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves the full chart of accounts', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_bank_transactions', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves any spent or received money transactions', 'inputSchema': {'type': 'object', 'properties': {'where': {'type': 'string', 'example': 'Date >= DateTime(2015, 01, 01) && Date < DateTime(2015, 12, 31)', 'description': 'Filter bank transactions. See example'}}}}, {'name': 'list_contacts', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves all contacts in a Xero organisation', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_invoices', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves sales invoices or purchase bills', 'inputSchema': {'type': 'object', 'properties': {'where': {'type': 'string', 'example': 'Date >= DateTime(2015, 01, 01) && Date < DateTime(2015, 12, 31), DueDate < DateTime(2015, 12, 31)', 'description': 'Filter invoices. See example'}}}}, {'name': 'list_journals', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves journals', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_organisations', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves Xero organisation details', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_payments', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves payments for invoices and credit notes', 'inputSchema': {'type': 'object', 'properties': {'where': {'type': 'string', 'example': 'Date >= DateTime(2015, 01, 01) && Date < DateTime(2015, 12, 31)', 'description': 'Filter payments. See example'}}}}, {'name': 'list_quotes', 'output': {'content': [{'text': {'_def': {'checks': [], 'coerce': False, 'typeName': 'ZodString'}, '~standard': {'vendor': 'zod', 'version': 1}}, 'type': 'text'}]}, 'description': 'Retrieves sales quotes', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@gluneau/hive-mcp-server | Hive MCP Server | Connect AI assistants to the Hive blockchain. Fetch account details, retrieve posts, vote on content, and send tokens securely. Enhance your AI's capabilities with blockchain interactions and cryptographic functions. | 2025-03-10T19:04:45.534Z | 0 | https://smithery.ai/server/@gluneau/hive-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'get_account_info', 'description': 'Fetches detailed information about a Hive blockchain account including balance, authority, voting power, and other account metrics.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Hive username to fetch information for'}}, 'additionalProperties': False}}, {'name': 'get_account_history', 'description': 'Retrieves transaction history for a Hive account with optional operation type filtering.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Number of operations to return'}, 'username': {'type': 'string', 'description': 'Hive username'}, 'operation_filter': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'description': "Operation types to filter for. Can be provided as an array ['transfer', 'vote'] or a comma-separated string 'transfer,vote'"}}, 'additionalProperties': False}}, {'name': 'get_vesting_delegations', 'description': 'Get a list of vesting delegations made by a specific Hive account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'from': {'type': 'string', 'description': 'Optional starting account for pagination'}, 'limit': {'type': 'number', 'default': 100, 'maximum': 1000, 'minimum': 1, 'description': 'Maximum number of delegations to retrieve'}, 'username': {'type': 'string', 'description': 'Hive account to get delegations for'}}, 'additionalProperties': False}}, {'name': 'get_post_content', 'description': 'Retrieves a specific Hive blog post identified by author and permlink, including the post title, content, and metadata.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['author', 'permlink'], 'properties': {'author': {'type': 'string', 'description': 'Author of the post'}, 'permlink': {'type': 'string', 'description': 'Permlink of the post'}}, 'additionalProperties': False}}, {'name': 'get_posts_by_tag', 'description': 'Retrieves Hive posts filtered by a specific tag and sorted by a category like trending, hot, or created.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['category', 'tag'], 'properties': {'tag': {'type': 'string', 'description': 'The tag to filter posts by'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 20, 'minimum': 1, 'description': 'Number of posts to return (1-20)'}, 'category': {'enum': ['active', 'cashout', 'children', 'comments', 'created', 'hot', 'promoted', 'trending', 'votes'], 'type': 'string', 'description': 'Sorting category for posts (e.g. trending, hot, created)'}}, 'additionalProperties': False}}, {'name': 'get_posts_by_user', 'description': 'Retrieves posts authored by or in the feed of a specific Hive user.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['category', 'username'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 20, 'minimum': 1, 'description': 'Number of posts to return (1-20)'}, 'category': {'enum': ['blog', 'feed'], 'type': 'string', 'description': 'Type of user posts to fetch (blog = posts by user, feed = posts from users they follow)'}, 'username': {'type': 'string', 'description': 'Hive username to fetch posts for'}}, 'additionalProperties': False}}, {'name': 'vote_on_post', 'description': 'Vote on a Hive post (upvote or downvote) using the configured Hive account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['author', 'permlink', 'weight'], 'properties': {'author': {'type': 'string', 'description': 'Author of the post to vote on'}, 'weight': {'type': 'number', 'maximum': 10000, 'minimum': -10000, 'description': 'Vote weight from -10000 (100% downvote) to 10000 (100% upvote)'}, 'permlink': {'type': 'string', 'description': 'Permlink of the post to vote on'}}, 'additionalProperties': False}}, {'name': 'send_token', 'description': 'Send HIVE or HBD tokens to another Hive account using the configured account credentials.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['to', 'amount', 'currency'], 'properties': {'to': {'type': 'string', 'description': 'Recipient Hive username'}, 'memo': {'type': 'string', 'description': 'Optional memo to include with the transaction'}, 'amount': {'type': 'number', 'description': 'Amount of tokens to send', 'exclusiveMinimum': 0}, 'currency': {'enum': ['HIVE', 'HBD'], 'type': 'string', 'description': 'Currency to send: HIVE or HBD'}}, 'additionalProperties': False}}, {'name': 'create_post', 'description': 'Create a new blog post on the Hive blockchain using the configured account credentials.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'body'], 'properties': {'body': {'type': 'string', 'minLength': 1, 'description': 'Content of the blog post, can include Markdown formatting'}, 'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'default': ['blog'], 'description': "Tags for the post. Can be provided as comma-separated string 'blog,life,writing' or array"}, 'title': {'type': 'string', 'maxLength': 256, 'minLength': 1, 'description': 'Title of the blog post'}, 'permalink': {'type': 'string', 'description': 'Optional custom permalink. If not provided, one will be generated from the title'}, 'allow_votes': {'type': 'boolean', 'default': True, 'description': 'Whether to allow votes on the post'}, 'percent_hbd': {'type': 'number', 'maximum': 10000, 'minimum': 0, 'description': 'Optional percent of HBD in rewards (0-10000, where 10000 = 100%)'}, 'beneficiaries': {'anyOf': [{'anyOf': [{'not': {}}, {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'required': ['account', 'weight'], 'properties': {'weight': {'type': 'number', 'maximum': 10000, 'minimum': 1}, 'account': {'type': 'string'}}, 'additionalProperties': False}}, {'type': 'null'}]}]}, {'type': 'null'}], 'description': 'Optional list of beneficiaries to receive a portion of the rewards'}, 'max_accepted_payout': {'type': 'string', 'description': "Optional maximum accepted payout (e.g. '1000.000 HBD')"}, 'allow_curation_rewards': {'type': 'boolean', 'default': True, 'description': 'Whether to allow curation rewards'}}, 'additionalProperties': False}}, {'name': 'create_comment', 'description': 'Create a comment on an existing Hive post or reply to another comment.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['parent_author', 'parent_permlink', 'body'], 'properties': {'body': {'type': 'string', 'minLength': 1, 'description': 'Content of the comment, can include Markdown formatting'}, 'permalink': {'type': 'string', 'description': 'Optional custom permalink for your comment. If not provided, one will be generated'}, 'allow_votes': {'type': 'boolean', 'default': True, 'description': 'Whether to allow votes on the comment'}, 'percent_hbd': {'type': 'number', 'maximum': 10000, 'minimum': 0, 'description': 'Optional percent of HBD in rewards (0-10000, where 10000 = 100%)'}, 'beneficiaries': {'anyOf': [{'anyOf': [{'not': {}}, {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'required': ['account', 'weight'], 'properties': {'weight': {'type': 'number', 'maximum': 10000, 'minimum': 1}, 'account': {'type': 'string'}}, 'additionalProperties': False}}, {'type': 'null'}]}]}, {'type': 'null'}], 'description': 'Optional list of beneficiaries to receive a portion of the rewards'}, 'parent_author': {'type': 'string', 'description': "Username of the post author or comment you're replying to"}, 'parent_permlink': {'type': 'string', 'description': "Permlink of the post or comment you're replying to"}, 'max_accepted_payout': {'type': 'string', 'description': "Optional maximum accepted payout (e.g. '1000.000 HBD')"}, 'allow_curation_rewards': {'type': 'boolean', 'default': True, 'description': 'Whether to allow curation rewards'}}, 'additionalProperties': False}}, {'name': 'sign_message', 'description': 'Sign a message using a Hive private key from environment variables.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'message': {'type': 'string', 'minLength': 1, 'description': 'Message to sign (must not be empty)'}, 'key_type': {'enum': ['posting', 'active', 'memo', 'owner'], 'type': 'string', 'default': 'posting', 'description': "Type of key to use: 'posting', 'active', or 'memo'. Defaults to 'posting' if not specified."}}, 'additionalProperties': False}}, {'name': 'verify_signature', 'description': 'Verify a digital signature against a Hive public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message_hash', 'signature', 'public_key'], 'properties': {'signature': {'type': 'string', 'description': 'Signature string to verify'}, 'public_key': {'type': 'string', 'description': 'Public key to verify against (with or without the STM prefix)'}, 'message_hash': {'type': 'string', 'description': 'The SHA-256 hash of the message in hex format (64 characters)'}}, 'additionalProperties': False}}, {'name': 'get_chain_properties', 'description': 'Fetch current Hive blockchain properties and statistics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'encrypt_message', 'description': 'Encrypt a message for a specific Hive account using memo encryption', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message', 'recipient'], 'properties': {'message': {'type': 'string', 'minLength': 1, 'description': 'Message to encrypt'}, 'recipient': {'type': 'string', 'description': 'Hive username of the recipient'}}, 'additionalProperties': False}}, {'name': 'decrypt_message', 'description': 'Decrypt an encrypted message received from a specific Hive account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['encrypted_message', 'sender'], 'properties': {'sender': {'type': 'string', 'description': 'Hive username of the sender'}, 'encrypted_message': {'type': 'string', 'pattern': '^\\#', 'description': 'Encrypted message (starts with #)'}}, 'additionalProperties': False}}, {'name': 'send_encrypted_message', 'description': 'Send an encrypted message to a Hive account using a small token transfer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message', 'recipient'], 'properties': {'amount': {'type': 'number', 'default': 0.001, 'minimum': 0.001, 'description': 'Amount of HIVE to send (minimum 0.001)'}, 'message': {'type': 'string', 'minLength': 1, 'description': 'Message to encrypt and send'}, 'recipient': {'type': 'string', 'description': 'Hive username of the recipient'}}, 'additionalProperties': False}}, {'name': 'get_encrypted_messages', 'description': 'Retrieve encrypted messages from account history with optional decryption', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of messages to retrieve'}, 'decrypt': {'type': 'boolean', 'default': False, 'description': 'Whether to attempt decryption of messages'}, 'username': {'type': 'string', 'description': 'Hive username to fetch encrypted messages for (defaults to configured account if not specified)'}}, 'additionalProperties': False}}] |
@0xPratikPatil/nmapmcp | Nmap Integration | Enable seamless network scanning capabilities within MCP-compatible environments. Perform various network scans, such as top ports scanning and DNS brute force, directly through MCP interfaces to enhance your network security assessments. | 2025-03-30T06:48:02.260Z | 2 | https://smithery.ai/server/@0xPratikPatil/nmapmcp | false | null | {
"scanPassed": true
} | [{'name': 'scan_top_ports', 'description': '\nScan the top ports of the specified target with optional custom arguments.\n\nArgs:\n target (str): The target hostname or IP address.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The scan results in JSON format.\n', 'inputSchema': {'type': 'object', 'title': 'scan_top_portsArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'dns_brute_force', 'description': '\nPerform DNS brute-force to discover subdomains of the specified target.\n\nArgs:\n target (str): The target domain to scan.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The DNS brute-force scan results.\n', 'inputSchema': {'type': 'object', 'title': 'dns_brute_forceArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'list_scan', 'description': '\nPerform a list scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The list scan results.\n', 'inputSchema': {'type': 'object', 'title': 'list_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'os_detection', 'description': '\nPerform OS detection on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The OS detection results.\n', 'inputSchema': {'type': 'object', 'title': 'os_detectionArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'version_detection', 'description': '\nDetect service versions on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The version detection results.\n', 'inputSchema': {'type': 'object', 'title': 'version_detectionArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'fin_scan', 'description': '\nPerform a FIN scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The FIN scan results.\n', 'inputSchema': {'type': 'object', 'title': 'fin_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'idle_scan', 'description': '\nPerform an idle scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The idle scan results.\n', 'inputSchema': {'type': 'object', 'title': 'idle_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'ping_scan', 'description': '\nPerform a ping scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The ping scan results.\n', 'inputSchema': {'type': 'object', 'title': 'ping_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'syn_scan', 'description': '\nPerform a SYN scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The SYN scan results.\n', 'inputSchema': {'type': 'object', 'title': 'syn_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'tcp_scan', 'description': '\nPerform a TCP connect scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The TCP scan results.\n', 'inputSchema': {'type': 'object', 'title': 'tcp_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'udp_scan', 'description': '\nPerform a UDP scan on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The UDP scan results.\n', 'inputSchema': {'type': 'object', 'title': 'udp_scanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'portscan_only', 'description': '\nPerform a port scan only on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The port scan results.\n', 'inputSchema': {'type': 'object', 'title': 'portscan_onlyArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'no_portscan', 'description': '\nPerform host discovery without port scanning on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The host discovery results.\n', 'inputSchema': {'type': 'object', 'title': 'no_portscanArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'arp_discovery', 'description': "\nPerform ARP discovery on the specified target with optional custom arguments.\n\nArgs:\n target (str): The target IP address or subnet (e.g., '192.168.1.0/24').\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The ARP discovery results.\n", 'inputSchema': {'type': 'object', 'title': 'arp_discoveryArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}, {'name': 'disable_dns_resolution', 'description': '\nPerform a scan on the specified target with DNS resolution disabled and optional custom arguments.\n\nArgs:\n target (str): The target IP address or hostname.\n args (str): Additional Nmap command-line arguments.\n\nReturns:\n dict: The scan results with DNS resolution disabled.\n', 'inputSchema': {'type': 'object', 'title': 'disable_dns_resolutionArguments', 'required': ['target'], 'properties': {'args': {'type': 'string', 'title': 'Args', 'default': ''}, 'target': {'type': 'string', 'title': 'Target'}}}}] |
@basicmachines-co/basic-memory | Basic Memory | Build persistent knowledge through natural conversations with LLMs while keeping everything in simple Markdown files. Enable your LLM to read and write to your local knowledge base, allowing for contextual awareness across sessions. Manage your knowledge graph effortlessly with a local-first approach that keeps your data under your control. | 2025-03-11T19:00:48.983Z | 0 | https://smithery.ai/server/@basicmachines-co/basic-memory | false | null | {
"scanPassed": true
} | [{'name': 'delete_note', 'description': 'Delete a note by title or permalink', 'inputSchema': {'type': 'object', 'title': 'delete_noteArguments', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'title': 'Identifier'}}}}, {'name': 'read_content', 'description': "Read a file's raw content by path or permalink", 'inputSchema': {'type': 'object', 'title': 'read_contentArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'build_context', 'description': 'Build context from a memory:// URI to continue conversations naturally.\n \n Use this to follow up on previous discussions or explore related topics.\n Timeframes support natural language like:\n - "2 days ago"\n - "last week" \n - "today"\n - "3 months ago"\n Or standard formats like "7d", "24h"\n ', 'inputSchema': {'type': 'object', 'title': 'build_contextArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'maxLength': 2028, 'minLength': 1}, 'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'depth': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Depth', 'default': 1}, 'page_size': {'type': 'integer', 'title': 'Page Size', 'default': 10}, 'timeframe': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Timeframe', 'default': '7d'}, 'max_related': {'type': 'integer', 'title': 'Max Related', 'default': 10}}}}, {'name': 'recent_activity', 'description': 'Get recent activity from across the knowledge base.\n \n Timeframe supports natural language formats like:\n - "2 days ago" \n - "last week"\n - "yesterday" \n - "today"\n - "3 weeks ago"\n Or standard formats like "7d"\n ', 'inputSchema': {'type': 'object', '$defs': {'SearchItemType': {'enum': ['entity', 'observation', 'relation'], 'type': 'string', 'title': 'SearchItemType', 'description': 'Types of searchable items.'}}, 'title': 'recent_activityArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'type': {'anyOf': [{'type': 'array', 'items': {'$ref': '#/$defs/SearchItemType'}}, {'type': 'null'}], 'title': 'Type', 'default': None}, 'depth': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Depth', 'default': 1}, 'page_size': {'type': 'integer', 'title': 'Page Size', 'default': 10}, 'timeframe': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Timeframe', 'default': '7d'}, 'max_related': {'type': 'integer', 'title': 'Max Related', 'default': 10}}}}, {'name': 'search', 'description': 'Search across all content in basic-memory, including documents and entities', 'inputSchema': {'type': 'object', '$defs': {'SearchQuery': {'type': 'object', 'title': 'SearchQuery', 'properties': {'text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text', 'default': None}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'types': {'anyOf': [{'type': 'array', 'items': {'$ref': '#/$defs/SearchItemType'}}, {'type': 'null'}], 'title': 'Types', 'default': None}, 'permalink': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Permalink', 'default': None}, 'after_date': {'anyOf': [{'type': 'string', 'format': 'date-time'}, {'type': 'string'}, {'type': 'null'}], 'title': 'After Date', 'default': None}, 'entity_types': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Entity Types', 'default': None}, 'permalink_match': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Permalink Match', 'default': None}}, 'description': 'Search query parameters.\n\nUse ONE of these primary search modes:\n- permalink: Exact permalink match\n- permalink_match: Path pattern with *\n- text: Full-text search of title/content (supports boolean operators: AND, OR, NOT)\n\nOptionally filter results by:\n- types: Limit to specific item types\n- entity_types: Limit to specific entity types\n- after_date: Only items after date\n\nBoolean search examples:\n- "python AND flask" - Find items with both terms\n- "python OR django" - Find items with either term\n- "python NOT django" - Find items with python but not django\n- "(python OR flask) AND web" - Use parentheses for grouping'}, 'SearchItemType': {'enum': ['entity', 'observation', 'relation'], 'type': 'string', 'title': 'SearchItemType', 'description': 'Types of searchable items.'}}, 'title': 'searchArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'query': {'$ref': '#/$defs/SearchQuery'}, 'page_size': {'type': 'integer', 'title': 'Page Size', 'default': 10}}}}, {'name': 'read_note', 'description': 'Read a markdown note by title or permalink.', 'inputSchema': {'type': 'object', 'title': 'read_noteArguments', 'required': ['identifier'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'page_size': {'type': 'integer', 'title': 'Page Size', 'default': 10}, 'identifier': {'type': 'string', 'title': 'Identifier'}}}}, {'name': 'write_note', 'description': 'Create or update a markdown note. Returns a markdown formatted summary of the semantic content.', 'inputSchema': {'type': 'object', 'title': 'write_noteArguments', 'required': ['title', 'content', 'folder'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'folder': {'type': 'string', 'title': 'Folder'}, 'content': {'type': 'string', 'title': 'Content'}}}}, {'name': 'canvas', 'description': 'Create an Obsidian canvas file to visualize concepts and connections.', 'inputSchema': {'type': 'object', 'title': 'canvasArguments', 'required': ['nodes', 'edges', 'title', 'folder'], 'properties': {'edges': {'type': 'array', 'items': {'type': 'object'}, 'title': 'Edges'}, 'nodes': {'type': 'array', 'items': {'type': 'object'}, 'title': 'Nodes'}, 'title': {'type': 'string', 'title': 'Title'}, 'folder': {'type': 'string', 'title': 'Folder'}}}}, {'name': 'project_info', 'description': 'Get information and statistics about the current Basic Memory project.', 'inputSchema': {'type': 'object', 'title': 'project_infoArguments', 'properties': {}}}] |
@PykeW/playwright-mcp-server | Playwright MCP Server | Retrieve web page content and interact with it seamlessly. Navigate, extract, and simulate user actions on web pages using a standardized protocol. Enhance your applications with powerful web automation capabilities. | 2025-04-10T06:56:28.806Z | 0 | https://smithery.ai/server/@PykeW/playwright-mcp-server | false | null | null | [{'name': 'echo', 'description': '入力されたメッセージをそのまま返します', 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'message': {'type': 'string', 'description': 'エコーするメッセージ'}}}}, {'name': 'navigate', 'description': '指定されたURLにブラウザでアクセスします', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'アクセスするURL'}}}}, {'name': 'get_all_content', 'description': '現在開いているページのコンテンツを取得し、HTML構造を保持した形式で返します', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_visible_content', 'description': '現在開いているページの表示領域内のコンテンツを取得します', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'minVisiblePercentage': {'type': 'number', 'maximum': 100, 'minimum': 0, 'description': '要素の最小可視率(%)'}}}}, {'name': 'get_interactive_elements', 'description': 'ページ内のインタラクティブ要素(ボタン、テキストエリア、ラジオボタンなど)の座標と範囲を取得します', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'move_mouse', 'description': '指定された座標にマウスカーソルを移動します', 'inputSchema': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X座標'}, 'y': {'type': 'number', 'description': 'Y座標'}}}}, {'name': 'mouse_click', 'description': '指定された座標でマウスクリックを実行します', 'inputSchema': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X座標'}, 'y': {'type': 'number', 'description': 'Y座標'}, 'button': {'enum': ['left', 'right', 'middle'], 'type': 'string', 'description': "マウスボタン('left', 'right', 'middle')"}, 'clickCount': {'type': 'number', 'description': 'クリック回数(デフォルト: 1)'}}}}, {'name': 'mouse_wheel', 'description': 'マウスホイールのスクロールを実行します', 'inputSchema': {'type': 'object', 'required': ['deltaY'], 'properties': {'deltaX': {'type': 'number', 'description': '水平方向のスクロール量(ピクセル)'}, 'deltaY': {'type': 'number', 'description': '垂直方向のスクロール量(ピクセル)'}}}}, {'name': 'drag_and_drop', 'description': 'ドラッグアンドドロップ操作を実行します', 'inputSchema': {'type': 'object', 'required': ['sourceX', 'sourceY', 'targetX', 'targetY'], 'properties': {'sourceX': {'type': 'number', 'description': 'ドラッグ開始位置のX座標'}, 'sourceY': {'type': 'number', 'description': 'ドラッグ開始位置のY座標'}, 'targetX': {'type': 'number', 'description': 'ドロップ位置のX座標'}, 'targetY': {'type': 'number', 'description': 'ドロップ位置のY座標'}}}}] |
@omd01/aws-ses-mcp | AWS SES Email Sender | Send emails directly from your applications using AWS SES. Integrate seamlessly with Cursor or Claude Desktop to compose and dispatch emails without manual copy-pasting. Enjoy features like CC, BCC, and customizable sender addresses for enhanced email management. | 2025-03-22T10:45:39.951Z | 0 | https://smithery.ai/server/@omd01/aws-ses-mcp | false | null | {
"scanPassed": true
} | [{'name': 'send-email', 'description': 'Send an email using AWS SES', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['to', 'subject', 'text'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'Optional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself'}, 'to': {'type': 'string', 'format': 'email', 'description': 'Recipient email address'}, 'bcc': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'Optional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself'}, 'html': {'type': 'string', 'description': 'HTML email content. When provided, the plain text argument MUST be provided as well.'}, 'text': {'type': 'string', 'description': 'Plain text email content'}, 'subject': {'type': 'string', 'description': 'Email subject line'}}, 'additionalProperties': False}}] |
@jasonmorganson/memory | Knowledge Graph Memory Server | Enable your agents to remember user information across chats by utilizing a local knowledge graph. This server allows for the creation, management, and retrieval of entities and their relationships, enhancing personalized interactions. Improve user engagement by maintaining context and continuity in conversations. | 2025-04-13T23:24:23.059Z | 0 | https://smithery.ai/server/@jasonmorganson/memory | false | null | {
"scanPassed": true
} | [{'name': 'create_entities', 'description': 'Create multiple new entities in the knowledge graph', 'inputSchema': {'type': 'object', 'required': ['entities'], 'properties': {'entities': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'entityType', 'observations'], 'properties': {'name': {'type': 'string', 'description': 'The name of the entity'}, 'entityType': {'type': 'string', 'description': 'The type of the entity'}, 'observations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observation contents associated with the entity'}}}}}}}, {'name': 'create_relations', 'description': 'Create multiple new relations between entities in the knowledge graph. Relations should be in active voice', 'inputSchema': {'type': 'object', 'required': ['relations'], 'properties': {'relations': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'to': {'type': 'string', 'description': 'The name of the entity where the relation ends'}, 'from': {'type': 'string', 'description': 'The name of the entity where the relation starts'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}}}}}}, {'name': 'add_observations', 'description': 'Add new observations to existing entities in the knowledge graph', 'inputSchema': {'type': 'object', 'required': ['observations'], 'properties': {'observations': {'type': 'array', 'items': {'type': 'object', 'required': ['entityName', 'contents'], 'properties': {'contents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observation contents to add'}, 'entityName': {'type': 'string', 'description': 'The name of the entity to add the observations to'}}}}}}}, {'name': 'delete_entities', 'description': 'Delete multiple entities and their associated relations from the knowledge graph', 'inputSchema': {'type': 'object', 'required': ['entityNames'], 'properties': {'entityNames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of entity names to delete'}}}}, {'name': 'delete_observations', 'description': 'Delete specific observations from entities in the knowledge graph', 'inputSchema': {'type': 'object', 'required': ['deletions'], 'properties': {'deletions': {'type': 'array', 'items': {'type': 'object', 'required': ['entityName', 'observations'], 'properties': {'entityName': {'type': 'string', 'description': 'The name of the entity containing the observations'}, 'observations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observations to delete'}}}}}}}, {'name': 'delete_relations', 'description': 'Delete multiple relations from the knowledge graph', 'inputSchema': {'type': 'object', 'required': ['relations'], 'properties': {'relations': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'to': {'type': 'string', 'description': 'The name of the entity where the relation ends'}, 'from': {'type': 'string', 'description': 'The name of the entity where the relation starts'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}}, 'description': 'An array of relations to delete'}}}}, {'name': 'read_graph', 'description': 'Read the entire knowledge graph', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'search_nodes', 'description': 'Search for nodes in the knowledge graph based on a query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query to match against entity names, types, and observation content'}}}}, {'name': 'open_nodes', 'description': 'Open specific nodes in the knowledge graph by their names', 'inputSchema': {'type': 'object', 'required': ['names'], 'properties': {'names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of entity names to retrieve'}}}}] |
@uehaj/mcp-notifier | MCP Notifier | Send desktop notifications easily with customizable settings and various notification types. Enhance your applications with simple and advanced notification capabilities to keep users informed and engaged. | 2025-03-28T22:28:42.616Z | 0 | https://smithery.ai/server/@uehaj/mcp-notifier | false | null | {
"scanPassed": true
} | [{'name': 'notify', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'icon': {'type': 'string', 'description': 'Optional icon path'}, 'wait': {'type': 'boolean', 'description': 'Wait for the notification to be closed before continuing'}, 'sound': {'type': 'boolean', 'description': 'Play a sound with the notification'}, 'title': {'type': 'string', 'description': 'The notification title'}, 'message': {'type': 'string', 'description': 'The notification message'}}, 'additionalProperties': False}}, {'name': 'notify-advanced', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'message'], 'properties': {'type': {'enum': ['info', 'success', 'warning', 'error'], 'type': 'string', 'description': 'Notification type'}, 'title': {'type': 'string', 'description': 'The notification title'}, 'actions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of action button labels (macOS only)'}, 'message': {'type': 'string', 'description': 'The notification message'}, 'timeout': {'type': 'number', 'description': 'Auto-close timeout in milliseconds'}, 'closeLabel': {'type': 'string', 'description': 'Text for close button (macOS only)'}}, 'additionalProperties': False}}] |
@bastienchabal/gmail-mcp | Gmail MCP (optional integration with Google Calendar) | Enhance your email management with intelligent, context-aware interactions. Analyze conversations, generate personalized replies, and seamlessly integrate with your calendar for efficient scheduling. Streamline your workflow and stay organized with advanced search and event detection capabilities.
Check README for seamless configuration process. | 2025-03-17T14:44:59.316Z | 0 | https://smithery.ai/server/@bastienchabal/gmail-mcp | false | null | {
"scanPassed": true
} | [{'name': 'login_tool', 'description': '\n Initiate the OAuth2 flow by providing a link to the Google authorization page.\n \n Returns:\n str: The authorization URL to redirect to.\n ', 'inputSchema': {'type': 'object', 'title': 'login_toolArguments', 'properties': {}}}, {'name': 'authenticate', 'description': '\n Start the complete OAuth authentication process.\n \n This tool opens a browser window and starts a local server to handle the callback.\n \n Returns:\n str: A message indicating that the authentication process has started.\n ', 'inputSchema': {'type': 'object', 'title': 'authenticateArguments', 'properties': {}}}, {'name': 'process_auth_code_tool', 'description': '\n Process the OAuth2 authorization code and state.\n \n Args:\n code (str): The authorization code from Google.\n state (str): The state parameter from Google.\n \n Returns:\n str: A success or error message.\n ', 'inputSchema': {'type': 'object', 'title': 'process_auth_code_toolArguments', 'required': ['code', 'state'], 'properties': {'code': {'type': 'string', 'title': 'Code'}, 'state': {'type': 'string', 'title': 'State'}}}}, {'name': 'logout', 'description': '\n Log out by revoking the access token and clearing the stored credentials.\n \n Returns:\n str: A success or error message.\n ', 'inputSchema': {'type': 'object', 'title': 'logoutArguments', 'properties': {}}}, {'name': 'check_auth_status', 'description': '\n Check the current authentication status.\n \n This tool provides a direct way to check if the user is authenticated\n without having to access the auth://status resource.\n \n Returns:\n Dict[str, Any]: The authentication status.\n ', 'inputSchema': {'type': 'object', 'title': 'check_auth_statusArguments', 'properties': {}}}, {'name': 'get_email_count', 'description': "\n Get the count of emails in the user's inbox.\n \n This tool retrieves the total number of messages in the user's Gmail account\n and the number of messages in the inbox.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - If not authenticated, guide the user through the authentication process.\n \n Returns:\n Dict[str, Any]: The email count information including:\n - email: The user's email address\n - total_messages: Total number of messages in the account\n - inbox_messages: Number of messages in the inbox\n - next_page_token: Token for pagination (if applicable)\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. If authenticated, call get_email_count()\n 3. If not authenticated, guide user to authenticate first\n ", 'inputSchema': {'type': 'object', 'title': 'get_email_countArguments', 'properties': {}}}, {'name': 'list_emails', 'description': '\n List emails from the user\'s mailbox.\n \n This tool retrieves a list of emails from the specified label in the user\'s\n Gmail account, with basic information about each email.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - If not authenticated, guide the user through the authentication process.\n \n Args:\n max_results (int, optional): Maximum number of emails to return. Defaults to 10.\n label (str, optional): The label to filter by. Defaults to "INBOX".\n Common labels: "INBOX", "SENT", "DRAFT", "TRASH", "SPAM", "STARRED"\n \n Returns:\n Dict[str, Any]: The list of emails including:\n - emails: List of email objects with basic information and links\n - next_page_token: Token for pagination (if applicable)\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. If authenticated, call list_emails(max_results=5, label="INBOX")\n 3. If not authenticated, guide user to authenticate first\n 4. Always include the email_link when discussing specific emails with the user\n ', 'inputSchema': {'type': 'object', 'title': 'list_emailsArguments', 'properties': {'label': {'type': 'string', 'title': 'Label', 'default': 'INBOX'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'get_email', 'description': '\n Get a specific email by ID.\n \n This tool retrieves the full details of a specific email, including\n the body content, headers, and other metadata.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - You need an email ID, which can be obtained from list_emails() or search_emails()\n \n Args:\n email_id (str): The ID of the email to retrieve. This ID comes from the\n list_emails() or search_emails() results.\n \n Returns:\n Dict[str, Any]: The email details including:\n - id: Email ID\n - thread_id: Thread ID\n - subject: Email subject\n - from: Sender information\n - to: Recipient information\n - cc: CC recipients\n - date: Email date\n - body: Email body content\n - snippet: Short snippet of the email\n - labels: Email labels\n - email_link: Direct link to the email in Gmail web interface\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. Get a list of emails: list_emails()\n 3. Extract an email ID from the results\n 4. Get the full email: get_email(email_id="...")\n 5. Always include the email_link when discussing the email with the user\n ', 'inputSchema': {'type': 'object', 'title': 'get_emailArguments', 'required': ['email_id'], 'properties': {'email_id': {'type': 'string', 'title': 'Email Id'}}}}, {'name': 'search_emails', 'description': '\n Search for emails using Gmail\'s search syntax.\n \n This tool searches for emails matching the specified query using\n Gmail\'s powerful search syntax.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - If not authenticated, guide the user through the authentication process.\n \n Args:\n query (str): The search query using Gmail\'s search syntax.\n Examples:\n - "from:[email protected]" - Emails from a specific sender\n - "to:[email protected]" - Emails to a specific recipient\n - "subject:meeting" - Emails with "meeting" in the subject\n - "has:attachment" - Emails with attachments\n - "is:unread" - Unread emails\n - "after:2023/01/01" - Emails after January 1, 2023\n max_results (int, optional): Maximum number of emails to return. Defaults to 10.\n \n Returns:\n Dict[str, Any]: The search results including:\n - query: The search query used\n - emails: List of email objects matching the query with links\n - next_page_token: Token for pagination (if applicable)\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. If authenticated, search for emails: search_emails(query="from:[email protected]")\n 3. If not authenticated, guide user to authenticate first\n 4. Always include the email_link when discussing specific emails with the user\n ', 'inputSchema': {'type': 'object', 'title': 'search_emailsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'get_email_overview', 'description': "\n Get a simple overview of the user's emails.\n \n This tool provides a quick summary of the user's Gmail account,\n including counts and recent emails, all in one call.\n \n Returns:\n Dict[str, Any]: The email overview including:\n - account: Account information\n - counts: Email counts by label\n - recent_emails: List of recent emails with links\n - unread_count: Number of unread emails\n \n Note: Always include the email_link when discussing specific emails with the user.\n ", 'inputSchema': {'type': 'object', 'title': 'get_email_overviewArguments', 'properties': {}}}, {'name': 'prepare_email_reply', 'description': '\n Prepare a context-rich reply to an email.\n \n This tool gathers comprehensive context for replying to an email,\n including the original email, thread history, sender information,\n communication patterns, and related emails.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - You need an email ID, which can be obtained from list_emails() or search_emails()\n \n Args:\n email_id (str): The ID of the email to reply to.\n \n Returns:\n Dict[str, Any]: Comprehensive context for generating a reply, including:\n - original_email: The email being replied to\n - thread_context: Information about the thread\n - sender_context: Information about the sender\n - communication_patterns: Analysis of communication patterns\n - entities: Entities extracted from the email\n - related_emails: Related emails for context\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. Get a list of emails: list_emails()\n 3. Extract an email ID from the results\n 4. Prepare a reply: prepare_email_reply(email_id="...")\n 5. Use the returned context to craft a personalized reply\n ', 'inputSchema': {'type': 'object', 'title': 'prepare_email_replyArguments', 'required': ['email_id'], 'properties': {'email_id': {'type': 'string', 'title': 'Email Id'}}}}, {'name': 'send_email_reply', 'description': '\n Create a draft reply to an email.\n \n This tool creates a draft reply to the specified email with the provided text.\n The draft is saved but NOT sent automatically - user confirmation is required.\n \n Prerequisites:\n - The user must be authenticated. Check auth://status resource first.\n - You need an email ID, which can be obtained from list_emails() or search_emails()\n - You should use prepare_email_reply() first to get context for crafting a personalized reply\n \n Args:\n email_id (str): The ID of the email to reply to.\n reply_text (str): The text of the reply.\n include_original (bool, optional): Whether to include the original email in the reply. Defaults to True.\n \n Returns:\n Dict[str, Any]: The result of the operation, including:\n - success: Whether the operation was successful\n - message: A message describing the result\n - draft_id: The ID of the created draft\n - confirmation_required: Always True to indicate user confirmation is needed\n \n Example usage:\n 1. First check authentication: access auth://status resource\n 2. Get a list of emails: list_emails()\n 3. Extract an email ID from the results\n 4. Prepare a reply: prepare_email_reply(email_id="...")\n 5. Create a draft reply: send_email_reply(email_id="...", reply_text="...")\n 6. IMPORTANT: Always ask for user confirmation before sending\n 7. After user confirms, use confirm_send_email(draft_id=\'" + draft["id"] + "\')\n \n IMPORTANT: You must ALWAYS ask for user confirmation before sending any email.\n Never assume the email should be sent automatically.\n ', 'inputSchema': {'type': 'object', 'title': 'send_email_replyArguments', 'required': ['email_id', 'reply_text'], 'properties': {'email_id': {'type': 'string', 'title': 'Email Id'}, 'reply_text': {'type': 'string', 'title': 'Reply Text'}, 'include_original': {'type': 'boolean', 'title': 'Include Original', 'default': True}}}}, {'name': 'confirm_send_email', 'description': '\n Send a draft email after user confirmation.\n \n This tool sends a previously created draft email. It should ONLY be used\n after explicit user confirmation to send the email.\n \n Prerequisites:\n - The user must be authenticated\n - You need a draft_id from send_email_reply()\n - You MUST have explicit user confirmation to send the email\n \n Args:\n draft_id (str): The ID of the draft to send.\n \n Returns:\n Dict[str, Any]: The result of the operation, including:\n - success: Whether the operation was successful\n - message: A message describing the result\n - email_id: The ID of the sent email (if successful)\n \n Example usage:\n 1. Create a draft: send_email_reply(email_id="...", reply_text="...")\n 2. Ask for user confirmation: "Would you like me to send this email?"\n 3. ONLY after user confirms: confirm_send_email(draft_id="...")\n \n IMPORTANT: Never call this function without explicit user confirmation.\n ', 'inputSchema': {'type': 'object', 'title': 'confirm_send_emailArguments', 'required': ['draft_id'], 'properties': {'draft_id': {'type': 'string', 'title': 'Draft Id'}}}}, {'name': 'create_calendar_event', 'description': '\n Create a new event in the user\'s Google Calendar.\n \n This tool creates a new calendar event with the specified details.\n \n Prerequisites:\n - The user must be authenticated with Google Calendar access\n \n Args:\n summary (str): The title/summary of the event\n start_time (str): The start time of the event in ISO format (YYYY-MM-DDTHH:MM:SS) or simple date/time format ("5pm", "tomorrow 3pm")\n end_time (str, optional): The end time of the event. If not provided, you should ask the user for this information.\n description (str, optional): Description or notes for the event. If not provided, leave it blank.\n location (str, optional): Location of the event. If not provided, leave it blank.\n attendees (List[str], optional): List of email addresses of attendees. The current user will always be added automatically.\n color_name (str, optional): Color name for the event (e.g., "red", "blue", "green", "purple", "yellow", "orange")\n \n Returns:\n Dict[str, Any]: The result of the operation, including:\n - success: Whether the operation was successful\n - message: A message describing the result\n - event_id: The ID of the created event\n - event_link: Direct link to the event in Google Calendar\n - missing_info: List of missing information that should be asked from the user\n \n Example usage:\n 1. Create a simple event:\n create_calendar_event(summary="Team Meeting", start_time="2023-12-01T14:00:00")\n \n 2. Create a detailed event:\n create_calendar_event(\n summary="Project Kickoff",\n start_time="next monday at 10am",\n end_time="next monday at 11:30am",\n description="Initial meeting to discuss project scope",\n location="Conference Room A",\n attendees=["[email protected]", "[email protected]"],\n color_id="2"\n )\n ', 'inputSchema': {'type': 'object', 'title': 'create_calendar_eventArguments', 'required': ['summary', 'start_time'], 'properties': {'summary': {'type': 'string', 'title': 'Summary'}, 'end_time': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Time', 'default': None}, 'location': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Location', 'default': None}, 'attendees': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Attendees', 'default': None}, 'color_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Color Name', 'default': None}, 'start_time': {'type': 'string', 'title': 'Start Time'}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'detect_events_from_email', 'description': '\n Detect potential calendar events from an email.\n \n This tool analyzes an email to identify potential calendar events\n based on dates, times, and contextual clues.\n \n Prerequisites:\n - The user must be authenticated\n - You need an email ID from list_emails() or search_emails()\n \n Args:\n email_id (str): The ID of the email to analyze for events\n \n Returns:\n Dict[str, Any]: The detected events including:\n - success: Whether the operation was successful\n - events: List of potential events with details\n - email_link: Link to the original email\n \n Example usage:\n 1. Get an email: email = get_email(email_id="...")\n 2. Detect events: events = detect_events_from_email(email_id="...")\n 3. Ask the user if they want to add the events to their calendar\n 4. Ask the user for any missing information (end time, location, description, attendees)\n 5. If confirmed, create the events using create_calendar_event()\n \n Important:\n - Always ask for user confirmation before creating calendar events\n - Always ask for missing information like end time, location, description, and attendees\n - Never use default values without user input\n - Always include the event_link when discussing events with the user\n ', 'inputSchema': {'type': 'object', 'title': 'detect_events_from_emailArguments', 'required': ['email_id'], 'properties': {'email_id': {'type': 'string', 'title': 'Email Id'}}}}, {'name': 'list_calendar_events', 'description': '\n List events from the user\'s Google Calendar.\n \n This tool retrieves a list of upcoming events from the user\'s calendar.\n \n Prerequisites:\n - The user must be authenticated with Google Calendar access\n \n Args:\n max_results (int, optional): Maximum number of events to return. Defaults to 10.\n time_min (str, optional): Start time for the search in ISO format or natural language.\n Defaults to now.\n time_max (str, optional): End time for the search in ISO format or natural language.\n Defaults to unlimited.\n query (str, optional): Free text search terms to find events that match.\n \n Returns:\n Dict[str, Any]: The list of events including:\n - events: List of calendar events with details and links\n - next_page_token: Token for pagination (if applicable)\n \n Example usage:\n 1. List upcoming events:\n list_calendar_events()\n \n 2. List events for a specific time range:\n list_calendar_events(time_min="tomorrow", time_max="tomorrow at 11:59pm")\n \n 3. Search for specific events:\n list_calendar_events(query="meeting")\n \n Important:\n - Always include the event_link when discussing specific events with the user\n - The event_link allows users to directly access their events in Google Calendar\n - When listing multiple events, include the event_link for each event\n ', 'inputSchema': {'type': 'object', 'title': 'list_calendar_eventsArguments', 'properties': {'query': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Query', 'default': None}, 'time_max': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Max', 'default': None}, 'time_min': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Min', 'default': None}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'suggest_meeting_times', 'description': '\n Suggest available meeting times within a date range.\n \n This tool analyzes the user\'s calendar and suggests available time slots\n for scheduling meetings based on their existing calendar events.\n \n Prerequisites:\n - The user must be authenticated with Google Calendar access\n \n Args:\n start_date (str): The start date of the range to check (can be natural language like "tomorrow")\n end_date (str): The end date of the range to check (can be natural language like "next friday")\n duration_minutes (int, optional): The desired meeting duration in minutes. Defaults to 60.\n working_hours (str, optional): Working hours in format "9-17" (9am to 5pm). Defaults to 9am-5pm.\n \n Returns:\n Dict[str, Any]: The suggested meeting times including:\n - success: Whether the operation was successful\n - suggestions: List of suggested meeting times with formatted date/time\n - message: A message describing the result\n \n Example usage:\n 1. Find meeting times for tomorrow:\n suggest_meeting_times(start_date="tomorrow", end_date="tomorrow")\n \n 2. Find meeting times for next week with custom duration:\n suggest_meeting_times(\n start_date="next monday", \n end_date="next friday", \n duration_minutes=30\n )\n \n 3. Find meeting times with custom working hours:\n suggest_meeting_times(\n start_date="tomorrow", \n end_date="friday", \n working_hours="10-16"\n )\n \n Important:\n - The tool respects the user\'s existing calendar events\n - Suggestions are limited to working hours (default 9am-5pm)\n - Weekends are excluded by default\n - The tool will return at most 10 suggestions\n ', 'inputSchema': {'type': 'object', 'title': 'suggest_meeting_timesArguments', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'working_hours': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Working Hours', 'default': None}, 'duration_minutes': {'type': 'integer', 'title': 'Duration Minutes', 'default': 60}}}}] |
@8bitsats/pump-mcp | Solana Token Creator | Create and manage your own Solana tokens effortlessly. Execute trades, retrieve token information, and manage accounts directly through Claude AI. Simplify your blockchain interactions with seamless integration on the Pump.fun platform. | 2025-04-07T20:55:49.489Z | 0 | https://smithery.ai/server/@8bitsats/pump-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get-token-info', 'description': 'Get information about a Pump.fun token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress'], 'properties': {'tokenAddress': {'type': 'string', 'description': "The token's mint address"}}, 'additionalProperties': False}}, {'name': 'create-token', 'description': 'Create a new Pump.fun token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'symbol', 'description', 'initialBuyAmount'], 'properties': {'name': {'type': 'string', 'description': 'Token name'}, 'symbol': {'type': 'string', 'description': 'Token symbol'}, 'imageUrl': {'type': 'string', 'description': 'URL to token image (optional)'}, 'accountName': {'type': 'string', 'default': 'default', 'description': "Name of the account to use (will be created if it doesn't exist)"}, 'description': {'type': 'string', 'description': 'Token description'}, 'initialBuyAmount': {'type': 'number', 'minimum': 0.0001, 'description': 'Initial buy amount in SOL'}}, 'additionalProperties': False}}, {'name': 'buy-token', 'description': 'Buy a Pump.fun token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress', 'buyAmount'], 'properties': {'buyAmount': {'type': 'number', 'minimum': 0.0001, 'description': 'Amount to buy in SOL'}, 'accountName': {'type': 'string', 'default': 'default', 'description': 'Name of the account to use'}, 'tokenAddress': {'type': 'string', 'description': "The token's mint address"}, 'slippageBasisPoints': {'type': 'number', 'default': 100, 'description': 'Slippage tolerance in basis points (1% = 100)'}}, 'additionalProperties': False}}, {'name': 'sell-token', 'description': 'Sell a Pump.fun token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress', 'sellAmount'], 'properties': {'sellAmount': {'type': 'number', 'minimum': 0, 'description': 'Amount of tokens to sell (0 for all)'}, 'accountName': {'type': 'string', 'default': 'default', 'description': 'Name of the account to use'}, 'tokenAddress': {'type': 'string', 'description': "The token's mint address"}, 'slippageBasisPoints': {'type': 'number', 'default': 100, 'description': 'Slippage tolerance in basis points (1% = 100)'}}, 'additionalProperties': False}}, {'name': 'list-accounts', 'description': 'List all accounts in the keys folder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-account-balance', 'description': 'Get the SOL and token balances for an account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'accountName': {'type': 'string', 'default': 'default', 'description': 'Name of the account to check'}, 'tokenAddress': {'type': 'string', 'description': 'Optional token address to check balance for'}}, 'additionalProperties': False}}] |
@mz462/mcppaylocity | Paylocity Data Fetcher | Fetch and manage employee data, earnings, and pay statements from Paylocity seamlessly. Access comprehensive employee information and insights through a secure API integration. Simplify your HR processes with real-time data retrieval and management capabilities. | 2025-03-08T16:43:03.700Z | 0 | https://smithery.ai/server/@mz462/mcppaylocity | false | null | {
"scanPassed": true
} | [{'name': 'fetch_employees', 'description': '\nFetch all employees for a company.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n', 'inputSchema': {'type': 'object', 'title': 'fetch_employeesArguments', 'properties': {'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}}}}, {'name': 'fetch_employee_details', 'description': '\nFetch details for a specific employee.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n employee_id: Employee ID (string or integer) to get details for.\n', 'inputSchema': {'type': 'object', 'title': 'fetch_employee_detailsArguments', 'properties': {'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}, 'employee_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Employee Id', 'default': None}}}}, {'name': 'fetch_employee_earnings', 'description': '\nFetch earnings data for a specific employee.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n employee_id: Employee ID (string or integer) to get earnings for.\n', 'inputSchema': {'type': 'object', 'title': 'fetch_employee_earningsArguments', 'properties': {'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}, 'employee_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Employee Id', 'default': None}}}}, {'name': 'fetch_company_codes', 'description': "\nFetch company codes for a specific resource.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n code_resource: Code resource to fetch (e.g., 'earnings', 'deductions', 'costcenter1', etc.)\n", 'inputSchema': {'type': 'object', 'title': 'fetch_company_codesArguments', 'properties': {'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}, 'code_resource': {'type': 'string', 'title': 'Code Resource', 'default': None}}}}, {'name': 'fetch_employee_local_taxes', 'description': '\nFetch local taxes for a specific employee.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n employee_id: Employee ID (string or integer) to get local taxes for.\n', 'inputSchema': {'type': 'object', 'title': 'fetch_employee_local_taxesArguments', 'properties': {'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}, 'employee_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Employee Id', 'default': None}}}}, {'name': 'fetch_employee_paystatement_details', 'description': '\nFetch pay statement details for a specific employee, year and check date.\n\nArgs:\n company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration.\n employee_id: Employee ID (string or integer) to get pay statement details for.\n year: The year to get pay statement details for.\n check_date: The check date to get pay statement details for (format: MM/DD/YYYY).\n', 'inputSchema': {'type': 'object', 'title': 'fetch_employee_paystatement_detailsArguments', 'properties': {'year': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Year', 'default': None}, 'check_date': {'type': 'string', 'title': 'Check Date', 'default': None}, 'company_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Company Id', 'default': None}, 'employee_id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'title': 'Employee Id', 'default': None}}}}] |
@zhixiaoqiang/antd-components-mcp | Ant Design Components | Explore and understand Ant Design components effortlessly. Access comprehensive documentation, API details, code examples, and changelogs directly through your language model. Enhance your development workflow with up-to-date component information at your fingertips. | 2025-04-12T09:36:55.995Z | 0 | https://smithery.ai/server/@zhixiaoqiang/antd-components-mcp | false | null | {
"scanPassed": true
} | [{'name': 'get-component-docs', 'description': '\n获取 Ant Design 特定组件的详细文档\n适用场景:\n1. 用户询问如何使用特定组件;\n2. 用户需要查看该组件的 api 属性;\n\n如果不支持,请将其作为工作区依赖项添加到 package.json 文件中。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['componentName'], 'properties': {'componentName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list-component-examples', 'description': '\n获取 Ant Design 特定组件的代码示例\n\n适用场景:\n1. 用户询问特定组件的示例时\n2. 用户想要实现某个功能时直接告知可使用的例子\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['componentName'], 'properties': {'componentName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get-component-changelog', 'description': '\n列出 Ant Design 特定组件的更新日志\n\n适用场景:\n1. 用户询问特定组件的更新日志;\n2. 用户需要实现相关功能时协助判断在什么版本中才实现,来决定是否需要升级依赖;\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['componentName'], 'properties': {'componentName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list-components', 'description': '\n当用户请求一个新的用户界面(UI)使用 Ant Design 组件时使用此工具。\n此工具仅返回可用的组件列表。\n调用此工具后,你必须编辑或添加文件,以便将代码片段集成到代码库中。\n\n需要前置询问用户所使用的 antd 版本\n', 'inputSchema': {'type': 'object'}}] |
@neurelo-connect/neurelo-connect | Clickhouse and PostgreSQL with Neurelo Connect | Interact with ClickHouse and PostgreSQL databases through Neurelo Connect. | 2025-03-05T16:50:10.833Z | 0 | https://smithery.ai/server/@neurelo-connect/neurelo-connect | false | null | {
"scanPassed": true
} | [{'name': 'system_list_databases', 'description': 'List all the available databases', 'inputSchema': {'type': 'object'}}, {'name': 'system_get_database_status', 'description': 'Get the status of a given database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target'], 'properties': {'target': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'system_get_status', 'description': 'Check if all databases are running', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'system_get_database_schema', 'description': 'Get the schema for a given database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target'], 'properties': {'target': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'raw_readonly_query', 'description': 'Execute a raw query against a database with readonly access. Can only be called if the database allows raw readonly queries.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target', 'query'], 'properties': {'query': {'type': 'string', 'description': 'The query to execute'}, 'target': {'type': 'string', 'description': 'The database to query'}}, 'additionalProperties': False}}, {'name': 'raw_query', 'description': 'Execute a raw query against a database with read/write access. Can only be called if the database allows raw read/write queries.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target', 'query'], 'properties': {'query': {'type': 'string', 'description': 'The query to execute'}, 'target': {'type': 'string', 'description': 'The database to query'}}, 'additionalProperties': False}}, {'name': 'system_get_endpoints', 'description': 'Get all available endpoints for stored queries and workflows', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'call_endpoint', 'description': 'Call a given stored query/workflow endpoint with the provided parameters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'requestMethod', 'parameters'], 'properties': {'path': {'type': 'string'}, 'parameters': {'type': 'object', 'additionalProperties': {'type': ['string', 'number', 'boolean']}}, 'requestMethod': {'type': 'string'}}, 'additionalProperties': False}}] |
@1092705638/dameng-mcp-server | 达梦8数据库 MCP 服务 | 提供达梦8数据库的模型上下文协议(MCP)服务,方便集成和访问数据库内容。通过该服务,用户可以高效地利用达梦8数据库的数据资源和功能。 | 2025-04-27T09:46:17.226Z | 0 | https://smithery.ai/server/@1092705638/dameng-mcp-server | false | null | {
"scanPassed": true
} | [{'name': 'execute_sql', 'description': 'Execute an SQL query on the Dameng server', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The SQL query to execute'}}}}] |
@DeepSpringAI/parquet_mcp_server | Parquet MCP Server | Manipulate and analyze Parquet files efficiently. Generate text embeddings, extract file information, and convert files to DuckDB or PostgreSQL formats seamlessly. | 2025-03-29T03:28:39.877Z | 0 | https://smithery.ai/server/@DeepSpringAI/parquet_mcp_server | false | null | {
"scanPassed": true
} | [{'name': 'embed-parquet', 'description': 'Embed text in a specific column of a parquet file', 'inputSchema': {'type': 'object', 'required': ['input_path', 'output_path', 'column_name', 'embedding_column', 'batch_size'], 'properties': {'batch_size': {'type': 'int', 'description': 'batch size for the embedding'}, 'input_path': {'type': 'string', 'description': 'Path to the input Parquet file'}, 'column_name': {'type': 'string', 'description': 'The name of the column containing the text to embed'}, 'output_path': {'type': 'string', 'description': 'Path to the output Parquet file'}, 'embedding_column': {'type': 'string', 'description': 'Name of the new column where embeddings will be saved'}}}}, {'name': 'parquet-information', 'description': 'Get information about a parquet file including column names, number of rows, and file size', 'inputSchema': {'type': 'object', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'description': 'Path to the Parquet file'}}}}, {'name': 'convert-to-duckdb', 'description': 'Convert a Parquet file to a DuckDB database', 'inputSchema': {'type': 'object', 'required': ['parquet_path'], 'properties': {'output_dir': {'type': 'string', 'description': 'Directory to save the DuckDB database (optional)'}, 'parquet_path': {'type': 'string', 'description': 'Path to the input Parquet file'}}}}, {'name': 'convert-to-postgres', 'description': 'Convert a Parquet file to a PostgreSQL table with pgvector support', 'inputSchema': {'type': 'object', 'required': ['parquet_path', 'table_name'], 'properties': {'table_name': {'type': 'string', 'description': 'Name of the PostgreSQL table to create or append to'}, 'parquet_path': {'type': 'string', 'description': 'Path to the input Parquet file'}}}}, {'name': 'process-markdown', 'description': 'Convert a markdown file into structured JSON with text chunks and save as parquet', 'inputSchema': {'type': 'object', 'required': ['file_path', 'output_path'], 'properties': {'file_path': {'type': 'string', 'description': 'Path to the markdown file'}, 'output_path': {'type': 'string', 'description': 'Path to save the output parquet file'}}}}] |
@gamunu/mcp-unix-shell | Unix Shell Server | Execute unix shell commands securely and efficiently. List previous command executions and configure allowed commands to enhance security. Integrate with your applications to leverage shell capabilities without compromising safety. | 2025-04-09T13:15:22.257Z | 0 | https://smithery.ai/server/@gamunu/mcp-unix-shell | false | null | {
"scanPassed": true
} | [{'name': 'execute_command', 'description': 'Execute a shell command using bash or zsh.', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'shell': {'type': 'string', 'description': 'The shell to use (bash or zsh)'}, 'command': {'type': 'string', 'description': 'The command to execute'}}}}, {'name': 'list_allowed_commands', 'description': 'List all commands that are allowed to be executed.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_recent_commands', 'description': 'List recently executed commands.', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of commands to return'}}}}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.