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
@horizondatawave/hdw-mcp-server
HDW MCP Server
Access LinkedIn data and manage user accounts seamlessly. Retrieve profiles, search users, and interact with posts and messages through a powerful API. Enhance your applications with comprehensive LinkedIn functionalities.
2025-03-14T16:01:05.926Z
76
https://smithery.ai/server/@horizondatawave/hdw-mcp-server
true
null
null
[{'name': 'search_linkedin_users', 'description': 'Search for LinkedIn users with various filters like keywords, name, title, company, location etc.', 'inputSchema': {'type': 'object', 'required': ['count'], 'properties': {'count': {'type': 'number', 'default': 10, 'description': 'Maximum number of results (max 1000)'}, 'title': {'type': 'string', 'description': 'Exact word in the title'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds (20-1500)'}, 'industry': {'type': 'string', 'description': 'Industry URN or name'}, 'keywords': {'type': 'string', 'description': 'Any keyword for searching in the user page.'}, 'location': {'type': 'string', 'description': 'Location name or URN'}, 'education': {'type': 'string', 'description': 'Education URN or name'}, 'last_name': {'type': 'string', 'description': 'Exact last name'}, 'first_name': {'type': 'string', 'description': 'Exact first name'}, 'past_company': {'type': 'string', 'description': 'Past company URN or name'}, 'current_company': {'type': 'string', 'description': 'Company URN or name'}, 'school_keywords': {'type': 'string', 'description': 'Exact word in the school name'}, 'company_keywords': {'type': 'string', 'description': 'Exact word in the company name'}}}}, {'name': 'get_linkedin_profile', 'description': 'Get detailed information about a LinkedIn user profile', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'User alias, URL, or URN'}, 'with_skills': {'type': 'boolean', 'default': True, 'description': 'Include skills info'}, 'with_education': {'type': 'boolean', 'default': True, 'description': 'Include education info'}, 'with_experience': {'type': 'boolean', 'default': True, 'description': 'Include experience info'}}}}, {'name': 'get_linkedin_email_user', 'description': 'Get LinkedIn user details by email', 'inputSchema': {'type': 'object', 'required': ['email'], 'properties': {'count': {'type': 'number', 'default': 5, 'description': 'Max results'}, 'email': {'type': 'string', 'description': 'Email address'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_user_posts', 'description': 'Get LinkedIn posts for a user by URN (must include prefix, example: fsd_profile:ACoAAEWn01QBWENVMWqyM3BHfa1A-xsvxjdaXsY)', 'inputSchema': {'type': 'object', 'required': ['urn'], 'properties': {'urn': {'type': 'string', 'description': 'User URN (must include prefix, example: fsd_profile:ACoAA...)'}, 'count': {'type': 'number', 'default': 10, 'description': 'Max posts'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_user_reactions', 'description': 'Get LinkedIn reactions for a user by URN (must include prefix, example: fsd_profile:ACoAA...)', 'inputSchema': {'type': 'object', 'required': ['urn'], 'properties': {'urn': {'type': 'string', 'description': 'User URN (must include prefix, example: fsd_profile:ACoAA...)'}, 'count': {'type': 'number', 'default': 10, 'description': 'Max reactions'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_chat_messages', 'description': 'Get top chat messages from LinkedIn management API. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'User URN for filtering messages (must include prefix, e.g. fsd_profile:ACoAA...)'}, 'count': {'type': 'number', 'default': 20, 'description': 'Max messages to return'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'send_linkedin_chat_message', 'description': 'Send a chat message via LinkedIn management API. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': ['user', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Message text'}, 'user': {'type': 'string', 'description': 'Recipient user URN (must include prefix, e.g. fsd_profile:ACoAA...)'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'send_linkedin_connection', 'description': 'Send a connection invitation to LinkedIn user. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': ['user'], 'properties': {'user': {'type': 'string', 'description': 'Recipient user URN (must include prefix, e.g. fsd_profile:ACoAA...)'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'send_linkedin_post_comment', 'description': 'Create a comment on a LinkedIn post or on another comment. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': ['text', 'urn'], 'properties': {'urn': {'type': 'string', 'description': "URN of the activity or comment to comment on (e.g., 'activity:123' or 'comment:(activity:123,456)')"}, 'text': {'type': 'string', 'description': 'Comment text'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_user_connections', 'description': 'Get list of LinkedIn user connections. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'count': {'type': 'number', 'default': 20, 'description': 'Max connections to return'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}, 'connected_after': {'type': 'number', 'description': 'Filter users that added after the specified date (timestamp)'}}}}, {'name': 'get_linkedin_post_reposts', 'description': 'Get LinkedIn reposts for a post by URN', 'inputSchema': {'type': 'object', 'required': ['urn', 'count'], 'properties': {'urn': {'type': 'string', 'description': 'Post URN, only activity urn type is allowed (example: activity:7234173400267538433)'}, 'count': {'type': 'number', 'default': 50, 'description': 'Max reposts to return'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_post_comments', 'description': 'Get LinkedIn comments for a post by URN', 'inputSchema': {'type': 'object', 'required': ['urn', 'count'], 'properties': {'urn': {'type': 'string', 'description': 'Post URN, only activity urn type is allowed (example: activity:7234173400267538433)'}, 'sort': {'enum': ['relevance', 'recent'], 'type': 'string', 'default': 'relevance', 'description': 'Sort type (relevance or recent)'}, 'count': {'type': 'number', 'default': 10, 'description': 'Max comments to return'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_google_company', 'description': 'Search for LinkedIn companies using Google search. First result is usually the best match.', 'inputSchema': {'type': 'object', 'required': ['keywords'], 'properties': {'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'examples': [['Software as a Service (SaaS)'], ['google.com']], 'description': 'Company keywords for search. For example, company name or company website'}, 'with_urn': {'type': 'boolean', 'default': False, 'description': 'Include URNs in response (increases execution time)'}, 'count_per_keyword': {'type': 'number', 'default': 1, 'maximum': 10, 'minimum': 1, 'description': 'Max results per keyword'}}}}, {'name': 'get_linkedin_company', 'description': 'Get detailed information about a LinkedIn company', 'inputSchema': {'type': 'object', 'required': ['company'], 'properties': {'company': {'type': 'string', 'description': "Company Alias or URL or URN (example: 'openai' or 'company:1441')"}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}}}}, {'name': 'get_linkedin_company_employees', 'description': 'Get employees of a LinkedIn company', 'inputSchema': {'type': 'object', 'required': ['companies', 'count'], 'properties': {'count': {'type': 'number', 'default': 10, 'description': 'Maximum number of results'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}, 'keywords': {'type': 'string', 'examples': ['Alex'], 'description': 'Any keyword for searching employees'}, 'companies': {'type': 'array', 'items': {'type': 'string'}, 'description': "Company URNs (example: ['company:14064608'])"}, 'last_name': {'type': 'string', 'examples': ['Gates'], 'description': 'Search for exact last name'}, 'first_name': {'type': 'string', 'examples': ['Bill'], 'description': 'Search for exact first name'}}}}, {'name': 'send_linkedin_post', 'description': 'Create a post on LinkedIn. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'Post text content'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}, 'visibility': {'enum': ['ANYONE', 'CONNECTIONS_ONLY'], 'type': 'string', 'default': 'ANYONE', 'description': 'Post visibility'}, 'comment_scope': {'enum': ['ALL', 'CONNECTIONS_ONLY', 'NONE'], 'type': 'string', 'default': 'ALL', 'description': 'Who can comment on the post'}}}}, {'name': 'linkedin_sn_search_users', 'description': 'Advanced search for LinkedIn users using Sales Navigator filters', 'inputSchema': {'type': 'object', 'required': ['count'], 'properties': {'count': {'type': 'number', 'default': 10, 'maximum': 2500, 'minimum': 1, 'description': 'Maximum number of results (max 2500)'}, 'levels': {'type': 'array', 'items': {'enum': ['Entry', 'Director', 'Owner', 'CXO', 'Vice President', 'Experienced Manager', 'Entry Manager', 'Strategic', 'Senior', 'Trainy'], 'type': 'string'}, 'description': 'Job seniority levels'}, 'timeout': {'type': 'number', 'default': 300, 'maximum': 1500, 'minimum': 20, 'description': 'Timeout in seconds (20-1500)'}, 'industry': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Industry URN (industry:*) or name, or array of them'}, 'keywords': {'type': 'string', 'description': 'Any keyword for searching in the user profile. Using this may reduce result count.'}, 'location': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Location URN (geo:*) or name, or array of them'}, 'education': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Education URN (company:*) or name, or array of them'}, 'functions': {'type': 'array', 'items': {'enum': ['Accounting', 'Administrative', 'Arts and Design', 'Business', 'Development', 'Community and Social Services', 'Consulting', 'Education', 'Engineering', 'Entrepreneurship', 'Finance', 'Healthcare Services', 'Human Resources', 'Information Technology', 'Legal', 'Marketing', 'Media and Communication', 'Military and Protective Services', 'Operations', 'Product Management', 'Program and Project Management', 'Purchasing', 'Quality Assurance', 'Research', 'Real Estate', 'Sales', 'Customer Success and Support'], 'type': 'string'}, 'description': 'Job functions'}, 'languages': {'type': 'array', 'items': {'enum': ['Arabic', 'English', 'Spanish', 'Portuguese', 'Chinese', 'French', 'Italian', 'Russian', 'German', 'Dutch', 'Turkish', 'Tagalog', 'Polish', 'Korean', 'Japanese', 'Malay', 'Norwegian', 'Danish', 'Romanian', 'Swedish', 'Bahasa Indonesia', 'Czech'], 'type': 'string'}, 'description': 'Profile languages'}, 'last_names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exact last names to search for'}, 'first_names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exact first names to search for'}, 'past_titles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exact words to search in past titles'}, 'company_sizes': {'type': 'array', 'items': {'enum': ['Self-employed', '1-10', '11-50', '51-200', '201-500', '501-1,000', '1,001-5,000', '5,001-10,000', '10,001+'], 'type': 'string'}, 'description': 'Company size ranges'}, 'company_types': {'type': 'array', 'items': {'enum': ['Public Company', 'Privately Held', 'Non Profit', 'Educational Institution', 'Partnership', 'Self Employed', 'Self Owned', 'Government Agency'], 'type': 'string'}, 'description': 'Company types'}, 'current_titles': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Exact words to search in current titles'}, 'past_companies': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Past company URN (company:*) or name, or array of them'}, 'company_locations': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Company location URN (geo:*) or name, or array of them'}, 'current_companies': {'type': ['string', 'array'], 'items': {'type': 'string'}, 'description': 'Current company URN (company:*) or name, or array of them'}, 'years_in_the_current_company': {'type': 'array', 'items': {'enum': ['0-1', '1-2', '3-5', '6-10', '10+'], 'type': 'string'}, 'description': 'Years in current company ranges'}, 'years_in_the_current_position': {'type': 'array', 'items': {'enum': ['0-1', '1-2', '3-5', '6-10', '10+'], 'type': 'string'}, 'description': 'Years in current position ranges'}}}}, {'name': 'get_linkedin_conversations', 'description': 'Get list of LinkedIn conversations from the messaging interface. Account ID is taken from environment.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'count': {'type': 'number', 'default': 20, 'description': 'Max conversations to return'}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds'}, 'connected_after': {'type': 'number', 'description': 'Filter conversations created after the specified date (timestamp)'}}}}, {'name': 'google_search', 'description': 'Search for information using Google search API', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'count': {'type': 'number', 'default': 10, 'description': 'Maximum number of results (from 1 to 20)'}, 'query': {'type': 'string', 'description': "Search query. For example: 'python fastapi'"}, 'timeout': {'type': 'number', 'default': 300, 'description': 'Timeout in seconds (20-1500)'}}}}]
@ScrapeGraphAI/scrapegraph-mcp
ScrapeGraph MCP Server
ScrapeGraphAI is a LLM-powered scraping API for structured data extraction from any website. SmartScraper allows you to extract structured data from a specific webpage, SearchScraper finds the information you're looking for on the web and returns a structured response, and Markdownify converts webpages into markdown. Web search integration and content filtering - API KEY --> dashboard.scrapegraphai.com
2025-03-05T02:21:36.534Z
76
https://smithery.ai/server/@ScrapeGraphAI/scrapegraph-mcp
true
null
{ "scanPassed": true }
[{'name': 'markdownify', 'description': '\n Convert a webpage into clean, formatted markdown.\n\n Args:\n website_url: URL of the webpage to convert\n\n Returns:\n Dictionary containing the markdown result\n ', 'inputSchema': {'type': 'object', 'title': 'markdownifyArguments', 'required': ['website_url'], 'properties': {'website_url': {'type': 'string', 'title': 'Website Url'}}}}, {'name': 'smartscraper', 'description': '\n Extract structured data from a webpage using AI.\n\n Args:\n user_prompt: Instructions for what data to extract\n website_url: URL of the webpage to scrape\n\n Returns:\n Dictionary containing the extracted data\n ', 'inputSchema': {'type': 'object', 'title': 'smartscraperArguments', 'required': ['user_prompt', 'website_url'], 'properties': {'user_prompt': {'type': 'string', 'title': 'User Prompt'}, 'website_url': {'type': 'string', 'title': 'Website Url'}}}}, {'name': 'searchscraper', 'description': '\n Perform AI-powered web searches with structured results.\n\n Args:\n user_prompt: Search query or instructions\n\n Returns:\n Dictionary containing search results and reference URLs\n ', 'inputSchema': {'type': 'object', 'title': 'searchscraperArguments', 'required': ['user_prompt'], 'properties': {'user_prompt': {'type': 'string', 'title': 'User Prompt'}}}}]
@aashari/mcp-server-atlassian-bitbucket
Atlassian Bitbucket Integration
Access and manage your Bitbucket repositories, pull requests, and commits directly from AI assistants. Enhance your workflow by integrating Bitbucket data seamlessly into your AI interactions. Utilize a customizable server to connect your AI systems with Atlassian Bitbucket securely and efficiently.
2025-03-24T12:24:18.487Z
76
https://smithery.ai/server/@aashari/mcp-server-atlassian-bitbucket
true
null
{ "scanPassed": true }
[{'name': 'list_workspaces', 'description': 'List Bitbucket workspaces accessible to the authenticated user, with optional pagination.\n\n PURPOSE: Discover available workspaces and retrieve their slugs, names, and basic metadata. Essential for finding the correct \'workspaceSlug\' needed as input for repository-related tools (list_repositories, get_repository, list_pull_requests, get_pull_request).\n\n WHEN TO USE:\n - To find the \'workspaceSlug\' for a known workspace name.\n - To explore all workspaces you have access to.\n - To get a high-level overview before diving into specific repositories.\n - When you don\'t know the exact slug required by other tools.\n\n WHEN NOT TO USE:\n - When you already have the \'workspaceSlug\'.\n - When you need detailed information about a *single* workspace (use \'get_workspace\').\n - When you need repository or pull request information (use repository/pull_request tools with a known \'workspaceSlug\').\n\n RETURNS: Formatted list of workspace memberships, including workspace name, slug, UUID, your permission level, and access dates. Includes pagination details if applicable.\n\n EXAMPLES:\n - List all accessible workspaces: {}\n - Paginate results: { limit: 10, cursor: "some-cursor-value" }\n\n ERRORS:\n - Authentication failures: Check Bitbucket credentials.\n - No workspaces found: You may not have access to any workspaces.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'maximum': 100, 'description': 'Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted.', 'exclusiveMinimum': 0}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Obtained from previous response when more results are available.'}}, 'additionalProperties': False}}, {'name': 'get_workspace', 'description': 'Get detailed information about a specific Bitbucket workspace using its slug.\n\n PURPOSE: Retrieves comprehensive metadata for a *known* workspace, including UUID, name, type, creation date, and links to related resources like repositories and projects.\n\n WHEN TO USE:\n - When you need full details about a *specific* workspace and you already know its \'workspaceSlug\'.\n - After using \'list_workspaces\' to identify the target workspace slug.\n - To get quick links to a workspace\'s repositories, projects, or members page.\n\n WHEN NOT TO USE:\n - When you don\'t know the workspace slug (use \'list_workspaces\' first).\n - When you only need a list of workspaces (use \'list_workspaces\').\n - When you need information about repositories *within* the workspace (use repository tools).\n\n RETURNS: Detailed workspace information including slug, name, UUID, type, creation date, and links. Fetches all available details by default.\n\n EXAMPLES:\n - Get details for a workspace: { workspaceSlug: "my-dev-team" }\n\n ERRORS:\n - Workspace not found: Verify the \'workspaceSlug\' is correct and exists.\n - Permission errors: Ensure you have access to view the specified workspace.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug'], 'properties': {'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug to retrieve detailed information for. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}, {'name': 'list_repositories', 'description': 'List repositories within a specific Bitbucket workspace, with optional filtering and pagination. Requires \'workspaceSlug\'.\n\n PURPOSE: Discover repositories within a given workspace and retrieve their slugs, names, owners, and basic metadata. Essential for finding the \'repoSlug\' needed for repository or pull request details tools.\n\n WHEN TO USE:\n - To find the \'repoSlug\' for a known repository name within a specific workspace.\n - To explore all repositories within a known workspace (\'workspaceSlug\' is required).\n - To filter repositories based on name (\'query\'), your role (\'role\'), or sort them (\'sort\').\n - Before using \'get_repository\' or pull request tools if the \'repoSlug\' is unknown.\n\n WHEN NOT TO USE:\n - When you don\'t know the \'workspaceSlug\' (use \'list_workspaces\' first).\n - When you already have the \'repoSlug\' and need full details (use \'get_repository\').\n - When you need pull request information (use pull request tools).\n\n RETURNS: Formatted list of repositories including name, full name, owner, description, privacy status, dates, and URL. Includes pagination details if applicable.\n\n EXAMPLES:\n - List repositories in a workspace: { workspaceSlug: "my-team" }\n - Filter by name fragment: { workspaceSlug: "my-team", query: "backend-api" }\n - Filter by your role: { workspaceSlug: "my-team", role: "contributor" }\n - Sort by last update (descending): { workspaceSlug: "my-team", sort: "-updated_on" }\n - Paginate results: { workspaceSlug: "my-team", limit: 10, cursor: "next-page-token" }\n\n ERRORS:\n - Workspace not found: Verify the \'workspaceSlug\' is correct.\n - Authentication failures: Check Bitbucket credentials.\n - No repositories found: Workspace might be empty, filters too restrictive, or permissions lacking.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug'], 'properties': {'role': {'type': 'string', 'description': 'Filter repositories by the authenticated user\'s role. Common values: "owner", "admin", "contributor", "member". If omitted, returns repositories of all roles.'}, 'sort': {'type': 'string', 'description': 'Field to sort results by. Common values: "name", "created_on", "updated_on". Prefix with "-" for descending order. Example: "-updated_on" for most recently updated first.'}, 'limit': {'type': 'integer', 'maximum': 100, 'description': 'Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted.', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'description': 'Query string to filter repositories by name or other properties (text search). Example: "api" for repositories with "api" in the name/description. If omitted, returns all repositories.'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Obtained from previous response when more results are available.'}, 'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug containing the repositories. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}, {'name': 'get_repository', 'description': 'Get detailed information about a specific Bitbucket repository using its workspace and repository slugs. Requires \'workspaceSlug\' and \'repoSlug\'.\n\n PURPOSE: Retrieves comprehensive metadata for a *known* repository, including UUID, owner, description, language, size, creation/update dates, and links.\n\n WHEN TO USE:\n - When you need full details about a *specific* repository and you know its \'workspaceSlug\' and \'repoSlug\'.\n - After using \'list_repositories\' to identify the target repository slugs.\n - To get repository metadata before analyzing its pull requests or content.\n\n WHEN NOT TO USE:\n - When you don\'t know the \'workspaceSlug\' or \'repoSlug\' (use \'list_workspaces\' and/or \'list_repositories\' first).\n - When you only need a list of repositories (use \'list_repositories\').\n - When you need pull request information (use pull request tools).\n\n RETURNS: Detailed repository information including name, full name, UUID, description, language, size, owner, dates, and links. Fetches all available details by default.\n\n EXAMPLES:\n - Get details for a repository: { workspaceSlug: "my-team", repoSlug: "backend-api" }\n\n ERRORS:\n - Repository not found: Verify the \'workspaceSlug\' and \'repoSlug\' are correct and the repository exists.\n - Permission errors: Ensure you have access to view the specified repository.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug', 'repoSlug'], 'properties': {'repoSlug': {'type': 'string', 'minLength': 1, 'description': 'Repository slug to retrieve. This must be a valid repository in the specified workspace. Example: "project-api"'}, 'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug containing the repository. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}, {'name': 'list_pull_requests', 'description': 'List pull requests for a specific Bitbucket repository, with optional filtering by state or query text. Requires \'workspaceSlug\' and \'repoSlug\'.\n\n PURPOSE: Discover pull requests within a given repository and retrieve their IDs, titles, states, authors, and branches. Essential for finding the \'prId\' needed for the \'get_pull_request\' tool.\n\n WHEN TO USE:\n - To find open, merged, declined, or superseded pull requests within a specific repository.\n - To get a list of recent PR activity for a repository.\n - To search for PRs containing specific text in their title or description (\'query\' parameter).\n - To obtain \'prId\' values for use with \'get_pull_request\'.\n - Requires known \'workspaceSlug\' and \'repoSlug\'.\n\n WHEN NOT TO USE:\n - When you don\'t know the \'workspaceSlug\' or \'repoSlug\' (use workspace/repository listing tools first).\n - When you already have the \'prId\' and need full details (use \'get_pull_request\').\n - When you need repository information (use repository tools).\n\n RETURNS: Formatted list of pull requests including ID, title, state, author, source/destination branches, a snippet of the description, and URL. Includes pagination details if applicable.\n\n EXAMPLES:\n - List open PRs: { workspaceSlug: "my-team", repoSlug: "backend-api", state: "OPEN" }\n - List merged PRs: { workspaceSlug: "my-team", repoSlug: "backend-api", state: "MERGED" }\n - Search PR titles/descriptions: { workspaceSlug: "my-team", repoSlug: "backend-api", query: "bugfix" }\n - Paginate results: { workspaceSlug: "my-team", repoSlug: "backend-api", limit: 10, cursor: "next-page-token" }\n\n ERRORS:\n - Repository not found: Verify \'workspaceSlug\' and \'repoSlug\'.\n - Permission errors: Ensure access to the repository\'s pull requests.\n - Invalid state: Ensure \'state\' is one of OPEN, MERGED, DECLINED, SUPERSEDED.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug', 'repoSlug'], 'properties': {'limit': {'type': 'integer', 'maximum': 100, 'description': 'Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted.', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'description': 'Filter pull requests by title, description, or author (text search). Uses Bitbucket query syntax.'}, 'state': {'enum': ['OPEN', 'MERGED', 'DECLINED', 'SUPERSEDED'], 'type': 'string', 'description': 'Filter pull requests by state. Options: "OPEN" (active PRs), "MERGED" (completed PRs), "DECLINED" (rejected PRs), or "SUPERSEDED" (replaced PRs). If omitted, defaults to showing all states.'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Obtained from previous response when more results are available.'}, 'repoSlug': {'type': 'string', 'minLength': 1, 'description': 'Repository slug containing the pull requests. This must be a valid repository in the specified workspace. Example: "project-api"'}, 'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug containing the repository. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}, {'name': 'get_pull_request', 'description': 'Get detailed information about a specific Bitbucket pull request using its workspace slug, repository slug, and pull request ID. Requires \'workspaceSlug\', \'repoSlug\', and \'prId\'.\n\n PURPOSE: Retrieves comprehensive details for a *known* pull request, including its full description, state, author, reviewers, source/destination branches, and links to related resources like commits and diffs.\n\n WHEN TO USE:\n - When you need the full context, description, or reviewer list for a *specific* pull request.\n - After using \'list_pull_requests\' to identify the target \'prId\'.\n - To get links to view the PR diff, commits, or comments in the browser.\n - Requires known \'workspaceSlug\', \'repoSlug\', and \'prId\'.\n\n WHEN NOT TO USE:\n - When you don\'t know the \'prId\' (use \'list_pull_requests\' first).\n - When you only need a list of pull requests (use \'list_pull_requests\').\n - When you need repository information (use repository tools).\n\n RETURNS: Detailed pull request information including title, full description, state, author, reviewers, branches, and links. Fetches all available details by default.\n\n EXAMPLES:\n - Get details for a specific PR: { workspaceSlug: "my-team", repoSlug: "backend-api", prId: "42" }\n\n ERRORS:\n - Pull Request not found: Verify \'workspaceSlug\', \'repoSlug\', and \'prId\' are correct.\n - Repository not found: Verify \'workspaceSlug\' and \'repoSlug\'.\n - Permission errors: Ensure access to view the specified pull request.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug', 'repoSlug', 'prId'], 'properties': {'prId': {'type': ['string', 'number'], 'description': 'Numeric ID of the pull request to retrieve. Must be a valid pull request ID in the specified repository. Example: 42'}, 'repoSlug': {'type': 'string', 'minLength': 1, 'description': 'Repository slug containing the pull request. This must be a valid repository in the specified workspace. Example: "project-api"'}, 'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug containing the repository. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}, {'name': 'list_pr_comments', 'description': 'List comments on a specific Bitbucket pull request using its workspace slug, repository slug, and pull request ID. Requires \'workspaceSlug\', \'repoSlug\', and \'prId\'.\n\n PURPOSE: View all review feedback, discussions, and task comments on a pull request to understand code review context without accessing the web UI.\n\n WHEN TO USE:\n - To see what reviewers have said about a pull request.\n - To find inline code comments and their context (file, line number).\n - After identifying a PR of interest via \'list_pull_requests\'.\n - When you need to understand review history, discussions, and decisions.\n - Requires known \'workspaceSlug\', \'repoSlug\', and \'prId\'.\n\n WHEN NOT TO USE:\n - When you don\'t know the pull request ID (use \'list_pull_requests\' first).\n - When you need the PR\'s metadata but not comments (use \'get_pull_request\').\n - When you need to post new comments (not supported).\n\n RETURNS: Formatted list of comments with author, date, content, and for inline comments: the file path and line numbers. General and inline comments are included.\n\n EXAMPLES:\n - List all comments on a PR: { workspaceSlug: "my-team", repoSlug: "backend-api", prId: "42" }\n - Paginate results: { workspaceSlug: "my-team", repoSlug: "backend-api", prId: "42", limit: 25, cursor: "next-page-token" }\n\n ERRORS:\n - Pull Request not found: Verify \'workspaceSlug\', \'repoSlug\', and \'prId\' are correct.\n - Repository not found: Verify \'workspaceSlug\' and \'repoSlug\'.\n - Permission errors: Ensure access to view the specified pull request comments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceSlug', 'repoSlug', 'prId'], 'properties': {'prId': {'type': ['string', 'number'], 'description': 'Numeric ID of the pull request to retrieve comments from. Must be a valid pull request ID in the specified repository. Example: 42'}, 'limit': {'type': 'integer', 'maximum': 100, 'description': 'Maximum number of items to return (1-100). Controls the response size. Defaults to 25 if omitted.', 'exclusiveMinimum': 0}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Obtained from previous response when more results are available.'}, 'repoSlug': {'type': 'string', 'minLength': 1, 'description': 'Repository slug containing the pull request. This must be a valid repository in the specified workspace. Example: "project-api"'}, 'workspaceSlug': {'type': 'string', 'minLength': 1, 'description': 'Workspace slug containing the repository. Must be a valid workspace slug from your Bitbucket account. Example: "myteam"'}}, 'additionalProperties': False}}]
@elber-code/database-tools
Database Tools
Query MySQL databases directly through Claude AI. Execute SQL queries and retrieve formatted results for easy reading. Simplify your database interactions with intuitive commands and seamless integration.
2025-04-01T16:01:12.555Z
75
https://smithery.ai/server/@elber-code/database-tools
true
null
{ "scanPassed": true }
[{'name': 'mysql', 'description': 'Execute a query in MySQL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}}, 'additionalProperties': False}}]
@hireshBrem/prompt-engineer-mcp-server
Coding Prompt Engineer
Stop writing crappy Cursor AI prompts. Use a coding prompt engineer to rewrite your coding prompts and get the most out of your coding tasks.
2025-03-26T20:03:56.471Z
75
https://smithery.ai/server/@hireshBrem/prompt-engineer-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'rewrite_coding_prompt', 'description': "Rewrites user's coding prompts before passing to AI IDE (e.g. Cursor AI) to get the best results from AI IDE.", 'inputSchema': {'type': 'object', 'title': 'rewrite_coding_promptArguments', 'required': ['prompt', 'language'], 'properties': {'prompt': {'type': 'string', 'description': "The raw user's prompt that needs rewriting"}, 'language': {'type': 'string', 'description': 'The programming language of the code'}}}}]
mcp-wolfram-alpha
Wolfram Alpha
Connect to Wolfram Alpha API for computational knowledge.
2025-01-10T08:15:21.643Z
74
https://smithery.ai/server/mcp-wolfram-alpha
true
null
{ "scanPassed": true }
[{'name': 'query-wolfram-alpha', 'description': 'Use Wolfram Alpha to answer a question. This tool should be used when you need complex math or symbolic intelligence.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string'}}}}]
@askme765cs/open-docs-mcp
Document Management Server
Crawl, index, and manage documentation seamlessly. Enable full-text search across various document formats to enhance your information retrieval. Integrate with AI context for smarter document access and management.
2025-04-02T19:00:53.722Z
74
https://smithery.ai/server/@askme765cs/open-docs-mcp
true
null
{ "scanPassed": true }
[{'name': 'enable_doc', 'description': 'Enable crawling for a specific doc', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the doc to enable'}}}}, {'name': 'disable_doc', 'description': 'Disable crawling for a specific doc', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the doc to disable'}}}}, {'name': 'crawl_docs', 'description': 'Start crawling enabled docs', 'inputSchema': {'type': 'object', 'properties': {'force': {'type': 'boolean', 'description': 'Whether to force re-crawl all docs, ignoring previous crawl records'}}}}, {'name': 'build_index', 'description': 'Build search index for docs', 'inputSchema': {'type': 'object', 'properties': {'force': {'type': 'boolean', 'description': 'Whether to force rebuild index'}}}}, {'name': 'search_docs', 'description': 'Search documentation', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Number of results to skip'}, 'doc_name': {'type': 'string', 'description': 'Filter by document category'}, 'max_results': {'type': 'number', 'default': 3, 'description': 'Maximum number of results'}}}}, {'name': 'build_index', 'description': 'Build search index for docs', 'inputSchema': {'type': 'object', 'properties': {'force': {'type': 'boolean', 'description': 'Whether to force rebuild index'}}}}, {'name': 'list_enabled_docs', 'description': 'List all enabled docs with their cache status', 'inputSchema': {'type': 'object', 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'Whether to show detailed information'}}}}, {'name': 'list_all_docs', 'description': 'List all available docs including disabled ones', 'inputSchema': {'type': 'object', 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'Whether to show detailed information'}}}}]
@AB498/code-context-provider-mcp
Code Context Provider
Provide detailed directory structure and code symbol analysis for JavaScript, TypeScript, and Python projects. Enable AI assistants to understand and navigate codebases efficiently by extracting functions, variables, classes, imports, and exports. Customize analysis depth and file patterns to suit large or complex projects.
2025-04-22T10:00:46.408Z
74
https://smithery.ai/server/@AB498/code-context-provider-mcp
false
null
{ "scanPassed": true }
[{'name': 'get_code_context', 'description': "Returns Complete Context of a given project directory, including directory tree, and code symbols. Useful for getting a quick overview of a project. Use this tool when you need to get a comprehensive overview of a project's codebase. Useful at the start of a new task.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['absolutePath'], 'properties': {'maxDepth': {'type': 'number', 'default': 5, 'description': 'Maximum directory depth for code analysis (default: 5 levels). Directory tree will still be built for all levels. Reduce the depth if you only need a quick overview of the project.'}, 'analyzeJs': {'type': 'boolean', 'default': False, 'description': 'Whether to analyze JavaScript/TypeScript and Python files. Returns the count of functions, variables, classes, imports, and exports in the codebase.'}, 'symbolType': {'enum': ['functions', 'variables', 'classes', 'imports', 'exports', 'all'], 'type': 'string', 'default': 'all', 'description': 'Type of symbols to include if includeSymbols is true. Otherwise, returns only the directory tree.'}, 'absolutePath': {'type': 'string', 'description': 'Absolute path to the directory to analyze. For windows, it is recommended to use forward slashes to avoid escaping (e.g. C:/Users/username/Documents/project/src)'}, 'includeSymbols': {'type': 'boolean', 'default': False, 'description': 'Whether to include code symbols in the response. Returns the code symbols for each file.'}}, 'additionalProperties': False}}]
@t0mst0ne/pubmed-mcp-easy
PubMed Server
Search and retrieve biomedical literature and research papers from PubMed efficiently. Utilize advanced search capabilities and API key support for faster, unlimited downloads of abstracts and full texts of open access articles.
2025-04-03T07:12:11.983Z
114
https://smithery.ai/server/@t0mst0ne/pubmed-mcp-easy
true
null
{ "scanPassed": true }
[{'name': 'pubmed_search', 'description': '\n Searches PubMed for biomedical literature and research papers. Best for queries related to \n medical research, clinical studies, scientific publications, and health topics. Returns information \n including: titles, authors, publication dates, PMIDs, PMCs, and DOIs. Use this when the query \n is related to medical or scientific research. Results are sorted by relevance to the search query.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_searchArguments', 'required': ['query'], 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'pubmed_similar', 'description': '\n Finds similar articles to a specific PubMed article based on its PMID. \n Best for finding related articles to a specific paper. Returns information \n including: titles, authors, publication dates, PMIDs, PMCs, and DOIs.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_similarArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_cites', 'description': '\n Finds articles that a specific PubMed article cites based on its PMID. \n Best for finding articles that a specific paper cites. Returns information \n including: titles, authors, publication dates, PMIDs, PMCs, and DOIs.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_citesArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_cited_by', 'description': '\n Finds articles that cite a specific PubMed article based on its PMID. \n Best for finding articles that have cited a specific paper. Returns information \n including: titles, authors, publication dates, PMIDs, PMCs, and DOIs.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_cited_byArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_abstract', 'description': '\n Retrieves the abstract text of a specific PubMed article based on its PMID. \n Returns only the abstract text.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_abstractArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_open_access', 'description': '\n Checks if a specific PubMed article is open access based on its PMID. \n Returns true if the article is open access, false otherwise.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_open_accessArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_full_text', 'description': '\n Retrieves the full text of an open access PubMed article based on its PMID. \n Please check if a PMID is open access before using this tool.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_full_textArguments', 'required': ['pmid'], 'properties': {'pmid': {'type': 'integer', 'title': 'Pmid'}}}}, {'name': 'pubmed_batch_search', 'description': '\n Performs multiple PubMed searches in parallel for efficient batch processing.\n Returns results for each query in the same order as the input queries.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_batch_searchArguments', 'required': ['queries'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'queries': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Queries'}}}}, {'name': 'pubmed_author_search', 'description': '\n Searches for papers by a specific author.\n The author name should be in the format "Last Name, First Initial" (e.g., "Smith, J")\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_author_searchArguments', 'required': ['author'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'author': {'type': 'string', 'title': 'Author'}}}}, {'name': 'pubmed_advanced_search', 'description': '\n Performs an advanced PubMed search using field tags.\n \n Example params:\n {\n "author": "Smith J",\n "journal": "Nature",\n "year": "2020",\n "title": "cancer",\n "mesh": "Drug Therapy"\n }\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_advanced_searchArguments', 'required': ['params'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'params': {'type': 'object', 'title': 'Params', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'pubmed_journal_search', 'description': '\n Searches for papers published in a specific journal.\n ', 'inputSchema': {'type': 'object', 'title': 'pubmed_journal_searchArguments', 'required': ['journal'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'journal': {'type': 'string', 'title': 'Journal'}}}}]
@Hint-Services/mcp-trello
Trello
Covers main interactions with Trello boards. Managing and moving cards, list interactions, and board activities.
2025-04-11T21:21:02.444Z
73
https://smithery.ai/server/@Hint-Services/mcp-trello
true
https://spjawbfpwezjfmic…826102c2eae.jpeg
{ "scanPassed": true }
[{'name': 'getCardsByList', 'description': 'Get cards by list ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['listId'], 'properties': {'listId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getLists', 'description': 'Get all lists from the configured board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getRecentActivity', 'description': 'Get recent activity from the configured board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'addCard', 'description': 'Add a new card to a list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['listId', 'name'], 'properties': {'name': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'listId': {'type': 'string'}, 'dueDate': {'type': 'string'}, 'description': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'updateCard', 'description': 'Update an existing card', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cardId'], 'properties': {'name': {'type': 'string'}, 'cardId': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'dueDate': {'type': 'string'}, 'position': {'type': 'string', 'description': 'top, bottom, or a number'}, 'startDate': {'type': 'string'}, 'description': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'moveCard', 'description': 'Move a card to a different list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cardId', 'listId'], 'properties': {'cardId': {'type': 'string'}, 'listId': {'type': 'string'}, 'boardId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'changeCardMembers', 'description': 'Change the members of a card', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cardId', 'members'], 'properties': {'cardId': {'type': 'string'}, 'members': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'archiveCard', 'description': 'Archive a card', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cardId'], 'properties': {'cardId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'addList', 'description': 'Add a new list to the configured board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'archiveList', 'description': 'Archive a list', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['listId'], 'properties': {'listId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'getMyCards', 'description': 'Get cards assigned to the authenticated user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@champierre/image-mcp-server
Image Analysis Server
Analyze images by providing their URLs and receive detailed insights using advanced image recognition. Leverage the power of the GPT-4o-mini model for high-accuracy image analysis and validation of image URLs.
2025-04-03T15:01:03.912Z
73
https://smithery.ai/server/@champierre/image-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'analyze_image', 'description': 'Receives an image URL and analyzes the image content using GPT-4o-mini', 'inputSchema': {'type': 'object', 'required': ['imageUrl'], 'properties': {'imageUrl': {'type': 'string', 'description': 'URL of the image to analyze'}}}}, {'name': 'analyze_image_from_path', 'description': 'Loads an image from a local file path and analyzes its content using GPT-4o-mini. AI assistants need to provide a valid path for the server execution environment (e.g., Linux path if the server is running on WSL).', 'inputSchema': {'type': 'object', 'required': ['imagePath'], 'properties': {'imagePath': {'type': 'string', 'description': 'Local file path of the image to analyze (must be accessible from the server execution environment)'}}}}]
@douglarek/unsplash-mcp-server
Unsplash Server
Access a vast library of high-quality images from Unsplash. Integrate effortlessly with your applications to enhance visual content and user engagement. Utilize the power of Unsplash's API to fetch stunning images on demand.
2025-04-01T06:37:51.764Z
72
https://smithery.ai/server/@douglarek/unsplash-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_photos', 'description': 'Search for Unsplash photos', 'inputSchema': {'type': 'object', 'required': ['query', 'page', 'per_page', 'order_by'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number (1-based)'}, 'color': {'type': 'string', 'description': 'Color filter (black_and_white, black, white, yellow, orange, red, purple, magenta, green, teal, blue)'}, 'query': {'type': 'string', 'description': 'Search keyword'}, 'order_by': {'type': 'string', 'default': 'relevant', 'description': 'Sort method (relevant or latest)'}, 'per_page': {'type': 'number', 'default': 5, 'description': 'Results per page (1-30)'}, 'orientation': {'type': 'string', 'description': 'Orientation filter (landscape, portrait, squarish)'}}}}]
mcp-pandoc
Pandoc Document Conversion
A Model Context Protocol server for document format conversion using pandoc.
2024-12-19T15:48:52.139Z
112
https://smithery.ai/server/mcp-pandoc
false
null
{ "scanPassed": true }
[{'name': 'convert-contents', 'description': "Converts content between different formats. Transforms input content from any supported format into the specified output format.\n\n🚨 CRITICAL REQUIREMENTS - PLEASE READ:\n1. PDF Conversion:\n * You MUST install TeX Live BEFORE attempting PDF conversion:\n * Ubuntu/Debian: `sudo apt-get install texlive-xetex`\n * macOS: `brew install texlive`\n * Windows: Install MiKTeX or TeX Live from https://miktex.org/ or https://tug.org/texlive/\n * PDF conversion will FAIL without this installation\n\n2. File Paths - EXPLICIT REQUIREMENTS:\n * When asked to save or convert to a file, you MUST provide:\n - Complete directory path\n - Filename\n - File extension\n * Example request: 'Write a story and save as PDF'\n * You MUST specify: '/path/to/story.pdf' or 'C:\\Documents\\story.pdf'\n * The tool will NOT automatically generate filenames or extensions\n\n3. File Location After Conversion:\n * After successful conversion, the tool will display the exact path where the file is saved\n * Look for message: 'Content successfully converted and saved to: [file_path]'\n * You can find your converted file at the specified location\n * If no path is specified, files may be saved in system temp directory (/tmp/ on Unix systems)\n * For better control, always provide explicit output file paths\n\nSupported formats:\n- Basic formats: txt, html, markdown\n- Advanced formats (REQUIRE complete file paths): pdf, docx, rst, latex, epub\n\n✅ CORRECT Usage Examples:\n1. 'Convert this text to HTML' (basic conversion)\n - Tool will show converted content\n\n2. 'Save this text as PDF at /documents/story.pdf'\n - Correct: specifies path + filename + extension\n - Tool will show: 'Content successfully converted and saved to: /documents/story.pdf'\n\n❌ INCORRECT Usage Examples:\n1. 'Save this as PDF in /documents/'\n - Missing filename and extension\n2. 'Convert to PDF'\n - Missing complete file path\n\nWhen requesting conversion, ALWAYS specify:\n1. The content or input file\n2. The desired output format\n3. For advanced formats: complete output path + filename + extension\nExample: 'Convert this markdown to PDF and save as /path/to/output.pdf'\n\nNote: After conversion, always check the success message for the exact file location.", 'inputSchema': {'type': 'object', 'allOf': [{'if': {'properties': {'output_format': {'enum': ['pdf', 'docx', 'rst', 'latex', 'epub']}}}, 'then': {'required': ['output_file']}}], 'oneOf': [{'required': ['contents']}, {'required': ['input_file']}], 'properties': {'contents': {'type': 'string', 'description': 'The content to be converted (required if input_file not provided)'}, 'input_file': {'type': 'string', 'description': "Complete path to input file including filename and extension (e.g., '/path/to/input.md')"}, 'output_file': {'type': 'string', 'description': 'Complete path where to save the output including filename and extension (required for pdf, docx, rst, latex, epub formats)'}, 'input_format': {'enum': ['markdown', 'html', 'pdf', 'docx', 'rst', 'latex', 'epub', 'txt'], 'type': 'string', 'default': 'markdown', 'description': 'Source format of the content (defaults to markdown)'}, 'output_format': {'enum': ['markdown', 'html', 'pdf', 'docx', 'rst', 'latex', 'epub', 'txt'], 'type': 'string', 'default': 'markdown', 'description': 'Desired output format (defaults to markdown)'}}}}]
@adexdsamson/figma-context-mcp
Framelink Figma MCP
Give your coding agent access to your Figma design data to implement designs in any framework in one shot. Enhance AI-powered coding tools like Cursor by providing them with simplified and relevant Figma metadata for more accurate and context-aware code generation. Streamline your design-to-code workflow by integrating Figma files directly into your development environment.
2025-04-15T22:06:01.220Z
72
https://smithery.ai/server/@adexdsamson/figma-context-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_figma_data', 'description': 'When the nodeId cannot be obtained, obtain the layout information about the entire Figma file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey'], 'properties': {'depth': {'type': 'number', 'description': 'How many levels deep to traverse the node tree, only use if explicitly requested by the user'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to fetch, often found as URL parameter node-id=<nodeId>, always use if provided'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file to fetch, often found in a provided URL like figma.com/(file|design)/<fileKey>/...'}}, 'additionalProperties': False}}, {'name': 'download_figma_images', 'description': 'Download SVG and PNG images used in a Figma file based on the IDs of image or icon nodes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey', 'nodes', 'localPath'], 'properties': {'nodes': {'type': 'array', 'items': {'type': 'object', 'required': ['nodeId', 'fileName'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the Figma image node to fetch, formatted as 1234:5678'}, 'fileName': {'type': 'string', 'description': 'The local name for saving the fetched file'}, 'imageRef': {'type': 'string', 'description': 'If a node has an imageRef fill, you must include this variable. Leave blank when downloading Vector SVG images.'}}, 'additionalProperties': False}, 'description': 'The nodes to fetch as images'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file containing the node'}, 'localPath': {'type': 'string', 'description': "The absolute path to the directory where images are stored in the project. If the directory does not exist, it will be created. The format of this path should respect the directory format of the operating system you are running on. Don't use any special character escaping in the path name either."}}, 'additionalProperties': False}}]
@if-of/mcp-delayed-counter
Delayed Counter Service
Provide a simple delayed counter service that increments a count with a delay, useful for demonstrating asynchronous operations or stateful counting in applications. Enable integration with other systems requiring delayed or scheduled counting functionality. Simplify the management of counting tasks with configurable delay intervals.
2025-04-16T12:04:40.956Z
71
https://smithery.ai/server/@if-of/mcp-delayed-counter
true
null
{ "scanPassed": true }
[{'name': 'getFissoIndex', 'description': 'Get FISSO index', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}, 'additionalProperties': False}}]
@chrishayuk/chuk-mcp-time-server
Time Server
Retrieve current times and convert between time zones effortlessly. Utilize advanced time-related utilities to enhance your applications with accurate and reliable time data across different global timezones.
2025-04-06T03:01:02.955Z
71
https://smithery.ai/server/@chrishayuk/chuk-mcp-time-server
true
null
{ "scanPassed": true }
[{'name': 'get_current_time', 'description': 'Get current time in a specified timezone', 'inputSchema': {'type': 'object', 'title': 'Get_current_timeInput', 'required': ['timezone'], 'properties': {'timezone': {'type': 'string', 'title': 'Timezone'}}}}, {'name': 'convert_time', 'description': 'Convert time between timezones', 'inputSchema': {'type': 'object', 'title': 'Convert_timeInput', 'required': ['source_timezone', 'time', 'target_timezone'], 'properties': {'time': {'type': 'string', 'title': 'Time'}, 'source_timezone': {'type': 'string', 'title': 'Source Timezone'}, 'target_timezone': {'type': 'string', 'title': 'Target Timezone'}}}}]
@KR-NOTEPAD/mcp-server
Search for restaurants in Korea
Access restaurant information effortlessly from Diningcode.com. Search for restaurants by location or food type and retrieve detailed information including ratings, menus, and reviews. Simplify your data extraction without the hassle of web scraping.
2025-04-09T01:35:27.445Z
69
https://smithery.ai/server/@KR-NOTEPAD/mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_restaurants', 'description': 'Search for restaurants on Diningcode based on the provided query\n\nArgs:\n query: Search query for restaurants\n\nReturns:\n List of restaurant information', 'inputSchema': {'type': 'object', 'title': 'search_restaurantsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_restaurant_details', 'description': 'Get detailed information about a specific restaurant\n\nArgs:\n restaurant_id: The ID of the restaurant on Diningcode\n\nReturns:\n Dictionary containing restaurant details', 'inputSchema': {'type': 'object', 'title': 'get_restaurant_detailsArguments', 'required': ['restaurant_id'], 'properties': {'restaurant_id': {'type': 'string', 'title': 'Restaurant Id'}}}}]
@enescinar/twitter-mcp
Twitter Server
A Model Context Protocol server that allows interaction with Twitter, enabling posting tweets and searching Twitter.
2024-12-19T15:50:44.968Z
68
https://smithery.ai/server/@enescinar/twitter-mcp
true
null
{ "scanPassed": true }
[{'name': 'post_tweet', 'description': 'Post a new tweet to Twitter', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'maxLength': 280, 'description': 'The content of your tweet'}}}}, {'name': 'search_tweets', 'description': 'Search for tweets on Twitter', 'inputSchema': {'type': 'object', 'required': ['query', 'count'], 'properties': {'count': {'type': 'number', 'maximum': 100, 'minimum': 10, 'description': 'Number of tweets to return (10-100)'}, 'query': {'type': 'string', 'description': 'Search query'}}}}]
@dcSpark/mcp-cryptowallet-evm
Crypto Wallet EVM
Enable seamless interaction with Ethereum and EVM-compatible blockchains. Create wallets, check balances, send transactions, and interact with smart contracts effortlessly.
2025-04-03T07:00:44.904Z
68
https://smithery.ai/server/@dcSpark/mcp-cryptowallet-evm
true
null
{ "scanPassed": true }
[{'name': 'wallet_provider_set', 'description': 'Set the provider URL. By default, the provider URL is set to the ETH mainnet or the URL set in the PROVIDER_URL environment variable.', 'inputSchema': {'type': 'object', 'required': ['providerURL'], 'properties': {'providerURL': {'type': 'string', 'description': 'The provider RPC URL'}}}}, {'name': 'wallet_create_random', 'description': 'Create a new wallet with a random private key', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'path': {'type': 'string', 'description': 'Optional HD path'}, 'locale': {'type': 'string', 'description': 'Optional locale for the wordlist'}, 'password': {'type': 'string', 'description': 'Optional password to encrypt the wallet'}}}}, {'name': 'wallet_from_private_key', 'description': 'Create a wallet from a private key', 'inputSchema': {'type': 'object', 'required': ['privateKey'], 'properties': {'privateKey': {'type': 'string', 'description': 'The private key'}}}}, {'name': 'wallet_create_mnemonic_phrase', 'description': 'Create a mnemonic phrase', 'inputSchema': {'type': 'object', 'required': ['length'], 'properties': {'length': {'enum': [12, 15, 18, 21, 24], 'type': 'number', 'description': 'The length of the mnemonic phrase'}, 'locale': {'type': 'string', 'description': 'Optional locale for the wordlist'}}}}, {'name': 'wallet_from_mnemonic', 'description': 'Create a wallet from a mnemonic phrase', 'inputSchema': {'type': 'object', 'required': ['mnemonic'], 'properties': {'path': {'type': 'string', 'description': 'Optional HD path'}, 'locale': {'type': 'string', 'description': 'Optional locale for the wordlist'}, 'mnemonic': {'type': 'string', 'description': 'The mnemonic phrase'}}}}, {'name': 'wallet_from_encrypted_json', 'description': 'Create a wallet by decrypting an encrypted JSON wallet', 'inputSchema': {'type': 'object', 'required': ['json', 'password'], 'properties': {'json': {'type': 'string', 'description': 'The encrypted JSON wallet'}, 'password': {'type': 'string', 'description': 'The password to decrypt the wallet'}}}}, {'name': 'wallet_encrypt', 'description': 'Encrypt a wallet with a password', 'inputSchema': {'type': 'object', 'required': ['wallet', 'password'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet to encrypt (private key, mnemonic, or JSON)'}, 'options': {'type': 'object', 'properties': {'scrypt': {'type': 'object', 'properties': {'N': {'type': 'number'}, 'p': {'type': 'number'}, 'r': {'type': 'number'}}}}, 'description': 'Optional encryption options'}, 'password': {'type': 'string', 'description': 'The password to encrypt the wallet'}}}}, {'name': 'wallet_get_address', 'description': 'Get the wallet address', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}}}}, {'name': 'wallet_get_public_key', 'description': 'Get the wallet public key', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}}}}, {'name': 'wallet_get_private_key', 'description': 'Get the wallet private key (with appropriate security warnings)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'password': {'type': 'string', 'description': "The password to decrypt the wallet if it's encrypted"}}}}, {'name': 'wallet_get_balance', 'description': 'Get the balance of the wallet', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'blockTag': {'type': 'string', 'description': 'Optional block tag (latest, pending, etc.)'}}}}, {'name': 'wallet_get_chain_id', 'description': 'Get the chain ID the wallet is connected to', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}}}}, {'name': 'wallet_get_gas_price', 'description': 'Get the current gas price', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}}}}, {'name': 'wallet_get_transaction_count', 'description': 'Get the number of transactions sent from this account (nonce)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'blockTag': {'type': 'string', 'description': 'Optional block tag (latest, pending, etc.)'}}}}, {'name': 'wallet_call', 'description': 'Call a contract method without sending a transaction', 'inputSchema': {'type': 'object', 'required': ['transaction'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'blockTag': {'type': 'string', 'description': 'Optional block tag (latest, pending, etc.)'}, 'transaction': {'type': 'object', 'required': ['to'], 'properties': {'to': {'type': 'string'}, 'data': {'type': 'string'}, 'from': {'type': 'string'}, 'value': {'type': 'string'}, 'gasLimit': {'type': 'string'}, 'gasPrice': {'type': 'string'}}, 'description': 'The transaction to call'}}}}, {'name': 'wallet_send_transaction', 'description': 'Send a transaction', 'inputSchema': {'type': 'object', 'required': ['transaction'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'transaction': {'type': 'object', 'required': ['to'], 'properties': {'to': {'type': 'string'}, 'data': {'type': 'string'}, 'from': {'type': 'string'}, 'type': {'type': 'number'}, 'nonce': {'type': 'number'}, 'value': {'type': 'string'}, 'gasLimit': {'type': 'string'}, 'gasPrice': {'type': 'string'}, 'maxFeePerGas': {'type': 'string'}, 'maxPriorityFeePerGas': {'type': 'string'}}, 'description': 'The transaction to send'}}}}, {'name': 'wallet_sign_transaction', 'description': 'Sign a transaction without sending it', 'inputSchema': {'type': 'object', 'required': ['transaction'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'transaction': {'type': 'object', 'required': ['to'], 'properties': {'to': {'type': 'string'}, 'data': {'type': 'string'}, 'from': {'type': 'string'}, 'type': {'type': 'number'}, 'nonce': {'type': 'number'}, 'value': {'type': 'string'}, 'gasLimit': {'type': 'string'}, 'gasPrice': {'type': 'string'}, 'maxFeePerGas': {'type': 'string'}, 'maxPriorityFeePerGas': {'type': 'string'}}, 'description': 'The transaction to sign'}}}}, {'name': 'wallet_populate_transaction', 'description': 'Populate a transaction with missing fields', 'inputSchema': {'type': 'object', 'required': ['transaction'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'transaction': {'type': 'object', 'required': ['to'], 'properties': {'to': {'type': 'string'}, 'data': {'type': 'string'}, 'from': {'type': 'string'}, 'type': {'type': 'number'}, 'nonce': {'type': 'number'}, 'value': {'type': 'string'}, 'gasLimit': {'type': 'string'}, 'gasPrice': {'type': 'string'}, 'maxFeePerGas': {'type': 'string'}, 'maxPriorityFeePerGas': {'type': 'string'}}, 'description': 'The transaction to populate'}}}}, {'name': 'wallet_sign_message', 'description': 'Sign a message', 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}, 'message': {'type': 'string', 'description': 'The message to sign'}}}}, {'name': 'wallet_sign_typed_data', 'description': 'Sign typed data (EIP-712)', 'inputSchema': {'type': 'object', 'required': ['domain', 'types', 'value'], 'properties': {'types': {'type': 'object', 'description': 'The type definitions'}, 'value': {'type': 'object', 'description': 'The value to sign'}, 'domain': {'type': 'object', 'description': 'The domain data'}, 'wallet': {'type': 'string', 'description': 'The wallet (private key, mnemonic, or JSON). If not provided, uses PRIVATE_KEY environment variable if set.'}}}}, {'name': 'wallet_verify_message', 'description': 'Verify a signed message', 'inputSchema': {'type': 'object', 'required': ['message', 'signature', 'address'], 'properties': {'address': {'type': 'string', 'description': 'The address that supposedly signed the message'}, 'message': {'type': 'string', 'description': 'The original message'}, 'signature': {'type': 'string', 'description': 'The signature to verify'}}}}, {'name': 'wallet_verify_typed_data', 'description': 'Verify signed typed data', 'inputSchema': {'type': 'object', 'required': ['domain', 'types', 'value', 'signature', 'address'], 'properties': {'types': {'type': 'object', 'description': 'The type definitions'}, 'value': {'type': 'object', 'description': 'The value that was signed'}, 'domain': {'type': 'object', 'description': 'The domain data'}, 'address': {'type': 'string', 'description': 'The address that supposedly signed the data'}, 'signature': {'type': 'string', 'description': 'The signature to verify'}}}}, {'name': 'provider_get_block', 'description': 'Get a block by number or hash', 'inputSchema': {'type': 'object', 'required': ['blockHashOrBlockTag'], 'properties': {'blockHashOrBlockTag': {'type': 'string', 'description': 'Block hash or block tag (latest, pending, etc.)'}, 'includeTransactions': {'type': 'boolean', 'description': 'Whether to include full transactions or just hashes'}}}}, {'name': 'provider_get_transaction', 'description': 'Get a transaction by hash', 'inputSchema': {'type': 'object', 'required': ['transactionHash'], 'properties': {'transactionHash': {'type': 'string', 'description': 'The transaction hash'}}}}, {'name': 'provider_get_transaction_receipt', 'description': 'Get a transaction receipt', 'inputSchema': {'type': 'object', 'required': ['transactionHash'], 'properties': {'transactionHash': {'type': 'string', 'description': 'The transaction hash'}}}}, {'name': 'provider_get_code', 'description': 'Get the code at an address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The address to get code from'}, 'blockTag': {'type': 'string', 'description': 'Optional block tag (latest, pending, etc.)'}}}}, {'name': 'provider_get_storage_at', 'description': 'Get the storage at a position for an address', 'inputSchema': {'type': 'object', 'required': ['address', 'position'], 'properties': {'address': {'type': 'string', 'description': 'The address to get storage from'}, 'blockTag': {'type': 'string', 'description': 'Optional block tag (latest, pending, etc.)'}, 'position': {'type': 'string', 'description': 'The storage position'}}}}, {'name': 'provider_estimate_gas', 'description': 'Estimate the gas required for a transaction', 'inputSchema': {'type': 'object', 'required': ['transaction'], 'properties': {'transaction': {'type': 'object', 'properties': {'to': {'type': 'string'}, 'data': {'type': 'string'}, 'from': {'type': 'string'}, 'value': {'type': 'string'}}, 'description': 'The transaction to estimate gas for'}}}}, {'name': 'provider_get_logs', 'description': 'Get logs that match a filter', 'inputSchema': {'type': 'object', 'required': ['filter'], 'properties': {'filter': {'type': 'object', 'properties': {'topics': {'type': 'array', 'items': {'type': 'string'}}, 'address': {'type': 'string'}, 'toBlock': {'type': 'string'}, 'fromBlock': {'type': 'string'}}, 'description': 'The filter to apply'}}}}, {'name': 'provider_get_ens_resolver', 'description': 'Get the ENS resolver for a name', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The ENS name'}}}}, {'name': 'provider_lookup_address', 'description': 'Lookup the ENS name for an address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The address to lookup'}}}}, {'name': 'provider_resolve_name', 'description': 'Resolve an ENS name to an address', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The ENS name to resolve'}}}}, {'name': 'network_get_network', 'description': 'Get the current network information', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'network_get_block_number', 'description': 'Get the current block number', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'network_get_fee_data', 'description': 'Get the current fee data (base fee, max priority fee, etc.)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}]
@shiquda/mediawiki-mcp-server
MediaWiki Server
Interact with Wikipedia's API to search and retrieve content effortlessly. Enhance your LLM applications with rich Wikipedia data and insights. Customize your search across various wiki sites for tailored results.
2025-04-04T12:56:25.543Z
67
https://smithery.ai/server/@shiquda/mediawiki-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search', 'description': '\nSearch for a wiki page. The shorter the request, the better, preferably containing only the main term to be searched.\nArgs:\n query: The query to search for\n limit: The number of results to return\nReturns:\n A list of pages that match the query\n', 'inputSchema': {'type': 'object', 'title': 'searchArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_page', 'description': 'Get a page from mediawiki.org\nArgs:\n title: The title of the page to get, which can be found in title field of the search results\nReturns:\n The page content\n', 'inputSchema': {'type': 'object', 'title': 'get_pageArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}}}}]
@AlexKissiJr/unrealmcp
Unreal Engine Plugin
Control Unreal Engine with AI tools to enhance your game development workflow. Integrate external AI systems to manipulate the Unreal environment programmatically, enabling powerful scene manipulation and automation. Streamline your development process and unleash creativity with AI-driven commands.
2025-03-20T18:15:29.600Z
67
https://smithery.ai/server/@AlexKissiJr/unrealmcp
true
null
{ "scanPassed": true }
[{'name': 'execute_python', 'description': 'Execute Python code or a Python script file in Unreal Engine.\n \n This function allows you to execute arbitrary Python code directly in the Unreal Engine\n environment. You can either provide Python code as a string or specify a path to a Python\n script file to execute.\n \n The Python code will have access to the full Unreal Engine Python API, including the \'unreal\'\n module, allowing you to interact with and manipulate the Unreal Engine editor and its assets.\n \n Args:\n code: Python code to execute as a string. Can be multiple lines.\n file: Path to a Python script file to execute.\n \n Note: \n - You must provide either code or file, but not both.\n - The output of the Python code will be visible in the Unreal Engine log.\n - The Python code runs in the Unreal Engine process, so it has full access to the engine.\n - Be careful with destructive operations as they can affect your project.\n \n Examples:\n # Execute simple Python code\n execute_python(code="print(\'Hello from Unreal Engine!\')")\n \n # Get information about the current level\n execute_python(code=\'\'\'\n import unreal\n level = unreal.EditorLevelLibrary.get_editor_world()\n print(f"Current level: {level.get_name()}")\n actors = unreal.EditorLevelLibrary.get_all_level_actors()\n print(f"Number of actors: {len(actors)}")\n \'\'\')\n \n # Execute a Python script file\n execute_python(file="D:/my_scripts/create_assets.py")\n ', 'inputSchema': {'type': 'object', 'title': 'execute_pythonArguments', 'properties': {'code': {'type': 'string', 'title': 'Code', 'default': None}, 'file': {'type': 'string', 'title': 'File', 'default': None}}}}, {'name': 'get_scene_info', 'description': 'Get detailed information about the current Unreal scene.', 'inputSchema': {'type': 'object', 'title': 'get_scene_infoArguments', 'properties': {}}}, {'name': 'create_object', 'description': "Create a new object in the Unreal scene.\n \n Args:\n type: The type of object to create (e.g., 'StaticMeshActor', 'PointLight', etc.)\n location: Optional 3D location as [x, y, z]\n label: Optional label for the object\n ", 'inputSchema': {'type': 'object', 'title': 'create_objectArguments', 'required': ['type'], 'properties': {'type': {'type': 'string', 'title': 'Type'}, 'label': {'type': 'string', 'title': 'Label', 'default': None}, 'location': {'type': 'array', 'items': {}, 'title': 'Location', 'default': None}}}}, {'name': 'modify_object', 'description': 'Modify an existing object in the Unreal scene.\n \n Args:\n name: The name of the object to modify\n location: Optional 3D location as [x, y, z]\n rotation: Optional rotation as [pitch, yaw, roll]\n scale: Optional scale as [x, y, z]\n ', 'inputSchema': {'type': 'object', 'title': 'modify_objectArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'scale': {'type': 'array', 'items': {}, 'title': 'Scale', 'default': None}, 'location': {'type': 'array', 'items': {}, 'title': 'Location', 'default': None}, 'rotation': {'type': 'array', 'items': {}, 'title': 'Rotation', 'default': None}}}}, {'name': 'delete_object', 'description': 'Delete an object from the Unreal scene.\n \n Args:\n name: The name of the object to delete\n ', 'inputSchema': {'type': 'object', 'title': 'delete_objectArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'create_material', 'description': 'Create a new material in the Unreal project.\n \n Args:\n package_path: The path where the material should be created (e.g., \'/Game/Materials\')\n name: The name of the material\n properties: Optional dictionary of material properties to set. Can include:\n - shading_model: str (e.g., "DefaultLit", "Unlit", "Subsurface", etc.)\n - blend_mode: str (e.g., "Opaque", "Masked", "Translucent", etc.)\n - two_sided: bool\n - dithered_lod_transition: bool\n - cast_contact_shadow: bool\n - base_color: list[float] (RGBA values 0-1)\n - metallic: float (0-1)\n - roughness: float (0-1)\n ', 'inputSchema': {'type': 'object', 'title': 'create_materialArguments', 'required': ['package_path', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'properties': {'type': 'object', 'title': 'Properties', 'default': None, 'additionalProperties': True}, 'package_path': {'type': 'string', 'title': 'Package Path'}}}}, {'name': 'modify_material', 'description': 'Modify an existing material\'s properties.\n \n Args:\n path: The full path to the material (e.g., \'/Game/Materials/MyMaterial\')\n properties: Dictionary of material properties to set. Can include:\n - shading_model: str (e.g., "DefaultLit", "Unlit", "Subsurface", etc.)\n - blend_mode: str (e.g., "Opaque", "Masked", "Translucent", etc.)\n - two_sided: bool\n - dithered_lod_transition: bool\n - cast_contact_shadow: bool\n - base_color: list[float] (RGBA values 0-1)\n - metallic: float (0-1)\n - roughness: float (0-1)\n ', 'inputSchema': {'type': 'object', 'title': 'modify_materialArguments', 'required': ['path', 'properties'], 'properties': {'path': {'type': 'string', 'title': 'Path'}, 'properties': {'type': 'object', 'title': 'Properties', 'additionalProperties': True}}}}, {'name': 'get_material_info', 'description': "Get information about a material.\n \n Args:\n path: The full path to the material (e.g., '/Game/Materials/MyMaterial')\n \n Returns:\n Dictionary containing material information including:\n - name: str\n - path: str\n - shading_model: str\n - blend_mode: str\n - two_sided: bool\n - dithered_lod_transition: bool\n - cast_contact_shadow: bool\n - base_color: list[float]\n - metallic: float\n - roughness: float\n ", 'inputSchema': {'type': 'object', 'title': 'get_material_infoArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'my_custom_tool', 'description': '', 'inputSchema': {'type': 'object', 'title': 'my_custom_toolArguments', 'required': ['ctx'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx'}}}}, {'name': 'get_actor_count', 'description': 'Get the number of actors in the current Unreal Engine scene.', 'inputSchema': {'type': 'object', 'title': 'get_actor_countArguments', 'required': ['ctx'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx'}}}}]
@coinpaprika/dexpaprika-mcp
DexPaprika
Access decentralized exchange data effortlessly. Fetch and analyze DEX, token, and liquidity pool information without the need for API keys, empowering your AI assistants with real-time insights.
2025-03-31T08:01:14.536Z
66
https://smithery.ai/server/@coinpaprika/dexpaprika-mcp
true
null
{ "scanPassed": true }
[{'name': 'getNetworks', 'description': 'Retrieve a list of all supported blockchain networks and their metadata', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getNetworkDexes', 'description': 'Get a list of available decentralized exchanges on a specific network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}}, 'additionalProperties': False}}, {'name': 'getTopPools', 'description': 'Get a paginated list of top liquidity pools from all networks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'sort': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort order'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'orderBy': {'enum': ['volume_usd', 'price_usd', 'transactions', 'last_price_change_usd_24h', 'created_at'], 'type': 'string', 'default': 'volume_usd', 'description': 'Field to order by'}}, 'additionalProperties': False}}, {'name': 'getNetworkPools', 'description': 'Get a list of top liquidity pools on a specific network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'sort': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort order'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'orderBy': {'enum': ['volume_usd', 'price_usd', 'transactions', 'last_price_change_usd_24h', 'created_at'], 'type': 'string', 'default': 'volume_usd', 'description': 'Field to order by'}}, 'additionalProperties': False}}, {'name': 'getDexPools', 'description': 'Get top pools on a specific DEX within a network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'dex'], 'properties': {'dex': {'type': 'string', 'description': 'DEX identifier'}, 'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'sort': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort order'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'orderBy': {'enum': ['volume_usd', 'price_usd', 'transactions', 'last_price_change_usd_24h', 'created_at'], 'type': 'string', 'default': 'volume_usd', 'description': 'Field to order by'}}, 'additionalProperties': False}}, {'name': 'getPoolDetails', 'description': 'Get detailed information about a specific pool on a network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'poolAddress'], 'properties': {'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'inversed': {'type': 'boolean', 'default': False, 'description': 'Whether to invert the price ratio'}, 'poolAddress': {'type': 'string', 'description': 'Pool address or identifier'}}, 'additionalProperties': False}}, {'name': 'getTokenDetails', 'description': 'Get detailed information about a specific token on a network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'tokenAddress'], 'properties': {'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'tokenAddress': {'type': 'string', 'description': 'Token address or identifier'}}, 'additionalProperties': False}}, {'name': 'getTokenPools', 'description': 'Get a list of top liquidity pools for a specific token on a network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'tokenAddress'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'sort': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'desc', 'description': 'Sort order'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'address': {'type': 'string', 'description': 'Filter pools that contain this additional token address'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'orderBy': {'enum': ['volume_usd', 'price_usd', 'transactions', 'last_price_change_usd_24h', 'created_at'], 'type': 'string', 'default': 'volume_usd', 'description': 'Field to order by'}, 'tokenAddress': {'type': 'string', 'description': 'Token address or identifier'}}, 'additionalProperties': False}}, {'name': 'getPoolOHLCV', 'description': 'Get OHLCV (Open-High-Low-Close-Volume) data for a specific pool', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'poolAddress', 'start'], 'properties': {'end': {'type': 'string', 'description': 'End time for historical data (max 1 year from start)'}, 'limit': {'type': 'number', 'default': 1, 'description': 'Number of data points to retrieve (max 366)'}, 'start': {'type': 'string', 'description': 'Start time for historical data (ISO-8601, yyyy-mm-dd, or Unix timestamp)'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'interval': {'type': 'string', 'default': '24h', 'description': 'Interval granularity for OHLCV data (1m, 5m, 10m, 15m, 30m, 1h, 6h, 12h, 24h)'}, 'inversed': {'type': 'boolean', 'default': False, 'description': 'Whether to invert the price ratio in OHLCV calculations'}, 'poolAddress': {'type': 'string', 'description': 'Pool address or identifier'}}, 'additionalProperties': False}}, {'name': 'getPoolTransactions', 'description': 'Get transactions of a pool on a network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['network', 'poolAddress'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number for pagination'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Number of items per page'}, 'cursor': {'type': 'string', 'description': 'Transaction ID used for cursor-based pagination'}, 'network': {'type': 'string', 'description': 'Network ID (e.g., ethereum, solana)'}, 'poolAddress': {'type': 'string', 'description': 'Pool address or identifier'}}, 'additionalProperties': False}}, {'name': 'search', 'description': 'Search for tokens, pools, and DEXes by name or identifier', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search term (e.g., "uniswap", "bitcoin", or a token address)'}}, 'additionalProperties': False}}, {'name': 'getStats', 'description': 'Get high-level statistics about the DexPaprika ecosystem', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@packetnomad/linear-mcp
Linear Integration Server
Streamline your issue tracking with seamless integration to Linear. Create, update, and manage issues effortlessly while leveraging advanced search capabilities to enhance your workflow.
2025-03-23T03:18:46.443Z
66
https://smithery.ai/server/@packetnomad/linear-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_issue', 'description': 'Create a new Linear issue with optional parent linking. Supports self-assignment using "me" as assigneeId.', 'inputSchema': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the issue'}, 'status': {'type': 'string', 'description': 'Status of the issue'}, 'teamId': {'type': 'string', 'description': 'ID of the team to create the issue in. Required unless parentId is provided.'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of label IDs to attach to the issue'}, 'parentId': {'type': 'string', 'description': 'ID of the parent issue. If provided, creates a subissue.'}, 'priority': {'type': 'number', 'description': 'Priority of the issue (0-4)'}, 'assigneeId': {'type': 'string', 'description': 'ID of the user to assign the issue to. Use "me" to assign to the current authenticated user, or a specific user ID.'}, 'description': {'type': 'string', 'description': 'Description of the issue (markdown supported)'}}}}, {'name': 'update_issue', 'description': 'Update an existing Linear issue. Supports self-assignment using "me" as assigneeId and cycle assignment via cycleId. You can provide a cycle name (e.g., "2"), a relative cycle at the moment of updating ("current", "next", "previous"), or a cycle UUID directly.', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'title': {'type': 'string', 'description': 'New title for the issue'}, 'status': {'type': 'string', 'description': 'New status for the issue'}, 'cycleId': {'type': 'string', 'description': 'ID of the cycle to assign the issue to. You can provide a cycle name (e.g., "2"), a relative cycle ("current", "next", "previous"), or a cycle UUID directly.'}, 'issueId': {'type': 'string', 'description': 'ID or key of the issue to update'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New array of label IDs'}, 'priority': {'type': 'number', 'description': 'New priority for the issue (0-4)'}, 'assigneeId': {'type': 'string', 'description': 'ID of the new assignee. Use "me" to assign to the current authenticated user, or a specific user ID.'}, 'description': {'type': 'string', 'description': 'New description for the issue (markdown supported)'}}}}, {'name': 'get_issue', 'description': 'Get detailed information about a specific Linear issue including optional relationships and cleaned content', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'issueId': {'type': 'string', 'description': 'The ID or key of the Linear issue'}, 'includeRelationships': {'type': 'boolean', 'default': False, 'description': 'Include comments, parent/sub-issues, and related issues. Also extracts mentions from content.'}}}}, {'name': 'search_issues', 'description': 'Search for Linear issues using a query string and advanced filters. Supports Linear\'s powerful filtering capabilities.\n\nExamples:\n1. Basic search: {query: "bug"}\n2. High priority issues: {query: "", filter: {priority: {gte: 2}}}\n3. Issues due soon: {query: "", filter: {dueDate: {lt: "P2W"}}}\n4. Issues with specific labels: {query: "", filter: {labels: {name: {in: ["Bug", "Critical"]}}}}\n5. Complex filters: {query: "", filter: {and: [{priority: {gte: 2}}, {state: {type: {eq: "started"}}}], or: [{assignee: {id: {eq: "me"}}}, {creator: {id: {eq: "me"}}}]}}\n6. Issues in a project: {query: "", filter: {project: {id: {eq: "project-id"}}}}\n7. Issues by state type: {query: "", filter: {state: {type: {eq: "started"}}}}\n8. Issues in current cycle: {query: "", filter: {cycle: {type: "current", teamId: "team-123"}}}\n9. Issues in next cycle: {query: "", filter: {cycle: {type: "next", teamId: "team-123"}}}\n10. Issues in previous cycle: {query: "", filter: {cycle: {type: "previous", teamId: "team-123"}}}\n11. Issues in specific cycle by UUID: {query: "", filter: {cycle: {type: "specific", id: "cycle-456"}}} or by cycle number: {query: "", filter: {cycle: {type: "specific", id: "2", teamId: "team-123"}}} (teamId is required when using cycle number)\n12. High priority bugs in current cycle: {query: "bug", filter: {and: [{cycle: {type: "current", teamId: "team-123"}}, {priority: {gte: 2}}], assignee: {id: {eq: "me"}}}}\n\nSupported comparators:\n- String fields: eq, neq, in, nin, contains, startsWith, endsWith (plus case-insensitive variants)\n- Number fields: eq, neq, lt, lte, gt, gte, in, nin\n- Date fields: eq, neq, lt, lte, gt, gte (supports ISO 8601 durations like "P2W" for relative dates)\n\nFilterable fields:\n- Basic: title, description, priority, estimate, dueDate, createdAt, updatedAt, completedAt, startedAt, canceledAt\n- Relationships:\n * assignee: {id: {...}, name: {...}}\n * creator: {id: {...}, name: {...}}\n * team: {id: {...}, name: {...}, key: {...}}\n * state: {id: {...}, name: {...}, type: {...}}\n * labels: {name: {...}, every: {name: {...}}}\n * project: {id: {...}, name: {...}}\n * cycle: {type: "current"|"next"|"previous"|"specific", teamId: "...", id: "..."}\n\nLogical operators:\n- and: Array of filters that must all match\n- or: Array of filters where at least one must match\n\nBackward compatibility:\n- assignedTo: "me" or user ID (shorthand for assignee.id.eq)\n- createdBy: "me" or user ID (shorthand for creator.id.eq)\n- projectId: direct project ID (shorthand for project.id.eq)\n- projectName: project name lookup', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Text to search in issue titles and descriptions. Can be empty string if only using filters.'}, 'filter': {'type': 'object', 'description': "Advanced filters using Linear's filtering capabilities. See description for details and examples."}, 'projectId': {'type': 'string', 'description': 'Filter issues by project ID. Takes precedence over projectName if both are provided.'}, 'projectName': {'type': 'string', 'description': 'Filter issues by project name. Will be used to find matching projects if projectId is not provided.'}, 'includeRelationships': {'type': 'boolean', 'default': False, 'description': 'Include additional metadata like team and labels in search results'}}}}, {'name': 'get_teams', 'description': 'Get a list of Linear teams with optional name/key filtering', 'inputSchema': {'type': 'object', 'properties': {'nameFilter': {'type': 'string', 'description': 'Optional filter to search by team name or key'}}}}, {'name': 'create_comment', 'description': 'Create a new comment on a Linear issue', 'inputSchema': {'type': 'object', 'required': ['issueId', 'body'], 'properties': {'body': {'type': 'string', 'description': 'Content of the comment (markdown supported)'}, 'issueId': {'type': 'string', 'description': 'ID or key of the issue to comment on'}}}}, {'name': 'delete_issue', 'description': 'Delete an existing Linear issue', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'issueId': {'type': 'string', 'description': 'ID or key of the issue to delete'}}}}, {'name': 'get_projects', 'description': 'Get a list of Linear projects with optional name filtering and pagination', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'after': {'type': 'string', 'description': 'Cursor for pagination. Use the endCursor from a previous response to fetch the next page'}, 'first': {'type': 'number', 'default': 50, 'description': 'Number of items to return (default: 50, max: 100)'}, 'nameFilter': {'type': 'string', 'description': 'Optional filter to search by project name'}, 'includeArchived': {'type': 'boolean', 'default': True, 'description': 'Whether to include archived projects (default: true)'}}}}, {'name': 'get_project_updates', 'description': 'Get project updates for a given project ID with optional filtering parameters', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'after': {'type': 'string', 'description': 'Cursor for pagination. Use the endCursor from a previous response to fetch the next page'}, 'first': {'type': 'number', 'default': 50, 'description': 'Number of items to return (default: 50, max: 100)'}, 'health': {'type': 'string', 'description': 'Filter updates by health status (e.g., "onTrack", "atRisk", "offTrack")'}, 'userId': {'type': 'string', 'description': 'Filter updates by creator. Use "me" to find updates created by the current user, or a specific user ID'}, 'projectId': {'type': 'string', 'description': 'ID of the project to get updates for'}, 'createdAfter': {'type': 'string', 'description': 'ISO date string. Only return updates created after this date'}, 'createdBefore': {'type': 'string', 'description': 'ISO date string. Only return updates created before this date'}, 'includeArchived': {'type': 'boolean', 'default': True, 'description': 'Whether to include archived updates (default: true)'}}}}, {'name': 'create_project_update', 'description': 'Create a new update for a Linear project', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'body': {'type': 'string', 'description': 'Content of the update in markdown format'}, 'health': {'enum': ['onTrack', 'atRisk', 'offTrack'], 'type': 'string', 'description': 'Health status of the project at the time of the update'}, 'projectId': {'type': 'string', 'description': 'ID of the project for which to create an update'}, 'isDiffHidden': {'type': 'boolean', 'description': 'Whether to hide the diff between this update and the previous one'}}}}]
@Cyreslab-AI/shodan-mcp-server
Shodan MCP Server
Access Shodan's API to enhance your AI assistant's capabilities. Query detailed information about internet-connected devices and services to bolster cybersecurity research and threat intelligence. Simplify your data retrieval with advanced search functionalities and result summarization.
2025-03-22T14:20:36.640Z
64
https://smithery.ai/server/@Cyreslab-AI/shodan-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_host_info', 'description': 'Get detailed information about a specific IP address', 'inputSchema': {'type': 'object', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'description': 'IP address to look up'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name'])"}, 'max_items': {'type': 'number', 'description': 'Maximum number of items to include in arrays (default: 5)'}}}}, {'name': 'search_shodan', 'description': "Search Shodan's database for devices and services", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number for results pagination (default: 1)'}, 'query': {'type': 'string', 'description': "Shodan search query (e.g., 'apache country:US')"}, 'facets': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of facets to include in the search results (e.g., ['country', 'org'])"}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name'])"}, 'max_items': {'type': 'number', 'description': 'Maximum number of items to include in arrays (default: 5)'}, 'summarize': {'type': 'boolean', 'description': 'Whether to return a summary of the results instead of the full data (default: false)'}}}}, {'name': 'scan_network_range', 'description': 'Scan a network range (CIDR notation) for devices', 'inputSchema': {'type': 'object', 'required': ['cidr'], 'properties': {'cidr': {'type': 'string', 'description': 'Network range in CIDR notation (e.g., 192.168.1.0/24)'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of fields to include in the results (e.g., ['ip_str', 'ports', 'location.country_name'])"}, 'max_items': {'type': 'number', 'description': 'Maximum number of items to include in results (default: 5)'}}}}, {'name': 'get_ssl_info', 'description': 'Get SSL certificate information for a domain', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'Domain name to look up SSL certificates for (e.g., example.com)'}}}}, {'name': 'search_iot_devices', 'description': 'Search for specific types of IoT devices', 'inputSchema': {'type': 'object', 'required': ['device_type'], 'properties': {'country': {'type': 'string', 'description': "Optional country code to limit search (e.g., 'US', 'DE')"}, 'max_items': {'type': 'number', 'description': 'Maximum number of items to include in results (default: 5)'}, 'device_type': {'type': 'string', 'description': "Type of IoT device to search for (e.g., 'webcam', 'router', 'smart tv')"}}}}]
@ipospelov/mcp-memory-bank
Memory Bank Setup Helper
Help users set up and configure their AI assistant environments by managing a structured Memory Bank for context preservation. Provide detailed information about Memory Bank file structures, generate templates for Memory Bank files, and analyze project summaries to suggest relevant Memory Bank content. Facilitate organized documentation to enhance AI context management and project understanding.
2025-04-28T09:00:54.032Z
63
https://smithery.ai/server/@ipospelov/mcp-memory-bank
true
null
{ "scanPassed": true }
[{'name': 'get_memory_bank_structure', 'description': 'Get a detailed description of the Memory Bank file structure.', 'inputSchema': {'type': 'object', 'title': 'get_memory_bank_structureArguments', 'properties': {}}}, {'name': 'generate_memory_bank_template', 'description': 'Generate a template for a specific Memory Bank file.\n \n Args:\n file_name: The name of the file to generate a template for (e.g., "projectbrief.md")\n ', 'inputSchema': {'type': 'object', 'title': 'generate_memory_bank_templateArguments', 'required': ['file_name'], 'properties': {'file_name': {'type': 'string', 'title': 'File Name'}}}}, {'name': 'analyze_project_summary', 'description': 'Analyze a project summary and provide suggestions for Memory Bank content.\n \n Args:\n project_summary: A summary of the project\n ', 'inputSchema': {'type': 'object', 'title': 'analyze_project_summaryArguments', 'required': ['project_summary'], 'properties': {'project_summary': {'type': 'string', 'title': 'Project Summary'}}}}]
@eDramas/mastergo-magic-mcp
MasterGo Magic
Connect MasterGo design tools with AI models to directly retrieve DSL data from design files. Simplify integration by running as a standalone service with no external dependencies beyond Node.js. Enhance AI workflows with seamless access to MasterGo design content.
2025-04-15T09:07:26.076Z
63
https://smithery.ai/server/@eDramas/mastergo-magic-mcp
true
null
{ "scanPassed": true }
[{'name': 'mcp__getDsl', 'description': '\n"Use this tool to retrieve the DSL (Domain Specific Language) data from MasterGo design files and the rules you must follow when generating code.\nThis tool is useful when you need to analyze the structure of a design, understand component hierarchy, or extract design properties.\nYou must provide a fileId and layerId to identify the specific design element.\nThis tool returns the raw DSL data in JSON format that you can then parse and analyze.\nThis tool also returns the rules you must follow when generating code.\nThe DSL data can also be used to transform and generate code for different frameworks."\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileId', 'layerId'], 'properties': {'fileId': {'type': 'string', 'description': 'MasterGo design file ID (format: file/<fileId> in MasterGo URL)'}, 'layerId': {'type': 'string', 'description': 'Layer ID of the specific component or element to retrieve (format: ?layer_id=<layerId> / file=<fileId> in MasterGo URL)'}}, 'additionalProperties': False}}, {'name': 'mcp__getComponentLink', 'description': 'When the data returned by mcp__getDsl contains a non-empty componentDocumentLinks array, this tool is used to sequentially retrieve URLs from the componentDocumentLinks array and then obtain component documentation data. The returned document data is used for you to generate frontend code based on components.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Component documentation link URL, from the componentDocumentLinks property, please ensure the URL is valid'}}, 'additionalProperties': False}}]
@telegramtool/crypto_mcp
虚拟币价格查询服务
查询最新的虚拟币价格和市场数据,帮助用户获取实时的加密货币信息。无缝集成到支持MCP的AI助手中,提供多种查询和分析功能。
2025-03-22T11:42:12.245Z
63
https://smithery.ai/server/@telegramtool/crypto_mcp
true
null
{ "scanPassed": true }
[{'name': 'get_coin_price', 'description': '获取指定虚拟币的当前价格\n\n Args:\n coin_id: 虚拟币的ID (例如 bitcoin, ethereum, dogecoin)\n currency: 货币单位 (默认为人民币cny, 也可以是usd等)\n\n Returns:\n 包含价格信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_priceArguments', 'required': ['coin_id'], 'properties': {'coin_id': {'type': 'string', 'title': 'Coin Id'}, 'currency': {'type': 'string', 'title': 'Currency', 'default': 'cny'}}}}, {'name': 'get_trending_coins', 'description': '获取当前热门虚拟币列表\n\n Returns:\n 包含热门虚拟币信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_trending_coinsArguments', 'properties': {}}}, {'name': 'get_coin_detail', 'description': '获取虚拟币的详细信息\n\n Args:\n coin_id: 虚拟币的ID (例如 bitcoin, ethereum)\n\n Returns:\n 包含详细信息的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_detailArguments', 'required': ['coin_id'], 'properties': {'coin_id': {'type': 'string', 'title': 'Coin Id'}}}}, {'name': 'get_global_market_data', 'description': '获取全球加密货币市场数据\n\n Returns:\n 包含市场数据的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_global_market_dataArguments', 'properties': {}}}, {'name': 'search_coins', 'description': '搜索虚拟币\n\n Args:\n query: 搜索关键词\n limit: 返回结果数量上限, 默认10\n\n Returns:\n 包含搜索结果的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'search_coinsArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_common_coins_prices', 'description': '获取常见虚拟币的价格信息\n\n Returns:\n 包含常见虚拟币价格的字符串\n ', 'inputSchema': {'type': 'object', 'title': 'get_common_coins_pricesArguments', 'properties': {}}}, {'name': 'get_coin_info', 'description': '获取虚拟币的合约市场信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n\n Returns:\n 包含币种在合约市场的详细信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_coin_infoArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}, {'name': 'get_kline_data', 'description': '获取虚拟币合约的K线数据 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含K线数据的格式化信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_kline_dataArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_position_info', 'description': '获取虚拟币合约的持仓信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含持仓信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_position_infoArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_trade_volume', 'description': '获取虚拟币合约的成交量信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含成交量信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_trade_volumeArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_trade_amount', 'description': '获取虚拟币的成交额信息 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n granularity: K线粒度,默认1h (可选: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 24h, 1d, 1w等)\n lookback_count: 需要获取的K线数量,默认100条\n\n Returns:\n 包含成交额信息的格式化数据\n ', 'inputSchema': {'type': 'object', 'title': 'get_trade_amountArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'granularity': {'type': 'string', 'title': 'Granularity', 'default': '1h'}, 'lookback_count': {'type': 'integer', 'title': 'Lookback Count', 'default': 100}}}}, {'name': 'get_exchange_position', 'description': '获取虚拟币在各交易所的持仓分布 (Coinglass API)\n\n Args:\n symbol: 币种符号,例如BTC、ETH\n\n Returns:\n 包含各交易所持仓分布的格式化信息\n ', 'inputSchema': {'type': 'object', 'title': 'get_exchange_positionArguments', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}}}}]
@pjookim/mcp-visit-korea
Korea Tour
Explore the rich cultural heritage and attractions of Korea. Access detailed tourism information, including attractions, festivals, and accommodations tailored to your interests. Easily search for tourism content based on area codes, keywords, or locations to plan your perfect trip.
2025-04-10T01:49:51.736Z
61
https://smithery.ai/server/@pjookim/mcp-visit-korea
true
null
{ "scanPassed": true }
[{'name': 'get_area_code', 'description': '한국의 지역코드를 조회합니다. 상위 지역코드를 입력하면 하위 지역 목록을 반환하고, 입력하지 않으면 광역시/도 목록을 반환합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'areaCode': {'type': 'string', 'description': '상위 지역코드 (선택)'}}, 'additionalProperties': False}}, {'name': 'search_tour_info', 'description': '지역, 유형, 키워드 등을 기반으로 관광 정보를 검색합니다. 지역기반, 키워드 기반, 위치기반 검색을 지원합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'mapX': {'type': 'string', 'description': '경도 좌표'}, 'mapY': {'type': 'string', 'description': '위도 좌표'}, 'radius': {'type': 'string', 'description': '거리 반경(미터)'}, 'keyword': {'type': 'string', 'description': '검색 키워드'}, 'areaCode': {'type': 'string', 'description': '지역코드'}, 'contentTypeId': {'type': 'string', 'description': '관광타입(12:관광지, 14:문화시설, 15:축제공연행사, 25:여행코스, 28:레포츠, 32:숙박, 38:쇼핑, 39:음식점)'}}, 'additionalProperties': False}}, {'name': 'get_detail_common', 'description': '특정 관광지, 축제, 숙박 등의 상세 정보를 조회합니다. contentId를 기반으로 해당 콘텐츠의 공통 상세정보(제목, 주소, 개요 등)를 제공합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contentId'], 'properties': {'contentId': {'type': 'string', 'description': '관광 콘텐츠 ID'}, 'defaultYN': {'type': 'string', 'default': 'Y', 'description': '기본정보 조회여부(Y/N)'}, 'mapinfoYN': {'type': 'string', 'default': 'Y', 'description': '좌표정보 조회여부(Y/N)'}, 'addrinfoYN': {'type': 'string', 'default': 'Y', 'description': '주소정보 조회여부(Y/N)'}, 'areacodeYN': {'type': 'string', 'default': 'Y', 'description': '지역코드 조회여부(Y/N)'}, 'overviewYN': {'type': 'string', 'default': 'Y', 'description': '개요정보 조회여부(Y/N)'}, 'firstImageYN': {'type': 'string', 'default': 'Y', 'description': '대표이미지 조회여부(Y/N)'}}, 'additionalProperties': False}}]
@palolxx/geminimcptest
Gemini Thinking 2.5 Pro
Leverage advanced analytical thinking capabilities to break down complex problems and generate thoughtful responses. Enhance your problem-solving process with insights, confidence levels, and alternative approaches, all while maintaining session persistence for ongoing analysis.
2025-03-27T18:15:16.569Z
61
https://smithery.ai/server/@palolxx/geminimcptest
true
null
null
[{'name': 'geminithinking', 'description': "A detailed tool for that uses Gemini 2.5 Pro dynamic and reflective problem-solving through Gemini AI.\nThis tool helps analyze problems through a flexible thinking process powered by Google's Gemini model.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- Leverages Gemini AI for deep analytical thinking\n- Provides meta-commentary on the reasoning process\n- Indicates confidence levels for generated thoughts\n- Suggests alternative approaches when relevant\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Session persistence: save and resume your analysis sessions\n\nParameters explained:\n- query: The question or problem to be analyzed\n- context: Additional context information (e.g., code snippets, background)\n- approach: Suggested approach to the problem (optional)\n- previousThoughts: Array of previous thoughts for context\n- thought: The current thinking step (if empty, will be generated by Gemini)\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n- metaComments: Meta-commentary from Gemini about its reasoning process\n- confidenceLevel: Gemini's confidence in the generated thought (0-1)\n- alternativePaths: Alternative approaches suggested by Gemini\n\nSession commands:\n- sessionCommand: Command to manage sessions ('save', 'load', 'getState')\n- sessionPath: Path to save or load the session file (required for 'save' and 'load' commands)\n\nYou should:\n1. Start with a clear query and any relevant context\n2. Let Gemini generate thoughts by not providing the 'thought' parameter\n3. Review the generated thoughts and meta-commentary\n4. Feel free to revise or branch thoughts as needed\n5. Consider alternative paths suggested by Gemini\n6. Only set next_thought_needed to false when truly done\n7. give realy realy long thinking results,like 1000words or something it should be a lot\n7. give realy realy long thinking results,like 1000words or something it should be a lot\n7. give realy realy long thinking results,like 1000words or something it should be a lot\n8. Use session commands to save your progress and resume later", 'inputSchema': {'type': 'object', 'required': ['query', 'nextThoughtNeeded', 'thoughtNumber', 'totalThoughts'], 'properties': {'query': {'type': 'string', 'description': 'The question or problem to analyze'}, 'context': {'type': 'string', 'description': 'Additional context information'}, 'thought': {'type': 'string', 'description': 'Your current thinking step (if empty, will be generated by Gemini)'}, 'approach': {'type': 'string', 'description': 'Suggested approach to the problem'}, 'branchId': {'type': 'string', 'description': 'Branch identifier'}, 'isRevision': {'type': 'boolean', 'description': 'Whether this revises previous thinking'}, 'sessionPath': {'type': 'string', 'description': 'Path to save or load the session file'}, 'metaComments': {'type': 'string', 'description': 'Meta-commentary about the reasoning process'}, 'thoughtNumber': {'type': 'integer', 'minimum': 1, 'description': 'Current thought number'}, 'totalThoughts': {'type': 'integer', 'minimum': 1, 'description': 'Estimated total thoughts needed'}, 'revisesThought': {'type': 'integer', 'minimum': 1, 'description': 'Which thought is being reconsidered'}, 'sessionCommand': {'type': 'string', 'description': "Command to manage sessions ('save', 'load', 'getState')"}, 'confidenceLevel': {'type': 'number', 'maximum': 1, 'minimum': 0, 'description': 'Confidence level in the generated thought (0-1)'}, 'alternativePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Alternative approaches suggested'}, 'previousThoughts': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of previous thoughts for context'}, 'branchFromThought': {'type': 'integer', 'minimum': 1, 'description': 'Branching point thought number'}, 'needsMoreThoughts': {'type': 'boolean', 'description': 'If more thoughts are needed'}, 'nextThoughtNeeded': {'type': 'boolean', 'description': 'Whether another thought step is needed'}}}}]
@rishipradeep-think41/gchat-mcp
Google Chat Integration Server
Post messages to Google Chat spaces effortlessly using webhooks. Simplify your integration without the need for OAuth setup, making it secure and easy to use with MCP-compatible tools.
2025-04-05T15:35:38.657Z
61
https://smithery.ai/server/@rishipradeep-think41/gchat-mcp
true
null
{ "scanPassed": true }
[{'name': 'post_text_message', 'description': 'Post a text message to a Google Chat space.', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The text content of the message to be posted.'}}}}, {'name': 'send_todo', 'description': 'Send a formatted todo message to Google Chat space', 'inputSchema': {'type': 'object', 'required': ['todoList'], 'properties': {'todoList': {'type': 'string', 'description': 'The list of todo events'}}}}, {'name': 'send_summary', 'description': 'Send a summary link and title in a card to a Google Chat space.', 'inputSchema': {'type': 'object', 'required': ['link', 'title'], 'properties': {'link': {'type': 'string', 'description': 'The link to be sent in the summary card'}, 'title': {'type': 'string', 'description': 'The title of the card'}}}}]
@itseasy21/mcp-knowledge-graph
Persistent Knowledge Graph
Enable Claude/Cursor or other AI Tools with MCP Support to remember user information across chats using a local knowledge graph.
2025-02-25T03:36:33.005Z
60
https://smithery.ai/server/@itseasy21/mcp-knowledge-graph
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'}}}}]
@gannonh/memento-mcp
Memento
Enhance your LLM applications with a scalable knowledge graph memory system. Utilize semantic search and temporal awareness to manage and retrieve information effectively, ensuring your agents have persistent and contextual memory capabilities.
2025-04-02T21:10:39.221Z
60
https://smithery.ai/server/@gannonh/memento-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_entities', 'description': 'Create multiple new entities in your Memento MCP knowledge graph memory system', 'inputSchema': {'type': 'object', 'required': ['entities'], 'properties': {'entities': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'entityType', 'observations'], 'properties': {'id': {'type': 'string', 'description': 'Optional entity ID'}, 'name': {'type': 'string', 'description': 'The name of the entity'}, 'validTo': {'type': 'number', 'description': 'Optional validity end timestamp'}, 'version': {'type': 'number', 'description': 'Optional entity version'}, 'changedBy': {'type': 'string', 'description': 'Optional user/system identifier'}, 'createdAt': {'type': 'number', 'description': 'Optional creation timestamp'}, 'updatedAt': {'type': 'number', 'description': 'Optional update timestamp'}, 'validFrom': {'type': 'number', 'description': 'Optional validity start timestamp'}, '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 your Memento MCP knowledge graph memory. Relations should be in active voice', 'inputSchema': {'type': 'object', 'required': ['relations'], 'properties': {'relations': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'id': {'type': 'string', 'description': 'Optional relation ID'}, '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'}, 'validTo': {'type': 'number', 'description': 'Optional validity end timestamp'}, 'version': {'type': 'number', 'description': 'Optional relation version'}, 'metadata': {'type': 'object', 'description': 'Optional metadata about the relation (source, timestamps, tags, etc.)', 'additionalProperties': True}, 'strength': {'type': 'number', 'description': 'Optional strength of relation (0.0 to 1.0)'}, 'changedBy': {'type': 'string', 'description': 'Optional user/system identifier'}, 'createdAt': {'type': 'number', 'description': 'Optional creation timestamp'}, 'updatedAt': {'type': 'number', 'description': 'Optional update timestamp'}, 'validFrom': {'type': 'number', 'description': 'Optional validity start timestamp'}, 'confidence': {'type': 'number', 'description': 'Optional confidence level in relation accuracy (0.0 to 1.0)'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}}}}}}, {'name': 'add_observations', 'description': 'Add new observations to existing entities in your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['observations'], 'properties': {'metadata': {'type': 'object', 'description': 'Default metadata for all observations', 'additionalProperties': True}, 'strength': {'type': 'number', 'description': 'Default strength value (0.0 to 1.0) for all observations'}, 'confidence': {'type': 'number', 'description': 'Default confidence level (0.0 to 1.0) for all observations'}, 'observations': {'type': 'array', 'items': {'type': 'object', 'required': ['entityName', 'contents'], 'properties': {'contents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observation contents to add'}, 'metadata': {'type': 'object', 'description': 'Metadata for this specific observation', 'additionalProperties': True}, 'strength': {'type': 'number', 'description': 'Strength value (0.0 to 1.0) for this specific observation'}, 'confidence': {'type': 'number', 'description': 'Confidence level (0.0 to 1.0) for this specific observation'}, '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 your Memento MCP knowledge graph memory', '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 your Memento MCP knowledge graph memory', '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 your Memento MCP knowledge graph memory', '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': 'get_relation', 'description': 'Get a specific relation with its enhanced properties from your Memento MCP knowledge graph memory', 'inputSchema': {'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': 'update_relation', 'description': 'Update an existing relation with enhanced properties in your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['relation'], 'properties': {'relation': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'id': {'type': 'string', 'description': 'Optional relation ID'}, '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'}, 'validTo': {'type': 'number', 'description': 'Optional validity end timestamp'}, 'version': {'type': 'number', 'description': 'Optional relation version'}, 'metadata': {'type': 'object', 'description': 'Optional metadata about the relation (source, timestamps, tags, etc.)', 'additionalProperties': True}, 'strength': {'type': 'number', 'description': 'Optional strength of relation (0.0 to 1.0)'}, 'changedBy': {'type': 'string', 'description': 'Optional user/system identifier'}, 'createdAt': {'type': 'number', 'description': 'Optional creation timestamp'}, 'updatedAt': {'type': 'number', 'description': 'Optional update timestamp'}, 'validFrom': {'type': 'number', 'description': 'Optional validity start timestamp'}, 'confidence': {'type': 'number', 'description': 'Optional confidence level in relation accuracy (0.0 to 1.0)'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}}}}}, {'name': 'read_graph', 'description': 'Read the entire Memento MCP knowledge graph memory system', 'inputSchema': {'type': 'object', 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'search_nodes', 'description': 'Search for nodes in your Memento MCP knowledge graph memory 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 your Memento MCP knowledge graph memory by their names', 'inputSchema': {'type': 'object', 'required': ['names'], 'properties': {'names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of entity names to retrieve'}}}}, {'name': 'semantic_search', 'description': 'Search for entities semantically using vector embeddings and similarity in your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'The text query to search for semantically'}, 'entity_types': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter results by entity types'}, 'hybrid_search': {'type': 'boolean', 'description': 'Whether to combine keyword and semantic search (default: true)'}, 'min_similarity': {'type': 'number', 'description': 'Minimum similarity threshold from 0.0 to 1.0 (default: 0.6)'}, 'semantic_weight': {'type': 'number', 'description': 'Weight of semantic results in hybrid search from 0.0 to 1.0 (default: 0.6)'}}}}, {'name': 'get_entity_embedding', 'description': 'Get the vector embedding for a specific entity from your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['entity_name'], 'properties': {'entity_name': {'type': 'string', 'description': 'The name of the entity to get the embedding for'}}}}, {'name': 'get_entity_history', 'description': 'Get the version history of an entity from your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['entityName'], 'properties': {'entityName': {'type': 'string', 'description': 'The name of the entity to retrieve history for'}}}}, {'name': 'get_relation_history', 'description': 'Get the version history of a relation from your Memento MCP knowledge graph memory', 'inputSchema': {'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': 'get_graph_at_time', 'description': 'Get your Memento MCP knowledge graph memory as it existed at a specific point in time', 'inputSchema': {'type': 'object', 'required': ['timestamp'], 'properties': {'timestamp': {'type': 'number', 'description': 'The timestamp (in milliseconds since epoch) to query the graph at'}}}}, {'name': 'get_decayed_graph', 'description': 'Get your Memento MCP knowledge graph memory with confidence values decayed based on time', 'inputSchema': {'type': 'object', 'properties': {'decay_factor': {'type': 'number', 'description': 'Optional decay factor override (normally calculated from half-life)'}, 'reference_time': {'type': 'number', 'description': 'Optional reference timestamp (in milliseconds since epoch) for decay calculation'}}}}, {'name': 'force_generate_embedding', 'description': 'Forcibly generate and store an embedding for an entity in your Memento MCP knowledge graph memory', 'inputSchema': {'type': 'object', 'required': ['entity_name'], 'properties': {'entity_name': {'type': 'string', 'description': 'Name of the entity to generate embedding for'}}}}, {'name': 'debug_embedding_config', 'description': 'Debug tool to check embedding configuration and status of your Memento MCP knowledge graph memory system', 'inputSchema': {'type': 'object', 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}, {'name': 'diagnose_vector_search', 'description': 'Diagnostic tool to directly query Neo4j database for entity embeddings, bypassing application abstractions', 'inputSchema': {'type': 'object', 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}}}]
@janwilmake/uithub-mcp
UIThub MCP Server
Enable natural language exploration and analysis of GitHub repositories by retrieving repository contents with smart filtering options. Seamlessly integrate with Claude Desktop to fetch and understand code from GitHub repositories. Enhance your ability to discuss and work with code through intuitive access to repository data.
2025-04-16T13:39:56.914Z
60
https://smithery.ai/server/@janwilmake/uithub-mcp
true
null
{ "scanPassed": true }
[{'name': 'getRepositoryContents', 'description': 'Get repository contents from GitHub. Unless otherwise instructed, ensure to always first get the tree only (omitFiles:true) to get an idea of the file structure. Afterwards, use the different filters to get only the context relevant to cater to the user request.', 'inputSchema': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'dir': {'type': 'string', 'description': 'Comma-separated list of directories to include'}, 'ext': {'type': 'string', 'description': 'Comma-separated list of file extensions to include'}, 'path': {'type': 'string', 'description': 'File or directory path within the repository'}, 'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner'}, 'branch': {'type': 'string', 'description': 'Branch name (defaults to main if not provided)'}, 'omitTree': {'type': 'boolean', 'description': 'If true, response will not include the directory tree'}, 'maxTokens': {'type': 'integer', 'description': 'Limit the response to a maximum number of tokens (defaults to 50000)'}, 'omitFiles': {'type': 'boolean', 'description': 'If true, response will not include the file contents'}, 'excludeDir': {'type': 'string', 'description': 'Comma-separated list of directories to exclude'}, 'excludeExt': {'type': 'string', 'description': 'Comma-separated list of file extensions to exclude'}, 'maxFileSize': {'type': 'integer', 'description': 'Maximum file size to include (in bytes)'}}}}]
@cristip73/mcp-server-asana
Asana Integration Server
Connect your AI tools to Asana seamlessly. Manage tasks, projects, and workspaces directly from your LLM interface, enhancing productivity and collaboration. Simplify your workflow by leveraging the power of Asana through intuitive commands and queries.
2025-03-13T09:56:47.673Z
59
https://smithery.ai/server/@cristip73/mcp-server-asana
true
null
{ "scanPassed": true }
[{'name': 'asana_list_workspaces', 'description': 'List all available workspaces in Asana', 'inputSchema': {'type': 'object', 'properties': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}}}, {'name': 'asana_search_projects', 'description': 'Search for projects in Asana using name pattern matching', 'inputSchema': {'type': 'object', 'required': ['workspace', 'name_pattern'], 'properties': {'archived': {'type': 'boolean', 'default': False, 'description': 'Only return archived projects'}, 'workspace': {'type': 'string', 'description': 'The workspace to search in'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'name_pattern': {'type': 'string', 'description': 'Regular expression pattern to match project names'}}}}, {'name': 'asana_search_tasks', 'description': 'Search tasks in a workspace with advanced filtering options', 'inputSchema': {'type': 'object', 'required': ['workspace'], 'properties': {'text': {'type': 'string', 'description': 'Text to search for in task names and descriptions'}, 'due_on': {'type': 'string', 'description': 'ISO 8601 date string or null'}, 'sort_by': {'type': 'string', 'default': 'modified_at', 'description': 'Sort by: due_date, created_at, completed_at, likes, modified_at'}, 'start_on': {'type': 'string', 'description': 'ISO 8601 date string or null'}, 'tags_all': {'type': 'string', 'description': 'Comma-separated list of tag IDs that must all match'}, 'tags_any': {'type': 'string', 'description': 'Comma-separated list of tag IDs'}, 'tags_not': {'type': 'string', 'description': 'Comma-separated list of tag IDs to exclude'}, 'completed': {'type': 'boolean', 'description': 'Filter for completed tasks'}, 'teams_any': {'type': 'string', 'description': 'Comma-separated list of team IDs'}, 'workspace': {'type': 'string', 'description': 'The workspace to search in'}, 'created_on': {'type': 'string', 'description': 'ISO 8601 date string or null'}, 'is_blocked': {'type': 'boolean', 'description': 'Filter for tasks with incomplete dependencies'}, 'is_subtask': {'type': 'boolean', 'description': 'Filter for subtasks'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'is_blocking': {'type': 'boolean', 'description': 'Filter for incomplete tasks with dependents'}, 'modified_on': {'type': 'string', 'description': 'ISO 8601 date string or null'}, 'assignee_any': {'type': 'string', 'description': 'Comma-separated list of user IDs'}, 'assignee_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'completed_on': {'type': 'string', 'description': 'ISO 8601 date string or null'}, 'due_at_after': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'due_on_after': {'type': 'string', 'description': 'ISO 8601 date string'}, 'liked_by_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'projects_all': {'type': 'string', 'description': 'Comma-separated list of project IDs that must all match'}, 'projects_any': {'type': 'string', 'description': 'Comma-separated list of project IDs'}, 'projects_not': {'type': 'string', 'description': 'Comma-separated list of project IDs to exclude'}, 'sections_all': {'type': 'string', 'description': 'Comma-separated list of section IDs that must all match'}, 'sections_any': {'type': 'string', 'description': 'Comma-separated list of section IDs'}, 'sections_not': {'type': 'string', 'description': 'Comma-separated list of section IDs to exclude'}, 'custom_fields': {'type': 'object', 'description': 'Object containing custom field filters. Keys should be in the format "{gid}.{operation}" where operation can be:\n- {gid}.is_set: Boolean - For all custom field types, check if value is set\n- {gid}.value: String|Number|String(enum_option_gid) - Direct value match for Text, Number or Enum fields\n- {gid}.starts_with: String - For Text fields only, check if value starts with string\n- {gid}.ends_with: String - For Text fields only, check if value ends with string\n- {gid}.contains: String - For Text fields only, check if value contains string\n- {gid}.less_than: Number - For Number fields only, check if value is less than number\n- {gid}.greater_than: Number - For Number fields only, check if value is greater than number\n\nExample: { "12345.value": "high", "67890.contains": "urgent" }'}, 'due_at_before': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'due_on_before': {'type': 'string', 'description': 'ISO 8601 date string'}, 'followers_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'created_by_any': {'type': 'string', 'description': 'Comma-separated list of user IDs'}, 'created_by_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'has_attachment': {'type': 'boolean', 'description': 'Filter for tasks with attachments'}, 'portfolios_any': {'type': 'string', 'description': 'Comma-separated list of portfolio IDs'}, 'sort_ascending': {'type': 'boolean', 'default': False, 'description': 'Sort in ascending order'}, 'start_on_after': {'type': 'string', 'description': 'ISO 8601 date string'}, 'assigned_by_any': {'type': 'string', 'description': 'Comma-separated list of user IDs'}, 'assigned_by_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'start_on_before': {'type': 'string', 'description': 'ISO 8601 date string'}, 'created_at_after': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'created_on_after': {'type': 'string', 'description': 'ISO 8601 date string'}, 'resource_subtype': {'type': 'string', 'description': 'Filter by task subtype (e.g. milestone)'}, 'created_at_before': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'created_on_before': {'type': 'string', 'description': 'ISO 8601 date string'}, 'modified_at_after': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'modified_on_after': {'type': 'string', 'description': 'ISO 8601 date string'}, 'completed_at_after': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'completed_on_after': {'type': 'string', 'description': 'ISO 8601 date string'}, 'modified_at_before': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'modified_on_before': {'type': 'string', 'description': 'ISO 8601 date string'}, 'commented_on_by_not': {'type': 'string', 'description': 'Comma-separated list of user IDs to exclude'}, 'completed_at_before': {'type': 'string', 'description': 'ISO 8601 datetime string'}, 'completed_on_before': {'type': 'string', 'description': 'ISO 8601 date string'}}}}, {'name': 'asana_get_task', 'description': 'Get detailed information about a specific task', 'inputSchema': {'type': 'object', 'required': ['task_id'], 'properties': {'task_id': {'type': 'string', 'description': 'The task ID to retrieve'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}}}, {'name': 'asana_create_task', 'description': 'Create a new task in a project', 'inputSchema': {'type': 'object', 'required': ['project_id', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the task'}, 'notes': {'type': 'string', 'description': 'Description of the task'}, 'due_on': {'type': 'string', 'description': 'Due date in YYYY-MM-DD format'}, 'parent': {'type': 'string', 'description': 'The parent task ID to set this task under'}, 'assignee': {'type': 'string', 'description': "Assignee (can be 'me' or a user ID)"}, 'projects': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of project IDs to add this task to'}, 'followers': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of user IDs to add as followers'}, 'html_notes': {'type': 'string', 'description': 'HTML-like formatted description of the task. Does not support ALL HTML tags. Only a subset. The only allowed TAG in the HTML are: <body> <h1> <h2> <ol> <ul> <li> <strong> <em> <u> <s> <code> <pre> <blockquote> <a data-asana-type="" data-asana-gid=""> <hr> <img> <table> <tr> <td>. No other tags are allowed. Use the \\n to create a newline. Do not use \\n after <body>. Example: <body><h1>Motivation</h1>\nA customer called in to complain\n<h1>Goal</h1>\nFix the problem</body>'}, 'project_id': {'type': 'string', 'description': 'The project to create the task in'}, 'custom_fields': {'type': 'object', 'description': 'Object mapping custom field GID strings to their values. For enum fields use the enum option GID as the value.'}, 'resource_subtype': {'type': 'string', 'description': "The type of the task. Can be one of 'default_task' or 'milestone'"}}}}, {'name': 'asana_get_task_stories', 'description': 'Get comments and stories for a specific task', 'inputSchema': {'type': 'object', 'required': ['task_id'], 'properties': {'task_id': {'type': 'string', 'description': 'The task ID to get stories for'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}}}, {'name': 'asana_update_task', 'description': "Update an existing task's details", 'inputSchema': {'type': 'object', 'required': ['task_id'], 'properties': {'name': {'type': 'string', 'description': 'New name for the task'}, 'notes': {'type': 'string', 'description': 'New description for the task'}, 'due_on': {'type': 'string', 'description': 'New due date in YYYY-MM-DD format'}, 'task_id': {'type': 'string', 'description': 'The task ID to update'}, 'assignee': {'type': 'string', 'description': "New assignee (can be 'me' or a user ID)"}, 'completed': {'type': 'boolean', 'description': 'Mark task as completed or not'}, 'custom_fields': {'type': 'object', 'description': 'Object mapping custom field GID strings to their values. For enum fields use the enum option GID as the value.'}, 'resource_subtype': {'type': 'string', 'description': "The type of the task. Can be one of 'default_task' or 'milestone'"}}}}, {'name': 'asana_get_project', 'description': 'Get detailed information about a specific project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_id': {'type': 'string', 'description': 'The project ID to retrieve'}}}}, {'name': 'asana_get_project_task_counts', 'description': 'Get the number of tasks in a project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_id': {'type': 'string', 'description': 'The project ID to get task counts for'}}}}, {'name': 'asana_get_project_sections', 'description': 'Get sections in a project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_id': {'type': 'string', 'description': 'The project ID to get sections for'}}}}, {'name': 'asana_create_task_story', 'description': 'Create a comment or story on a task', 'inputSchema': {'type': 'object', 'required': ['task_id', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The text content of the story/comment'}, 'task_id': {'type': 'string', 'description': 'The task ID to add the story to'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}}}, {'name': 'asana_add_task_dependencies', 'description': 'Set dependencies for a task', 'inputSchema': {'type': 'object', 'required': ['task_id', 'dependencies'], 'properties': {'task_id': {'type': 'string', 'description': 'The task ID to add dependencies to'}, 'dependencies': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of task IDs that this task depends on'}}}}, {'name': 'asana_add_task_dependents', 'description': 'Set dependents for a task (tasks that depend on this task)', 'inputSchema': {'type': 'object', 'required': ['task_id', 'dependents'], 'properties': {'task_id': {'type': 'string', 'description': 'The task ID to add dependents to'}, 'dependents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of task IDs that depend on this task'}}}}, {'name': 'asana_create_subtask', 'description': 'Create a new subtask for an existing task', 'inputSchema': {'type': 'object', 'required': ['parent_task_id', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the subtask'}, 'notes': {'type': 'string', 'description': 'Description of the subtask'}, 'due_on': {'type': 'string', 'description': 'Due date in YYYY-MM-DD format'}, 'assignee': {'type': 'string', 'description': "Assignee (can be 'me' or a user ID)"}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'parent_task_id': {'type': 'string', 'description': 'The parent task ID to create the subtask under'}}}}, {'name': 'asana_get_multiple_tasks_by_gid', 'description': 'Get detailed information about multiple tasks by their GIDs (maximum 25 tasks)', 'inputSchema': {'type': 'object', 'required': ['task_ids'], 'properties': {'task_ids': {'oneOf': [{'type': 'array', 'items': {'type': 'string'}, 'maxItems': 25}, {'type': 'string', 'description': 'Comma-separated list of task GIDs (max 25)'}], 'description': 'Array or comma-separated string of task GIDs to retrieve (max 25)'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}}}, {'name': 'asana_get_project_status', 'description': 'Get a project status update', 'inputSchema': {'type': 'object', 'required': ['project_status_gid'], 'properties': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_status_gid': {'type': 'string', 'description': 'The project status GID to retrieve'}}}}, {'name': 'asana_get_project_statuses', 'description': 'Get all status updates for a project', 'inputSchema': {'type': 'object', 'required': ['project_gid'], 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Results per page (1-100)'}, 'offset': {'type': 'string', 'description': 'Pagination offset token'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_gid': {'type': 'string', 'description': 'The project GID to get statuses for'}}}}, {'name': 'asana_create_project_status', 'description': 'Create a new status update for a project', 'inputSchema': {'type': 'object', 'required': ['project_gid', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The text content of the status update'}, 'color': {'enum': ['green', 'yellow', 'red'], 'type': 'string', 'description': 'The color of the status (green, yellow, red)'}, 'title': {'type': 'string', 'description': 'The title of the status update'}, 'html_text': {'type': 'string', 'description': 'HTML formatted text for the status update'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'project_gid': {'type': 'string', 'description': 'The project GID to create the status for'}}}}, {'name': 'asana_delete_project_status', 'description': 'Delete a project status update', 'inputSchema': {'type': 'object', 'required': ['project_status_gid'], 'properties': {'project_status_gid': {'type': 'string', 'description': 'The project status GID to delete'}}}}, {'name': 'asana_set_parent_for_task', 'description': 'Set the parent of a task and position the subtask within the other subtasks of that parent', 'inputSchema': {'type': 'object', 'required': ['task_id', 'data'], 'properties': {'data': {'parent': {'type': 'string', 'required': True, 'description': 'The GID of the new parent of the task, or null for no parent'}, 'insert_after': {'type': 'string', 'description': 'A subtask of the parent to insert the task after, or null to insert at the beginning of the list. Cannot be used with insert_before. The task must already be set as a subtask of that parent.'}, 'insert_before': {'type': 'string', 'description': 'A subtask of the parent to insert the task before, or null to insert at the end of the list. Cannot be used with insert_after. The task must already be set as a subtask of that parent.'}}, 'opts': {'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}}, 'task_id': {'type': 'string', 'description': 'The task ID to operate on'}}}}, {'name': 'asana_get_tasks_for_tag', 'description': 'Get tasks for a specific tag', 'inputSchema': {'type': 'object', 'required': ['tag_gid'], 'properties': {'limit': {'type': 'integer', 'description': 'The number of objects to return per page. The value must be between 1 and 100.'}, 'offset': {'type': 'string', 'description': 'An offset to the next page returned by the API.'}, 'tag_gid': {'type': 'string', 'description': 'The tag GID to retrieve tasks for'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'opt_pretty': {'type': 'boolean', 'description': "Provides the response in a 'pretty' format"}}}}, {'name': 'asana_get_tags_for_workspace', 'description': 'Get tags in a workspace', 'inputSchema': {'type': 'object', 'required': ['workspace_gid'], 'properties': {'limit': {'type': 'integer', 'description': 'Results per page. The number of objects to return per page. The value must be between 1 and 100.'}, 'offset': {'type': 'string', 'description': 'Offset token. An offset to the next page returned by the API.'}, 'opt_fields': {'type': 'string', 'description': 'Comma-separated list of optional fields to include'}, 'workspace_gid': {'type': 'string', 'description': 'Globally unique identifier for the workspace or organization'}}}}]
@doggybee/mcp-server-ccxt
CCXT MCP Server
High-performance CCXT MCP server for cryptocurrency exchange integration.
2025-03-30T13:36:08.188Z
59
https://smithery.ai/server/@doggybee/mcp-server-ccxt
true
https://spjawbfpwezjfmic…2958cf5facda.png
{ "scanPassed": true }
[{'name': 'cache-stats', 'description': 'Get CCXT cache statistics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'clear-cache', 'description': 'Clear CCXT cache', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'set-log-level', 'description': 'Set logging level', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['level'], 'properties': {'level': {'enum': ['debug', 'info', 'warning', 'error'], 'type': 'string', 'description': 'Logging level to set'}}, 'additionalProperties': False}}, {'name': 'list-exchanges', 'description': 'List all available cryptocurrency exchanges', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-ticker', 'description': 'Get current ticker information for a trading pair', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Trading pair symbol (e.g., BTC/USDT)'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'batch-get-tickers', 'description': 'Get ticker information for multiple trading pairs at once', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbols'], 'properties': {'symbols': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of trading pair symbols (e.g., ['BTC/USDT', 'ETH/USDT'])"}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'get-orderbook', 'description': 'Get market order book for a trading pair', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbol'], 'properties': {'limit': {'type': 'number', 'default': 20, 'description': 'Depth of the orderbook'}, 'symbol': {'type': 'string', 'description': 'Trading pair symbol (e.g., BTC/USDT)'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'get-ohlcv', 'description': 'Get OHLCV candlestick data for a trading pair', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbol'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Number of candles to fetch (max 1000)'}, 'symbol': {'type': 'string', 'description': 'Trading pair symbol (e.g., BTC/USDT)'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}, 'timeframe': {'type': 'string', 'default': '1d', 'description': 'Timeframe (e.g., 1m, 5m, 1h, 1d)'}}, 'additionalProperties': False}}, {'name': 'get-trades', 'description': 'Get recent trades for a trading pair', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbol'], 'properties': {'limit': {'type': 'number', 'default': 50, 'description': 'Number of trades to fetch'}, 'symbol': {'type': 'string', 'description': 'Trading pair symbol (e.g., BTC/USDT)'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'get-markets', 'description': 'Get all available markets for an exchange', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}, 'pageSize': {'type': 'number', 'default': 100, 'description': 'Items per page'}}, 'additionalProperties': False}}, {'name': 'get-exchange-info', 'description': 'Get exchange information and status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange'], 'properties': {'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'account-balance', 'description': 'Get your account balance from a crypto exchange', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'apiKey', 'secret'], 'properties': {'apiKey': {'type': 'string', 'description': 'API key for authentication'}, 'secret': {'type': 'string', 'description': 'API secret for authentication'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}, {'name': 'place-market-order', 'description': 'Place a market order on an exchange', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['exchange', 'symbol', 'side', 'amount', 'apiKey', 'secret'], 'properties': {'side': {'enum': ['buy', 'sell'], 'type': 'string', 'description': 'Order side: buy or sell'}, 'amount': {'type': 'number', 'description': 'Amount to buy/sell', 'exclusiveMinimum': 0}, 'apiKey': {'type': 'string', 'description': 'API key for authentication'}, 'secret': {'type': 'string', 'description': 'API secret for authentication'}, 'symbol': {'type': 'string', 'description': 'Trading pair symbol (e.g., BTC/USDT)'}, 'exchange': {'type': 'string', 'description': 'Exchange ID (e.g., binance, coinbase)'}}, 'additionalProperties': False}}]
@capecoma/winterm-mcp
WinTerm
Interact with the Windows command line interface programmatically. Execute commands, read outputs, and send control signals seamlessly through a standardized set of tools. Enhance your AI models' capabilities by integrating terminal interactions directly into your workflows.
2025-03-10T18:00:34.660Z
59
https://smithery.ai/server/@capecoma/winterm-mcp
true
null
{ "scanPassed": true }
[{'name': 'write_to_terminal', 'description': 'Write text or commands to the terminal', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The text or command to write to the terminal'}}}}, {'name': 'read_terminal_output', 'description': 'Read the output from the terminal', 'inputSchema': {'type': 'object', 'required': ['linesOfOutput'], 'properties': {'linesOfOutput': {'type': 'number', 'description': 'Number of lines of output to read'}}}}, {'name': 'send_control_character', 'description': 'Send a control character to the terminal', 'inputSchema': {'type': 'object', 'required': ['letter'], 'properties': {'letter': {'type': 'string', 'description': 'The letter corresponding to the control character (e.g., "C" for Ctrl+C)'}}}}]
@k-jarzyna/mcp-miro
Miro Server
Integrate AI assistants with Miro boards to manage content seamlessly. Access and manipulate board items through a standardized interface, enhancing collaboration and productivity. Streamline your workflow by leveraging Miro's capabilities directly from your AI tools.
2025-04-10T04:00:36.168Z
58
https://smithery.ai/server/@k-jarzyna/mcp-miro
true
null
null
[{'name': 'list-boards', 'description': 'List all available Miro boards', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of boards to return (default: 50)'}, 'offset': {'type': 'number', 'description': 'Offset for pagination (default: 0)'}}, 'additionalProperties': False}}, {'name': 'create-board', 'description': 'Create a new Miro board with specified name and sharing policies', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the board to create'}, 'teamId': {'type': 'string', 'description': 'Team ID to assign the board to'}, 'description': {'type': 'string', 'description': 'Description of the board'}, 'sharingPolicy': {'enum': ['private', 'view', 'comment', 'edit'], 'type': 'string', 'description': 'Sharing policy for the board'}}, 'additionalProperties': False}}, {'name': 'update-board', 'description': 'Update an existing Miro board with new settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'name': {'type': 'string', 'description': 'New name for the board'}, 'teamId': {'type': 'string', 'description': 'New team ID to assign the board to'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that you want to update'}, 'description': {'type': 'string', 'description': 'New description for the board'}, 'sharingPolicy': {'enum': ['private', 'view', 'comment', 'edit'], 'type': 'string', 'description': 'New sharing policy for the board'}}, 'additionalProperties': False}}, {'name': 'delete-board', 'description': 'Delete a Miro board by its ID. Deleted boards go to Trash (on paid plans) and can be restored via UI within 90 days after deletion.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that you want to delete'}}, 'additionalProperties': False}}, {'name': 'copy-board', 'description': 'Create a copy of an existing Miro board with optional new settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['copyFrom'], 'properties': {'name': {'type': 'string', 'description': 'Name for the new copied board'}, 'teamId': {'type': 'string', 'description': 'Team ID to assign the new copied board to'}, 'copyFrom': {'type': 'string', 'description': 'Unique identifier (ID) of the board that you want to copy'}, 'description': {'type': 'string', 'description': 'Description for the new copied board'}, 'sharingPolicy': {'enum': ['private', 'view', 'comment', 'edit'], 'type': 'string', 'description': 'Sharing policy for the new copied board'}}, 'additionalProperties': False}}, {'name': 'get-specific-board', 'description': 'Retrieve information about a specific Miro board by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-items-on-board', 'description': 'Retrieve all items on a specific Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of items to return (default: 50)'}, 'offset': {'type': 'number', 'description': 'Offset for pagination (default: 0)'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board whose items you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-specific-item', 'description': 'Retrieve information about a specific item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the item'}}, 'additionalProperties': False}}, {'name': 'update-item-position', 'description': 'Update the position or parent of a specific item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the item'}, 'parentId': {'type': 'string', 'description': 'Unique identifier (ID) of the new parent item'}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the item'}, 'y': {'type': 'number', 'description': 'Y coordinate of the item'}}, 'description': 'New position coordinates for the item', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-item', 'description': 'Delete a specific item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the item'}}, 'additionalProperties': False}}, {'name': 'create-app-card-item', 'description': 'Create a new app card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the app card'}, 'fields': {'type': 'array', 'items': {'type': 'object', 'required': ['value'], 'properties': {'value': {'type': 'string', 'description': 'Value of the field'}, 'fillColor': {'type': 'string', 'description': 'Fill color of the field'}, 'iconShape': {'type': 'string', 'description': 'Shape of the icon'}, 'textColor': {'type': 'string', 'description': 'Color of the text'}}, 'additionalProperties': False}, 'description': 'Custom fields to display on the app card'}, 'status': {'type': 'string', 'description': 'Status text of the app card'}, 'description': {'type': 'string', 'description': 'Description of the app card'}}, 'description': 'The content and configuration of the app card', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the app card will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the app card'}, 'height': {'type': 'number', 'description': 'Height of the app card'}}, 'description': 'Dimensions of the app card', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the app card'}, 'y': {'type': 'number', 'description': 'Y coordinate of the app card'}}, 'description': 'Position of the app card on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-app-card-item', 'description': 'Retrieve information about a specific app card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the app card that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the app card'}}, 'additionalProperties': False}}, {'name': 'update-app-card-item', 'description': 'Update an existing app card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'title': {'type': 'string', 'description': 'Updated title of the app card'}, 'fields': {'type': 'array', 'items': {'type': 'object', 'required': ['value'], 'properties': {'value': {'type': 'string', 'description': 'Value of the field'}, 'fillColor': {'type': 'string', 'description': 'Fill color of the field'}, 'iconShape': {'type': 'string', 'description': 'Shape of the icon'}, 'textColor': {'type': 'string', 'description': 'Color of the text'}}, 'additionalProperties': False}, 'description': 'Updated custom fields to display on the app card'}, 'status': {'type': 'string', 'description': 'Updated status text of the app card'}, 'description': {'type': 'string', 'description': 'Updated description of the app card'}}, 'description': 'The updated content and configuration of the app card', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the app card that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the app card'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the app card'}, 'height': {'type': 'number', 'description': 'Updated height of the app card'}}, 'description': 'Updated dimensions of the app card', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the app card'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the app card'}}, 'description': 'Updated position of the app card on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-app-card-item', 'description': 'Delete a specific app card item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the app card that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the app card'}}, 'additionalProperties': False}}, {'name': 'create-card-item', 'description': 'Create a new card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the card'}, 'dueDate': {'type': 'string', 'description': 'Due date for the card (ISO 8601 format)'}, 'assigneeId': {'type': 'string', 'description': 'User ID of the assignee'}, 'description': {'type': 'string', 'description': 'Description of the card'}}, 'description': 'The content and configuration of the card', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color of the card'}, 'textColor': {'type': 'string', 'description': 'Color of the text on the card'}}, 'description': 'Style configuration of the card', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the card will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the card'}, 'height': {'type': 'number', 'description': 'Height of the card'}}, 'description': 'Dimensions of the card', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the card'}, 'y': {'type': 'number', 'description': 'Y coordinate of the card'}}, 'description': 'Position of the card on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-card-item', 'description': 'Retrieve information about a specific card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the card that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the card'}}, 'additionalProperties': False}}, {'name': 'update-card-item', 'description': 'Update an existing card item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'title': {'type': 'string', 'description': 'Updated title of the card'}, 'dueDate': {'type': 'string', 'description': 'Updated due date for the card (ISO 8601 format)'}, 'assigneeId': {'type': 'string', 'description': 'Updated user ID of the assignee'}, 'description': {'type': 'string', 'description': 'Updated description of the card'}}, 'description': 'The updated content and configuration of the card', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Updated fill color of the card'}, 'textColor': {'type': 'string', 'description': 'Updated color of the text on the card'}}, 'description': 'Updated style configuration of the card', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the card that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the card'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the card'}, 'height': {'type': 'number', 'description': 'Updated height of the card'}}, 'description': 'Updated dimensions of the card', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the card'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the card'}}, 'description': 'Updated position of the card on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-card-item', 'description': 'Delete a specific card item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the card that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the card'}}, 'additionalProperties': False}}, {'name': 'create-connector', 'description': 'Create a new connector between items on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'startItem', 'endItem'], 'properties': {'style': {'type': 'object', 'properties': {'strokeColor': {'type': 'string', 'description': 'Color of the connector stroke'}, 'strokeStyle': {'type': 'string', 'description': 'Style of the connector stroke (normal, dashed, etc.)'}, 'strokeWidth': {'type': 'number', 'description': 'Width of the connector stroke'}, 'endStrokeCap': {'type': 'string', 'description': 'End stroke cap style'}, 'startStrokeCap': {'type': 'string', 'description': 'Start stroke cap style'}}, 'description': 'Style configuration of the connector', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the connector will be created'}, 'endItem': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the item at the end of the connector'}}, 'description': 'End item of the connector', 'additionalProperties': False}, 'startItem': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the item at the start of the connector'}}, 'description': 'Start item of the connector', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-connectors', 'description': 'Retrieve all connectors on a specific Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of connectors to return (default: 50)'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board whose connectors you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-specific-connector', 'description': 'Retrieve information about a specific connector on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'connectorId'], 'properties': {'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the connector'}, 'connectorId': {'type': 'string', 'description': 'Unique identifier (ID) of the connector that you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'update-connector', 'description': 'Update an existing connector on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'connectorId'], 'properties': {'style': {'type': 'object', 'properties': {'strokeColor': {'type': 'string', 'description': 'Updated color of the connector stroke'}, 'strokeStyle': {'type': 'string', 'description': 'Updated style of the connector stroke (normal, dashed, etc.)'}, 'strokeWidth': {'type': 'number', 'description': 'Updated width of the connector stroke'}, 'endStrokeCap': {'type': 'string', 'description': 'Updated end stroke cap style'}, 'startStrokeCap': {'type': 'string', 'description': 'Updated start stroke cap style'}}, 'description': 'Updated style configuration of the connector', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the connector'}, 'endItem': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the item at the end of the connector'}}, 'description': 'End item of the connector', 'additionalProperties': False}, 'startItem': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the item at the start of the connector'}}, 'description': 'Start item of the connector', 'additionalProperties': False}, 'connectorId': {'type': 'string', 'description': 'Unique identifier (ID) of the connector that you want to update'}}, 'additionalProperties': False}}, {'name': 'delete-connector', 'description': 'Delete a specific connector from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'connectorId'], 'properties': {'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the connector'}, 'connectorId': {'type': 'string', 'description': 'Unique identifier (ID) of the connector that you want to delete'}}, 'additionalProperties': False}}, {'name': 'create-sticky-note-item', 'description': 'Create a new sticky note item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['content'], 'properties': {'shape': {'type': 'string', 'description': 'Shape of the sticky note (square, rectangle, circle, triangle, rhombus)'}, 'content': {'type': 'string', 'description': 'Text content of the sticky note'}}, 'description': 'The content and configuration of the sticky note', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': "Fill color of the sticky note (use predefined values like 'light_yellow', 'light_green', etc.)"}, 'textAlign': {'type': 'string', 'description': 'Alignment of the text (left, center, right)'}}, 'description': 'Style configuration of the sticky note', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the sticky note will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the sticky note'}, 'height': {'type': 'number', 'description': 'Height of the sticky note'}}, 'description': 'Dimensions of the sticky note', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the sticky note'}, 'y': {'type': 'number', 'description': 'Y coordinate of the sticky note'}, 'origin': {'type': 'string', 'description': 'Origin of the sticky note (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Position of the sticky note on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-sticky-note-item', 'description': 'Retrieve information about a specific sticky note item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the sticky note that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the sticky note'}}, 'additionalProperties': False}}, {'name': 'update-sticky-note-item', 'description': 'Update an existing sticky note item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'shape': {'type': 'string', 'description': 'Updated shape of the sticky note (square, rectangle, circle, triangle, rhombus)'}, 'content': {'type': 'string', 'description': 'Updated text content of the sticky note'}}, 'description': 'Updated content and configuration of the sticky note', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Updated fill color of the sticky note (use predefined values)'}, 'textAlign': {'type': 'string', 'description': 'Updated alignment of the text (left, center, right)'}, 'textColor': {'type': 'string', 'description': 'Updated color of the text on the sticky note'}}, 'description': 'Updated style configuration of the sticky note', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the sticky note that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the sticky note'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the sticky note'}, 'height': {'type': 'number', 'description': 'Updated height of the sticky note'}}, 'description': 'Updated dimensions of the sticky note', 'additionalProperties': False}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the sticky note'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the sticky note'}, 'origin': {'type': 'string', 'description': 'Origin of the sticky note (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Updated position of the sticky note on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-sticky-note-item', 'description': 'Delete a specific sticky note item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the sticky note that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the sticky note'}}, 'additionalProperties': False}}, {'name': 'create-frame', 'description': 'Create a new frame on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': "Type of the frame. Only 'freeform' is supported currently."}, 'title': {'type': 'string', 'description': 'Title of the frame. This title appears at the top of the frame.'}, 'format': {'type': 'string', 'description': "Format of the frame. Only 'custom' is supported currently."}, 'showContent': {'type': 'boolean', 'description': 'Hide or reveal the content inside a frame (Enterprise plan only).'}}, 'description': 'The content and configuration of the frame', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color for the frame. Hex values like #f5f6f8, #d5f692, etc.'}}, 'description': 'Style configuration of the frame', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the frame will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the frame'}, 'height': {'type': 'number', 'description': 'Height of the frame'}}, 'description': 'Dimensions of the frame', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the frame'}, 'y': {'type': 'number', 'description': 'Y coordinate of the frame'}}, 'description': 'Position of the frame on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-frame-item', 'description': 'Retrieve information for a specific frame on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the frame that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the frame that you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'update-frame-item', 'description': 'Update a frame on a Miro board based on the data, style, or geometry properties provided in the request body', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': "Type of the frame. Only 'freeform' is supported currently."}, 'title': {'type': 'string', 'description': 'Title of the frame. This title appears at the top of the frame.'}, 'format': {'type': 'string', 'description': "Format of the frame. Only 'custom' is supported currently."}, 'showContent': {'type': 'boolean', 'description': 'Hide or reveal the content inside a frame (Enterprise plan only).'}}, 'description': 'The updated content and configuration of the frame', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color for the frame. Hex values like #f5f6f8, #d5f692, etc.'}}, 'description': 'Updated style configuration of the frame', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the frame that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where you want to update the frame'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the frame'}, 'height': {'type': 'number', 'description': 'Height of the frame'}}, 'description': 'Updated dimensions of the frame', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the frame'}, 'y': {'type': 'number', 'description': 'Y coordinate of the frame'}}, 'description': 'Updated position of the frame on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-frame-item', 'description': 'Delete a frame from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the frame that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board from which you want to delete the frame'}}, 'additionalProperties': False}}, {'name': 'create-document-item', 'description': 'Create a new document item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the document to be added to the board'}, 'title': {'type': 'string', 'description': 'Title of the document'}}, 'description': 'The content and configuration of the document', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the document will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the document'}, 'height': {'type': 'number', 'description': 'Height of the document'}}, 'description': 'Dimensions of the document', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the document'}, 'y': {'type': 'number', 'description': 'Y coordinate of the document'}}, 'description': 'Position of the document on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-document-item', 'description': 'Retrieve information about a specific document item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the document that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the document'}}, 'additionalProperties': False}}, {'name': 'update-document-item', 'description': 'Update an existing document item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'Updated URL of the document'}, 'title': {'type': 'string', 'description': 'Updated title of the document'}}, 'description': 'The updated content and configuration of the document', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the document that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the document'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the document'}, 'height': {'type': 'number', 'description': 'Updated height of the document'}}, 'description': 'Updated dimensions of the document', 'additionalProperties': False}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the document'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the document'}}, 'description': 'Updated position of the document on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-document-item', 'description': 'Delete a specific document item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the document that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the document'}}, 'additionalProperties': False}}, {'name': 'create-text-item', 'description': 'Create a new text item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Text content of the text item'}}, 'description': 'The content of the text item', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'color': {'type': 'string', 'description': 'Color of the text'}, 'fontSize': {'type': 'number', 'description': 'Font size of the text'}, 'textAlign': {'type': 'string', 'description': 'Alignment of the text (left, center, right)'}}, 'description': 'Style configuration of the text item', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the text will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the text item'}}, 'description': 'Dimensions of the text item', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the text item'}, 'y': {'type': 'number', 'description': 'Y coordinate of the text item'}}, 'description': 'Position of the text item on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-text-item', 'description': 'Retrieve information about a specific text item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the text item that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the text item'}}, 'additionalProperties': False}}, {'name': 'update-text-item', 'description': 'Update an existing text item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'content': {'type': 'string', 'description': 'Updated text content of the text item'}}, 'description': 'The updated content of the text item', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'color': {'type': 'string', 'description': 'Updated color of the text'}, 'fontSize': {'type': 'number', 'description': 'Updated font size of the text'}, 'textAlign': {'type': 'string', 'description': 'Updated alignment of the text (left, center, right)'}}, 'description': 'Updated style configuration of the text item', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the text item that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the text item'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the text item'}}, 'description': 'Updated dimensions of the text item', 'additionalProperties': False}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the text item'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the text item'}}, 'description': 'Updated position of the text item on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-text-item', 'description': 'Delete a specific text item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the text item that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the text item'}}, 'additionalProperties': False}}, {'name': 'create-items-in-bulk', 'description': 'Create multiple items on a Miro board in a single operation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'items'], 'properties': {'items': {'type': 'array', 'items': {'anyOf': [{'type': 'object', 'required': ['type', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['content'], 'properties': {'shape': {'enum': ['square', 'rectangle'], 'type': 'string', 'description': 'Shape of the sticky note'}, 'content': {'type': 'string', 'description': 'Text content of the sticky note'}}, 'additionalProperties': False}, 'type': {'type': 'string', 'const': 'sticky_note'}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color of the sticky note'}, 'textAlign': {'enum': ['left', 'center', 'right'], 'type': 'string', 'description': 'Text alignment'}}, 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate'}, 'y': {'type': 'number', 'description': 'Y coordinate'}}, 'additionalProperties': False}}, 'additionalProperties': False}, {'type': 'object', 'required': ['type', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the card'}, 'dueDate': {'type': 'string', 'description': 'Due date in ISO 8601 format'}, 'assigneeId': {'type': 'string', 'description': 'User ID of the assignee'}, 'description': {'type': 'string', 'description': 'Description of the card'}}, 'additionalProperties': False}, 'type': {'type': 'string', 'const': 'card'}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color'}, 'textColor': {'type': 'string', 'description': 'Text color'}}, 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate'}, 'y': {'type': 'number', 'description': 'Y coordinate'}}, 'additionalProperties': False}}, 'additionalProperties': False}, {'type': 'object', 'required': ['type', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'Text content'}}, 'additionalProperties': False}, 'type': {'type': 'string', 'const': 'text'}, 'style': {'type': 'object', 'properties': {'color': {'type': 'string', 'description': 'Text color (hex format, e.g. #000000)'}, 'fontSize': {'type': 'number', 'description': 'Font size'}, 'textAlign': {'enum': ['left', 'center', 'right'], 'type': 'string', 'description': 'Text alignment'}}, 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate'}, 'y': {'type': 'number', 'description': 'Y coordinate'}}, 'additionalProperties': False}}, 'additionalProperties': False}]}, 'description': 'Array of items to create'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the items will be created'}}, 'additionalProperties': False}}, {'name': 'create-image-item-using-url', 'description': 'Create a new image item on a Miro board using a URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the image to be added to the board'}, 'title': {'type': 'string', 'description': 'Title of the image'}}, 'description': 'The content and configuration of the image', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the image will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the image'}, 'height': {'type': 'number', 'description': 'Height of the image'}}, 'description': 'Dimensions of the image', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the image'}, 'y': {'type': 'number', 'description': 'Y coordinate of the image'}, 'origin': {'type': 'string', 'description': 'Origin of the image (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Position of the image on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'create-image-item-using-file', 'description': 'Create a new image item on a Miro board using file from device or from chat', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'imageData', 'position'], 'properties': {'title': {'type': 'string', 'description': 'Title of the image'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the image will be created'}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the image'}, 'y': {'type': 'number', 'description': 'Y coordinate of the image'}, 'origin': {'type': 'string', 'description': 'Origin of the image (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Position of the image on the board', 'additionalProperties': False}, 'imageData': {'type': 'string', 'description': 'Base64 encoded image data from the chat'}}, 'additionalProperties': False}}, {'name': 'get-image-item', 'description': 'Retrieve information about a specific image item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the image that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the image'}}, 'additionalProperties': False}}, {'name': 'update-image-item', 'description': 'Update an existing image item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'title': {'type': 'string', 'description': 'Updated title of the image'}}, 'description': 'The updated content of the image', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the image that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where you want to update the item'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the image'}, 'height': {'type': 'number', 'description': 'Updated height of the image'}}, 'description': 'Updated dimensions of the image', 'additionalProperties': False}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the image'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the image'}, 'origin': {'type': 'string', 'description': 'Updated origin of the image (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Updated reference point (canvas_center, etc.)'}}, 'description': 'Updated position of the image on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'update-image-item-using-file', 'description': 'Update an existing image item on a Miro board using file from device', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId', 'filePath'], 'properties': {'title': {'type': 'string', 'description': 'Updated title of the image'}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the image that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where you want to update the item'}, 'filePath': {'type': 'string', 'description': 'Path to the new image file on the device'}, 'position': {'type': 'object', 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the image'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the image'}, 'origin': {'type': 'string', 'description': 'Updated origin of the image (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Updated reference point (canvas_center, etc.)'}}, 'description': 'Updated position of the image on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-image-item', 'description': 'Delete a specific image item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the image that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the image'}}, 'additionalProperties': False}}, {'name': 'create-shape-item', 'description': 'Create a new shape item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position', 'geometry'], 'properties': {'data': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': 'Type of the shape (rectangle, circle, triangle, etc.)'}, 'content': {'type': 'string', 'description': 'Text content to display inside the shape'}}, 'description': 'The content and configuration of the shape', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color of the shape (hex format, e.g. #000000)'}, 'textColor': {'type': 'string', 'description': 'Color of the text in the shape (hex format, e.g. #000000)'}, 'borderColor': {'type': 'string', 'description': 'Color of the shape border (hex format, e.g. #000000)'}, 'borderStyle': {'type': 'string', 'description': 'Style of the shape border (normal, dashed, etc.)'}, 'borderWidth': {'type': 'number', 'description': 'Width of the shape border'}, 'fillOpacity': {'type': 'number', 'description': 'Opacity of the shape fill (0-1)'}, 'borderOpacity': {'type': 'number', 'description': 'Opacity of the shape border (0-1)'}}, 'description': 'Style configuration of the shape', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the shape will be created'}, 'geometry': {'type': 'object', 'required': ['width', 'height'], 'properties': {'width': {'type': 'number', 'description': 'Width of the shape'}, 'height': {'type': 'number', 'description': 'Height of the shape'}}, 'description': 'Dimensions of the shape', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the shape'}, 'y': {'type': 'number', 'description': 'Y coordinate of the shape'}, 'origin': {'type': 'string', 'description': 'Origin of the shape (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Position of the shape on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-shape-item', 'description': 'Retrieve information about a specific shape item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the shape that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the shape'}}, 'additionalProperties': False}}, {'name': 'update-shape-item', 'description': 'Update an existing shape item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': 'Updated type of the shape (rectangle, circle, triangle, etc.)'}, 'content': {'type': 'string', 'description': 'Updated text content to display inside the shape'}}, 'description': 'The updated content and configuration of the shape', 'additionalProperties': False}, 'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Updated fill color of the shape (hex format, e.g. #000000)'}, 'textColor': {'type': 'string', 'description': 'Updated color of the text in the shape (hex format, e.g. #000000)'}, 'borderColor': {'type': 'string', 'description': 'Updated color of the shape border (hex format, e.g. #000000)'}, 'borderStyle': {'type': 'string', 'description': 'Updated style of the shape border (normal, dashed, etc.)'}, 'borderWidth': {'type': 'number', 'description': 'Updated width of the shape border'}, 'fillOpacity': {'type': 'number', 'description': 'Updated opacity of the shape fill (0-1)'}, 'borderOpacity': {'type': 'number', 'description': 'Updated opacity of the shape border (0-1)'}}, 'description': 'Updated style configuration of the shape', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the shape that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the shape'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the shape'}, 'height': {'type': 'number', 'description': 'Updated height of the shape'}}, 'description': 'Updated dimensions of the shape', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the shape'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the shape'}, 'origin': {'type': 'string', 'description': 'Origin of the shape (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Updated position of the shape on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-shape-item', 'description': 'Delete a specific shape item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the shape that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the shape'}}, 'additionalProperties': False}}, {'name': 'create-embed-item', 'description': 'Create a new embed item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position', 'geometry'], 'properties': {'data': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to be embedded on the board'}, 'mode': {'type': 'string', 'description': 'Mode of the embed (normal, inline, etc.)'}}, 'description': 'The content and configuration of the embed', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the embed will be created'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Width of the embed'}, 'height': {'type': 'number', 'description': 'Height of the embed'}}, 'description': 'Dimensions of the embed', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the embed'}, 'y': {'type': 'number', 'description': 'Y coordinate of the embed'}, 'origin': {'type': 'string', 'description': 'Origin of the embed (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Position of the embed on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-embed-item', 'description': 'Retrieve information about a specific embed item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the embed that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the embed'}}, 'additionalProperties': False}}, {'name': 'update-embed-item', 'description': 'Update an existing embed item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'data': {'type': 'object', 'properties': {'mode': {'type': 'string', 'description': 'Updated mode of the embed (normal, inline, etc.)'}}, 'description': 'The updated configuration of the embed', 'additionalProperties': False}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the embed that you want to update'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the embed'}, 'geometry': {'type': 'object', 'properties': {'width': {'type': 'number', 'description': 'Updated width of the embed'}, 'height': {'type': 'number', 'description': 'Updated height of the embed'}}, 'description': 'Updated dimensions of the embed', 'additionalProperties': False}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'Updated X coordinate of the embed'}, 'y': {'type': 'number', 'description': 'Updated Y coordinate of the embed'}, 'origin': {'type': 'string', 'description': 'Origin of the embed (center, top-left, etc.)'}, 'relativeTo': {'type': 'string', 'description': 'Reference point (canvas_center, etc.)'}}, 'description': 'Updated position of the embed on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete-embed-item', 'description': 'Delete a specific embed item from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the embed that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the embed'}}, 'additionalProperties': False}}, {'name': 'create-tag', 'description': 'Create a new tag on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data'], 'properties': {'data': {'type': 'object', 'required': ['title'], 'properties': {'title': {'type': 'string', 'description': 'Title of the tag'}}, 'description': 'The content and configuration of the tag', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the tag will be created'}, 'fillColor': {'type': 'string', 'description': 'Fill color of the tag (hex format, e.g. #000000)'}}, 'additionalProperties': False}}, {'name': 'get-tag', 'description': 'Retrieve information about a specific tag on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'tagId'], 'properties': {'tagId': {'type': 'string', 'description': 'Unique identifier (ID) of the tag that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the tag'}}, 'additionalProperties': False}}, {'name': 'get-all-tags', 'description': 'Retrieve all tags on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of tags to return (default: 50)'}, 'offset': {'type': 'number', 'description': 'Offset for pagination (default: 0)'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board for which you want to retrieve all tags'}}, 'additionalProperties': False}}, {'name': 'update-tag', 'description': 'Update an existing tag on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'tagId'], 'properties': {'tagId': {'type': 'string', 'description': 'Unique identifier (ID) of the tag that you want to update'}, 'title': {'type': 'string', 'description': 'Updated title of the tag'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the tag'}, 'fillColor': {'type': 'string', 'description': 'Updated fill color of the tag (hex format, e.g. #000000)'}}, 'additionalProperties': False}}, {'name': 'delete-tag', 'description': 'Delete a specific tag from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'tagId'], 'properties': {'tagId': {'type': 'string', 'description': 'Unique identifier (ID) of the tag that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the tag'}}, 'additionalProperties': False}}, {'name': 'attach-tag', 'description': 'Attach a tag to an item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'tagId', 'itemId'], 'properties': {'tagId': {'type': 'string', 'description': 'Unique identifier (ID) of the tag that you want to attach'}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item to which you want to attach the tag'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the tag and item'}}, 'additionalProperties': False}}, {'name': 'detach-tag', 'description': 'Detach a tag from an item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'tagId', 'itemId'], 'properties': {'tagId': {'type': 'string', 'description': 'Unique identifier (ID) of the tag that you want to detach'}, 'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item from which you want to detach the tag'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the tag and item'}}, 'additionalProperties': False}}, {'name': 'get-item-tags', 'description': 'Retrieve all tags attached to a specific item on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the item whose tags you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board that contains the item'}}, 'additionalProperties': False}}, {'name': 'get-all-board-members', 'description': 'Retrieve all members of a specific Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of members to retrieve (default: 50)'}, 'offset': {'type': 'number', 'description': 'Offset for pagination (default: 0)'}, 'boardId': {'type': 'string', 'description': 'ID of the board to retrieve members from'}}, 'additionalProperties': False}}, {'name': 'get-specific-board-member', 'description': 'Retrieve details of a specific member on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'memberId'], 'properties': {'boardId': {'type': 'string', 'description': 'ID of the board'}, 'memberId': {'type': 'string', 'description': 'ID of the specific board member to retrieve'}}, 'additionalProperties': False}}, {'name': 'remove-board-member', 'description': 'Remove a specific member from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'memberId'], 'properties': {'boardId': {'type': 'string', 'description': 'ID of the board'}, 'memberId': {'type': 'string', 'description': 'ID of the board member to remove'}}, 'additionalProperties': False}}, {'name': 'share-board', 'description': 'Share a Miro board with specific access level and optional team assignment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'accessLevel'], 'properties': {'teamId': {'type': 'string', 'description': 'Team ID to assign the board to'}, 'boardId': {'type': 'string', 'description': 'ID of the board to share'}, 'accessLevel': {'enum': ['private', 'view', 'comment', 'edit'], 'type': 'string', 'description': 'Access level for shared board'}}, 'additionalProperties': False}}, {'name': 'update-board-member', 'description': "Update a specific member's role or status on a Miro board", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'memberId'], 'properties': {'role': {'enum': ['member', 'admin', 'owner'], 'type': 'string', 'description': 'New role for the board member'}, 'status': {'enum': ['active', 'pending', 'blocked'], 'type': 'string', 'description': 'New status for the board member'}, 'boardId': {'type': 'string', 'description': 'ID of the board'}, 'memberId': {'type': 'string', 'description': 'ID of the board member to update'}}, 'additionalProperties': False}}, {'name': 'create-group', 'description': 'Create a new group on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data'], 'properties': {'data': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of item IDs to include in the group'}}, 'description': 'Group data with item IDs to include in the group', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'ID of the board where the group will be created'}}, 'additionalProperties': False}}, {'name': 'get-all-groups', 'description': 'Retrieve all groups on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of groups to return (default: 50)'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'boardId': {'type': 'string', 'description': 'ID of the board whose groups you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-group', 'description': 'Retrieve information about a specific group on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'groupId'], 'properties': {'boardId': {'type': 'string', 'description': 'ID of the board that contains the group'}, 'groupId': {'type': 'string', 'description': 'ID of the group that you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-group-items', 'description': 'Retrieve all items in a specific group on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'groupId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of items to return (default: 50)'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'boardId': {'type': 'string', 'description': 'ID of the board that contains the group'}, 'groupId': {'type': 'string', 'description': 'ID of the group whose items you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'update-group', 'description': 'Update a specific group on a Miro board with new items', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'groupId', 'data'], 'properties': {'data': {'type': 'object', 'required': ['items'], 'properties': {'items': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Updated list of item IDs to include in the group'}}, 'description': 'Updated group data with item IDs to include in the group', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'ID of the board that contains the group'}, 'groupId': {'type': 'string', 'description': 'ID of the group that you want to update'}}, 'additionalProperties': False}}, {'name': 'ungroup-items', 'description': 'Ungroup a specific group on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'groupId'], 'properties': {'boardId': {'type': 'string', 'description': 'ID of the board that contains the group'}, 'groupId': {'type': 'string', 'description': 'ID of the group that you want to ungroup'}, 'deleteItems': {'type': 'boolean', 'description': 'Indicates whether the items should be removed. By default, false.'}}, 'additionalProperties': False}}, {'name': 'delete-group', 'description': 'Delete a specific group from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'groupId'], 'properties': {'boardId': {'type': 'string', 'description': 'ID of the board that contains the group'}, 'groupId': {'type': 'string', 'description': 'ID of the group that you want to delete'}, 'deleteItems': {'type': 'boolean', 'description': 'Indicates whether the items should be removed. Set to true to delete items in the group, false to keep them'}}, 'additionalProperties': False}}, {'name': 'create-items-in-bulk-using-file', 'description': 'Create multiple items on a Miro board in a single operation using a JSON file from device', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'fileData'], 'properties': {'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where the items will be created'}, 'fileData': {'type': 'string', 'description': 'Base64 encoded JSON file data containing items to create'}}, 'additionalProperties': False}}, {'name': 'create-mindmap-node', 'description': 'Create a new mind map node on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'data', 'position'], 'properties': {'data': {'type': 'object', 'required': ['content'], 'properties': {'style': {'type': 'object', 'properties': {'fillColor': {'type': 'string', 'description': 'Fill color for the node'}, 'textColor': {'type': 'string', 'description': 'Text color for the node'}}, 'additionalProperties': False}, 'content': {'type': 'string', 'description': 'Text content for the mind map node'}, 'parentId': {'type': 'string', 'description': 'ID of the parent node (if this is a child node)'}}, 'description': 'The content and style configuration of the mind map node', 'additionalProperties': False}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board where you want to create the node'}, 'position': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'X coordinate of the node'}, 'y': {'type': 'number', 'description': 'Y coordinate of the node'}}, 'description': 'Position of the node on the board', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-mindmap-node', 'description': 'Retrieve information about a specific mind map node on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the mind map node that you want to retrieve'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board from which you want to retrieve a mind map node'}}, 'additionalProperties': False}}, {'name': 'get-mindmap-nodes', 'description': 'Retrieve a list of mind map nodes on a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 50)'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board from which you want to retrieve mind map nodes'}}, 'additionalProperties': False}}, {'name': 'delete-mindmap-node', 'description': 'Delete a mind map node from a Miro board', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['boardId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'description': 'Unique identifier (ID) of the mind map node that you want to delete'}, 'boardId': {'type': 'string', 'description': 'Unique identifier (ID) of the board from which you want to delete the mind map node'}}, 'additionalProperties': False}}, {'name': 'get-board-classification', 'description': 'Retrieves board classification for a board (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'teamId', 'boardId'], 'properties': {'orgId': {'type': 'string', 'description': 'id of the organization'}, 'teamId': {'type': 'string', 'description': 'id of the team'}, 'boardId': {'type': 'string', 'description': 'Unique identifier of the board that you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'update-board-classification', 'description': 'Updates board classification for an existing board (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'teamId', 'boardId', 'labelId'], 'properties': {'orgId': {'type': 'string', 'description': 'id of the organization'}, 'teamId': {'type': 'string', 'description': 'id of the team'}, 'boardId': {'type': 'string', 'description': 'Unique identifier of the board that you want to update'}, 'labelId': {'type': 'string', 'description': 'Unique identifier of the classification label to apply'}}, 'additionalProperties': False}}, {'name': 'create-board-export-job', 'description': 'Creates an export job for one or more boards (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'requestId', 'boardIds'], 'properties': {'orgId': {'type': 'string', 'description': 'Unique identifier of the organization'}, 'format': {'enum': ['pdf', 'csv'], 'type': 'string', 'description': 'Export format (default: pdf)'}, 'boardIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of board IDs to export'}, 'requestId': {'type': 'string', 'description': 'Unique identifier of the board export job'}}, 'additionalProperties': False}}, {'name': 'get-board-export-job-status', 'description': 'Retrieves the status of a board export job (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'jobId'], 'properties': {'jobId': {'type': 'string', 'description': 'Unique identifier of the board export job'}, 'orgId': {'type': 'string', 'description': 'Unique identifier of the organization'}}, 'additionalProperties': False}}, {'name': 'get-board-export-job-results', 'description': 'Retrieves the results of a board export job (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'jobId'], 'properties': {'jobId': {'type': 'string', 'description': 'Unique identifier of the job'}, 'orgId': {'type': 'string', 'description': 'Unique identifier of the organization'}}, 'additionalProperties': False}}, {'name': 'get-audit-logs', 'description': 'Retrieves a page of audit events from the last 90 days (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['createdAfter', 'createdBefore'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 100)'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'sorting': {'enum': ['ASC', 'DESC'], 'type': 'string', 'description': 'Sort order for results (default: ASC)'}, 'createdAfter': {'type': 'string', 'description': 'Retrieve audit logs created after this date (ISO 8601 format)'}, 'createdBefore': {'type': 'string', 'description': 'Retrieve audit logs created before this date (ISO 8601 format)'}}, 'additionalProperties': False}}, {'name': 'get-organization-info', 'description': 'Retrieves organization information (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId'], 'properties': {'orgId': {'type': 'string', 'description': 'id of the organization'}}, 'additionalProperties': False}}, {'name': 'get-organization-members', 'description': 'Retrieves a list of members for an organization (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId'], 'properties': {'role': {'enum': ['organization_internal_admin', 'organization_internal_user', 'organization_external_user', 'organization_team_guest_user', 'unknown'], 'type': 'string', 'description': 'Filter by user role'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return'}, 'orgId': {'type': 'string', 'description': 'id of the organization'}, 'active': {'type': 'boolean', 'description': 'Filter by active status'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'emails': {'type': 'string', 'description': 'Filter by comma-separated email addresses'}, 'license': {'enum': ['full', 'occasional', 'free', 'free_restricted', 'full_trial', 'unknown'], 'type': 'string', 'description': 'Filter by license type'}}, 'additionalProperties': False}}, {'name': 'get-organization-member', 'description': 'Retrieves information about a specific organization member (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'memberId'], 'properties': {'orgId': {'type': 'string', 'description': 'id of the organization'}, 'memberId': {'type': 'string', 'description': 'id of the organization member'}}, 'additionalProperties': False}}, {'name': 'add-project-member', 'description': 'Adds a member to a project (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'teamId', 'projectId', 'email', 'role'], 'properties': {'role': {'enum': ['owner', 'editor', 'commenter', 'viewer'], 'type': 'string', 'description': 'Role to assign to the user'}, 'email': {'type': 'string', 'description': 'Email ID of the user to add to the project'}, 'orgId': {'type': 'string', 'description': 'The ID of the organization to which the project belongs'}, 'teamId': {'type': 'string', 'description': 'The ID of the team to which the project belongs'}, 'projectId': {'type': 'string', 'description': 'The ID of the project to which you want to add a user'}}, 'additionalProperties': False}}, {'name': 'get-project-member', 'description': 'Retrieves information about a specific project member (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'teamId', 'projectId', 'memberId'], 'properties': {'orgId': {'type': 'string', 'description': 'The ID of the organization to which the project belongs'}, 'teamId': {'type': 'string', 'description': 'The ID of the team to which the project belongs'}, 'memberId': {'type': 'string', 'description': 'The ID of the member for which you want to retrieve information'}, 'projectId': {'type': 'string', 'description': 'The ID of the project from which you want to retrieve specific member information'}}, 'additionalProperties': False}}, {'name': 'remove-project-member', 'description': 'Removes a member from a project (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'teamId', 'projectId', 'memberId'], 'properties': {'orgId': {'type': 'string', 'description': 'The ID of the organization to which the project belongs'}, 'teamId': {'type': 'string', 'description': 'The ID of the team to which the project belongs'}, 'memberId': {'type': 'string', 'description': 'The ID of the member that you want to remove from a project'}, 'projectId': {'type': 'string', 'description': 'The ID of the project from which you want to remove a member'}}, 'additionalProperties': False}}, {'name': 'get-all-cases', 'description': 'Retrieves the list of eDiscovery cases in an organization (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['limit', 'orgId'], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of items in the result list'}, 'orgId': {'type': 'string', 'description': 'The ID of the organization for which you want to retrieve the list of cases'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}}, 'additionalProperties': False}}, {'name': 'get-case', 'description': 'Retrieves information about a specific eDiscovery case (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'caseId'], 'properties': {'orgId': {'type': 'string', 'description': 'The ID of the organization for which you want to retrieve the case information'}, 'caseId': {'type': 'string', 'description': 'The ID of the case you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-all-legal-holds', 'description': 'Retrieves the list of all legal holds within a case (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['limit', 'orgId', 'caseId'], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of items in the result list'}, 'orgId': {'type': 'string', 'description': 'The ID of the organization for which you want to retrieve the list of legal holds'}, 'caseId': {'type': 'string', 'description': 'The ID of the case for which you want to retrieve the list of legal holds'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}}, 'additionalProperties': False}}, {'name': 'get-legal-hold', 'description': 'Retrieves information about a specific legal hold (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'caseId', 'legalHoldId'], 'properties': {'orgId': {'type': 'string', 'description': 'The ID of the organization for which you want to retrieve the legal hold information'}, 'caseId': {'type': 'string', 'description': 'The ID of the case for which you want to retrieve the legal hold information'}, 'legalHoldId': {'type': 'string', 'description': 'The ID of the legal hold you want to retrieve'}}, 'additionalProperties': False}}, {'name': 'get-legal-hold-content-items', 'description': 'Retrieves the list of content items under legal hold (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'caseId', 'legalHoldId', 'limit'], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of items in the result list'}, 'orgId': {'type': 'string', 'description': 'The ID of the organization for which you want to retrieve the list of content items under hold'}, 'caseId': {'type': 'string', 'description': 'The ID of the case for which you want to retrieve the list of content items under hold'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'legalHoldId': {'type': 'string', 'description': 'The ID of the legal hold for which you want to retrieve the list of content items under hold'}}, 'additionalProperties': False}}, {'name': 'get-board-content-logs', 'description': 'Retrieves content change logs of board items (Enterprise only)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orgId', 'from', 'to'], 'properties': {'to': {'type': 'string', 'description': 'End date for filtering (ISO 8601 format)'}, 'from': {'type': 'string', 'description': 'Start date for filtering (ISO 8601 format)'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return'}, 'orgId': {'type': 'string', 'description': 'Unique identifier of the organization'}, 'cursor': {'type': 'string', 'description': 'Cursor for pagination'}, 'emails': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of user emails to filter by'}, 'sorting': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order for results'}, 'boardIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of board IDs to filter by'}}, 'additionalProperties': False}}]
@aptro/zerodha-mcp
Zerodha Integration
Interact with your Zerodha trading account directly through Claude AI. Manage your stocks, mutual funds, and trading orders seamlessly with voice commands and automated processes.
2025-03-15T15:06:41.934Z
58
https://smithery.ai/server/@aptro/zerodha-mcp
true
null
{ "scanPassed": true }
[{'name': 'initiate_login', 'description': '\n Start the Zerodha login flow by opening the login URL in a browser\n and starting a local server to handle the redirect\n ', 'inputSchema': {'type': 'object', 'title': 'initiate_loginArguments', 'properties': {}}}, {'name': 'get_request_token', 'description': 'Get the current request token after login redirect', 'inputSchema': {'type': 'object', 'title': 'get_request_tokenArguments', 'properties': {}}}, {'name': 'get_holdings', 'description': "Get user's holdings/portfolio", 'inputSchema': {'type': 'object', 'title': 'get_holdingsArguments', 'properties': {}}}, {'name': 'get_positions', 'description': "Get user's positions", 'inputSchema': {'type': 'object', 'title': 'get_positionsArguments', 'properties': {}}}, {'name': 'get_margins', 'description': 'Get account margins', 'inputSchema': {'type': 'object', 'title': 'get_marginsArguments', 'properties': {}}}, {'name': 'place_order', 'description': "\n Place an order on Zerodha\n\n Args:\n tradingsymbol: Trading symbol (e.g., 'INFY')\n exchange: Exchange (NSE, BSE, NFO, etc.)\n transaction_type: BUY or SELL\n quantity: Number of shares/units\n product: Product code (CNC, MIS, NRML)\n order_type: Order type (MARKET, LIMIT, SL, SL-M)\n price: Price for LIMIT orders\n trigger_price: Trigger price for SL orders\n ", 'inputSchema': {'type': 'object', 'title': 'place_orderArguments', 'required': ['tradingsymbol', 'exchange', 'transaction_type', 'quantity', 'product', 'order_type'], 'properties': {'price': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Price', 'default': None}, 'product': {'type': 'string', 'title': 'Product'}, 'exchange': {'type': 'string', 'title': 'Exchange'}, 'quantity': {'type': 'integer', 'title': 'Quantity'}, 'order_type': {'type': 'string', 'title': 'Order Type'}, 'tradingsymbol': {'type': 'string', 'title': 'Tradingsymbol'}, 'trigger_price': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Trigger Price', 'default': None}, 'transaction_type': {'type': 'string', 'title': 'Transaction Type'}}}}, {'name': 'get_quote', 'description': "\n Get quote for symbols\n\n Args:\n symbols: List of symbols (e.g., ['NSE:INFY', 'BSE:RELIANCE'])\n ", 'inputSchema': {'type': 'object', 'title': 'get_quoteArguments', 'required': ['symbols'], 'properties': {'symbols': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Symbols'}}}}, {'name': 'get_historical_data', 'description': '\n Get historical data for an instrument\n\n Args:\n instrument_token: Instrument token\n from_date: From date (format: 2024-01-01)\n to_date: To date (format: 2024-03-13)\n interval: Candle interval (minute, day, 3minute, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'get_historical_dataArguments', 'required': ['instrument_token', 'from_date', 'to_date', 'interval'], 'properties': {'to_date': {'type': 'string', 'title': 'To Date'}, 'interval': {'type': 'string', 'title': 'Interval'}, 'from_date': {'type': 'string', 'title': 'From Date'}, 'instrument_token': {'type': 'integer', 'title': 'Instrument Token'}}}}, {'name': 'check_and_authenticate', 'description': '\n Check if Kite is authenticated and initiate authentication if needed.\n Returns the authentication status and any relevant messages.\n ', 'inputSchema': {'type': 'object', 'title': 'check_and_authenticateArguments', 'properties': {}}}, {'name': 'get_mf_orders', 'description': 'Get all mutual fund orders', 'inputSchema': {'type': 'object', 'title': 'get_mf_ordersArguments', 'properties': {}}}, {'name': 'place_mf_order', 'description': "\n Place a mutual fund order\n\n Args:\n tradingsymbol: Trading symbol (e.g., 'INF090I01239')\n transaction_type: BUY or SELL\n amount: Amount to invest or redeem\n tag: Optional tag for the order\n ", 'inputSchema': {'type': 'object', 'title': 'place_mf_orderArguments', 'required': ['tradingsymbol', 'transaction_type', 'amount'], 'properties': {'tag': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tag', 'default': None}, 'amount': {'type': 'number', 'title': 'Amount'}, 'tradingsymbol': {'type': 'string', 'title': 'Tradingsymbol'}, 'transaction_type': {'type': 'string', 'title': 'Transaction Type'}}}}, {'name': 'cancel_mf_order', 'description': '\n Cancel a mutual fund order\n\n Args:\n order_id: Order ID to cancel\n ', 'inputSchema': {'type': 'object', 'title': 'cancel_mf_orderArguments', 'required': ['order_id'], 'properties': {'order_id': {'type': 'string', 'title': 'Order Id'}}}}, {'name': 'get_mf_instruments', 'description': 'Get all available mutual fund instruments', 'inputSchema': {'type': 'object', 'title': 'get_mf_instrumentsArguments', 'properties': {}}}, {'name': 'get_mf_holdings', 'description': "Get user's mutual fund holdings", 'inputSchema': {'type': 'object', 'title': 'get_mf_holdingsArguments', 'properties': {}}}, {'name': 'get_mf_sips', 'description': 'Get all mutual fund SIPs', 'inputSchema': {'type': 'object', 'title': 'get_mf_sipsArguments', 'properties': {}}}, {'name': 'place_mf_sip', 'description': "\n Place a mutual fund SIP (Systematic Investment Plan)\n\n Args:\n tradingsymbol: Trading symbol (e.g., 'INF090I01239')\n amount: Amount per instalment\n instalments: Number of instalments (minimum 6)\n frequency: weekly, monthly, or quarterly\n initial_amount: Optional initial amount\n instalment_day: Optional day of month/week for instalment (1-31 for monthly, 1-7 for weekly)\n tag: Optional tag for the SIP\n ", 'inputSchema': {'type': 'object', 'title': 'place_mf_sipArguments', 'required': ['tradingsymbol', 'amount', 'instalments', 'frequency'], 'properties': {'tag': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tag', 'default': None}, 'amount': {'type': 'number', 'title': 'Amount'}, 'frequency': {'type': 'string', 'title': 'Frequency'}, 'instalments': {'type': 'integer', 'title': 'Instalments'}, 'tradingsymbol': {'type': 'string', 'title': 'Tradingsymbol'}, 'initial_amount': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Initial Amount', 'default': None}, 'instalment_day': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Instalment Day', 'default': None}}}}, {'name': 'modify_mf_sip', 'description': '\n Modify a mutual fund SIP\n\n Args:\n sip_id: SIP ID to modify\n amount: New amount per instalment\n frequency: New frequency (weekly, monthly, or quarterly)\n instalments: New number of instalments\n instalment_day: New day of month/week for instalment\n status: SIP status (active or paused)\n ', 'inputSchema': {'type': 'object', 'title': 'modify_mf_sipArguments', 'required': ['sip_id'], 'properties': {'amount': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Amount', 'default': None}, 'sip_id': {'type': 'string', 'title': 'Sip Id'}, 'status': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Status', 'default': None}, 'frequency': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Frequency', 'default': None}, 'instalments': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Instalments', 'default': None}, 'instalment_day': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Instalment Day', 'default': None}}}}, {'name': 'cancel_mf_sip', 'description': '\n Cancel a mutual fund SIP\n\n Args:\n sip_id: SIP ID to cancel\n ', 'inputSchema': {'type': 'object', 'title': 'cancel_mf_sipArguments', 'required': ['sip_id'], 'properties': {'sip_id': {'type': 'string', 'title': 'Sip Id'}}}}]
@resend/mcp-send-email
Email sending
Compose and send emails directly from your LLM applications. Integrate with Resend's API to streamline your email communication without manual copying and pasting.
2025-03-07T09:00:56.600Z
29
https://smithery.ai/server/@resend/mcp-send-email
true
null
{ "scanPassed": true }
[{'name': 'send-email', 'description': 'Send an email using Resend', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['to', 'subject', 'content'], 'properties': {'to': {'type': 'string', 'format': 'email', 'description': 'Recipient email address'}, 'content': {'type': 'string', 'description': 'Plain text email content'}, 'subject': {'type': 'string', 'description': 'Email subject line'}, 'scheduledAt': {'type': 'string', 'description': "Optional parameter to schedule the email. This uses natural language. Examples would be 'tomorrow at 10am' or 'in 2 hours' or 'next day at 9am PST' or 'Friday at 3pm ET'."}}, 'additionalProperties': False}}]
@jkawamoto/mcp-youtube-transcript
Youtube Transcript
Retrieve transcripts of YouTube videos.
2025-02-09T06:00:16.969Z
58
https://smithery.ai/server/@jkawamoto/mcp-youtube-transcript
true
null
{ "scanPassed": true }
[{'name': 'get_transcript', 'description': 'Retrieves the transcript of a YouTube video.', 'inputSchema': {'type': 'object', 'title': 'get_transcriptArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'The URL of the YouTube video'}, 'lang': {'type': 'string', 'title': 'Lang', 'default': 'en', 'description': 'The preferred language for the transcript'}}}}]
@lanbaoshen/mcp-jenkins
Jenkins MCP Server
Connect Jenkins with AI language models to automate and manage your CI/CD pipelines. Leverage the power of AI to interact with Jenkins tools securely and efficiently, enhancing your development workflow. Simplify job management and build monitoring with easy access to Jenkins functionalities.
2025-04-09T01:48:51.080Z
57
https://smithery.ai/server/@lanbaoshen/mcp-jenkins
true
null
{ "scanPassed": true }
[{'name': 'get_running_builds', 'description': '\n Get all running builds from Jenkins\n\n Returns:\n list[Build]: A list of all running builds\n ', 'inputSchema': {'type': 'object', 'title': 'get_running_buildsArguments', 'properties': {}}}, {'name': 'get_build_info', 'description': '\n Get specific build info from Jenkins\n\n Args:\n fullname: The fullname of the job\n build_number: The number of the build, if None, get the last build\n\n Returns:\n Build: The build info\n ', 'inputSchema': {'type': 'object', 'title': 'get_build_infoArguments', 'required': ['fullname'], 'properties': {'fullname': {'type': 'string', 'title': 'Fullname'}, 'build_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Build Number', 'default': None}}}}, {'name': 'build_job', 'description': '\n Build a job in Jenkins\n\n Args:\n fullname: The fullname of the job\n parameters: Update the default parameters of the job.\n\n Returns:\n The build number of the job\n ', 'inputSchema': {'type': 'object', 'title': 'build_jobArguments', 'required': ['fullname'], 'properties': {'fullname': {'type': 'string', 'title': 'Fullname'}, 'parameters': {'type': 'object', 'title': 'Parameters', 'default': None, 'additionalProperties': True}}}}, {'name': 'get_all_jobs', 'description': '\n Get all jobs from Jenkins\n\n Returns:\n list[dict]: A list of all jobs\n ', 'inputSchema': {'type': 'object', 'title': 'get_all_jobsArguments', 'properties': {}}}, {'name': 'get_job_config', 'description': '\n Get specific job config from Jenkins\n\n Args:\n fullname: The fullname of the job\n\n Returns:\n str: The config of the job\n ', 'inputSchema': {'type': 'object', 'title': 'get_job_configArguments', 'required': ['fullname'], 'properties': {'fullname': {'type': 'string', 'title': 'Fullname'}}}}, {'name': 'search_jobs', 'description': '\n Search job by specific field\n\n Args:\n class_pattern: The pattern of the _class\n name_pattern: The pattern of the name\n fullname_pattern: The pattern of the fullname\n url_pattern: The pattern of the url\n color_pattern: The pattern of the color\n\n Returns:\n list[dict]: A list of all jobs\n ', 'inputSchema': {'type': 'object', 'title': 'search_jobsArguments', 'properties': {'url_pattern': {'type': 'string', 'title': 'Url Pattern', 'default': None}, 'name_pattern': {'type': 'string', 'title': 'Name Pattern', 'default': None}, 'class_pattern': {'type': 'string', 'title': 'Class Pattern', 'default': None}, 'color_pattern': {'type': 'string', 'title': 'Color Pattern', 'default': None}, 'fullname_pattern': {'type': 'string', 'title': 'Fullname Pattern', 'default': None}}}}, {'name': 'get_job_info', 'description': '\n Get specific job info from Jenkins\n\n Args:\n fullname: The fullname of the job\n\n Returns:\n dict: The job info\n ', 'inputSchema': {'type': 'object', 'title': 'get_job_infoArguments', 'required': ['fullname'], 'properties': {'fullname': {'type': 'string', 'title': 'Fullname'}}}}]
@aashari/mcp-server-atlassian-confluence
Atlassian Confluence Integration
Connect your AI systems to Atlassian Confluence for seamless access to your organization's knowledge base. Retrieve, search, and manage Confluence content effortlessly, enhancing your AI's capabilities with real-time data. Simplify your workflow by integrating powerful Confluence tools directly into your AI applications.
2025-03-23T03:32:39.338Z
57
https://smithery.ai/server/@aashari/mcp-server-atlassian-confluence
true
null
{ "scanPassed": true }
[{'name': 'list_spaces', 'description': 'List available Confluence spaces with filtering options and pagination support.\n\n PURPOSE: Discovers accessible Confluence spaces, providing metadata about each space including ID, key, name, description, and status. This tool is essential for finding spaces before working with their content.\n\n WHEN TO USE:\n - When you need to discover what spaces exist in the Confluence instance.\n - When you need to find a space\'s ID or key to use with other tools.\n - When you need to filter spaces by type (\'global\', \'personal\', \'archived\').\n - When you need to locate a space by partial name matching.\n - When you need to browse available content sources.\n - As a first step before using \'list_pages\' or content search tools.\n\n WHEN NOT TO USE:\n - When you already know the specific space ID/key (use \'get_space\' instead).\n - When you need to search for page content (use \'search\' instead).\n - When you need to list pages within a known space (use \'list_pages\' instead).\n - When you need detailed information about a specific space (use \'get_space\' instead).\n\n RETURNS: Formatted list of spaces including:\n - Numeric ID (used for most API operations)\n - Space key (short identifier, e.g., \'DEV\', \'HR\', etc.)\n - Display name and description\n - Type (global, personal) and status (current, archived)\n - Creation information and URL\n \n Results can be paginated using the \'limit\' and \'cursor\' parameters.\n \n SORTING: By default, spaces are sorted by name in descending order.\n\n EXAMPLES:\n - List all spaces: {}\n - Filter by type: { type: ["global"] }\n - Filter by status: { status: ["current"] }\n - Search by name: { query: "Engineering" }\n - With pagination: { limit: 20, cursor: "some-cursor-value" }\n\n ERRORS:\n - Authentication failures: Check Confluence credentials.\n - Permission issues: Ensure you have access to view spaces.\n - Invalid filter values: Verify type/status values match allowed options.\n - No spaces found: May indicate permission issues or overly restrictive filters.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'enum': ['global', 'personal', 'archived'], 'type': 'string', 'description': 'Filter spaces by type. Options include: "global" (team spaces), "personal" (user spaces), or "archived" (archived spaces). If omitted, returns all types.'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of items to return (1-100). Use this to control the response size. Useful for pagination or when you only need a few results. The Confluence API caps results at 100 items per request.'}, 'query': {'type': 'string', 'description': 'Search filter to find spaces matching specific text in their name, key, or description (text search).'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Use this to navigate through large result sets. The cursor value can be obtained from the pagination information in a previous response.'}, 'status': {'enum': ['current', 'archived'], 'type': 'string', 'description': 'Filter spaces by status. Options include: "current" (active spaces) or "archived" (archived spaces). If omitted, returns spaces with all statuses.'}}, 'additionalProperties': False}}, {'name': 'get_space', 'description': 'Retrieve comprehensive details about a specific Confluence space by ID.\n\n PURPOSE: Fetches complete metadata and configuration information for a space, identified by its numeric ID. Provides all available details about a space, including permissions, themes, and homepage.\n\n WHEN TO USE:\n - When you need detailed information about a specific space\'s configuration.\n - When you need the numeric ID of a space\'s homepage to use with \'get_page\'.\n - When you need to verify permissions, status, or theme settings.\n - When you need to analyze space metadata before working with its content.\n - After finding a space through \'list_spaces\' and needing more details.\n - When you need to determine if a space is active, archived, or has specific restrictions.\n\n WHEN NOT TO USE:\n - When you need to discover spaces (use \'list_spaces\' instead).\n - When you need to list pages in a space (use \'list_pages\' instead).\n - When you need to search for content (use \'search\' instead).\n - When you only have a space key and need the ID (use \'list_spaces\' first).\n\n RETURNS: Comprehensive space details formatted in Markdown, including:\n - Full name, key, and ID information\n - Description and homepage details\n - Type, status, and theme configuration\n - Permissions and restrictions\n - Creation and modification metadata\n - URLs for accessing the space directly\n \n All available metadata is fetched by default to provide complete information.\n\n EXAMPLES:\n - Get space with ID 123456: { spaceId: "123456" }\n\n ERRORS:\n - Space not found (404): Verify the numeric space ID exists and is accessible.\n - Permission denied (403): Check if you have access to the space.\n - Authentication failure: Verify Confluence credentials.\n - Invalid ID format: Ensure the spaceId is a valid numeric identifier.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['spaceKey'], 'properties': {'spaceKey': {'type': 'string', 'description': 'The key of the Confluence space to retrieve (e.g., "DEV" or "MARKETING"). The space key is a unique identifier for a space, typically a short uppercase code.'}}, 'additionalProperties': False}}, {'name': 'list_pages', 'description': 'List Confluence pages, optionally filtering by space ID(s), status, or title/content/label query, with pagination.\n\n PURPOSE: Discover pages within specific spaces or across the instance based on status or simple text matching. Provides page metadata and IDs needed for the \'get_page\' tool.\n\n WHEN TO USE:\n - To list pages within one or more specific spaces (using \'spaceId\').\n - To find pages based on their status (\'current\', \'archived\', etc.).\n - To perform simple text searches on page titles or labels (\'query\').\n - To get an overview of recent pages in a space before getting full content.\n - To obtain \'pageId\' values for use with \'get_page\'.\n\n WHEN NOT TO USE:\n - When you need to search the *full content* of pages with complex logic (use \'search\' with CQL).\n - When you already know the \'pageId\' and need details (use \'get_page\').\n - When you need space information (use space tools).\n - If you only have the space *key* (use \'list-spaces\' or \'get-space\' to find the numeric \'spaceId\' first).\n\n RETURNS: Formatted list of pages including ID, title, space ID, status, author, creation date, version, and URL. Includes pagination details if applicable (Confluence uses cursor-based pagination).\n \n SORTING: By default, pages are sorted by modified date in descending order (most recently modified first). You can change this by specifying a different value in the \'sort\' parameter (e.g., "title" for alphabetical sorting).\n\n EXAMPLES:\n - List pages in space 123456: { spaceId: ["123456"] }\n - List archived pages in space 123456: { spaceId: ["123456"], status: ["archived"] }\n - Find pages with "Project Plan" in title/label in space 123456: { spaceId: ["123456"], query: "Project Plan" }\n - Paginate results: { limit: 10, cursor: "some-cursor-value" }\n - Sort pages by title: { spaceId: ["123456"], sort: "title" }\n\n ERRORS:\n - Space ID not found: Verify the numeric \'spaceId\' is correct.\n - Invalid status: Ensure \'status\' is one of the allowed values.\n - Authentication failures: Check Confluence credentials.\n - No pages found: Filters might be too restrictive, or the space is empty/inaccessible.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'sort': {'enum': ['id', '-id', 'created-date', '-created-date', 'modified-date', '-modified-date', 'title', '-title'], 'type': 'string', 'description': 'Property to sort pages by. Default is "-modified-date" which displays the most recently modified pages first. The "-" prefix indicates descending order. Valid values: "id", "-id", "created-date", "-created-date", "modified-date", "-modified-date", "title", "-title".'}, 'limit': {'type': 'number', 'maximum': 250, 'minimum': 1, 'description': 'Maximum number of items to return (1-250). Use this to control the response size. Useful for pagination or when you only need a few results. The Confluence API caps results at 250 items per request.'}, 'query': {'type': 'string', 'description': 'Filter pages by title, content, or labels (text search). Use this to narrow down results to specific topics or content.'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Use this to navigate through large result sets. The cursor value can be obtained from the pagination information in a previous response.'}, 'status': {'type': 'array', 'items': {'enum': ['current', 'trashed', 'deleted', 'draft', 'archived', 'historical'], 'type': 'string'}, 'description': 'Filter pages by status. Options include: "current" (published pages), "trashed" (pages in trash), "deleted" (permanently deleted), "draft" (unpublished drafts), "archived" (archived pages), or "historical" (previous versions). Defaults to "current" if not specified. Provide as an array to include multiple statuses.'}, 'spaceId': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter pages by space IDs. Provide an array of space IDs (e.g., ["123456", "789012"]) to only show pages from specific spaces. Useful when you want to focus on content from particular projects or teams.'}}, 'additionalProperties': False}}, {'name': 'get_page', 'description': 'Retrieve a Confluence page\'s full content and metadata by its numeric ID.\n\n PURPOSE: Fetches the complete content (converted to Markdown) and comprehensive metadata for a specific Confluence page, identified by its numeric ID. The page content is properly formatted with headings, tables, lists, and other Markdown elements.\n\n WHEN TO USE:\n - When you need to read, analyze, or summarize the full content of a specific page.\n - When you need detailed page metadata (author, version, status, etc.).\n - After finding a page ID through \'list_pages\' or \'search\' and need its complete content.\n - When you need the actual content of a page rather than just its metadata.\n\n WHEN NOT TO USE:\n - When you only have a space ID or space key (use \'list_pages\' first).\n - When you need to find pages based on criteria (use \'list_pages\' or \'search\').\n - When you want to discover spaces rather than specific pages (use space tools).\n - When you need to search across multiple pages (use \'search\').\n\n RETURNS: Comprehensive page details formatted in Markdown, including:\n - Full title, space information, and creation metadata\n - Complete page content (converted from Atlassian Document Format to Markdown)\n - Version information, permissions status, and URL\n - Metadata including labels, restrictions, and ancestors\n \n The page content is fetched using the Confluence Content REST API, with the body transformed from ADF (Atlassian Document Format) to readable Markdown.\n\n EXAMPLES:\n - Get page with ID 123456: { pageId: "123456" }\n\n ERRORS:\n - Page not found (404): Verify the numeric page ID exists and is accessible.\n - Permission denied (403): Check if the page has view restrictions.\n - Authentication failure: Verify API credentials.\n - Content conversion failures: Some complex content elements may not convert perfectly to Markdown.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'pageId': {'type': 'string', 'description': 'The numeric ID of the Confluence page to retrieve (e.g., "456789"). This is required and must be a valid page ID from your Confluence instance. The page content will be returned in Markdown format for easy reading.'}}, 'additionalProperties': False}}, {'name': 'search', 'description': 'Search Confluence content using CQL (Confluence Query Language) for precise results.\n\n PURPOSE: Performs advanced content searches across Confluence using CQL queries, allowing for complex search patterns, content filtering, and targeted results. This is the most powerful search tool for Confluence, supporting complex filtering and sorting.\n\n WHEN TO USE:\n - When you need to search for specific text or patterns within page content (not just titles).\n - When you need to combine multiple search criteria (e.g., text + space + date + type).\n - When you need to search using complex logical operators (AND, OR, NOT).\n - When simple title/label searches via \'list_pages\' are insufficient.\n - When you need to search across all content types (pages, blog posts, attachments, etc.).\n - When you need fine-grained sorting control over search results.\n\n WHEN NOT TO USE:\n - When you already know the page ID (use \'get_page\' instead).\n - When you only need to list pages in a space by title (use \'list_pages\' with optional query).\n - When you need to explore or browse spaces (use space-related tools).\n - When you\'re not searching for actual content (e.g., for space metadata).\n\n RETURNS: Formatted search results including:\n - Result type (page, blog, attachment, etc.)\n - Title and content excerpt with highlighted match terms\n - Space information, creation metadata, and URL\n - Content ID for use with other tools like \'get_page\'\n \n Results can be paginated using the \'limit\' and \'cursor\' parameters.\n\n CQL EXAMPLES:\n - Basic text search: { cql: "text ~ \'project plan\'" }\n - Combined criteria: { cql: "text ~ \'quarterly report\' AND space = DEV AND type = \'page\'" }\n - Date filtering: { cql: "created >= \'2023-01-01\' AND created <= \'2023-12-31\'" }\n - Content by specific user: { cql: "creator = \'jsmith\'" }\n - Exact phrase with label: { cql: "text = \'API Documentation\' AND label = \'public\'" }\n \n Common CQL fields:\n - text: Full-text content search\n - title: Title search\n - space: Space key\n - type: Content type (page, blogpost, attachment)\n - created/modified: Date criteria\n - label: Content labels\n - creator/contributor: User references\n\n ERRORS:\n - Invalid CQL syntax: Check query format against CQL documentation.\n - No results: Try broadening search criteria.\n - Authentication/permission failures: Ensure proper credentials.\n - Rate limiting: For large result sets, use pagination and caching.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'cql': {'type': 'string', 'description': 'Search query using Confluence Query Language (CQL). Use this to search for content using standard CQL syntax (e.g., "text ~ \'project plan\' AND space = DEV"). If omitted, returns recent content sorted by last modified date.'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of items to return (1-100). Use this to control the response size. Useful for pagination or when you only need a few results. The Confluence search API caps results at 100 items per request.'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for retrieving the next set of results. Use this to navigate through large result sets. The cursor value can be obtained from the pagination information in a previous response.'}}, 'additionalProperties': False}}]
@zhanyiwp/desktopcommandermcp
Desktop Commander
Execute terminal commands and manage processes seamlessly on your computer. Enhance your coding workflow with advanced file editing capabilities and real-time output streaming. Simplify your development tasks with powerful command execution and file manipulation tools.
2025-03-28T01:15:07.066Z
57
https://smithery.ai/server/@zhanyiwp/desktopcommandermcp
true
null
null
[{'name': 'execute_command', 'description': "Execute a terminal command with timeout. Command will continue running in background if it doesn't complete within timeout.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}, 'timeout_ms': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'read_output', 'description': 'Read new output from a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'force_terminate', 'description': 'Force terminate a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'list_sessions', 'description': 'List all active terminal sessions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_processes', 'description': 'List all running processes. Returns process information including PID, command name, CPU usage, and memory usage.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'kill_process', 'description': 'Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'block_command', 'description': 'Add a command to the blacklist. Once blocked, the command cannot be executed until unblocked.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unblock_command', 'description': 'Remove a command from the blacklist. Once unblocked, the command can be executed normally.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_blocked_commands', 'description': 'List all currently blocked commands.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'read_file', 'description': 'Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'read_multiple_files', 'description': "Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'write_file', 'description': 'Completely replace file contents. Best for large changes (>20% of file) or when edit_block fails. Use with caution as it will overwrite existing files. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create_directory', 'description': 'Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_directory', 'description': 'Get a detailed listing of all files and directories in a specified path. Results distinguish between files and directories with [FILE] and [DIR] prefixes. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'move_file', 'description': 'Move or rename files and directories. Can move files between directories and rename them in a single operation. Both source and destination must be within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string'}, 'destination': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_files', 'description': 'Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. Only searches within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string'}, 'pattern': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_code', 'description': 'Search for text/code patterns within file contents using ripgrep. Fast and powerful search similar to VS Code search functionality. Supports regular expressions, file pattern filtering, and context lines. Only searches within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string'}, 'pattern': {'type': 'string'}, 'ignoreCase': {'type': 'boolean'}, 'maxResults': {'type': 'number'}, 'filePattern': {'type': 'string'}, 'contextLines': {'type': 'number'}, 'includeHidden': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'get_file_info', 'description': 'Retrieve detailed metadata about a file or directory including size, creation time, last modified time, permissions, and type. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_allowed_directories', 'description': 'Returns the list of directories that this server is allowed to access.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'edit_block', 'description': 'Apply surgical text replacements to files. Best for small changes (<20% of file size). Multiple blocks can be used for separate changes. Will verify changes after application. Format: filepath, then <<<<<<< SEARCH, content to find, =======, new content, >>>>>>> REPLACE.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['blockContent'], 'properties': {'blockContent': {'type': 'string'}}, 'additionalProperties': False}}]
@tkoba1974/mcp-kroki
Kroki Server
Generate and download diagrams in various formats using Kroki.io. Convert your Mermaid, PlantUML, and Graphviz diagrams to SVG, PNG, PDF, or JPEG files effortlessly.
2025-03-29T07:09:07.907Z
56
https://smithery.ai/server/@tkoba1974/mcp-kroki
true
null
{ "scanPassed": true }
[{'name': 'generate_diagram_url', 'description': 'Generate a URL for a diagram using Kroki.io. This tool takes Mermaid diagram code or other supported diagram formats and returns a URL to the rendered diagram. The URL can be used to display the diagram in web browsers or embedded in documents.', 'inputSchema': {'type': 'object', 'required': ['type', 'content'], 'properties': {'type': {'type': 'string', 'description': 'Diagram type (e.g., "mermaid" for Mermaid diagrams, "plantuml" for PlantUML, "graphviz" for GraphViz DOT, "c4plantuml" for C4 architecture diagrams, and many more). See Kroki.io documentation for all supported formats.'}, 'content': {'type': 'string', 'description': 'The diagram content in the specified format. For Mermaid diagrams, this would be the Mermaid syntax code (e.g., "graph TD; A-->B; B-->C;").'}, 'outputFormat': {'type': 'string', 'description': 'The format of the output image. Options are: "svg" (vector graphics, default), "png" (raster image), "pdf" (document format), "jpeg" (compressed raster image), or "base64" (base64-encoded SVG for direct embedding in HTML).'}}}}, {'name': 'download_diagram', 'description': 'Download a diagram image to a local file. This tool converts diagram code (such as Mermaid) into an image file and saves it to the specified location on your filesystem. Useful for generating diagrams for presentations, documentation, or other offline use.', 'inputSchema': {'type': 'object', 'required': ['type', 'content', 'outputPath'], 'properties': {'type': {'type': 'string', 'description': 'Diagram type (e.g., "mermaid" for Mermaid diagrams, "plantuml" for PlantUML, "graphviz" for GraphViz DOT). Supports the same diagram types as Kroki.io, including mermaid, plantuml, graphviz, c4plantuml, excalidraw, and many others.'}, 'content': {'type': 'string', 'description': 'The diagram content in the specified format. This is the actual diagram code that will be converted to an image (e.g., the Mermaid syntax for a flowchart or sequence diagram).'}, 'outputPath': {'type': 'string', 'description': 'The complete file path where the diagram image should be saved, including the filename and extension (e.g., "/Users/username/Documents/diagram.svg"). The directory must exist or be creatable by the system.'}, 'outputFormat': {'type': 'string', 'description': 'The format of the output image. If not specified, the format will be determined from the file extension of the outputPath. Options are: "svg" (vector graphics, best for web and scaling), "png" (raster image, good for presentations), "pdf" (document format, good for printing), or "jpeg" (compressed raster image).'}}}}]
@akc2267/solana-mcp-server
Solana RPC Server
Interact with the Solana blockchain effortlessly. Retrieve account balances, transfer SOL, and access detailed account information with simple RPC calls. Enhance your blockchain applications with seamless integration to Solana's network.
2025-03-11T17:00:58.128Z
56
https://smithery.ai/server/@akc2267/solana-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'getSlot', 'description': 'Get the current slot', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getBalance', 'description': 'Get balance for a Solana address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Solana account address'}}, 'additionalProperties': False}}, {'name': 'getKeypairInfo', 'description': 'Get information about a keypair from its secret key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['secretKey'], 'properties': {'secretKey': {'type': 'string', 'description': 'Base58 encoded secret key or array of bytes'}}, 'additionalProperties': False}}, {'name': 'getAccountInfo', 'description': 'Get detailed account information for a Solana address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Solana account address'}, 'encoding': {'enum': ['base58', 'base64', 'jsonParsed'], 'type': 'string', 'description': 'Data encoding format'}}, 'additionalProperties': False}}, {'name': 'transfer', 'description': 'Transfer SOL from your keypair to another address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['secretKey', 'toAddress', 'amount'], 'properties': {'amount': {'type': 'number', 'description': 'Amount of SOL to send', 'exclusiveMinimum': 0}, 'secretKey': {'type': 'string', 'description': "Your keypair's secret key (as comma-separated numbers or JSON array)"}, 'toAddress': {'type': 'string', 'description': 'Destination wallet address'}}, 'additionalProperties': False}}]
@mario-andreschak/mcp-abap-adt
ABAP Development Tools Server
Interact with SAP ABAP systems seamlessly. Retrieve source code, table structures, and more through a standardized protocol.
2025-02-06T12:38:20.217Z
56
https://smithery.ai/server/@mario-andreschak/mcp-abap-adt
true
null
{ "scanPassed": true }
[{'name': 'GetProgram', 'description': 'Retrieve ABAP program source code', 'inputSchema': {'type': 'object', 'required': ['program_name'], 'properties': {'program_name': {'type': 'string', 'description': 'Name of the ABAP program'}}}}, {'name': 'GetClass', 'description': 'Retrieve ABAP class source code', 'inputSchema': {'type': 'object', 'required': ['class_name'], 'properties': {'class_name': {'type': 'string', 'description': 'Name of the ABAP class'}}}}, {'name': 'GetFunctionGroup', 'description': 'Retrieve ABAP Function Group source code', 'inputSchema': {'type': 'object', 'required': ['function_group'], 'properties': {'function_group': {'type': 'string', 'description': 'Name of the function module'}}}}, {'name': 'GetFunction', 'description': 'Retrieve ABAP Function Module source code', 'inputSchema': {'type': 'object', 'required': ['function_name', 'function_group'], 'properties': {'function_name': {'type': 'string', 'description': 'Name of the function module'}, 'function_group': {'type': 'string', 'description': 'Name of the function group'}}}}, {'name': 'GetStructure', 'description': 'Retrieve ABAP Structure', 'inputSchema': {'type': 'object', 'required': ['structure_name'], 'properties': {'structure_name': {'type': 'string', 'description': 'Name of the ABAP Structure'}}}}, {'name': 'GetTable', 'description': 'Retrieve ABAP table structure', 'inputSchema': {'type': 'object', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'description': 'Name of the ABAP table'}}}}, {'name': 'GetTableContents', 'description': 'Retrieve contents of an ABAP table', 'inputSchema': {'type': 'object', 'required': ['table_name'], 'properties': {'max_rows': {'type': 'number', 'default': 100, 'description': 'Maximum number of rows to retrieve'}, 'table_name': {'type': 'string', 'description': 'Name of the ABAP table'}}}}, {'name': 'GetPackage', 'description': 'Retrieve ABAP package details', 'inputSchema': {'type': 'object', 'required': ['package_name'], 'properties': {'package_name': {'type': 'string', 'description': 'Name of the ABAP package'}}}}, {'name': 'GetTypeInfo', 'description': 'Retrieve ABAP type information', 'inputSchema': {'type': 'object', 'required': ['type_name'], 'properties': {'type_name': {'type': 'string', 'description': 'Name of the ABAP type'}}}}, {'name': 'GetInclude', 'description': 'Retrieve ABAP Include Source Code', 'inputSchema': {'type': 'object', 'required': ['include_name'], 'properties': {'include_name': {'type': 'string', 'description': 'Name of the ABAP Include'}}}}, {'name': 'SearchObject', 'description': 'Search for ABAP objects using quick search', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query string'}, 'maxResults': {'type': 'number', 'default': 100, 'description': 'Maximum number of results to return'}}}}, {'name': 'GetInterface', 'description': 'Retrieve ABAP interface source code', 'inputSchema': {'type': 'object', 'required': ['interface_name'], 'properties': {'interface_name': {'type': 'string', 'description': 'Name of the ABAP interface'}}}}]
@zereight/sentry-mcp
Sentry Server
Fetch and manage Sentry issue and event details seamlessly. Integrate with your Sentry projects to retrieve insights and streamline your debugging process. Enhance your workflow by leveraging Sentry's powerful API through a standardized interface.
2025-04-01T15:09:21.523Z
56
https://smithery.ai/server/@zereight/sentry-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_sentry_issue', 'description': 'Get details for a specific Sentry issue using its ID or URL', 'inputSchema': {'type': 'object', 'required': ['issue_id_or_url'], 'properties': {'issue_id_or_url': {'type': 'string', 'description': 'The Sentry issue ID or the full URL of the issue page'}}}}, {'name': 'list_organization_projects', 'description': 'List all projects for the configured Sentry organization', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'list_project_issues', 'description': 'List issues for a specific project, with optional filtering.', 'inputSchema': {'type': 'object', 'required': ['project_slug'], 'properties': {'query': {'type': 'string', 'description': 'Sentry search query to filter issues (e.g., "is:unresolved", "assignee:me"). Optional.'}, 'cursor': {'type': 'string', 'description': 'Pagination cursor for fetching next/previous page. Optional.'}, 'statsPeriod': {'type': 'string', 'description': 'Time period for statistics (e.g., "24h", "14d", "auto"). Optional.'}, 'project_slug': {'type': 'string', 'description': 'The slug of the project to list issues for.'}, 'organization_slug': {'type': 'string', 'description': 'The slug of the organization the project belongs to.'}}}}, {'name': 'get_event_details', 'description': 'Get details for a specific event within a project.', 'inputSchema': {'type': 'object', 'required': ['event_id', 'project_slug'], 'properties': {'event_id': {'type': 'string', 'description': 'The ID of the event to retrieve.'}, 'project_slug': {'type': 'string', 'description': 'The slug of the project the event belongs to.'}, 'organization_slug': {'type': 'string', 'description': 'The slug of the organization the project belongs to.'}}}}]
@quillopy/quillopy-mcp
Quillopy MCP Server
Search package documentation effortlessly through the Quillopy API. Retrieve relevant documentation for programming languages and libraries with ease, enhancing your coding experience.
2025-04-06T21:38:33.868Z
28
https://smithery.ai/server/@quillopy/quillopy-mcp
false
null
{ "scanPassed": true }
[{'name': 'quillopy_search', 'description': 'This MCP searches and fetches documentation for programming libraries, packages, and frameworks. When a user types @quillopy or @quillopy[documentation_name], they are requesting to use this tool to access programming documentation.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query', 'documentation_name'], 'properties': {'query': {'type': 'string', 'description': 'The search query to find specific documentation'}, 'language': {'type': 'string', 'description': 'The programming language of the package/framework (e.g., python, javascript, java), only provide when relevant to improve search accuracy'}, 'installation_name': {'type': 'string', 'description': 'Name used to install the package/framework, only provide when relevant to improve search accuracy. E.g. scikit-learn for `pip install scikit-learn`'}, 'documentation_name': {'type': 'string', 'description': 'Common name to refer to the package/framework to search, e.g. sklearn'}}, 'additionalProperties': False}}, {'name': 'quillopy_chat_with_code', 'description': 'This tool enables chat with code in a GitHub repository. Only use when explicitly requested by the user. Inform the user that responses may take up to 1 minute to generate.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query', 'githubRepoUrl'], 'properties': {'query': {'type': 'string', 'description': 'The question about the GitHub repository code'}, 'githubRepoUrl': {'type': 'string', 'description': 'The URL of the GitHub repository'}}, 'additionalProperties': False}}]
@guilhermelirio/brasil-api-mcp
Brasil API
Connect AI assistants to Brazilian public data services. Access vital information like postal codes, company registrations, and currency exchange rates seamlessly.
2025-03-18T22:29:53.338Z
55
https://smithery.ai/server/@guilhermelirio/brasil-api-mcp
true
null
{ "scanPassed": true }
[{'name': 'cep-search', 'description': 'Query address information from a Brazilian postal code (CEP)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cep'], 'properties': {'cep': {'type': 'string', 'pattern': '^\\d+$', 'maxLength': 8, 'minLength': 8, 'description': 'Postal code to be queried (only numbers, 8 digits)'}}, 'additionalProperties': False}}, {'name': 'cnpj-search', 'description': 'Query information about a Brazilian company by its CNPJ (National Registry of Legal Entities)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cnpj'], 'properties': {'cnpj': {'type': 'string', 'pattern': '^\\d{14}$', 'description': 'CNPJ to be queried (only numbers, 14 digits)'}}, 'additionalProperties': False}}, {'name': 'bank-search', 'description': 'Find information about a Brazilian bank by its code', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Bank code to search for'}}, 'additionalProperties': False}}, {'name': 'bank-list', 'description': 'List all Brazilian banks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'ddd-info', 'description': 'Get information about a Brazilian area code (DDD) including state and cities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ddd'], 'properties': {'ddd': {'type': 'string', 'pattern': '^\\d{2}$', 'description': 'Area code (DDD) to be queried (only numbers, 2 digits)'}}, 'additionalProperties': False}}, {'name': 'ibge-states-list', 'description': 'List all Brazilian states with their information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'ibge-state-search', 'description': 'Find information about a Brazilian state by its code or abbreviation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'State code or abbreviation (e.g., SP, RJ, 35)'}}, 'additionalProperties': False}}, {'name': 'ibge-municipalities-list', 'description': 'List all municipalities of a Brazilian state by its abbreviation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['uf'], 'properties': {'uf': {'type': 'string', 'description': 'State abbreviation (e.g., SP, RJ)'}}, 'additionalProperties': False}}, {'name': 'cambio-currencies-list', 'description': 'List all available currencies for exchange rates', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'cambio-rate', 'description': 'Get exchange rates for a specific currency on a specific date', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['currency', 'date'], 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. For weekends and holidays, the returned date will be the last available business day.'}, 'currency': {'type': 'string', 'description': 'Currency symbol (e.g., USD, EUR, GBP)'}}, 'additionalProperties': False}}, {'name': 'registrobr-domain-check', 'description': 'Check the status and availability of a .br domain name', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'Domain name to check (with or without .br extension)'}}, 'additionalProperties': False}}]
@uday210/salesforce-mcp-server
Salesforce Server
Interact with Salesforce seamlessly by executing SOQL queries, managing records, and retrieving object metadata. Enhance your applications with real-time data access and secure authentication handling. Simplify your Salesforce integration with this powerful server implementation.
2025-03-12T03:42:53.165Z
54
https://smithery.ai/server/@uday210/salesforce-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'query', 'description': 'Execute a SOQL query on Salesforce', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'SOQL query to execute'}}}}, {'name': 'tooling-query', 'description': 'Execute a query against the Salesforce Tooling API', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Tooling API query to execute'}}}}, {'name': 'describe-object', 'description': 'Get detailed metadata about a Salesforce object', 'inputSchema': {'type': 'object', 'required': ['objectName'], 'properties': {'detailed': {'type': 'boolean', 'default': False, 'description': 'Whether to return full metadata (optional)'}, 'objectName': {'type': 'string', 'description': 'API name of the object to describe'}}}}, {'name': 'metadata-retrieve', 'description': 'Retrieve metadata components from Salesforce', 'inputSchema': {'type': 'object', 'required': ['type', 'fullNames'], 'properties': {'type': {'enum': ['CustomObject', 'Flow', 'FlowDefinition', 'CustomField', 'ValidationRule', 'ApexClass', 'ApexTrigger', 'WorkflowRule', 'Layout'], 'type': 'string', 'description': 'Metadata type (e.g., Flow, CustomObject)'}, 'fullNames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of component names to retrieve'}}}}]
@kjozsa/jenkins-mcp
Jenkins MCP
Manage Jenkins operations efficiently.
2025-02-21T15:14:18.677Z
74
https://smithery.ai/server/@kjozsa/jenkins-mcp
true
null
{ "scanPassed": true }
[{'name': 'list_jobs', 'description': 'List all Jenkins jobs', 'inputSchema': {'type': 'object', 'title': 'list_jobsArguments', 'properties': {}}}, {'name': 'trigger_build', 'description': 'Trigger a Jenkins build\n\n Args:\n job_name: Name of the job to build\n parameters: Optional build parameters as a dictionary (e.g. {"param1": "value1"})\n\n Returns:\n Dictionary containing build information including the build number\n ', 'inputSchema': {'type': 'object', 'title': 'trigger_buildArguments', 'required': ['job_name'], 'properties': {'job_name': {'type': 'string', 'title': 'Job Name'}, 'parameters': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Parameters', 'default': None}}}}, {'name': 'get_build_status', 'description': 'Get build status\n\n Args:\n job_name: Name of the job\n build_number: Build number to check, defaults to latest\n\n Returns:\n Build information dictionary\n ', 'inputSchema': {'type': 'object', 'title': 'get_build_statusArguments', 'required': ['job_name'], 'properties': {'job_name': {'type': 'string', 'title': 'Job Name'}, 'build_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Build Number', 'default': None}}}}]
@cdugo/package-documentation-mcp
DocsFetcher
Fetch package documentation from multiple programming languages for LLMs like Claude. Access comprehensive information without needing API keys, making it easy to retrieve and analyze documentation. Enhance your development experience with structured data and specialized prompts for documentation analysis.
2025-03-12T07:00:57.697Z
54
https://smithery.ai/server/@cdugo/package-documentation-mcp
true
null
{ "scanPassed": true }
[{'name': 'fetch-url-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL of the library documentation to fetch'}}, 'additionalProperties': False}}, {'name': 'fetch-package-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName'], 'properties': {'language': {'type': 'string', 'description': 'Programming language or repository type (e.g., javascript, python, java, dotnet)'}, 'packageName': {'type': 'string', 'description': 'Name of the package to fetch documentation for'}}, 'additionalProperties': False}}, {'name': 'fetch-library-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['library'], 'properties': {'library': {'type': 'string', 'description': 'Name of the package or URL of the library documentation to fetch'}, 'language': {'type': 'string', 'description': 'Programming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)'}}, 'additionalProperties': False}}, {'name': 'fetch-multilingual-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName', 'languages'], 'properties': {'languages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of programming languages or repository types to check (e.g., javascript, python, java)'}, 'packageName': {'type': 'string', 'description': 'Name of the package to fetch documentation for'}}, 'additionalProperties': False}}]
@sondotpin/desktopcommandermcp
Desktop Commander
Execute terminal commands, manage files, and perform code editing with AI assistance. Streamline your workflow by integrating powerful file operations and process management directly into your coding environment.
2025-04-10T07:39:40.246Z
54
https://smithery.ai/server/@sondotpin/desktopcommandermcp
true
null
null
[{'name': 'execute_command', 'description': "Execute a terminal command with timeout. Command will continue running in background if it doesn't complete within timeout.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}, 'timeout_ms': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'read_output', 'description': 'Read new output from a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'force_terminate', 'description': 'Force terminate a running terminal session.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'list_sessions', 'description': 'List all active terminal sessions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_processes', 'description': 'List all running processes. Returns process information including PID, command name, CPU usage, and memory usage.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'kill_process', 'description': 'Terminate a running process by PID. Use with caution as this will forcefully terminate the specified process.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pid'], 'properties': {'pid': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'block_command', 'description': 'Add a command to the blacklist. Once blocked, the command cannot be executed until unblocked.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'unblock_command', 'description': 'Remove a command from the blacklist. Once unblocked, the command can be executed normally.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command'], 'properties': {'command': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_blocked_commands', 'description': 'List all currently blocked commands.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'read_file', 'description': 'Read the complete contents of a file from the file system or a URL. When reading from the file system, only works within allowed directories. Can fetch content from URLs when isUrl parameter is set to true. Handles text files normally and image files are returned as viewable images. Recognized image types: PNG, JPEG, GIF, WebP.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}, 'isUrl': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}}, {'name': 'read_multiple_files', 'description': "Read the contents of multiple files simultaneously. Each file's content is returned with its path as a reference. Handles text files normally and renders images as viewable content. Recognized image types: PNG, JPEG, GIF, WebP. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'write_file', 'description': 'Completely replace file contents. Best for large changes (>20% of file) or when edit_block fails. Use with caution as it will overwrite existing files. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'create_directory', 'description': 'Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_directory', 'description': 'Get a detailed listing of all files and directories in a specified path. Results distinguish between files and directories with [FILE] and [DIR] prefixes. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'move_file', 'description': 'Move or rename files and directories. Can move files between directories and rename them in a single operation. Both source and destination must be within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string'}, 'destination': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search_files', 'description': 'Finds files by name using a case-insensitive substring matching. Searches through all subdirectories from the starting path. Has a default timeout of 30 seconds which can be customized using the timeoutMs parameter. Only searches within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string'}, 'pattern': {'type': 'string'}, 'timeoutMs': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'search_code', 'description': 'Search for text/code patterns within file contents using ripgrep. Fast and powerful search similar to VS Code search functionality. Supports regular expressions, file pattern filtering, and context lines. Has a default timeout of 30 seconds which can be customized. Only searches within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string'}, 'pattern': {'type': 'string'}, 'timeoutMs': {'type': 'number'}, 'ignoreCase': {'type': 'boolean'}, 'maxResults': {'type': 'number'}, 'filePattern': {'type': 'string'}, 'contextLines': {'type': 'number'}, 'includeHidden': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'get_file_info', 'description': 'Retrieve detailed metadata about a file or directory including size, creation time, last modified time, permissions, and type. Only works within allowed directories.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_allowed_directories', 'description': 'Returns the list of directories that this server is allowed to access.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'edit_block', 'description': 'Apply surgical text replacements to files. Best for small changes (<20% of file size). Call repeatedly to change multiple blocks. Will verify changes after application. Format:\nfilepath\n<<<<<<< SEARCH\ncontent to find\n=======\nnew content\n>>>>>>> REPLACE', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['blockContent'], 'properties': {'blockContent': {'type': 'string'}}, 'additionalProperties': False}}]
@PostHog/posthog-mcp
PostHog MCP Server
Manage your PostHog projects and create annotations seamlessly. Interact with your data directly through Claude Desktop for enhanced project management and insights.
2025-03-11T11:01:38.518Z
27
https://smithery.ai/server/@PostHog/posthog-mcp
true
null
{ "scanPassed": true }
[{'name': 'list_posthog_projects', 'description': 'List all available PostHog projects.', 'inputSchema': {'type': 'object', 'title': 'list_posthog_projectsArguments', 'properties': {}}}, {'name': 'create_posthog_annotation', 'description': 'Create a PostHog annotation.\n \n Args:\n project_id: The ID of the project as an integer (e.g. 99423)\n content: The content/text of the annotation\n date_marker: Optional ISO-8601 timestamp for the annotation (e.g. 2024-03-20T14:15:22Z)\n ', 'inputSchema': {'type': 'object', 'title': 'create_posthog_annotationArguments', 'required': ['project_id', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}, 'date_marker': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Marker', 'default': None}}}}, {'name': 'list_posthog_insights', 'description': 'List all available PostHog insights for a project.\n \n Args:\n project_id: The ID of the project as an integer (e.g. 99423)\n search: Optional search query to filter insights\n ', 'inputSchema': {'type': 'object', 'title': 'list_posthog_insightsArguments', 'required': ['project_id'], 'properties': {'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None}, 'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'search_posthog_insights', 'description': 'Search for PostHog insights by name.\n \n Args:\n project_id: The ID of the project as an integer (e.g. 99423)\n search: The search query to filter insights by name\n ', 'inputSchema': {'type': 'object', 'title': 'search_posthog_insightsArguments', 'required': ['project_id', 'search'], 'properties': {'search': {'type': 'string', 'title': 'Search'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}}}}, {'name': 'get_posthog_insight_details', 'description': 'Get details for a specific PostHog insight.\n \n Args:\n project_id: The ID of the project as an integer (e.g. 99423)\n insight_id: The ID of the insight as an integer (e.g. 12345)\n ', 'inputSchema': {'type': 'object', 'title': 'get_posthog_insight_detailsArguments', 'required': ['project_id', 'insight_id'], 'properties': {'insight_id': {'type': 'integer', 'title': 'Insight Id'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}}}}]
@DynamicEndpoints/m365-core-mcp
Microsoft 365 Core Server
*Updated May 3rd 2025** Manage your Microsoft 365 services effortlessly. Create and manage distribution lists, security groups, and user settings with ease, ensuring streamlined operations and enhanced collaboration. Automate offboarding processes to maintain security and compliance effortlessly.
2025-03-31T00:45:41.184Z
54
https://smithery.ai/server/@DynamicEndpoints/m365-core-mcp
true
null
{ "scanPassed": true }
[{'name': 'manage_azure_ad_roles', 'description': 'Manage Azure AD directory roles and assignments', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['list_roles', 'list_role_assignments', 'assign_role', 'remove_role_assignment'], 'type': 'string', 'description': 'Action to perform'}, 'filter': {'type': 'string', 'description': 'OData filter string (optional for list actions)'}, 'roleId': {'type': 'string', 'description': 'ID of the directory role (required for assign/remove)'}, 'principalId': {'type': 'string', 'description': 'ID of the principal (user, group, SP) to assign/remove role for (required for assign/remove)'}, 'assignmentId': {'type': 'string', 'description': 'ID of the role assignment to remove (required for remove)'}}}}, {'name': 'manage_azure_ad_apps', 'description': 'Manage Azure AD application registrations', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'appId': {'type': 'string', 'description': 'Object ID of the application (required for get, update, add/remove owner)'}, 'action': {'enum': ['list_apps', 'get_app', 'update_app', 'add_owner', 'remove_owner'], 'type': 'string', 'description': 'Action to perform'}, 'filter': {'type': 'string', 'description': 'OData filter string (optional for list_apps)'}, 'ownerId': {'type': 'string', 'description': 'Object ID of the user to add/remove as owner (required for add/remove owner)'}, 'appDetails': {'type': 'object', 'properties': {'displayName': {'type': 'string'}, 'signInAudience': {'type': 'string'}}, 'description': 'Details for updating the application (required for update_app)'}}}}, {'name': 'manage_azure_ad_devices', 'description': 'Manage Azure AD device objects', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['list_devices', 'get_device', 'enable_device', 'disable_device', 'delete_device'], 'type': 'string', 'description': 'Action to perform'}, 'filter': {'type': 'string', 'description': 'OData filter string (optional for list_devices)'}, 'deviceId': {'type': 'string', 'description': 'Object ID of the device (required for get, enable, disable, delete)'}}}}, {'name': 'Dynamicendpoint_automation_assistant', 'description': 'Acts as a versatile assistant to call any Microsoft Graph or Azure Resource Management API endpoint. Use this for managing users, groups, applications, devices, policies (Conditional Access, Intune Configuration/Compliance), security alerts, audit logs, SharePoint, Exchange, and more.', 'inputSchema': {'type': 'object', 'required': ['apiType', 'path', 'method'], 'properties': {'body': {'type': 'object', 'description': 'Request body (for POST, PUT, PATCH).'}, 'path': {'type': 'string', 'description': "API URL path (e.g., '/users')."}, 'method': {'enum': ['get', 'post', 'put', 'patch', 'delete'], 'type': 'string', 'description': 'HTTP method.'}, 'apiType': {'enum': ['graph', 'azure'], 'type': 'string', 'description': "API type: 'graph' or 'azure'."}, 'apiVersion': {'type': 'string', 'description': "Azure API version (required for 'azure')."}, 'queryParams': {'type': 'object', 'description': 'Query parameters.', 'additionalProperties': {'type': 'string'}}, 'subscriptionId': {'type': 'string', 'description': "Azure Subscription ID (for 'azure')."}}}}, {'name': 'search_audit_log', 'description': 'Search the Azure AD Unified Audit Log.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of records.'}, 'filter': {'type': 'string', 'description': "OData filter string (e.g., 'activityDateTime ge 2024-01-01T00:00:00Z')."}}}}, {'name': 'manage_alerts', 'description': 'List and view security alerts from Microsoft security products.', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'top': {'type': 'number', 'description': 'Maximum number of alerts.'}, 'action': {'enum': ['list_alerts', 'get_alert'], 'type': 'string', 'description': 'Action: list_alerts or get_alert.'}, 'filter': {'type': 'string', 'description': "OData filter string (e.g., 'status eq \\'new\\'')."}, 'alertId': {'type': 'string', 'description': 'ID of the alert (required for get_alert).'}}}}, {'name': 'manage_service_principals', 'description': 'Manage Azure AD Service Principals', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'spId': {'type': 'string', 'description': 'Object ID of the Service Principal (required for get, add/remove owner)'}, 'action': {'enum': ['list_sps', 'get_sp', 'add_owner', 'remove_owner'], 'type': 'string', 'description': 'Action to perform'}, 'filter': {'type': 'string', 'description': 'OData filter string (optional for list_sps)'}, 'ownerId': {'type': 'string', 'description': 'Object ID of the user to add/remove as owner (required for add/remove owner)'}}}}, {'name': 'manage_sharepoint_sites', 'description': 'Manage SharePoint sites', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'url': {'type': 'string', 'description': 'URL for the SharePoint site'}, 'title': {'type': 'string', 'description': 'Title for the SharePoint site'}, 'action': {'enum': ['get', 'create', 'update', 'delete', 'add_users', 'remove_users'], 'type': 'string', 'description': 'Action to perform'}, 'owners': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of owner email addresses'}, 'siteId': {'type': 'string', 'description': 'SharePoint site ID for existing site operations'}, 'members': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of member email addresses'}, 'settings': {'type': 'object', 'properties': {'isPublic': {'type': 'boolean'}, 'allowSharing': {'type': 'boolean'}, 'storageQuota': {'type': 'number'}}}, 'template': {'type': 'string', 'description': "Web template ID for site creation. Examples: 'STS#3' (Modern Team Site), 'SITEPAGEPUBLISHING#0' (Communication Site), 'STS#0' (Classic Team Site - default if omitted)."}, 'description': {'type': 'string', 'description': 'Description of the SharePoint site'}}}}, {'name': 'manage_sharepoint_lists', 'description': 'Manage SharePoint lists', 'inputSchema': {'type': 'object', 'required': ['action', 'siteId'], 'properties': {'items': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Items to add to the list'}, 'title': {'type': 'string', 'description': 'Title for the SharePoint list'}, 'action': {'enum': ['get', 'create', 'update', 'delete', 'add_items', 'get_items'], 'type': 'string', 'description': 'Action to perform'}, 'listId': {'type': 'string', 'description': 'SharePoint list ID for existing list operations'}, 'siteId': {'type': 'string', 'description': 'SharePoint site ID'}, 'columns': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'type': {'type': 'string'}, 'required': {'type': 'boolean'}, 'defaultValue': {}}}, 'description': 'Columns for the SharePoint list'}, 'template': {'type': 'string', 'description': 'Template to use for list creation'}, 'description': {'type': 'string', 'description': 'Description of the SharePoint list'}}}}, {'name': 'manage_distribution_lists', 'description': 'Manage Microsoft 365 distribution lists', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['get', 'create', 'update', 'delete', 'add_members', 'remove_members'], 'type': 'string', 'description': 'Action to perform'}, 'listId': {'type': 'string', 'description': 'Distribution list ID for existing list operations'}, 'members': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of member email addresses'}, 'settings': {'type': 'object', 'properties': {'hideFromGAL': {'type': 'boolean'}, 'moderatedBy': {'type': 'array', 'items': {'type': 'string'}}, 'requireSenderAuthentication': {'type': 'boolean'}}}, 'displayName': {'type': 'string', 'description': 'Display name for the distribution list'}, 'emailAddress': {'type': 'string', 'description': 'Email address for the distribution list'}}}}, {'name': 'manage_security_groups', 'description': 'Manage Microsoft 365 security groups', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['get', 'create', 'update', 'delete', 'add_members', 'remove_members'], 'type': 'string', 'description': 'Action to perform'}, 'groupId': {'type': 'string', 'description': 'Security group ID for existing group operations'}, 'members': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of member email addresses'}, 'settings': {'type': 'object', 'properties': {'mailEnabled': {'type': 'boolean'}, 'securityEnabled': {'type': 'boolean'}}}, 'description': {'type': 'string', 'description': 'Description of the security group'}, 'displayName': {'type': 'string', 'description': 'Display name for the security group'}}}}, {'name': 'manage_m365_groups', 'description': 'Manage Microsoft 365 groups', 'inputSchema': {'type': 'object', 'required': ['action'], 'properties': {'action': {'enum': ['get', 'create', 'update', 'delete', 'add_members', 'remove_members'], 'type': 'string', 'description': 'Action to perform'}, 'owners': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of owner email addresses'}, 'groupId': {'type': 'string', 'description': 'M365 group ID for existing group operations'}, 'members': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of member email addresses'}, 'settings': {'type': 'object', 'properties': {'visibility': {'enum': ['Private', 'Public'], 'type': 'string'}, 'allowExternalSenders': {'type': 'boolean'}, 'autoSubscribeNewMembers': {'type': 'boolean'}}}, 'description': {'type': 'string', 'description': 'Description of the M365 group'}, 'displayName': {'type': 'string', 'description': 'Display name for the M365 group'}}}}, {'name': 'manage_exchange_settings', 'description': 'Manage Exchange Online settings', 'inputSchema': {'type': 'object', 'required': ['action', 'settingType'], 'properties': {'action': {'enum': ['get', 'update'], 'type': 'string', 'description': 'Action to perform'}, 'target': {'type': 'string', 'description': 'User/Group ID for mailbox settings'}, 'settings': {'type': 'object', 'properties': {'rules': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'actions': {'type': 'object'}, 'conditions': {'type': 'object'}}}}, 'retentionTags': {'type': 'array', 'items': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'type': {'type': 'string'}, 'retentionDays': {'type': 'number'}}}}, 'sharingPolicy': {'type': 'object', 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}}, 'enabled': {'type': 'boolean'}}}, 'automateProcessing': {'type': 'object', 'properties': {'autoReplyEnabled': {'type': 'boolean'}, 'autoForwardEnabled': {'type': 'boolean'}}}}}, 'settingType': {'enum': ['mailbox', 'transport', 'organization', 'retention'], 'type': 'string', 'description': 'Type of Exchange settings to manage'}}}}, {'name': 'manage_user_settings', 'description': 'Manage Microsoft 365 user settings and configurations', 'inputSchema': {'type': 'object', 'required': ['action', 'userId'], 'properties': {'action': {'enum': ['get', 'update'], 'type': 'string', 'description': 'Action to perform'}, 'userId': {'type': 'string', 'description': 'User ID or UPN'}, 'settings': {'type': 'object', 'description': 'User settings to update'}}}}, {'name': 'manage_offboarding', 'description': 'Manage user offboarding processes', 'inputSchema': {'type': 'object', 'required': ['action', 'userId'], 'properties': {'action': {'enum': ['start', 'check', 'complete'], 'type': 'string', 'description': 'Action to perform'}, 'userId': {'type': 'string', 'description': 'User ID or UPN to offboard'}, 'options': {'type': 'object', 'properties': {'backupData': {'type': 'boolean', 'description': 'Backup user data'}, 'revokeAccess': {'type': 'boolean', 'description': 'Revoke all access immediately'}, 'retainMailbox': {'type': 'boolean', 'description': 'Retain user mailbox'}, 'convertToShared': {'type': 'boolean', 'description': 'Convert mailbox to shared'}}}}}}]
@OctagonAI/octagon-mcp-server
Octagon MCP Server
Leverage specialized AI agents to conduct in-depth investment research across public and private markets. Analyze SEC filings, earnings calls, and financial metrics with ease, while accessing real-time stock market data. Simplify your research process with a user-friendly interface that integrates seamlessly with the Octagon API.
2025-03-19T22:01:12.553Z
54
https://smithery.ai/server/@OctagonAI/octagon-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'octagon-sec-agent', 'description': "[PUBLIC MARKET INTELLIGENCE] A specialized agent for SEC filings analysis and financial data extraction. Covers over 8,000 public companies from SEC EDGAR with comprehensive coverage of financial statements from annual and quarterly reports (10-K, 10-Q, 20-F), offering filings (S-1), amendments, and event filings (8-K). Updated daily with historical data dating back to 2018 for time-series analysis. Best for extracting financial and segment metrics, management discussion, footnotes, risk factors, and quantitative data from SEC filings. Example queries: 'What was Apple's R&D expense as a percentage of revenue in their latest fiscal year?', 'Find the risk factors related to supply chain in Tesla's latest 10-K', 'Extract quarterly revenue growth rates for Microsoft over the past 2 years'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-transcripts-agent', 'description': "[PUBLIC MARKET INTELLIGENCE] A specialized agent for analyzing earnings call transcripts and management commentary. Covers over 8,000 public companies with continuous daily updates for real-time insights. Historical data dating back to 2018 enables robust time-series analysis. Extract information from earnings call transcripts, including executive statements, financial guidance, analyst questions, and forward-looking statements. Best for analyzing management sentiment, extracting guidance figures, and identifying key business trends. Example queries: 'What did Amazon's CEO say about AWS growth expectations in the latest earnings call?', 'Summarize key financial metrics mentioned in Tesla's Q2 2023 earnings call', 'What questions did analysts ask about margins during Netflix's latest earnings call?'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-financials-agent', 'description': "[PUBLIC MARKET INTELLIGENCE] Specialized agent for financial statement analysis and ratio calculations. Capabilities: Analyze financial statements, calculate financial metrics, compare ratios, and evaluate performance indicators. Best for: Deep financial analysis and comparison of company financial performance. Example queries: 'Compare the gross margins, operating margins, and net margins of Apple, Microsoft, and Google over the last 3 years', 'Analyze Tesla's cash flow statements from 2021 to 2023 and calculate free cash flow trends', 'Calculate and explain key financial ratios for Amazon including P/E, EV/EBITDA, and ROIC'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-stock-data-agent', 'description': "[PUBLIC MARKET INTELLIGENCE] Specialized agent for stock market data and equity investment analysis. Capabilities: Analyze stock price movements, trading volumes, market trends, valuation metrics, and technical indicators. Best for: Stock market research, equity analysis, and trading pattern identification. Example queries: 'How has Apple's stock performed compared to the S&P 500 over the last 6 months?', 'Analyze the trading volume patterns for Tesla stock before and after earnings releases', 'What were the major price movements for NVIDIA in 2023 and what were the catalysts?'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-companies-agent', 'description': "[PRIVATE MARKET INTELLIGENCE] A specialized database agent for looking up company information and financials. Capabilities: Query comprehensive company financial information and business intelligence from Octagon's company database. Best for: Finding basic information about companies, their financial metrics, and industry benchmarks. NOTE: For better and more accurate results, provide the company's website URL instead of just the company name. Example queries: 'What is the employee trends for Stripe (stripe.com)?', 'List the top 5 companies in the AI sector by revenue growth', 'Who are the top competitors to Databricks (databricks.com)?'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-funding-agent', 'description': "[PRIVATE MARKET INTELLIGENCE] A specialized database agent for company funding transactions and venture capital research. Capabilities: Extract information about funding rounds, investors, valuations, and investment trends. Best for: Researching startup funding history, investor activity, and venture capital patterns. NOTE: For better and more accurate results, provide the company's website URL instead of just the company name. Example queries: 'What was Anthropic's latest funding round size, valuation, and key investors (anthropic.com)?', 'How much has OpenAI raised in total funding and at what valuation (openai.com)?', 'Who were the lead investors in Databricks' Series G round and what was the post-money valuation (databricks.com)?'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-deals-agent', 'description': "[PRIVATE MARKET INTELLIGENCE] A specialized database agent for M&A and IPO transaction analysis. Capabilities: Retrieve information about mergers, acquisitions, initial public offerings, and other financial transactions. Best for: Research on corporate transactions, IPO valuations, and M&A activity. NOTE: For better and more accurate results, provide the company's website URL instead of just the company name. Example queries: 'What was the acquisition price when Microsoft (microsoft.com) acquired GitHub (github.com)?', 'List the valuation multiples for AI companies in 2024', 'List all the acquisitions and price, valuation by Salesforce (salesforce.com) in 2023?'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-investors-agent', 'description': "[PRIVATE MARKET INTELLIGENCE] A specialized database agent for looking up information on investors. Capabilities: Retrieve information about investors, their investment criteria, and past activities. Best for: Research on investors and details about their investment activities. NOTE: For better and more accurate results, provide the investor's website URL instead of just the investor name. Example queries: 'What is the latest investment criteria of Insight Partners (insightpartners.com)?', 'How many investments did Andreessen Horowitz (a16z.com) make in the last 6 months', 'What is the typical check size for QED Investors (qedinvestors.com)'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-scraper-agent', 'description': "[PUBLIC & PRIVATE MARKET INTELLIGENCE] Specialized agent for financial data extraction from investor websites. Capabilities: Extract structured financial data from investor relations websites, tables, and online financial sources. Best for: Gathering financial data from websites that don't have accessible APIs. Example queries: 'Extract all data fields from zillow.com/san-francisco-ca/', 'Extract all data fields from www.carvana.com/cars/'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-deep-research-agent', 'description': "[PUBLIC & PRIVATE MARKET INTELLIGENCE] A comprehensive agent that can utilize multiple sources for deep research analysis. Capabilities: Aggregate research across multiple data sources, synthesize information, and provide comprehensive investment research. Best for: Investment research questions requiring up-to-date aggregated information from the web. Example queries: 'Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins', 'Analyze the competitive landscape in the cloud computing sector, focusing on AWS, Azure, and Google Cloud margin and growth trends', 'Investigate the factors driving electric vehicle adoption and their impact on battery supplier financials'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}, {'name': 'octagon-debts-agent', 'description': "[PRIVATE MARKET INTELLIGENCE] A specialized database agent for analyzing private debts and lenders. Capabilities: Retrieve information about private debts and lenders. Best for: Research on borrowers, and lenders and details about the private debt facilities. Example queries: 'List all the debt activities from borrower American Tower', 'Compile all the debt activities from lender ING Group in Q4 2024'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Your natural language query or request for the agent'}}, 'additionalProperties': False}}]
@opgginc/opgg-mcp
OP.GG
The OP.GG MCP Server provides AI agents with a comprehensive suite of tools that deliver gaming data across popular titles, including champion analysis and rankings for League of Legends, match schedules and team standings for LoL esports, meta deck compositions, item combinations, champion build recommendations and playstyle insights for Teamfight Tactics, as well as map meta, character statistics, leaderboards, agent compositions and player match history for Valorant, along with various other gaming information.
2025-04-23T04:26:15.675Z
54
https://smithery.ai/server/@opgginc/opgg-mcp
true
null
{ "scanPassed": true }
[{'name': 'lol-champion-leader-board', 'description': "Fetch that champion's rank.", 'inputSchema': {'type': 'object', 'required': ['region', 'champion'], 'properties': {'region': {'enum': ['KR', 'BR', 'EUNE', 'EUW', 'LAN', 'LAS', 'NA', 'OCE', 'RU', 'TR', 'JP', 'PH', 'SG', 'TH', 'TW', 'VN', 'ME', 'SEA'], 'type': 'string', 'description': 'Regions in the game League of Legends.'}, 'champion': {'enum': ['ANNIE', 'OLAF', 'GALIO', 'TWISTED_FATE', 'XIN_ZHAO', 'URGOT', 'LEBLANC', 'VLADIMIR', 'FIDDLESTICKS', 'KAYLE', 'MASTER_YI', 'ALISTAR', 'RYZE', 'SION', 'SIVIR', 'SORAKA', 'TEEMO', 'TRISTANA', 'WARWICK', 'NUNU_WILLUMP', 'MISS_FORTUNE', 'ASHE', 'TRYNDAMERE', 'JAX', 'MORGANA', 'ZILEAN', 'SINGED', 'EVELYNN', 'TWITCH', 'KARTHUS', 'CHOGATH', 'AMUMU', 'RAMMUS', 'ANIVIA', 'SHACO', 'DR_MUNDO', 'SONA', 'KASSADIN', 'IRELIA', 'JANNA', 'GANGPLANK', 'CORKI', 'KARMA', 'TARIC', 'VEIGAR', 'TRUNDLE', 'SWAIN', 'CAITLYN', 'BLITZCRANK', 'MALPHITE', 'KATARINA', 'NOCTURNE', 'MAOKAI', 'RENEKTON', 'JARVAN_IV', 'ELISE', 'ORIANNA', 'WUKONG', 'BRAND', 'LEE_SIN', 'VAYNE', 'RUMBLE', 'CASSIOPEIA', 'SKARNER', 'HEIMERDINGER', 'NASUS', 'NIDALEE', 'UDYR', 'POPPY', 'GRAGAS', 'PANTHEON', 'EZREAL', 'MORDEKAISER', 'YORICK', 'AKALI', 'KENNEN', 'GAREN', 'LEONA', 'MALZAHAR', 'TALON', 'RIVEN', 'KOGMAW', 'SHEN', 'LUX', 'XERATH', 'SHYVANA', 'AHRI', 'GRAVES', 'FIZZ', 'VOLIBEAR', 'RENGAR', 'VARUS', 'NAUTILUS', 'VIKTOR', 'SEJUANI', 'FIORA', 'ZIGGS', 'LULU', 'DRAVEN', 'HECARIM', 'KHAZIX', 'DARIUS', 'JAYCE', 'LISSANDRA', 'DIANA', 'QUINN', 'SYNDRA', 'AURELION_SOL', 'KAYN', 'ZOE', 'ZYRA', 'KAISA', 'SERAPHINE', 'GNAR', 'ZAC', 'YASUO', 'VELKOZ', 'TALIYAH', 'CAMILLE', 'AKSHAN', 'BELVETH', 'BRAUM', 'JHIN', 'KINDRED', 'ZERI', 'JINX', 'TAHM_KENCH', 'BRIAR', 'VIEGO', 'SENNA', 'LUCIAN', 'ZED', 'KLED', 'EKKO', 'QIYANA', 'VI', 'AATROX', 'NAMI', 'AZIR', 'YUUMI', 'SAMIRA', 'THRESH', 'ILLAOI', 'REKSAI', 'IVERN', 'KALISTA', 'BARD', 'RAKAN', 'XAYAH', 'ORNN', 'SYLAS', 'NEEKO', 'APHELIOS', 'RELL', 'PYKE', 'VEX', 'YONE', 'AMBESSA', 'SETT', 'LILLIA', 'GWEN', 'RENATA_GLASC', 'AURORA', 'NILAH', 'KSANTE', 'SMOLDER', 'MILIO', 'HWEI', 'NAAFIRI'], 'type': 'string', 'description': 'These are the champion names in the game League of Legends.'}}}}, {'name': 'lol-champion-analysis', 'description': 'Fetch analysis data for a specific champion.', 'inputSchema': {'type': 'object', 'required': ['champion', 'champion_position'], 'properties': {'champion': {'enum': ['ANNIE', 'OLAF', 'GALIO', 'TWISTED_FATE', 'XIN_ZHAO', 'URGOT', 'LEBLANC', 'VLADIMIR', 'FIDDLESTICKS', 'KAYLE', 'MASTER_YI', 'ALISTAR', 'RYZE', 'SION', 'SIVIR', 'SORAKA', 'TEEMO', 'TRISTANA', 'WARWICK', 'NUNU_WILLUMP', 'MISS_FORTUNE', 'ASHE', 'TRYNDAMERE', 'JAX', 'MORGANA', 'ZILEAN', 'SINGED', 'EVELYNN', 'TWITCH', 'KARTHUS', 'CHOGATH', 'AMUMU', 'RAMMUS', 'ANIVIA', 'SHACO', 'DR_MUNDO', 'SONA', 'KASSADIN', 'IRELIA', 'JANNA', 'GANGPLANK', 'CORKI', 'KARMA', 'TARIC', 'VEIGAR', 'TRUNDLE', 'SWAIN', 'CAITLYN', 'BLITZCRANK', 'MALPHITE', 'KATARINA', 'NOCTURNE', 'MAOKAI', 'RENEKTON', 'JARVAN_IV', 'ELISE', 'ORIANNA', 'WUKONG', 'BRAND', 'LEE_SIN', 'VAYNE', 'RUMBLE', 'CASSIOPEIA', 'SKARNER', 'HEIMERDINGER', 'NASUS', 'NIDALEE', 'UDYR', 'POPPY', 'GRAGAS', 'PANTHEON', 'EZREAL', 'MORDEKAISER', 'YORICK', 'AKALI', 'KENNEN', 'GAREN', 'LEONA', 'MALZAHAR', 'TALON', 'RIVEN', 'KOGMAW', 'SHEN', 'LUX', 'XERATH', 'SHYVANA', 'AHRI', 'GRAVES', 'FIZZ', 'VOLIBEAR', 'RENGAR', 'VARUS', 'NAUTILUS', 'VIKTOR', 'SEJUANI', 'FIORA', 'ZIGGS', 'LULU', 'DRAVEN', 'HECARIM', 'KHAZIX', 'DARIUS', 'JAYCE', 'LISSANDRA', 'DIANA', 'QUINN', 'SYNDRA', 'AURELION_SOL', 'KAYN', 'ZOE', 'ZYRA', 'KAISA', 'SERAPHINE', 'GNAR', 'ZAC', 'YASUO', 'VELKOZ', 'TALIYAH', 'CAMILLE', 'AKSHAN', 'BELVETH', 'BRAUM', 'JHIN', 'KINDRED', 'ZERI', 'JINX', 'TAHM_KENCH', 'BRIAR', 'VIEGO', 'SENNA', 'LUCIAN', 'ZED', 'KLED', 'EKKO', 'QIYANA', 'VI', 'AATROX', 'NAMI', 'AZIR', 'YUUMI', 'SAMIRA', 'THRESH', 'ILLAOI', 'REKSAI', 'IVERN', 'KALISTA', 'BARD', 'RAKAN', 'XAYAH', 'ORNN', 'SYLAS', 'NEEKO', 'APHELIOS', 'RELL', 'PYKE', 'VEX', 'YONE', 'AMBESSA', 'SETT', 'LILLIA', 'GWEN', 'RENATA_GLASC', 'AURORA', 'NILAH', 'KSANTE', 'SMOLDER', 'MILIO', 'HWEI', 'NAAFIRI'], 'type': 'string', 'description': 'These are the champion names in the game League of Legends.'}, 'champion_position': {'enum': ['TOP', 'MID', 'JUNGLE', 'ADC', 'SUPPORT', 'NONE'], 'type': 'string', 'description': 'These are the champion positions in the game League of Legends.'}}}}, {'name': 'esports-lol-schedules', 'description': 'Get upcoming LoL match schedules.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'esports-lol-team-standings', 'description': 'Get team standings for a LoL league.', 'inputSchema': {'type': 'object', 'required': ['shortName'], 'properties': {'shortName': {'enum': ['lck', 'lpl', 'lec', 'lcs', 'ljl', 'vcs', 'cblol', 'lcl', 'lla', 'tcl', 'pcs', 'lco', 'lta south', 'lta north', 'lcp', 'first stand', 'fst', 'al', 'msi', 'worlds'], 'type': 'string', 'description': 'League short name (LCK, LPL, Worlds, ...)'}}}}, {'name': 'tft-meta-trend-deck-list', 'description': 'TFT deck list tool for retrieving current meta decks.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'tft-meta-item-combinations', 'description': 'TFT tool for retrieving information about item combinations and recipes.', 'inputSchema': {'type': 'object', 'required': ['language'], 'properties': {'language': {'enum': ['AR_AE', 'CS_CZ', 'DE_DE', 'EL_GR', 'EN_AU', 'EN_GB', 'EN_PH', 'EN_SG', 'EN_US', 'ES_AR', 'ES_ES', 'ES_MX', 'FR_FR', 'HU_HU', 'IT_IT', 'JA_JP', 'KO_KR', 'PL_PL', 'PT_BR', 'RO_RO', 'RU_RU', 'TH_TH', 'TR_TR', 'VI_VN', 'ZH_CN', 'ZH_MY', 'ZH_TW'], 'type': 'string', 'description': 'These are the champion names in the game League of Legends.'}}}}, {'name': 'tft-champion-item-build', 'description': 'TFT tool for retrieving champion item build information.', 'inputSchema': {'type': 'object', 'required': ['championId'], 'properties': {'championId': {'enum': ['TFT14_Neeko', 'TFT14_Illaoi', 'TFT14_Senna', 'TFT14_Yuumi', 'TFT14_Viego', 'TFT14_Morgana', 'TFT14_Zeri', 'TFT14_Zed', 'TFT14_SummonLevel2', 'TFT14_Aphelios', 'TFT14_KogMaw', 'TFT14_Shaco', 'TFT14_DrMundo', 'TFT14_Varus', 'TFT14_Vi', 'TFT14_Jinx', 'TFT14_Sejuani', 'TFT14_Ekko', 'TFT14_Kindred', 'TFT14_Urgot', 'TFT14_Rhaast', 'TFT14_Naafiri', 'TFT14_Gragas', 'TFT14_Fiddlesticks', 'TFT14_Ziggs', 'TFT14_Alistar', 'TFT14_Brand', 'TFT14_Seraphine', 'TFT14_Renekton', 'TFT14_Mordekaiser', 'TFT14_NidaleeCougar', 'TFT14_Annie', 'TFT14_LeBlanc', 'TFT14_Elise', 'TFT14_Kobuko', 'TFT14_Poppy', 'TFT14_Jax', 'TFT14_Jarvan', 'TFT14_Aurora', 'TFT14_Graves', 'TFT14_Vayne', 'TFT14_Galio', 'TFT14_Chogath', 'TFT14_Xayah', 'TFT14_Samira', 'TFT14_Garen', 'TFT14_Rengar', 'TFT14_TwistedFate', 'TFT14_Summon_Turret', 'TFT14_Vex', 'TFT14_Braum', 'TFT14_MissFortune', 'TFT14_Shyvana', 'TFT14_SummonLevel4', 'TFT14_Sylas', 'TFT14_Darius', 'TFT14_Jhin', 'TFT14_Zac', 'TFT14_Zyra', 'TFT14_Draven', 'TFT14_Skarner', 'TFT14_Veigar', 'TFT14_Leona'], 'type': 'string', 'description': 'TFT champion ID to retrieve item build for'}}}}, {'name': 'tft-recommend-champion-for-item', 'description': 'TFT tool for retrieving champion recommendations for a specific item.', 'inputSchema': {'type': 'object', 'required': ['itemId'], 'properties': {'itemId': {'enum': ['TFT14_Item_DarkWebEmblemItem', 'TFT_Item_PowerGauntlet', 'TFT_Item_EternalFlame', 'TFT_Item_Shroud', 'TFT9_Item_OrnnTrickstersGlass', 'TFT_Item_SupportKnightsVow', 'TFT_Item_MadredsBloodrazor', 'TFT5_Item_ArchangelsStaffRadiant', 'TFT_Item_SparringGloves', 'TFT_Item_FryingPan', 'TFT14_MordekaiserCyberneticItem', 'TFT5_Item_RapidFirecannonRadiant', 'TFT_Item_TearOfTheGoddess', 'TFT_Item_Artifact_RapidFirecannon', 'TFT_Item_ChainVest', 'TFT5_Item_RunaansHurricaneRadiant', 'TFT5_Item_AdaptiveHelmRadiant', 'TFT_Item_Artifact_BlightingJewel', 'TFT14_Item_ImmortalEmblemItem', 'TFT7_Item_ShimmerscaleHeartOfGold', 'TFT14_ZeriCyberneticItem', 'TFT_Item_AegisOfTheLegion', 'TFT5_Item_BrambleVestRadiant', 'TFT5_Item_DragonsClawRadiant', 'TFT_Item_SpearOfShojin', 'TFT_Item_ForceOfNature', 'TFT4_Item_OrnnInfinityForce', 'TFT_Item_DragonsClaw', 'TFT5_Item_SteraksGageRadiant', 'TFT4_Item_OrnnMuramana', 'TFT_Item_Artifact_ProwlersClaw', 'TFT5_Item_SunfireCapeRadiant', 'TFT_Item_Spite', 'TFT_Item_Artifact_LudensTempest', 'TFT5_Item_RedemptionRadiant', 'TFT5_Item_NightHarvesterRadiant', 'TFT_Item_Artifact_WitsEnd', 'TFT_Item_Artifact_HorizonFocus', 'TFT7_Item_ShimmerscaleMogulsMail', 'TFT14_Item_StreetDemonEmblemItem', 'TFT5_Item_BloodthirsterRadiant', 'TFT14_NaafiriCyberneticItem', 'TFT_Item_Artifact_InnervatingLocket', 'TFT14_ZeriCyberneticItem_Radiant', 'TFT_Item_Spatula', 'TFT_Item_GargoyleStoneplate', 'TFT5_Item_TitansResolveRadiant', 'TFT_Item_GuinsoosRageblade', 'TFT5_Item_BlueBuffRadiant', 'TFT14_Item_MobEmblemItem', 'TFT7_Item_ShimmerscaleGamblersBlade', 'TFT14_Item_CutterEmblemItem', 'TFT_Item_LastWhisper', 'TFT14_Item_TechieEmblemItem', 'TFT_Item_ZekesHerald', 'TFT9_Item_OrnnHorizonFocus', 'TFT4_Item_OrnnTheCollector', 'TFT_Item_Crownguard', 'TFT_Item_UnstableTreasureChest', 'TFT_Item_RedBuff', 'TFT5_Item_HextechGunbladeRadiant', 'TFT5_Item_InfinityEdgeRadiant', 'TFT_Item_Zephyr', 'TFT5_Item_GuardianAngelRadiant', 'TFT4_Item_OrnnAnimaVisage', 'TFT14_Item_ThirstyEmblemItem', 'TFT5_Item_HandOfJusticeRadiant', 'TFT_Item_UnstableConcoction', 'TFT_Item_TacticiansScepter', 'TFT5_Item_MorellonomiconRadiant', 'TFT5_Item_GuinsoosRagebladeRadiant', 'TFT14_Item_ControllerEmblemItem', 'TFT_Item_Artifact_SeekersArmguard', 'TFT_Item_Bloodthirster', 'TFT5_Item_FrozenHeartRadiant', 'TFT14_SejuaniCyberneticItem_Radiant', 'TFT14_Item_BallistekEmblemItem', 'TFT14_Item_EdgeRunnerEmblemItem', 'TFT5_Item_JeweledGauntletRadiant', 'TFT_Item_Artifact_SuspiciousTrenchCoat', 'TFT4_Item_OrnnObsidianCleaver', 'TFT14_JhinCyberneticItem_Radiant', 'TFT9_Item_OrnnHullbreaker', 'TFT_Item_JeweledGauntlet', 'TFT14_VarusCyberneticItem', 'TFT_Item_ArchangelsStaff', 'TFT_Item_Artifact_SilvermereDawn', 'TFT_Item_GuardianAngel', 'TFT_Item_TitansResolve', 'TFT14_Item_SwiftEmblemItem', 'TFT_Item_TacticiansRing', 'TFT_Item_RunaansHurricane', 'TFT_Item_SpectralGauntlet', 'TFT_Item_Deathblade', 'TFT_Item_WarmogsArmor', 'TFT5_Item_GiantSlayerRadiant', 'TFT_Item_HextechGunblade', 'TFT_Item_NegatronCloak', 'TFT14_NaafiriCyberneticItem_Radiant', 'TFT_Item_Artifact_LightshieldCrest', 'TFT_Item_BansheesVeil', 'TFT4_Item_OrnnDeathsDefiance', 'TFT5_Item_QuicksilverRadiant', 'TFT5_Item_IonicSparkRadiant', 'TFT_Item_RecurveBow', 'TFT14_JaxCyberneticItem', 'TFT_Item_BrambleVest', 'TFT_Item_RabadonsDeathcap', 'TFT_Item_FrozenHeart', 'TFT14_Item_BruiserEmblemItem', 'TFT_Item_Artifact_Mittens', 'TFT14_JhinCyberneticItem', 'TFT5_Item_LeviathanRadiant', 'TFT5_Item_TrapClawRadiant', 'TFT_Item_Artifact_LichBane', 'TFT5_Item_LastWhisperRadiant', 'TFT_Item_GiantsBelt', 'TFT_Item_ThiefsGloves', 'TFT5_Item_SpearOfShojinRadiant', 'TFT_Item_NightHarvester', 'TFT_Item_RapidFireCannon', 'TFT_Item_Artifact_TalismanOfAscension', 'TFT14_MordekaiserCyberneticItem_Radiant', 'TFT_Item_Quicksilver', 'TFT4_Item_OrnnZhonyasParadox', 'TFT5_Item_ThiefsGlovesRadiant', 'TFT_Item_RadiantVirtue', 'TFT_Item_Leviathan', 'TFT5_Item_ZzRotPortalRadiant', 'TFT_Item_BlueBuff', 'TFT14_Item_MarksmanEmblemItem', 'TFT14_Item_StrongEmblemItem', 'TFT14_SejuaniCyberneticItem', 'TFT5_Item_WarmogsArmorRadiant', 'TFT_Item_LocketOfTheIronSolari', 'TFT_Item_Morellonomicon', 'TFT_Item_SteraksGage', 'TFT_Item_Artifact_Fishbones', 'TFT_Item_NeedlesslyLargeRod', 'TFT14_VarusCyberneticItem_Radiant', 'TFT14_Item_Nitro_ChromeCounter', 'TFT_Item_Artifact_UnendingDespair', 'TFT_Item_Artifact_SpectralCutlass', 'TFT_Item_Redemption', 'TFT_Item_Chalice', 'TFT_Item_IonicSpark', 'TFT9_Item_OrnnDeathfireGrasp', 'TFT5_Item_CrownguardRadiant', 'TFT4_Item_OrnnRanduinsSanctum', 'TFT5_Item_RabadonsDeathcapRadiant', 'TFT14_Item_ArmorcladEmblemItem', 'TFT_Item_BFSword', 'TFT_Item_Moonstone', 'TFT5_Item_StatikkShivRadiant', 'TFT5_Item_SpectralGauntletRadiant', 'TFT_Item_InfinityEdge', 'TFT5_Item_GargoyleStoneplateRadiant', 'TFT5_Item_DeathbladeRadiant', 'TFT14_Item_GuardianEmblemItem', 'TFT_Item_AdaptiveHelm', 'TFT14_JaxCyberneticItem_Radiant', 'TFT_Item_StatikkShiv', 'TFT14_Item_DivinicorpEmblemItem'], 'type': 'string', 'description': 'TFT item ID to get champion recommendations for'}}}}, {'name': 'tft-play-style-comment', 'description': 'This tool provides comments on the playstyle of TFT champions.', 'inputSchema': {'type': 'object', 'required': ['region', 'puuid'], 'properties': {'puuid': {'type': 'string', 'description': 'Riot unique puuid value'}, 'region': {'enum': ['KR', 'BR', 'EUNE', 'EUW', 'LAN', 'LAS', 'NA', 'OCE', 'RU', 'TR', 'JP', 'PH', 'SG', 'TH', 'TW', 'VN', 'ME'], 'type': 'string', 'description': 'TFT region'}}}}, {'name': 'valorant-meta-maps', 'description': 'Valorant map meta data', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'valorant-meta-characters', 'description': 'Valorant character meta data', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'valorant-leaderboard', 'description': 'Fetch Valorant leaderboard by region', 'inputSchema': {'type': 'object', 'required': ['region'], 'properties': {'region': {'enum': ['AP', 'BR', 'EU', 'KR', 'LATAM', 'NA'], 'type': 'string', 'description': 'Regions in Valorant'}}}}, {'name': 'valorant-agents-composition-with-map', 'description': 'Retrieve agent composition data for a Valorant map.', 'inputSchema': {'type': 'object', 'required': ['mapId'], 'properties': {'mapId': {'type': 'string', 'description': 'Map ID in Valorant'}}}}, {'name': 'valorant-characters-statistics', 'description': 'Retrieve character statistics data for Valorant, optionally filtered by map.', 'inputSchema': {'type': 'object', 'properties': {'mapId': {'type': 'string', 'description': 'Optional Map ID in Valorant'}}}}, {'name': 'valorant-player-matches', 'description': 'Retrieve match history for a Valorant player using their game name and tag line.', 'inputSchema': {'type': 'object', 'required': ['gameName', 'tagLine'], 'properties': {'tagLine': {'type': 'string', 'description': 'Tag line of the player'}, 'gameName': {'type': 'string', 'description': 'Game name of the player'}}}}]
@bsmi021/mcp-node-omnibus-server
Node Omnibus Server
Streamline your Node.js development with automated project setup, component generation, and AI-powered assistance. Enhance your workflow by leveraging advanced tooling for React, Next.js, and more, all while ensuring seamless TypeScript integration. Focus on building great applications without the hassle of manual configurations and repetitive tasks.
2025-03-12T17:00:45.580Z
53
https://smithery.ai/server/@bsmi021/mcp-node-omnibus-server
true
null
{ "scanPassed": true }
[{'name': 'create_project', 'description': 'Create a new Node.js project with enhanced configuration', 'inputSchema': {'type': 'object', 'required': ['name', 'type', 'path'], 'properties': {'name': {'type': 'string', 'description': 'Project name'}, 'path': {'type': 'string', 'description': 'Project directory path'}, 'type': {'enum': ['react', 'node', 'next', 'express', 'fastify'], 'type': 'string', 'description': 'Project type'}, 'typescript': {'type': 'boolean', 'default': True, 'description': 'Enable TypeScript support'}}}}, {'name': 'install_packages', 'description': 'Install npm packages with version management', 'inputSchema': {'type': 'object', 'required': ['packages', 'path'], 'properties': {'dev': {'type': 'boolean', 'default': False, 'description': 'Install as dev dependency'}, 'path': {'type': 'string', 'description': 'Project directory path'}, 'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Package names to install'}}}}, {'name': 'generate_component', 'description': 'Generate a new React component with TypeScript support', 'inputSchema': {'type': 'object', 'required': ['name', 'path', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Component name'}, 'path': {'type': 'string', 'description': 'Component directory path'}, 'type': {'enum': ['functional', 'class'], 'type': 'string', 'description': 'Component type'}, 'props': {'type': 'object', 'description': 'Component props with types', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'create_type_definition', 'description': 'Create TypeScript type definitions or interfaces', 'inputSchema': {'type': 'object', 'required': ['name', 'path', 'properties'], 'properties': {'name': {'type': 'string', 'description': 'Type name'}, 'path': {'type': 'string', 'description': 'File path'}, 'properties': {'type': 'object', 'description': 'Type properties and their types', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'add_script', 'description': 'Add a new npm script to package.json', 'inputSchema': {'type': 'object', 'required': ['path', 'name', 'command'], 'properties': {'name': {'type': 'string', 'description': 'Script name'}, 'path': {'type': 'string', 'description': 'Project directory path'}, 'command': {'type': 'string', 'description': 'Script command'}}}}, {'name': 'update_tsconfig', 'description': 'Update TypeScript configuration', 'inputSchema': {'type': 'object', 'required': ['path', 'options'], 'properties': {'path': {'type': 'string', 'description': 'Project directory path'}, 'options': {'type': 'object', 'description': 'TypeScript compiler options', 'additionalProperties': True}}}}, {'name': 'create_documentation', 'description': 'Generate project documentation', 'inputSchema': {'type': 'object', 'required': ['path', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Component or API name for specific documentation'}, 'path': {'type': 'string', 'description': 'Project directory path'}, 'type': {'enum': ['readme', 'api', 'component'], 'type': 'string', 'description': 'Documentation type'}}}}]
@renant/mcp-tabnews
TabNews Integration
Access and interact with TabNews API data seamlessly. Enhance your applications with real-time news updates and insights from TabNews. Simplify your development process with a structured integration that leverages the Model Context Protocol.
2025-04-10T22:48:42.931Z
53
https://smithery.ai/server/@renant/mcp-tabnews
true
null
{ "scanPassed": true }
[{'name': 'get status', 'description': 'get status from tabnews api', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get contents', 'description': 'get contents from tabnews api', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': 'The page number to get'}, 'per_page': {'type': 'number', 'description': 'The number of contents per page'}, 'strategy': {'enum': ['relevant', 'new', 'old'], 'type': 'string', 'description': 'The strategy to get the contents'}}, 'additionalProperties': False}}, {'name': 'get contents by user', 'description': 'get contents by user from tabnews api', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'page': {'type': 'number', 'description': 'The page number to get'}, 'per_page': {'type': 'number', 'description': 'The number of contents per page'}, 'strategy': {'enum': ['relevant', 'new', 'old'], 'type': 'string', 'description': 'The strategy to get the contents'}, 'username': {'type': 'string', 'description': 'The username to get the contents'}}, 'additionalProperties': False}}, {'name': 'get content', 'description': 'get content from tabnews api', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'slug'], 'properties': {'slug': {'type': 'string', 'description': 'The slug to get the content'}, 'username': {'type': 'string', 'description': 'The username to get the content'}}, 'additionalProperties': False}}, {'name': 'get comments', 'description': 'get comments from a content on tabnews api', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'slug'], 'properties': {'slug': {'type': 'string', 'description': 'The slug to get the content'}, 'username': {'type': 'string', 'description': 'The username to get the content'}}, 'additionalProperties': False}}, {'name': 'get analytics user created', 'description': 'To get how many users were created (per day) in tabnews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get analytics root content published', 'description': 'To get how many posts were made (per day) in tabnews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get analytics child content published', 'description': 'To get how many comments were made (per day) in tabnews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get rss feed', 'description': 'To get the rss feed from tabnews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@daniel-lxs/mcp-perplexity
Perplexity Chat MCP Server
Request expert programming assistance through Perplexity. Streamline your coding solutions and error debugging with interactive responses.
2025-02-05T16:58:17.160Z
52
https://smithery.ai/server/@daniel-lxs/mcp-perplexity
true
null
{ "scanPassed": true }
[{'name': 'ask_perplexity', 'description': '\nProvides expert programming assistance through Perplexity.\nThis tool only has access to the context you have provided. It cannot read any file unless you provide it with the file content.\nFocuses on coding solutions, error debugging, and technical explanations.\nReturns responses with source citations and alternative suggestions.\n', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Technical question or problem to solve'}}}}, {'name': 'chat_perplexity', 'description': "\nMaintains ongoing conversations with Perplexity AI.\nCreates new chats or continues existing ones with full history context.\nThis tool only has access to the context you have provided. It cannot read any file unless you provide it with the file content.\nReturns chat ID for future continuation.\n\nFor new chats: Provide 'message' and 'title'\nFor existing chats: Provide 'chat_id' and 'message'\n", 'inputSchema': {'type': 'object', 'required': ['message'], 'properties': {'title': {'type': 'string', 'description': 'Title for the new chat. Required when creating a new chat (when chat_id is not provided).'}, 'chat_id': {'type': 'string', 'description': 'ID of an existing chat to continue. If not provided, a new chat will be created and title is required.'}, 'message': {'type': 'string', 'description': 'New message to add to the conversation'}}}}, {'name': 'list_chats_perplexity', 'description': '\nLists all available chat conversations with Perplexity AI.\nReturns chat IDs, titles, and creation dates.\nResults are paginated with 50 chats per page.\n', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number (defaults to 1)'}}}}, {'name': 'read_chat_perplexity', 'description': '\nRetrieves the complete conversation history for a specific chat.\nReturns the full chat history with all messages and their timestamps.\nNo API calls are made to Perplexity - this only reads from local storage.\n', 'inputSchema': {'type': 'object', 'required': ['chat_id'], 'properties': {'chat_id': {'type': 'string', 'description': 'ID of the chat to retrieve'}}}}]
@Shudufhadzo/liquidium-mcp
Liquidium PostHog Analytics Server
Liquidium Analytics
2025-04-17T11:52:33.598Z
51
https://smithery.ai/server/@Shudufhadzo/liquidium-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_liquidium_annotation', 'description': 'Create a Liquidium annotation.\n \n Args:\n project_id: The ID of the project as an integer (e.g. 99423)\n content: The content/text of the annotation\n date_marker: Optional ISO-8601 timestamp for the annotation (e.g. 2024-03-20T14:15:22Z)\n ', 'inputSchema': {'type': 'object', 'title': 'create_liquidium_annotationArguments', 'required': ['project_id', 'content'], 'properties': {'content': {'type': 'string', 'title': 'Content'}, 'project_id': {'type': 'integer', 'title': 'Project Id'}, 'date_marker': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date Marker', 'default': None}}}}, {'name': 'list_insights', 'description': 'List all available Liquidium insights for the default project.\n \n Args:\n search: Optional search query to filter insights\n ', 'inputSchema': {'type': 'object', 'title': 'list_insightsArguments', 'properties': {'search': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search', 'default': None}}}}, {'name': 'search_insights', 'description': 'Search for Liquidium insights by name in the default project.\n \n Args:\n search: The search query to filter insights by name\n ', 'inputSchema': {'type': 'object', 'title': 'search_insightsArguments', 'required': ['search'], 'properties': {'search': {'type': 'string', 'title': 'Search'}}}}, {'name': 'insight_details', 'description': 'Get details for a specific Liquidium insight from the default project.\n \n Args:\n insight_id: The ID of the insight as an integer (e.g. 12345)\n ', 'inputSchema': {'type': 'object', 'title': 'insight_detailsArguments', 'required': ['insight_id'], 'properties': {'insight_id': {'type': 'integer', 'title': 'Insight Id'}}}}]
@the0807/geeknews-mcp-server
GeekNews Server
Fetch articles from GeekNews and integrate them into your applications. Leverage web scraping capabilities to access the latest news stories effortlessly. Enhance your projects with real-time news data using this MCP server.
2025-04-05T13:27:23.839Z
51
https://smithery.ai/server/@the0807/geeknews-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_articles', 'description': '\n GeekNews에서 아티클을 가져오는 도구\n \n Args:\n type: 아티클 유형 (top, new, ask, show)\n limit: 반환할 아티클 수 (최대 30)\n \n Returns:\n List[Dict[str, Any]]: 아티클 목록\n \n Raises:\n ValueError: 유효하지 않은 아티클 유형이 지정된 경우\n ', 'inputSchema': {'type': 'object', 'title': 'get_articlesArguments', 'properties': {'type': {'type': 'string', 'title': 'Type', 'default': 'top'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_weekly_news', 'description': '\n GeekNews에서 주간 뉴스를 가져오는 도구\n \n Args:\n weekly_id: 주간 뉴스 ID (빈 문자열인 경우 가장 최근 주간 뉴스를 가져옴)\n \n Returns:\n Dict[str, Any]: 주간 뉴스 정보\n ', 'inputSchema': {'type': 'object', 'title': 'get_weekly_newsArguments', 'properties': {'weekly_id': {'type': 'string', 'title': 'Weekly Id', 'default': ''}}}}]
@falahgs/imagen-3-0-generate-google-mcp-server
Gemini Imagen 3.0 Image Generation Server
Generate high-quality images using Google's Imagen 3.0 model via the Gemini API. Automatically manage image files with intelligent naming and create HTML previews for easy local viewing. Seamlessly integrate with Claude Desktop and other MCP-compatible hosts to enhance AI agent capabilities.
2025-04-15T15:31:36.445Z
90
https://smithery.ai/server/@falahgs/imagen-3-0-generate-google-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'generate_images', 'description': 'Generate images using Google Gemini AI', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Text description of the image to generate'}, 'category': {'type': 'string', 'default': '', 'description': 'Optional category folder for organizing images'}, 'numberOfImages': {'type': 'number', 'default': 1, 'maximum': 4, 'minimum': 1, 'description': 'Number of images to generate (1-4)'}}}}, {'name': 'create_image_html', 'description': 'Create HTML img tags from image file paths with gallery view', 'inputSchema': {'type': 'object', 'required': ['imagePaths'], 'properties': {'width': {'type': 'number', 'default': 512, 'description': 'Image width in pixels'}, 'height': {'type': 'number', 'default': 512, 'description': 'Image height in pixels'}, 'gallery': {'type': 'boolean', 'default': True, 'description': 'Whether to create a gallery view with CSS'}, 'imagePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of image file paths'}}}}]
@BrockReece/whimsical-mcp-server
Whimsical Diagram Creator
Generate Whimsical diagrams programmatically using Mermaid markup. Enhance your visual documentation by creating complex diagrams directly from your MCP Client. Streamline your workflow with instant access to diagram URLs and images for easy iteration.
2025-03-10T15:00:59.207Z
50
https://smithery.ai/server/@BrockReece/whimsical-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create_whimsical_diagram', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mermaid_markup', 'title'], 'properties': {'title': {'type': 'string', 'description': 'The title of the Whimsical diagram'}, 'mermaid_markup': {'type': 'string', 'description': 'The mermaid markup for the diagram'}}, 'additionalProperties': False}}]
@Ceeon/findmcp2025
FindMCP
Provide quick access to Smithery.ai URLs for seamless integration with the Cursor editor. Enhance your LLM capabilities by utilizing this simple and efficient MCP server to discover services effortlessly.
2025-03-09T13:33:50.419Z
50
https://smithery.ai/server/@Ceeon/findmcp2025
true
null
{ "scanPassed": true }
[{'name': 'smithery_search', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@iiiusky/mcp-playwright
Playwright MCP Server
Automate browser interactions effortlessly. Enable your LLMs to take screenshots, generate test code, and execute JavaScript in real browser environments with ease.
2025-04-14T05:52:09.508Z
49
https://smithery.ai/server/@iiiusky/mcp-playwright
true
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'}}}}]
@cdugo/mcp-get-docs
DocsFetcher
Fetch npm package documentation and present it for LLMs.
2025-02-26T23:28:36.965Z
49
https://smithery.ai/server/@cdugo/mcp-get-docs
true
null
{ "scanPassed": true }
[{'name': 'fetch-url-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL of the library documentation to fetch'}}, 'additionalProperties': False}}, {'name': 'fetch-package-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName'], 'properties': {'language': {'type': 'string', 'description': 'Programming language or repository type (e.g., javascript, python, java, dotnet)'}, 'packageName': {'type': 'string', 'description': 'Name of the package to fetch documentation for'}}, 'additionalProperties': False}}, {'name': 'fetch-library-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['library'], 'properties': {'library': {'type': 'string', 'description': 'Name of the package or URL of the library documentation to fetch'}, 'language': {'type': 'string', 'description': 'Programming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)'}}, 'additionalProperties': False}}, {'name': 'fetch-multilingual-docs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageName', 'languages'], 'properties': {'languages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of programming languages or repository types to check (e.g., javascript, python, java)'}, 'packageName': {'type': 'string', 'description': 'Name of the package to fetch documentation for'}}, 'additionalProperties': False}}]
@PuroDelphi/mcpFirebird
MCP Firebird
Connect and manipulate Firebird databases securely with AI. Analyze, query, and optimize your data using natural language and SQL commands effortlessly.
2025-04-06T03:00:55.547Z
48
https://smithery.ai/server/@PuroDelphi/mcpFirebird
true
null
{ "scanPassed": true }
[{'name': 'execute-query', 'description': 'Executes a SQL query in the Firebird database. Uses FIRST/ROWS for pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'minLength': 1, 'description': 'SQL query to execute (Firebird uses FIRST/ROWS for pagination instead of LIMIT)'}, 'params': {'type': 'array', 'items': {'anyOf': [{'anyOf': [{'type': ['string', 'number']}, {'type': 'boolean'}]}, {'type': 'null'}]}, 'description': 'Parameters for parameterized queries to prevent SQL injection'}}, 'additionalProperties': False}}, {'name': 'list-tables', 'description': 'Lists all user tables in the current Firebird database.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'describe-table', 'description': 'Gets the detailed schema (columns, types, etc.) of a specific table.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName'], 'properties': {'tableName': {'type': 'string', 'minLength': 1, 'description': 'Name of the table to describe'}}, 'additionalProperties': False}}, {'name': 'get-field-descriptions', 'description': 'Gets the stored descriptions for fields of a specific table (if they exist).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tableName'], 'properties': {'tableName': {'type': 'string', 'minLength': 1, 'description': 'Name of the table to get field descriptions for'}}, 'additionalProperties': False}}, {'name': 'analyze-query-performance', 'description': 'Analyzes the performance of a SQL query by executing it multiple times and measuring execution time', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'minLength': 1, 'description': 'SQL query to analyze'}, 'params': {'type': 'array', 'items': {'anyOf': [{'anyOf': [{'type': ['string', 'number']}, {'type': 'boolean'}]}, {'type': 'null'}]}, 'description': 'Parameters for parameterized queries'}, 'iterations': {'type': 'integer', 'default': 3, 'description': 'Number of times to run the query for averaging performance', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get-execution-plan', 'description': 'Gets the execution plan for a SQL query to understand how the database will execute it', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'minLength': 1, 'description': 'SQL query to analyze'}, 'params': {'type': 'array', 'items': {'anyOf': [{'anyOf': [{'type': ['string', 'number']}, {'type': 'boolean'}]}, {'type': 'null'}]}, 'description': 'Parameters for parameterized queries'}}, 'additionalProperties': False}}, {'name': 'analyze-missing-indexes', 'description': 'Analyzes a SQL query to identify missing indexes that could improve performance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['sql'], 'properties': {'sql': {'type': 'string', 'minLength': 1, 'description': 'SQL query to analyze for missing indexes'}}, 'additionalProperties': False}}, {'name': 'backup-database', 'description': 'Creates a backup of the Firebird database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['backupPath'], 'properties': {'options': {'type': 'object', 'properties': {'format': {'enum': ['gbak', 'nbackup'], 'type': 'string', 'default': 'gbak', 'description': 'Backup format: gbak (full backup) or nbackup (incremental)'}, 'verbose': {'type': 'boolean', 'default': False, 'description': 'Whether to show detailed progress'}, 'compress': {'type': 'boolean', 'default': False, 'description': 'Whether to compress the backup'}, 'metadata_only': {'type': 'boolean', 'default': False, 'description': 'Whether to backup only metadata (no data)'}}, 'additionalProperties': False}, 'backupPath': {'type': 'string', 'minLength': 1, 'description': 'Path where the backup file will be saved'}}, 'additionalProperties': False}}, {'name': 'restore-database', 'description': 'Restores a Firebird database from a backup', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['backupPath', 'targetPath'], 'properties': {'options': {'type': 'object', 'properties': {'replace': {'type': 'boolean', 'default': False, 'description': 'Whether to replace the target database if it exists'}, 'verbose': {'type': 'boolean', 'default': False, 'description': 'Whether to show detailed progress'}, 'pageSize': {'type': 'integer', 'default': 4096, 'maximum': 16384, 'minimum': 1024, 'description': 'Page size for the restored database'}}, 'additionalProperties': False}, 'backupPath': {'type': 'string', 'minLength': 1, 'description': 'Path to the backup file'}, 'targetPath': {'type': 'string', 'minLength': 1, 'description': 'Path where the database will be restored'}}, 'additionalProperties': False}}, {'name': 'validate-database', 'description': 'Validates the integrity of the Firebird database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'options': {'type': 'object', 'properties': {'verbose': {'type': 'boolean', 'default': False, 'description': 'Whether to show detailed progress'}, 'checkData': {'type': 'boolean', 'default': True, 'description': 'Whether to validate data integrity'}, 'fixErrors': {'type': 'boolean', 'default': False, 'description': 'Whether to attempt to fix errors'}, 'checkIndexes': {'type': 'boolean', 'default': True, 'description': 'Whether to validate indexes'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-methods', 'description': 'Returns a description of all available MCP tools (methods)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'describe-method', 'description': 'Returns a description of a specific MCP tool (method)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the tool (method) to describe'}}, 'additionalProperties': False}}, {'name': 'ping', 'description': 'Tests connectivity to the Firebird MCP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@pengjianhong/mcp-gcs
GCS MCP Server
1. gcs 管理:列表,创建,删除,实例详情 2. 使用gcs上的comfyUI工作流进行创作:支持简单的文生图,抠图以及物体替换 3. 使用gcs上的大模型进行对话
2025-04-18T08:45:38.954Z
46
https://smithery.ai/server/@pengjianhong/mcp-gcs
true
null
{ "scanPassed": true }
[{'name': 'list_instances', 'description': '列出所有实例\nReturns:\n instanceId: 实例ID\n', 'inputSchema': {'type': 'object', 'title': 'list_instancesArguments', 'properties': {}}}, {'name': 'show_instance', 'description': '显示一个实例\nArgs:\n instance_id: 实例ID\nReturns:\n name: 实例名称\n status: 实例状态\n image_id: 镜像ID\n sku_id: 规格ID\n created_time: 创建时间\n', 'inputSchema': {'type': 'object', 'title': 'show_instanceArguments', 'required': ['instance_id'], 'properties': {'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'create_instance', 'description': '创建一个实例, 如果用户没有指定镜像或者sku,需要询问用户。\nArgs:\n image_id: 镜像ID, 是i-开头的字符串\n sku_id: 规格ID, 是gcssku-开头的字符串\nReturns:\n InstanceID: 实例ID\n', 'inputSchema': {'type': 'object', 'title': 'create_instanceArguments', 'required': ['image_id', 'sku_id'], 'properties': {'sku_id': {'type': 'string', 'title': 'Sku Id'}, 'image_id': {'type': 'string', 'title': 'Image Id'}}}}, {'name': 'delete_instance', 'description': '删除一个实例\nArgs:\n instance_id: 实例ID\nReturns:\n True: 删除成功\n False: 删除失败\n', 'inputSchema': {'type': 'object', 'title': 'delete_instanceArguments', 'required': ['instance_id'], 'properties': {'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'run_llm', 'description': '和LLM进行对话,注意只有镜像为deepseek,qwq等LLM模型的实例才能运行此工具。\nArgs:\n prompt: 用户的输入\n instance_id: 实例ID\n model: 模型名称\nReturns:\n answer: LLM的输出\n', 'inputSchema': {'type': 'object', 'title': 'run_llmArguments', 'required': ['prompt', 'instance_id'], 'properties': {'model': {'type': 'string', 'title': 'Model', 'default': None}, 'prompt': {'type': 'string', 'title': 'Prompt'}, 'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'get_images', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_imagesArguments', 'properties': {}}}, {'name': 'get_skus', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_skusArguments', 'properties': {}}}, {'name': 'get_workflow_status', 'description': '查看工作流任务是否成功完成\nArgs:\n instance_id: 实例ID\n prompt_id: 任务ID\nReturns:\n True: 任务成功完成\n False: 任务未完成\n', 'inputSchema': {'type': 'object', 'title': 'get_workflow_statusArguments', 'required': ['instance_id', 'prompt_id'], 'properties': {'prompt_id': {'type': 'string', 'title': 'Prompt Id'}, 'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'run_workflow_kou', 'description': '运行抠图工作流\nArgs:\n instance_id: 实例ID\n image_file: 图片文件路径\nReturns:\n output_image_url: 输出图片的URL\n prompt_id: 任务ID\n', 'inputSchema': {'type': 'object', 'title': 'run_workflow_kouArguments', 'required': ['instance_id', 'image_file'], 'properties': {'image_file': {'type': 'string', 'title': 'Image File'}, 'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'run_workflow_replace', 'description': '物体替换工作流\nArgs:\n instance_id: 实例ID\n product_image: 产品图片文件路径\n background_image: 背景图片文件路径\n prompt: 提示词,即要把背景图中的什么东西换成产品图,如果是prompt是中文,先翻译为英文\nReturns:\n output_image_url: 输出图片的URL\n prompt_id: 任务ID\n', 'inputSchema': {'type': 'object', 'title': 'run_workflow_replaceArguments', 'required': ['instance_id', 'product_image', 'background_image', 'prompt'], 'properties': {'prompt': {'type': 'string', 'title': 'Prompt'}, 'instance_id': {'type': 'string', 'title': 'Instance Id'}, 'product_image': {'type': 'string', 'title': 'Product Image'}, 'background_image': {'type': 'string', 'title': 'Background Image'}}}}, {'name': 'run_workflow_flux', 'description': '文生图工作流\nArgs:\n instance_id: 实例ID\n prompt: 提示词,如果是prompt是中文,先翻译为英文\nReturns:\n output_image_url: 输出图片的URL\n prompt_id: 任务ID\n', 'inputSchema': {'type': 'object', 'title': 'run_workflow_fluxArguments', 'required': ['instance_id', 'prompt'], 'properties': {'prompt': {'type': 'string', 'title': 'Prompt'}, 'instance_id': {'type': 'string', 'title': 'Instance Id'}}}}, {'name': 'download_image', 'description': '下载图片\nArgs:\n url: 图片URL\nReturns:\n True: 下载成功\n False: 下载失败\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'}}}}]
@aaronjmars/web3-research-mcp
Web3 Research
Conduct comprehensive and structured research on cryptocurrency tokens by aggregating data from multiple trusted sources. Automatically manage and store research content, track progress through various research stages, and generate detailed reports covering technical, market, and social aspects. Enhance your crypto research workflow with multi-source analysis and resource management.
2025-04-16T22:31:13.340Z
46
https://smithery.ai/server/@aaronjmars/web3-research-mcp
true
null
{ "scanPassed": true }
[{'name': 'search', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'searchType': {'enum': ['web', 'news', 'images', 'videos'], 'type': 'string', 'default': 'web', 'description': 'Type of search'}}, 'additionalProperties': False}}, {'name': 'create-research-plan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker'], 'properties': {'tokenName': {'type': 'string', 'description': 'Token name'}, 'tokenTicker': {'type': 'string', 'description': 'Token ticker symbol'}}, 'additionalProperties': False}}, {'name': 'research-with-keywords', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'keywords'], 'properties': {'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Keywords to search for'}, 'tokenName': {'type': 'string', 'description': 'Name of the token'}, 'tokenTicker': {'type': 'string', 'description': 'Ticker symbol of the token'}}, 'additionalProperties': False}}, {'name': 'update-status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['section', 'status'], 'properties': {'status': {'enum': ['planned', 'in_progress', 'completed'], 'type': 'string', 'description': 'New status for the section'}, 'section': {'type': 'string', 'description': "Section name to update (e.g., 'projectInfo', 'technicalFundamentals')"}}, 'additionalProperties': False}}, {'name': 'fetch-content', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to fetch content from (can be a resource:// URL)'}, 'format': {'enum': ['text', 'html', 'markdown', 'json'], 'type': 'string', 'default': 'markdown', 'description': 'Output format'}}, 'additionalProperties': False}}, {'name': 'search-source', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'source'], 'properties': {'source': {'type': 'string', 'description': "Source to search (e.g., 'Dune', 'IQ Wiki', 'News')"}, 'tokenName': {'type': 'string', 'description': 'Name of the token'}, 'tokenTicker': {'type': 'string', 'description': 'Ticker symbol of the token'}}, 'additionalProperties': False}}, {'name': 'list-resources', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'research-source', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'source'], 'properties': {'source': {'type': 'string', 'description': 'Single source to research'}, 'tokenName': {'type': 'string', 'description': 'Name of the token'}, 'tokenTicker': {'type': 'string', 'description': 'Ticker symbol of the token'}}, 'additionalProperties': False}}, {'name': 'research-token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'source'], 'properties': {'source': {'type': 'string', 'description': "Source to research (e.g., 'IQ Wiki', 'CoinMarketCap')"}, 'tokenName': {'type': 'string', 'description': 'Name of the token'}, 'tokenTicker': {'type': 'string', 'description': 'Ticker symbol of the token'}}, 'additionalProperties': False}}]
@uniphore/kaas-mcp-server
Kaas MCP Server
Deploy a powerful server that integrates seamlessly with Claude Desktop, enabling dynamic interactions with external data and tools. Enhance your applications by leveraging real-world data and executing actions through a standardized protocol. Simplify your development process with easy installation and deployment options.
2025-04-09T12:25:34.477Z
45
https://smithery.ai/server/@uniphore/kaas-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'answer_question_with_rag', 'description': 'Answer the given question using documentation rag with knowledge base', 'inputSchema': {'type': 'object', 'title': 'Operation', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query', 'description': 'search related data search from knowledge base'}}, 'description': 'Parameters for kaas operations.'}}]
@Nekzus/npm-sentinel-mcp
NPM Sentinel MCP
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, dependencies, performance, and quality metrics. Enable faster and safer package management decisions by integrating with Claude and Anthropic AI. Deliver comprehensive insights such as vulnerability scanning, download trends, and maintenance status to optimize your npm ecosystem.
2025-04-19T20:55:07.772Z
45
https://smithery.ai/server/@Nekzus/npm-sentinel-mcp
true
https://spjawbfpwezjfmic…a203168cf1ef.png
{ "scanPassed": true }
[{'name': 'npmVersions', 'description': 'Get all available versions of an NPM package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get versions for'}}, 'additionalProperties': False}}, {'name': 'npmLatest', 'description': 'Get the latest version and changelog of an NPM package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get latest versions for'}}, 'additionalProperties': False}}, {'name': 'npmDeps', 'description': 'Analyze dependencies and devDependencies of an NPM package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to analyze dependencies for'}}, 'additionalProperties': False}}, {'name': 'npmTypes', 'description': 'Check TypeScript types availability and version for a package', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to check types for'}}, 'additionalProperties': False}}, {'name': 'npmSize', 'description': 'Get package size information including dependencies and bundle size', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get size information for'}}, 'additionalProperties': False}}, {'name': 'npmVulnerabilities', 'description': 'Check for known vulnerabilities in packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to check for vulnerabilities'}}, 'additionalProperties': False}}, {'name': 'npmTrends', 'description': 'Get download trends and popularity metrics for packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'period': {'enum': ['last-week', 'last-month', 'last-year'], 'type': 'string', 'default': 'last-month', 'description': 'Time period for trends. Options: "last-week", "last-month", "last-year"'}, 'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get trends for'}}, 'additionalProperties': False}}, {'name': 'npmCompare', 'description': 'Compare multiple NPM packages based on various metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to compare'}}, 'additionalProperties': False}}, {'name': 'npmMaintainers', 'description': 'Get maintainers information for NPM packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get maintainers for'}}, 'additionalProperties': False}}, {'name': 'npmScore', 'description': 'Get consolidated package score based on quality, maintenance, and popularity metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get scores for'}}, 'additionalProperties': False}}, {'name': 'npmPackageReadme', 'description': 'Get the README content for NPM packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get READMEs for'}}, 'additionalProperties': False}}, {'name': 'npmSearch', 'description': 'Search for NPM packages with optional limit', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'Search query for packages'}}, 'additionalProperties': False}}, {'name': 'npmLicenseCompatibility', 'description': 'Check license compatibility between multiple packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'minItems': 1, 'description': 'List of package names to check for license compatibility'}}, 'additionalProperties': False}}, {'name': 'npmRepoStats', 'description': 'Get repository statistics for NPM packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to get repository stats for'}}, 'additionalProperties': False}}, {'name': 'npmDeprecated', 'description': 'Check if packages are deprecated', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to check for deprecation'}}, 'additionalProperties': False}}, {'name': 'npmChangelogAnalysis', 'description': 'Analyze changelog and release history of packages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to analyze changelogs for'}}, 'additionalProperties': False}}, {'name': 'npmAlternatives', 'description': 'Find alternative packages with similar functionality', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to find alternatives for'}}, 'additionalProperties': False}}, {'name': 'npmQuality', 'description': 'Analyze package quality metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to analyze'}}, 'additionalProperties': False}}, {'name': 'npmMaintenance', 'description': 'Analyze package maintenance metrics', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packages'], 'properties': {'packages': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of package names to analyze'}}, 'additionalProperties': False}}]
@voska/hass-mcp
Hass-MCP
Enable AI assistants to seamlessly interact with your Home Assistant setup. Control devices, query states, and automate tasks through guided conversations, enhancing your smart home experience. Simplify your automation management and troubleshooting with intelligent assistance.
2025-03-17T17:00:40.168Z
45
https://smithery.ai/server/@voska/hass-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_version', 'description': '\nGet the Home Assistant version\n\nReturns:\n A string with the Home Assistant version (e.g., "2025.3.0")\n', 'inputSchema': {'type': 'object', 'title': 'get_versionArguments', 'properties': {}}}, {'name': 'get_entity', 'description': '\nGet the state of a Home Assistant entity with optional field filtering\n\nArgs:\n entity_id: The entity ID to get (e.g. \'light.living_room\')\n fields: Optional list of fields to include (e.g. [\'state\', \'attr.brightness\'])\n detailed: If True, returns all entity fields without filtering\n \nExamples:\n entity_id="light.living_room" - basic state check\n entity_id="light.living_room", fields=["state", "attr.brightness"] - specific fields\n entity_id="light.living_room", detailed=True - all details\n', 'inputSchema': {'type': 'object', 'title': 'get_entityArguments', 'required': ['entity_id'], 'properties': {'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'detailed': {'type': 'boolean', 'title': 'Detailed', 'default': False}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'entity_action', 'description': '\nPerform an action on a Home Assistant entity (on, off, toggle)\n\nArgs:\n entity_id: The entity ID to control (e.g. \'light.living_room\')\n action: The action to perform (\'on\', \'off\', \'toggle\')\n **params: Additional parameters for the service call\n\nReturns:\n The response from Home Assistant\n\nExamples:\n entity_id="light.living_room", action="on", brightness=255\n entity_id="switch.garden_lights", action="off"\n entity_id="climate.living_room", action="on", temperature=22.5\n\nDomain-Specific Parameters:\n - Lights: brightness (0-255), color_temp, rgb_color, transition, effect\n - Covers: position (0-100), tilt_position\n - Climate: temperature, target_temp_high, target_temp_low, hvac_mode\n - Media players: source, volume_level (0-1)\n', 'inputSchema': {'type': 'object', 'title': 'entity_actionArguments', 'required': ['entity_id', 'action', 'params'], 'properties': {'action': {'type': 'string', 'title': 'Action'}, 'params': {'type': 'string', 'title': 'params'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'list_entities', 'description': '\nGet a list of Home Assistant entities with optional filtering\n\nArgs:\n domain: Optional domain to filter by (e.g., \'light\', \'switch\', \'sensor\')\n search_query: Optional search term to filter entities by name, id, or attributes\n (Note: Does not support wildcards. To get all entities, leave this empty)\n limit: Maximum number of entities to return (default: 100)\n fields: Optional list of specific fields to include in each entity\n detailed: If True, returns all entity fields without filtering\n\nReturns:\n A list of entity dictionaries with lean formatting by default\n\nExamples:\n domain="light" - get all lights\n search_query="kitchen", limit=20 - search entities\n domain="sensor", detailed=True - full sensor details\n\nBest Practices:\n - Use lean format (default) for most operations\n - Prefer domain filtering over no filtering\n - For domain overviews, use domain_summary_tool instead of list_entities\n - Only request detailed=True when necessary for full attribute inspection\n - To get all entity types/domains, use list_entities without a domain filter, \n then extract domains from entity_ids\n', 'inputSchema': {'type': 'object', 'title': 'list_entitiesArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 100}, 'domain': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Domain', 'default': None}, 'fields': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Fields', 'default': None}, 'detailed': {'type': 'boolean', 'title': 'Detailed', 'default': False}, 'search_query': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Search Query', 'default': None}}}}, {'name': 'search_entities_tool', 'description': '\nSearch for entities matching a query string\n\nArgs:\n query: The search query to match against entity IDs, names, and attributes.\n (Note: Does not support wildcards. To get all entities, leave this blank or use list_entities tool)\n limit: Maximum number of results to return (default: 20)\n\nReturns:\n A dictionary containing search results and metadata:\n - count: Total number of matching entities found\n - results: List of matching entities with essential information\n - domains: Map of domains with counts (e.g. {"light": 3, "sensor": 2})\n \nExamples:\n query="temperature" - find temperature entities\n query="living room", limit=10 - find living room entities\n query="", limit=500 - list all entity types\n \n', 'inputSchema': {'type': 'object', 'title': 'search_entities_toolArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'domain_summary_tool', 'description': '\nGet a summary of entities in a specific domain\n\nArgs:\n domain: The domain to summarize (e.g., \'light\', \'switch\', \'sensor\')\n example_limit: Maximum number of examples to include for each state\n\nReturns:\n A dictionary containing:\n - total_count: Number of entities in the domain\n - state_distribution: Count of entities in each state\n - examples: Sample entities for each state\n - common_attributes: Most frequently occurring attributes\n \nExamples:\n domain="light" - get light summary\n domain="climate", example_limit=5 - climate summary with more examples\nBest Practices:\n - Use this before retrieving all entities in a domain to understand what\'s available ', 'inputSchema': {'type': 'object', 'title': 'domain_summary_toolArguments', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'title': 'Domain'}, 'example_limit': {'type': 'integer', 'title': 'Example Limit', 'default': 3}}}}, {'name': 'system_overview', 'description': '\nGet a comprehensive overview of the entire Home Assistant system\n\nReturns:\n A dictionary containing:\n - total_entities: Total count of all entities\n - domains: Dictionary of domains with their entity counts and state distributions\n - domain_samples: Representative sample entities for each domain (2-3 per domain)\n - domain_attributes: Common attributes for each domain\n - area_distribution: Entities grouped by area (if available)\n \nExamples:\n Returns domain counts, sample entities, and common attributes\nBest Practices:\n - Use this as the first call when exploring an unfamiliar Home Assistant instance\n - Perfect for building context about the structure of the smart home\n - After getting an overview, use domain_summary_tool to dig deeper into specific domains\n', 'inputSchema': {'type': 'object', 'title': 'system_overviewArguments', 'properties': {}}}, {'name': 'list_automations', 'description': '\nGet a list of all automations from Home Assistant\n\nThis function retrieves all automations configured in Home Assistant,\nincluding their IDs, entity IDs, state, and display names.\n\nReturns:\n A list of automation dictionaries, each containing id, entity_id, \n state, and alias (friendly name) fields.\n \nExamples:\n Returns all automation objects with state and friendly names\n\n', 'inputSchema': {'type': 'object', 'title': 'list_automationsArguments', 'properties': {}}}, {'name': 'restart_ha', 'description': '\nRestart Home Assistant\n\n⚠️ WARNING: Temporarily disrupts all Home Assistant operations\n\nReturns:\n Result of restart operation\n', 'inputSchema': {'type': 'object', 'title': 'restart_haArguments', 'properties': {}}}, {'name': 'call_service_tool', 'description': "\nCall any Home Assistant service (low-level API access)\n\nArgs:\n domain: The domain of the service (e.g., 'light', 'switch', 'automation')\n service: The service to call (e.g., 'turn_on', 'turn_off', 'toggle')\n data: Optional data to pass to the service (e.g., {'entity_id': 'light.living_room'})\n\nReturns:\n The response from Home Assistant (usually empty for successful calls)\n\nExamples:\n domain='light', service='turn_on', data={'entity_id': 'light.x', 'brightness': 255}\n domain='automation', service='reload'\n domain='fan', service='set_percentage', data={'entity_id': 'fan.x', 'percentage': 50}\n\n", 'inputSchema': {'type': 'object', 'title': 'call_service_toolArguments', 'required': ['domain', 'service'], 'properties': {'data': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Data', 'default': None}, 'domain': {'type': 'string', 'title': 'Domain'}, 'service': {'type': 'string', 'title': 'Service'}}}}, {'name': 'get_history', 'description': '\nGet the history of an entity\'s state changes\n\nArgs:\n entity_id: The entity ID to get history for\n hours: Number of hours of history to retrieve (default: 24)\n\nReturns:\n A dictionary containing:\n - entity_id: The entity ID requested\n - states: List of state objects with timestamps\n - count: Number of state changes found\n - first_changed: Timestamp of earliest state change\n - last_changed: Timestamp of most recent state change\n \nExamples:\n entity_id="light.living_room" - get 24h history\n entity_id="sensor.temperature", hours=168 - get 7 day history\nBest Practices:\n - Keep hours reasonable (24-72) for token efficiency\n - Use for entities with discrete state changes rather than continuously changing sensors\n - Consider the state distribution rather than every individual state \n', 'inputSchema': {'type': 'object', 'title': 'get_historyArguments', 'required': ['entity_id'], 'properties': {'hours': {'type': 'integer', 'title': 'Hours', 'default': 24}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'get_error_log', 'description': '\nGet the Home Assistant error log for troubleshooting\n\nReturns:\n A dictionary containing:\n - log_text: The full error log text\n - error_count: Number of ERROR entries found\n - warning_count: Number of WARNING entries found\n - integration_mentions: Map of integration names to mention counts\n - error: Error message if retrieval failed\n \nExamples:\n Returns errors, warnings count and integration mentions\nBest Practices:\n - Use this tool when troubleshooting specific Home Assistant errors\n - Look for patterns in repeated errors\n - Pay attention to timestamps to correlate errors with events\n - Focus on integrations with many mentions in the log \n', 'inputSchema': {'type': 'object', 'title': 'get_error_logArguments', 'properties': {}}}]
@linxule/lotus-wisdom-mcp
Lotus Wisdom
Utilize the wisdom of the Lotus Sutra to solve complex problems through a structured, multi-faceted approach. Engage in a thoughtful process that combines analytical and intuitive insights, allowing for deeper understanding and clarity. Experience meditation pauses that foster natural insights and culminate in a well-integrated response.
2025-04-09T23:51:39.799Z
45
https://smithery.ai/server/@linxule/lotus-wisdom-mcp
true
https://spjawbfpwezjfmic…3eedee99f375.jpg
{ "scanPassed": true }
[{'name': 'lotuswisdom', 'description': "A tool for problem-solving using the Lotus Sutra's wisdom framework.\nThis tool helps analyze problems through multiple approaches while recognizing inherent wisdom.\nEach step can utilize different techniques for understanding and expression.\n\nWhen to use this tool:\n- Breaking down complex problems requiring multi-faceted understanding\n- Questions that benefit from both direct and gradual approaches\n- Problems where apparent contradictions need integration\n- Situations requiring both analytical and intuitive understanding\n- Tasks that benefit from meditative pauses to allow insight\n- Questions containing their own inherent wisdom\n\nKey features:\n- Multiple approaches through Skillful Means (upaya, expedient, direct, gradual, sudden)\n- Non-Dual Recognition (recognize, transform, integrate, transcend, embody)\n- Meta-Cognitive Awareness (examine, reflect, verify, refine, complete)\n- Process Steps (open, engage, transform, express)\n- Meditative Space (meditate)\n- Final Output (OUTPUT)\n\nProcess methodology:\n1. Initial Opening <open> - Recognize the question's nature\n2. Skillful Engagement <engage> - Choose appropriate methods\n3. Transformation <transform> - Convert confusion to clarity\n4. Natural Expression <express> - Allow understanding to flow\n5. Final Integration <OUTPUT> - Present clear, beneficial response\n\nParameters explained:\n- tag: The current processing technique (must be one of the core tags)\n- content: The content of the current processing step\n- stepNumber: Current number in sequence\n- totalSteps: Current estimate of steps needed\n- nextStepNeeded: Whether another step is needed\n- isMeditation: Whether this step is a meditative pause\n- meditationDuration: Optional duration for meditation\n\nEvery inquiry concludes with a final <OUTPUT> tag containing the complete response.", 'inputSchema': {'type': 'object', 'required': ['tag', 'content', 'stepNumber', 'totalSteps', 'nextStepNeeded'], 'properties': {'tag': {'enum': ['upaya', 'expedient', 'direct', 'gradual', 'sudden', 'recognize', 'transform', 'integrate', 'transcend', 'embody', 'examine', 'reflect', 'verify', 'refine', 'complete', 'open', 'engage', 'transform', 'express', 'meditate', 'OUTPUT'], 'type': 'string', 'description': 'Current processing technique'}, 'content': {'type': 'string', 'description': 'Content of the current processing step'}, 'stepNumber': {'type': 'integer', 'minimum': 1, 'description': 'Current step number'}, 'totalSteps': {'type': 'integer', 'minimum': 1, 'description': 'Estimated total steps needed'}, 'isMeditation': {'type': 'boolean', 'description': 'Whether this step is a meditative pause'}, 'nextStepNeeded': {'type': 'boolean', 'description': 'Whether another step is needed'}, 'meditationDuration': {'type': 'integer', 'minimum': 1, 'description': 'Duration for meditation in seconds'}}}}]
@runpod/runpod-mcp-ts
RunPod
Manage your RunPod cloud resources directly through an MCP-compatible client. Create, list, update, start, stop, and delete pods, serverless endpoints, templates, network volumes, and container registry authentications with ease. Streamline your RunPod operations using natural language commands via Claude or other MCP clients.
2025-04-14T22:02:29.745Z
44
https://smithery.ai/server/@runpod/runpod-mcp-ts
true
null
{ "scanPassed": true }
[{'name': 'list-pods', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Filter to Pods with the provided name'}, 'gpuTypeId': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter to Pods with any of the listed GPU types'}, 'computeType': {'enum': ['GPU', 'CPU'], 'type': 'string', 'description': 'Filter to only GPU or only CPU Pods'}, 'dataCenterId': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter to Pods in any of the provided data centers'}, 'includeMachine': {'type': 'boolean', 'description': 'Include information about the machine'}, 'includeNetworkVolume': {'type': 'boolean', 'description': 'Include information about attached network volumes'}}, 'additionalProperties': False}}, {'name': 'get-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['podId'], 'properties': {'podId': {'type': 'string', 'description': 'ID of the pod to retrieve'}, 'includeMachine': {'type': 'boolean', 'description': 'Include information about the machine'}, 'includeNetworkVolume': {'type': 'boolean', 'description': 'Include information about attached network volumes'}}, 'additionalProperties': False}}, {'name': 'create-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['imageName'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables', 'additionalProperties': {'type': 'string'}}, 'name': {'type': 'string', 'description': 'Name for the pod'}, 'ports': {'type': 'array', 'items': {'type': 'string'}, 'description': "Ports to expose (e.g., '8888/http', '22/tcp')"}, 'gpuCount': {'type': 'number', 'description': 'Number of GPUs'}, 'cloudType': {'enum': ['SECURE', 'COMMUNITY'], 'type': 'string', 'description': 'SECURE or COMMUNITY cloud'}, 'imageName': {'type': 'string', 'description': 'Docker image to use'}, 'gpuTypeIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of acceptable GPU types'}, 'volumeInGb': {'type': 'number', 'description': 'Volume size in GB'}, 'dataCenterIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of data centers'}, 'volumeMountPath': {'type': 'string', 'description': 'Path to mount the volume'}, 'containerDiskInGb': {'type': 'number', 'description': 'Container disk size in GB'}}, 'additionalProperties': False}}, {'name': 'update-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['podId'], 'properties': {'env': {'type': 'object', 'description': 'New environment variables', 'additionalProperties': {'type': 'string'}}, 'name': {'type': 'string', 'description': 'New name for the pod'}, 'podId': {'type': 'string', 'description': 'ID of the pod to update'}, 'ports': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New ports to expose'}, 'imageName': {'type': 'string', 'description': 'New Docker image'}, 'volumeInGb': {'type': 'number', 'description': 'New volume size in GB'}, 'volumeMountPath': {'type': 'string', 'description': 'New path to mount the volume'}, 'containerDiskInGb': {'type': 'number', 'description': 'New container disk size in GB'}}, 'additionalProperties': False}}, {'name': 'start-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['podId'], 'properties': {'podId': {'type': 'string', 'description': 'ID of the pod to start'}}, 'additionalProperties': False}}, {'name': 'stop-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['podId'], 'properties': {'podId': {'type': 'string', 'description': 'ID of the pod to stop'}}, 'additionalProperties': False}}, {'name': 'delete-pod', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['podId'], 'properties': {'podId': {'type': 'string', 'description': 'ID of the pod to delete'}}, 'additionalProperties': False}}, {'name': 'list-endpoints', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'includeWorkers': {'type': 'boolean', 'description': 'Include information about workers'}, 'includeTemplate': {'type': 'boolean', 'description': 'Include template information'}}, 'additionalProperties': False}}, {'name': 'get-endpoint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['endpointId'], 'properties': {'endpointId': {'type': 'string', 'description': 'ID of the endpoint to retrieve'}, 'includeWorkers': {'type': 'boolean', 'description': 'Include information about workers'}, 'includeTemplate': {'type': 'boolean', 'description': 'Include template information'}}, 'additionalProperties': False}}, {'name': 'create-endpoint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['templateId'], 'properties': {'name': {'type': 'string', 'description': 'Name for the endpoint'}, 'gpuCount': {'type': 'number', 'description': 'Number of GPUs per worker'}, 'gpuTypeIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of acceptable GPU types'}, 'templateId': {'type': 'string', 'description': 'Template ID to use'}, 'workersMax': {'type': 'number', 'description': 'Maximum number of workers'}, 'workersMin': {'type': 'number', 'description': 'Minimum number of workers'}, 'computeType': {'enum': ['GPU', 'CPU'], 'type': 'string', 'description': 'GPU or CPU endpoint'}, 'dataCenterIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of data centers'}}, 'additionalProperties': False}}, {'name': 'update-endpoint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['endpointId'], 'properties': {'name': {'type': 'string', 'description': 'New name for the endpoint'}, 'endpointId': {'type': 'string', 'description': 'ID of the endpoint to update'}, 'scalerType': {'enum': ['QUEUE_DELAY', 'REQUEST_COUNT'], 'type': 'string', 'description': 'Scaler type'}, 'workersMax': {'type': 'number', 'description': 'New maximum number of workers'}, 'workersMin': {'type': 'number', 'description': 'New minimum number of workers'}, 'idleTimeout': {'type': 'number', 'description': 'New idle timeout in seconds'}, 'scalerValue': {'type': 'number', 'description': 'Scaler value'}}, 'additionalProperties': False}}, {'name': 'delete-endpoint', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['endpointId'], 'properties': {'endpointId': {'type': 'string', 'description': 'ID of the endpoint to delete'}}, 'additionalProperties': False}}, {'name': 'list-templates', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['templateId'], 'properties': {'templateId': {'type': 'string', 'description': 'ID of the template to retrieve'}}, 'additionalProperties': False}}, {'name': 'create-template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'imageName'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables', 'additionalProperties': {'type': 'string'}}, 'name': {'type': 'string', 'description': 'Name for the template'}, 'ports': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Ports to expose'}, 'readme': {'type': 'string', 'description': 'README content in markdown format'}, 'imageName': {'type': 'string', 'description': 'Docker image to use'}, 'volumeInGb': {'type': 'number', 'description': 'Volume size in GB'}, 'isServerless': {'type': 'boolean', 'description': 'Is this a serverless template'}, 'dockerStartCmd': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Docker start commands'}, 'volumeMountPath': {'type': 'string', 'description': 'Path to mount the volume'}, 'dockerEntrypoint': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Docker entrypoint commands'}, 'containerDiskInGb': {'type': 'number', 'description': 'Container disk size in GB'}}, 'additionalProperties': False}}, {'name': 'update-template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['templateId'], 'properties': {'env': {'type': 'object', 'description': 'New environment variables', 'additionalProperties': {'type': 'string'}}, 'name': {'type': 'string', 'description': 'New name for the template'}, 'ports': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New ports to expose'}, 'readme': {'type': 'string', 'description': 'New README content in markdown format'}, 'imageName': {'type': 'string', 'description': 'New Docker image'}, 'templateId': {'type': 'string', 'description': 'ID of the template to update'}}, 'additionalProperties': False}}, {'name': 'delete-template', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['templateId'], 'properties': {'templateId': {'type': 'string', 'description': 'ID of the template to delete'}}, 'additionalProperties': False}}, {'name': 'list-network-volumes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-network-volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkVolumeId'], 'properties': {'networkVolumeId': {'type': 'string', 'description': 'ID of the network volume to retrieve'}}, 'additionalProperties': False}}, {'name': 'create-network-volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'size', 'dataCenterId'], 'properties': {'name': {'type': 'string', 'description': 'Name for the network volume'}, 'size': {'type': 'number', 'description': 'Size in GB (1-4000)'}, 'dataCenterId': {'type': 'string', 'description': 'Data center ID'}}, 'additionalProperties': False}}, {'name': 'update-network-volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkVolumeId'], 'properties': {'name': {'type': 'string', 'description': 'New name for the network volume'}, 'size': {'type': 'number', 'description': 'New size in GB (must be larger than current)'}, 'networkVolumeId': {'type': 'string', 'description': 'ID of the network volume to update'}}, 'additionalProperties': False}}, {'name': 'delete-network-volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkVolumeId'], 'properties': {'networkVolumeId': {'type': 'string', 'description': 'ID of the network volume to delete'}}, 'additionalProperties': False}}, {'name': 'list-container-registry-auths', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-container-registry-auth', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['containerRegistryAuthId'], 'properties': {'containerRegistryAuthId': {'type': 'string', 'description': 'ID of the container registry auth to retrieve'}}, 'additionalProperties': False}}, {'name': 'create-container-registry-auth', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'username', 'password'], 'properties': {'name': {'type': 'string', 'description': 'Name for the container registry auth'}, 'password': {'type': 'string', 'description': 'Registry password'}, 'username': {'type': 'string', 'description': 'Registry username'}}, 'additionalProperties': False}}, {'name': 'delete-container-registry-auth', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['containerRegistryAuthId'], 'properties': {'containerRegistryAuthId': {'type': 'string', 'description': 'ID of the container registry auth to delete'}}, 'additionalProperties': False}}]
@tokenizin/mcp-npx-fetch
NPX Fetch
A CLI tool for fetching and processing content using the Model Context Protocol, supporting HTML, JSON, plain text, and Markdown formats.
2024-12-25T17:29:55.831Z
44
https://smithery.ai/server/@tokenizin/mcp-npx-fetch
true
null
{ "scanPassed": true }
[{'name': 'fetch_html', 'description': 'Fetch a website and return the content as HTML', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_markdown', 'description': 'Fetch a website and return the content as Markdown', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_txt', 'description': 'Fetch a website, return the content as plain text (no HTML)', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}, {'name': 'fetch_json', 'description': 'Fetch a JSON file from a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the JSON to fetch'}, 'headers': {'type': 'object', 'description': 'Optional headers to include in the request'}}}}]
@https-eduardo/clockify-mcp-server
Clockify Time Entry Manager
Manage your Clockify time entries effortlessly by sending prompts to an LLM. Add, view, and control your time tracking directly through AI-powered interactions. Simplify your time management workflow with seamless integration to Clockify.
2025-04-15T20:01:16.161Z
43
https://smithery.ai/server/@https-eduardo/clockify-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create-time-entry', 'description': 'Register a new time entry of a task or break in a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'description', 'start', 'end'], 'properties': {'end': {'type': 'string', 'format': 'date-time', 'description': 'The end of the time entry'}, 'start': {'type': 'string', 'format': 'date-time', 'description': 'The start of the time entry'}, 'billable': {'type': 'boolean', 'default': True, 'description': 'If the task is billable or not'}, 'projectId': {'type': 'string', 'description': 'The id of the project associated with this time entry'}, 'description': {'type': 'string', 'description': 'The description of the time entry'}, 'workspaceId': {'type': 'string', 'description': 'The id of the workspace that gonna be saved the time entry'}}, 'additionalProperties': False}}, {'name': 'get-projects', 'description': 'Get workspace projects id and name, the projects can be associated with time entries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'string', 'description': 'The ID of the workspace that you need to get the projects from'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'description': 'Get the current user id and name, to search for entries is required to have the user id', 'inputSchema': {'type': 'object'}}, {'name': 'get-workspaces', 'description': 'Get user available workspaces id and name, a workspace is required to manage time entries', 'inputSchema': {'type': 'object'}}]
@box3lab/engine-openapi-mcp
box3-engine-openapi-mcp
提供了一系列用于神岛引擎的 OpenAPI 工具,帮助 AI 更高效地调用引擎接口。
2025-04-09T09:09:37.378Z
43
https://smithery.ai/server/@box3lab/engine-openapi-mcp
true
null
null
[{'name': 'script.saveOrUpdate', 'description': '保存或更新神岛引擎脚本', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mapId', 'name', 'type', 'file', 'token', 'userAgent'], 'properties': {'file': {'type': 'string', 'description': '脚本内容'}, 'name': {'type': 'string', 'description': '脚本名称(.js后缀必传)'}, 'type': {'type': 'string', 'description': '脚本类型:0-服务器脚本、1-客户端脚本'}, 'mapId': {'type': 'string', 'description': '地图ID'}, 'token': {'type': 'string', 'description': '认证Token'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'script.rename', 'description': '重命名神岛引擎脚本', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mapId', 'name', 'newName', 'token', 'userAgent'], 'properties': {'name': {'type': 'string', 'description': '脚本名称(.js后缀必传)'}, 'mapId': {'type': 'string', 'description': '地图ID'}, 'token': {'type': 'string', 'description': '认证Token'}, 'newName': {'type': 'string', 'description': '新脚本名称(.js后缀必传)'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}}, 'additionalProperties': False}}, {'name': 'storage.get', 'description': '存储空间单key值查询', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'mapId', 'storageName', 'token', 'userAgent'], 'properties': {'key': {'type': 'string', 'description': '存储空间key,key(length<=1000)'}, 'mapId': {'type': 'string', 'description': '地图id(扩展地图为主图id)'}, 'token': {'type': 'string', 'description': '认证Token'}, 'isGroup': {'type': 'boolean', 'description': '是否为扩展地图组(缺省:false)'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}, 'storageName': {'type': 'string', 'description': '操作空间名(length<=50 && ^[a-zA-Z0-9_]+$)'}}, 'additionalProperties': False}}, {'name': 'storage.set', 'description': '存储空间单key值写入/更新', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'mapId', 'storageName', 'value', 'token', 'userAgent'], 'properties': {'key': {'type': 'string', 'description': '存储空间key,key(length<=1000)'}, 'mapId': {'type': 'string', 'description': '地图id(扩展地图为主图id)'}, 'token': {'type': 'string', 'description': '认证Token'}, 'value': {'type': 'string', 'description': 'json字符串值(json, size<=2MB),格式必须是{"content": value},value为用户输入的内容'}, 'isGroup': {'type': 'boolean', 'description': '是否为扩展地图组(缺省:false)'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}, 'storageName': {'type': 'string', 'description': '操作空间名(length<=50 && ^[a-zA-Z0-9_]+$)'}}, 'additionalProperties': False}}, {'name': 'storage.remove', 'description': '存储空间单key值删除', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'mapId', 'storageName', 'token', 'userAgent'], 'properties': {'key': {'type': 'string', 'description': '存储空间key,key(length<=1000)'}, 'mapId': {'type': 'string', 'description': '地图id(扩展地图为主图id)'}, 'token': {'type': 'string', 'description': '认证Token'}, 'isGroup': {'type': 'boolean', 'description': '是否为扩展地图组(缺省:false)'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}, 'storageName': {'type': 'string', 'description': '操作空间名(length<=50 && ^[a-zA-Z0-9_]+$)'}}, 'additionalProperties': False}}, {'name': 'storage.page', 'description': '存储空间分页查询', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mapId', 'storageName', 'token', 'userAgent'], 'properties': {'limit': {'type': 'number', 'description': '查询数量(缺省:10,最大:100)'}, 'mapId': {'type': 'string', 'description': '地图id(扩展地图为主图id)'}, 'token': {'type': 'string', 'description': '认证Token'}, 'offset': {'type': 'number', 'description': '偏移量(缺省:0)'}, 'isGroup': {'type': 'boolean', 'description': '是否为扩展地图组(缺省:false)'}, 'userAgent': {'type': 'string', 'description': '用户请求头'}, 'constraint': {'type': 'object', 'properties': {'max': {'type': 'number', 'description': '限定查询最大值(<=),缺省:不限制'}, 'min': {'type': 'number', 'description': '限定查询最小值(>=),缺省:不限制'}, 'target': {'type': 'string', 'description': '约束目标值的路径(a.b.c),当值是JSON格式时,指定用作排序的值的路径。例如传入 score时,会取值上score属性的值作为排序、最大最小值的限制目标'}, 'ascending': {'type': 'boolean', 'description': '是否升序,true:升序,false:降序, 缺省:不排序'}}, 'additionalProperties': False}, 'storageName': {'type': 'string', 'description': '操作空间名(length<=50 && ^[a-zA-Z0-9_]+$)'}}, 'additionalProperties': False}}]
@bbangjooo/mcp-finder-mcp-server
MCP Finder and Installer
Discover and connect to Model Context Protocol servers effortlessly. Installation: https://github.com/bbangjooo/mcp-installer
2025-03-31T12:03:15.286Z
42
https://smithery.ai/server/@bbangjooo/mcp-finder-mcp-server
false
null
{ "scanPassed": true }
[{'name': 'find_mcp', 'description': 'Find the MCP servers by given name', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mcpServerName'], 'properties': {'mcpServerName': {'type': 'string', 'description': 'The name of the MCP server to find'}}, 'additionalProperties': False}}, {'name': 'collect_config', 'description': 'Collect the config to be used for connection to mcp server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['qualifiedName'], 'properties': {'qualifiedName': {'type': 'string', 'description': 'The qualified name of the config to collect'}}, 'additionalProperties': False}}, {'name': 'install_mcp', 'description': 'Install the MCP server on your local machine. You can install the MCP server with configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['qualifiedName', 'client'], 'properties': {'client': {'enum': ['cursor', 'claude', 'windsurf', 'cline', 'enconvo', 'witsy'], 'type': 'string', 'description': 'The client to install'}, 'config': {'type': 'object', 'description': 'Configuration schema', 'additionalProperties': {}}, 'qualifiedName': {'type': 'string', 'description': 'The qualified name of the MCP server to install. ex) @bbangjooo/mcp-finder-mcp-server'}}, 'additionalProperties': False}}]
@KR-NOTEPAD/mcp-forestfire-server
Current Forest Fire Status in Korea
Provide real-time information on forest fire occurrences and risks. Monitor fire alerts and access historical fire data statistics to stay informed and safe. Utilize this API to enhance your applications with critical environmental data.
2025-04-08T01:08:26.003Z
42
https://smithery.ai/server/@KR-NOTEPAD/mcp-forestfire-server
true
https://spjawbfpwezjfmic…3d1e7fe1ad21.png
{ "scanPassed": true }
[{'name': 'get_forest_fire_info', 'description': '산림청에서 산불 현황 정보를 가져옵니다.\n\nReturns:\n dict: 산불 발생 현황 및 경보 정보를 포함한 딕셔너리', 'inputSchema': {'type': 'object', 'title': 'get_forest_fire_infoArguments', 'properties': {}}}, {'name': 'get_formatted_fire_info', 'description': '산불 정보를 조회하고 사람이 읽기 쉬운 형태로 포맷팅합니다.\n\nReturns:\n dict: 포맷팅된 산불 정보를 포함한 딕셔너리', 'inputSchema': {'type': 'object', 'title': 'get_formatted_fire_infoArguments', 'properties': {}}}, {'name': 'search_google', 'description': 'Google Custom Search API를 사용하여 검색을 수행합니다.\n\nArgs:\n query (str): 검색 쿼리\n num_results (int, optional): 검색 결과 수. 기본값은 10.\n \nReturns:\n list: 검색 결과 목록', 'inputSchema': {'type': 'object', 'title': 'search_googleArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'query'}, 'num_results': {'type': 'string', 'title': 'num_results', 'default': 10}}}}, {'name': 'find_evacuation_shelters', 'description': '특정 지역의 대피소를 검색합니다.\n\nArgs:\n location (str): 대피소를 찾을 지역명\n num_results (int, optional): 검색 결과 수. 기본값은 5.\n \nReturns:\n dict: 대피소 검색 결과 및 포맷팅된 메시지', 'inputSchema': {'type': 'object', 'title': 'find_evacuation_sheltersArguments', 'required': ['location'], 'properties': {'location': {'type': 'string', 'title': 'location'}, 'num_results': {'type': 'string', 'title': 'num_results', 'default': 5}}}}, {'name': 'get_comprehensive_fire_info', 'description': '산불 정보와 지정된 위치의 대피소 정보를 함께 제공합니다.\n\nArgs:\n location (str, optional): 대피소를 검색할 지역명. 지정하지 않으면 대피소 정보는 제외됩니다.\n \nReturns:\n dict: 산불 정보와 대피소 정보를 포함한 딕셔너리', 'inputSchema': {'type': 'object', 'title': 'get_comprehensive_fire_infoArguments', 'properties': {'location': {'type': 'string', 'title': 'location', 'default': None}}}}]
@JackKuo666/medrxiv-mcp-server
medRxiv MCP Server
Enhance your research workflow by integrating real-time data access and processing capabilities. Utilize our server to seamlessly interact with medical research data and tools, enabling efficient analysis and insights. Streamline your projects with standardized prompts and resources tailored for the medical domain.
2025-03-18T08:36:47.626Z
42
https://smithery.ai/server/@JackKuo666/medrxiv-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_medrxiv_key_words', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_medrxiv_key_wordsArguments', 'required': ['key_words'], 'properties': {'key_words': {'type': 'string', 'title': 'Key Words'}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 10}}}}, {'name': 'search_medrxiv_advanced', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_medrxiv_advancedArguments', 'properties': {'term': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Term', 'default': None}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'author1': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Author1', 'default': None}, 'author2': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Author2', 'default': None}, 'section': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Section', 'default': None}, 'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 10}, 'abstract_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Abstract Title', 'default': None}, 'text_abstract_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text Abstract Title', 'default': None}}}}, {'name': 'get_medrxiv_metadata', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_medrxiv_metadataArguments', 'required': ['doi'], 'properties': {'doi': {'type': 'string', 'title': 'Doi'}}}}]
@amotivv/cloudflare-browser-rendering
Web Content Server
Fetch and process web content seamlessly for LLM context using Cloudflare Browser Rendering. Enhance your applications with real-time web data extraction and structured content summarization. Leverage powerful tools to enrich your LLM interactions with relevant web information.
2025-03-13T08:00:54.054Z
42
https://smithery.ai/server/@amotivv/cloudflare-browser-rendering
true
null
{ "scanPassed": true }
[{'name': 'fetch_page', 'description': 'Fetches and processes a web page for LLM context', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to fetch'}, 'maxContentLength': {'type': 'number', 'description': 'Maximum content length to return'}, 'includeScreenshot': {'type': 'boolean', 'description': 'Whether to include a screenshot (base64 encoded)'}}}}, {'name': 'search_documentation', 'description': 'Searches Cloudflare documentation and returns relevant content', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}}}}, {'name': 'extract_structured_content', 'description': 'Extracts structured content from a web page using CSS selectors', 'inputSchema': {'type': 'object', 'required': ['url', 'selectors'], 'properties': {'url': {'type': 'string', 'description': 'URL to extract content from'}, 'selectors': {'type': 'object', 'description': 'CSS selectors to extract content', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'summarize_content', 'description': 'Summarizes web content for more concise LLM context', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to summarize'}, 'maxLength': {'type': 'number', 'description': 'Maximum length of the summary'}}}}]
@doggybee/mcp-server-leetcode
LeetCode MCP Server
Access LeetCode problems, user information, and contest data seamlessly. Enhance your AI assistants with fast and efficient queries to LeetCode's extensive resources. Utilize both CLI and programmable API for flexible integration.
2025-04-02T14:18:44.003Z
41
https://smithery.ai/server/@doggybee/mcp-server-leetcode
true
https://spjawbfpwezjfmic…44f733808bc6.png
{ "scanPassed": true }
[{'name': 'get-daily-challenge', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-problem', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['titleSlug'], 'properties': {'titleSlug': {'type': 'string', 'description': "The URL slug of the problem (e.g., 'two-sum')"}}, 'additionalProperties': False}}, {'name': 'search-problems', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'skip': {'type': 'number', 'default': 0, 'description': 'Number of problems to skip'}, 'tags': {'type': 'string', 'description': "Tags to filter by, separated by '+' (e.g., 'array+dynamic-programming')"}, 'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of problems to return'}, 'difficulty': {'enum': ['EASY', 'MEDIUM', 'HARD'], 'type': 'string', 'description': 'Difficulty level'}}, 'additionalProperties': False}}, {'name': 'get-user-profile', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'LeetCode username'}}, 'additionalProperties': False}}, {'name': 'get-user-submissions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of submissions to return'}, 'username': {'type': 'string', 'description': 'LeetCode username'}}, 'additionalProperties': False}}, {'name': 'get-contest-details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contestSlug'], 'properties': {'contestSlug': {'type': 'string', 'description': 'The URL slug of the contest'}}, 'additionalProperties': False}}, {'name': 'get-user-contest-ranking', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'LeetCode username'}}, 'additionalProperties': False}}]
findata-mcp-server
Financial Data Server
MCP server for fetching financial data from Alpha Vantage.
2024-12-20T08:41:43.434Z
41
https://smithery.ai/server/findata-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'getStockQuote', 'description': 'Get the current quote for a stock.', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'The stock symbol (e.g., AAPL)'}}}}, {'name': 'getHistoricalData', 'description': 'Get historical data for a stock.', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'The stock symbol (e.g., AAPL)'}, 'interval': {'type': 'string', 'default': 'daily', 'description': 'The time interval for the data (daily, weekly, or monthly)'}, 'outputsize': {'type': 'string', 'default': 'compact', 'description': 'The size of the output (compact or full)'}}}}]
@DanWahlin/marvel-mcp
Marvel MCP Server
Interact with Marvel characters and comics data seamlessly. Fetch character details, comics, and more using the Marvel Developer API. Enhance your applications with rich Marvel content effortlessly.
2025-03-30T23:01:22.364Z
41
https://smithery.ai/server/@DanWahlin/marvel-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_characters', 'description': 'Fetch Marvel characters with optional filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'comics': {'type': 'string'}, 'events': {'type': 'string'}, 'offset': {'type': 'number'}, 'series': {'type': 'string'}, 'orderBy': {'type': 'string'}, 'stories': {'type': 'string'}, 'modifiedSince': {'type': 'string'}, 'nameStartsWith': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_character_by_id', 'description': 'Fetch a Marvel character by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['characterId'], 'properties': {'characterId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_comics_for_character', 'description': 'Fetch Marvel comics filtered by character ID and optional filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['characterId'], 'properties': {'ean': {'type': 'string'}, 'upc': {'type': 'string'}, 'isbn': {'type': 'string'}, 'issn': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'title': {'type': 'string'}, 'events': {'type': 'string'}, 'format': {'type': 'string'}, 'offset': {'type': 'number'}, 'series': {'type': 'string'}, 'orderBy': {'type': 'string'}, 'stories': {'type': 'string'}, 'creators': {'type': 'string'}, 'dateRange': {'type': 'string'}, 'digitalId': {'type': 'number'}, 'startYear': {'type': 'number'}, 'formatType': {'type': 'string'}, 'noVariants': {'type': 'boolean'}, 'characterId': {'type': 'number'}, 'diamondCode': {'type': 'string'}, 'issueNumber': {'type': 'number'}, 'collaborators': {'type': 'string'}, 'modifiedSince': {'type': 'string'}, 'dateDescriptor': {'type': 'string'}, 'hasDigitalIssue': {'type': 'boolean'}, 'titleStartsWith': {'type': 'string'}, 'sharedAppearances': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_comics', 'description': 'Fetches lists of Marvel comics with optional filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'ean': {'type': 'string'}, 'upc': {'type': 'string'}, 'isbn': {'type': 'string'}, 'issn': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'title': {'type': 'string'}, 'events': {'type': 'string'}, 'format': {'type': 'string'}, 'offset': {'type': 'number'}, 'series': {'type': 'string'}, 'orderBy': {'type': 'string'}, 'stories': {'type': 'string'}, 'creators': {'type': 'string'}, 'dateRange': {'type': 'string'}, 'digitalId': {'type': 'number'}, 'startYear': {'type': 'number'}, 'characters': {'type': 'string'}, 'formatType': {'type': 'string'}, 'noVariants': {'type': 'boolean'}, 'diamondCode': {'type': 'string'}, 'issueNumber': {'type': 'number'}, 'collaborators': {'type': 'string'}, 'modifiedSince': {'type': 'string'}, 'dateDescriptor': {'type': 'string'}, 'hasDigitalIssue': {'type': 'boolean'}, 'titleStartsWith': {'type': 'string'}, 'sharedAppearances': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_comic_by_id', 'description': 'Fetch a single Marvel comic by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['comicId'], 'properties': {'comicId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_characters_for_comic', 'description': 'Fetch Marvel characters for a given comic', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['comicId'], 'properties': {'name': {'type': 'string'}, 'limit': {'type': 'number', 'maximum': 100, 'minimum': 1}, 'events': {'type': 'string'}, 'offset': {'type': 'number'}, 'series': {'type': 'string'}, 'comicId': {'type': 'number'}, 'orderBy': {'type': 'string'}, 'stories': {'type': 'string'}, 'modifiedSince': {'type': 'string'}, 'nameStartsWith': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'generate_comics_html', 'description': 'Create an HTML page displaying Marvel comics with their images', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'ean': {'type': 'string'}, 'upc': {'type': 'string'}, 'isbn': {'type': 'string'}, 'issn': {'type': 'string'}, 'limit': {'type': 'number', 'default': 20, 'description': 'Limit results (max 100)'}, 'title': {'type': 'string', 'description': 'Custom title for the HTML page'}, 'events': {'type': 'string'}, 'format': {'type': 'string'}, 'offset': {'type': 'number'}, 'series': {'type': 'string'}, 'orderBy': {'type': 'string'}, 'stories': {'type': 'string'}, 'creators': {'type': 'string'}, 'dateRange': {'type': 'string'}, 'digitalId': {'type': 'number'}, 'startYear': {'type': 'number'}, 'characters': {'type': 'string'}, 'formatType': {'type': 'string'}, 'noVariants': {'type': 'boolean'}, 'diamondCode': {'type': 'string'}, 'issueNumber': {'type': 'number'}, 'collaborators': {'type': 'string'}, 'modifiedSince': {'type': 'string'}, 'dateDescriptor': {'type': 'string'}, 'hasDigitalIssue': {'type': 'boolean'}, 'titleStartsWith': {'type': 'string'}, 'sharedAppearances': {'type': 'string'}}, 'additionalProperties': False}}]
@calebl/ynab-mcp-server
YNAB Budget Assistant
Interact with your YNAB budget through AI conversations. Manage your finances effortlessly by adding transactions, approving expenses, and checking your budget status with simple commands.
2025-03-31T21:00:37.362Z
41
https://smithery.ai/server/@calebl/ynab-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'budget_summary', 'description': 'Get a summary of the budget for a specific month highlighting overspent categories that need attention and categories with a positive balance that are doing well.', 'inputSchema': {'type': 'object', 'properties': {'month': {'type': 'string', 'description': "The budget month in ISO format (e.g. 2016-12-01). The string 'current' can also be used to specify the current calendar month (UTC)"}, 'budgetId': {'type': 'string', 'description': 'The ID of the budget to get a summary for (optional, defaults to the budget set in the YNAB_BUDGET_ID environment variable)'}}}}, {'name': 'create_transaction', 'description': 'Creates a new transaction in your YNAB budget. Either payee_id or payee_name must be provided in addition to the other required fields.', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': 'The date of the transaction in ISO format (e.g. 2024-03-24)'}, 'memo': {'type': 'string', 'description': 'A memo/note for the transaction (optional)'}, 'amount': {'type': 'number', 'description': 'The amount in dollars (e.g. 10.99)'}, 'cleared': {'type': 'string', 'description': 'Whether the transaction is cleared (optional, defaults to false)'}, 'payeeId': {'type': 'string', 'description': 'The id of the payee (optional if payee_name is provided)'}, 'approved': {'type': 'string', 'description': 'Whether the transaction is approved (optional, defaults to false)'}, 'budgetId': {'type': 'string', 'description': 'The id of the budget to create the transaction in (optional, defaults to the budget set in the YNAB_BUDGET_ID environment variable)'}, 'accountId': {'type': 'string', 'description': 'The id of the account to create the transaction in'}, 'flagColor': {'type': 'string', 'description': 'The transaction flag color (red, orange, yellow, green, blue, purple) (optional)'}, 'payeeName': {'type': 'string', 'description': 'The name of the payee (optional if payee_id is provided)'}, 'categoryId': {'type': 'string', 'description': 'The category id for the transaction (optional)'}}}}, {'name': 'get_unapproved_transactions', 'description': 'Gets unapproved transactions from a budget. First time pulls last 3 days, subsequent pulls use server knowledge to get only changes.', 'inputSchema': {'type': 'object', 'properties': {'budgetId': {'type': 'string', 'description': 'The ID of the budget to fetch transactions for (optional, defaults to the budget set in the YNAB_BUDGET_ID environment variable)'}}}}, {'name': 'list_budgets', 'description': 'Lists all available budgets from YNAB API', 'inputSchema': {'type': 'object', 'properties': {}}}]
@Raghu6798/browser_scrape_mcp
Browser Automation Agent
Automate web browsing and scraping tasks with intelligent, AI-powered capabilities. Search Google, navigate websites, and extract tailored content from GitHub, Stack Overflow, documentation, and generic sites. Save screenshots and text content automatically for efficient data collection and processing.
2025-04-19T19:40:56.958Z
40
https://smithery.ai/server/@Raghu6798/browser_scrape_mcp
true
null
{ "scanPassed": true }
[{'name': 'search_and_scrape', 'description': 'Search for content using Tavily and scrape the most relevant result.\n \n This function performs a two-step process:\n 1. Uses Tavily search API to find the most relevant URLs for a given query\n 2. Scrapes the content from the top-ranked URL using Firecrawl\n \n Args:\n query (str): The search query to find relevant content. This query will be used\n to search for and retrieve the most relevant webpage content.\n \n Returns:\n str: The scraped content in markdown format from the most relevant webpage.\n \n Example:\n >>> content = search_and_scrape("What is Python programming language?")\n >>> print(content)\n \n Raises:\n Exception: If the search fails or if the scraping process fails.\n ', 'inputSchema': {'type': 'object', 'title': 'search_and_scrapeArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'list_directory', 'description': 'List contents of a directory.\n \n This tool lists all files and directories in the specified path.\n If no path is provided, it lists the current directory.\n \n Args:\n path (str, optional): The directory path to list. Defaults to current directory (".").\n \n Returns:\n list: A list of dictionaries containing information about each item:\n - name: The name of the file/directory\n - type: Either "file" or "directory"\n - size: File size in bytes (for files only)\n - modified: Last modification timestamp\n \n Example:\n >>> contents = list_directory("/path/to/directory")\n >>> print(contents)\n ', 'inputSchema': {'type': 'object', 'title': 'list_directoryArguments', 'properties': {'path': {'type': 'string', 'title': 'Path', 'default': '.'}}}}, {'name': 'get_current_directory', 'description': 'Get the current working directory.\n \n Returns:\n str: The absolute path of the current working directory.\n \n Example:\n >>> current_dir = get_current_directory()\n >>> print(current_dir)\n ', 'inputSchema': {'type': 'object', 'title': 'get_current_directoryArguments', 'properties': {}}}, {'name': 'change_directory', 'description': 'Change the current working directory.\n \n Args:\n path (str): The directory path to change to.\n \n Returns:\n str: The new current working directory path.\n \n Raises:\n Exception: If the directory doesn\'t exist or is not accessible.\n \n Example:\n >>> new_dir = change_directory("/path/to/directory")\n >>> print(new_dir)\n ', 'inputSchema': {'type': 'object', 'title': 'change_directoryArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'file_info', 'description': 'Get detailed information about a file or directory.\n \n Args:\n path (str): The path to the file or directory. Can be obtained from list_all_files()["files"][i]["path"].\n \n Returns:\n dict: A dictionary containing:\n - exists: Whether the path exists\n - type: "file" or "directory"\n - size: Size in bytes (for files)\n - created: Creation timestamp\n - modified: Last modification timestamp\n - accessed: Last access timestamp\n - absolute_path: Full absolute path\n \n Example:\n >>> # Get all files first\n >>> all_files = list_all_files()\n >>> # Get info for first file\n >>> info = file_info(all_files["files"][0]["path"])\n >>> print(info)\n ', 'inputSchema': {'type': 'object', 'title': 'file_infoArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'create_directory', 'description': 'Create a new directory.\n \n Args:\n path (str): The path where the directory should be created.\n \n Returns:\n dict: A dictionary containing:\n - success: Boolean indicating if creation was successful\n - path: The created directory path\n - error: Error message if creation failed\n \n Example:\n >>> result = create_directory("/path/to/new/directory")\n >>> print(result)\n ', 'inputSchema': {'type': 'object', 'title': 'create_directoryArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'scrape_content', 'description': 'Scrape content from a given URL and return it in markdown format.\n \n This tool uses Firecrawl to extract content from a webpage and convert it to markdown format.\n It\'s designed to handle various types of web content and convert them into a consistent markdown representation.\n \n Args:\n url (str): The URL of the webpage to scrape. Must be a valid HTTP/HTTPS URL.\n \n Returns:\n str: The scraped content in markdown format.\n \n Example:\n >>> content = scrape_content("https://example.com")\n >>> print(content)\n \n Raises:\n Exception: If the URL is invalid or if the scraping process fails.\n ', 'inputSchema': {'type': 'object', 'title': 'scrape_contentArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'url'}}}}, {'name': 'read_file_content', 'description': 'Read and display the contents of a file with proper formatting.\n \n This tool reads a file and returns its contents with metadata. For text files,\n it can optionally return specific line ranges. For markdown files, it includes\n rendered content.\n \n Args:\n file_path (str): The path to the file to read. Can be obtained from list_all_files()["files"][i]["path"].\n start_line (int, optional): Starting line number to read. Defaults to 1.\n end_line (int, optional): Ending line number to read. If None, reads entire file.\n \n Returns:\n dict: A dictionary containing:\n - content: The file contents\n - rendered_content: Rendered markdown if applicable\n - metadata: File information (size, type, etc.)\n - error: Error message if reading fails\n \n Example:\n >>> # Get all files first\n >>> all_files = list_all_files()\n >>> # Read content of first file\n >>> result = read_file_content(all_files["files"][0]["path"])\n >>> print(result["content"])\n ', 'inputSchema': {'type': 'object', 'title': 'read_file_contentArguments', 'required': ['file_path'], 'properties': {'end_line': {'type': 'integer', 'title': 'End Line', 'default': None}, 'file_path': {'type': 'string', 'title': 'File Path'}, 'start_line': {'type': 'integer', 'title': 'Start Line', 'default': 1}}}}, {'name': 'preview_file', 'description': 'Preview the beginning of a file.\n \n This tool reads and displays the first few lines of a file, useful for\n quick file content inspection.\n \n Args:\n file_path (str): The path to the file to preview. Can be obtained from list_all_files()["files"][i]["path"].\n num_lines (int, optional): Number of lines to preview. Defaults to 10.\n \n Returns:\n dict: A dictionary containing:\n - preview: The first few lines of the file\n - total_lines: Total number of lines in the file\n - metadata: File information\n - error: Error message if reading fails\n \n Example:\n >>> # Get all files first\n >>> all_files = list_all_files()\n >>> # Preview first file\n >>> preview = preview_file(all_files["files"][0]["path"], num_lines=5)\n >>> print(preview["preview"])\n ', 'inputSchema': {'type': 'object', 'title': 'preview_fileArguments', 'required': ['file_path'], 'properties': {'file_path': {'type': 'string', 'title': 'File Path'}, 'num_lines': {'type': 'integer', 'title': 'Num Lines', 'default': 10}}}}, {'name': 'list_all_files', 'description': 'Recursively list all files in a directory and its subdirectories.\n \n This tool walks through all directories and subdirectories to find all files,\n with options to exclude specific directories and file types.\n \n Args:\n path (str, optional): The root directory to start from. Defaults to current directory (".").\n exclude_dirs (list, optional): List of directory names to exclude (e.g., [\'node_modules\', \'.git\']).\n \n Returns:\n dict: A dictionary containing:\n - files: List of dictionaries with file information:\n - path: Full path to the file\n - name: File name\n - size: File size in bytes\n - type: File type (extension)\n - modified: Last modification timestamp\n - total_files: Total number of files found\n - total_size: Total size of all files in bytes\n - error: Error message if operation fails\n \n Example:\n >>> result = list_all_files("/path/to/directory", exclude_dirs=[\'node_modules\'])\n >>> print(result["files"])\n ', 'inputSchema': {'type': 'object', 'title': 'list_all_filesArguments', 'properties': {'path': {'type': 'string', 'title': 'Path', 'default': '.'}, 'exclude_dirs': {'type': 'array', 'items': {}, 'title': 'Exclude Dirs', 'default': None}}}}, {'name': 'find_files_by_type', 'description': 'Find all files of a specific type in a directory and its subdirectories.\n \n Args:\n path (str, optional): The root directory to start from. Defaults to current directory (".").\n file_type (str, optional): The file extension to search for (e.g., \'.py\', \'.js\', \'.md\').\n \n Returns:\n dict: A dictionary containing:\n - files: List of matching files with their details\n - total_matches: Number of files found\n - file_type: The type of files searched for\n \n Example:\n >>> result = find_files_by_type("/path/to/directory", file_type=".py")\n >>> print(result["files"])\n ', 'inputSchema': {'type': 'object', 'title': 'find_files_by_typeArguments', 'properties': {'path': {'type': 'string', 'title': 'Path', 'default': '.'}, 'file_type': {'type': 'string', 'title': 'File Type', 'default': None}}}}]
@hwangwoohyun-nav/yahoo-finance-mcp
Yahoo Finance Server
Provide comprehensive financial data from Yahoo Finance including stock prices, company information, financial statements, options data, and market news. Enable detailed stock analysis, market research, and investment research through a rich set of tools. Facilitate integration with LLMs for dynamic financial data retrieval and analysis.
2025-04-30T07:12:35.373Z
40
https://smithery.ai/server/@hwangwoohyun-nav/yahoo-finance-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_historical_stock_prices', 'description': 'Get historical stock prices for a given ticker symbol from yahoo finance. Include the following information: Date, Open, High, Low, Close, Volume, Adj Close.\nArgs:\n ticker: str\n The ticker symbol of the stock to get historical prices for, e.g. "AAPL"\n period : str\n Valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max\n Either Use period parameter or use start and end\n Default is "1mo"\n interval : str\n Valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo\n Intraday data cannot extend last 60 days\n Default is "1d"\n', 'inputSchema': {'type': 'object', 'title': 'get_historical_stock_pricesArguments', 'required': ['ticker'], 'properties': {'period': {'type': 'string', 'title': 'Period', 'default': '1mo'}, 'ticker': {'type': 'string', 'title': 'Ticker'}, 'interval': {'type': 'string', 'title': 'Interval', 'default': '1d'}}}}, {'name': 'get_stock_info', 'description': 'Get stock information for a given ticker symbol from yahoo finance. Include the following information:\nStock Price & Trading Info, Company Information, Financial Metrics, Earnings & Revenue, Margins & Returns, Dividends, Balance Sheet, Ownership, Analyst Coverage, Risk Metrics, Other.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get information for, e.g. "AAPL"\n', 'inputSchema': {'type': 'object', 'title': 'get_stock_infoArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_yahoo_finance_news', 'description': 'Get news for a given ticker symbol from yahoo finance.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get news for, e.g. "AAPL"\n', 'inputSchema': {'type': 'object', 'title': 'get_yahoo_finance_newsArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_stock_actions', 'description': 'Get stock dividends and stock splits for a given ticker symbol from yahoo finance.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get stock actions for, e.g. "AAPL"\n', 'inputSchema': {'type': 'object', 'title': 'get_stock_actionsArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_financial_statement', 'description': 'Get financial statement for a given ticker symbol from yahoo finance. You can choose from the following financial statement types: income_stmt, quarterly_income_stmt, balance_sheet, quarterly_balance_sheet, cashflow, quarterly_cashflow.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get financial statement for, e.g. "AAPL"\n financial_type: str\n The type of financial statement to get. You can choose from the following financial statement types: income_stmt, quarterly_income_stmt, balance_sheet, quarterly_balance_sheet, cashflow, quarterly_cashflow.\n', 'inputSchema': {'type': 'object', 'title': 'get_financial_statementArguments', 'required': ['ticker', 'financial_type'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}, 'financial_type': {'type': 'string', 'title': 'Financial Type'}}}}, {'name': 'get_holder_info', 'description': 'Get holder information for a given ticker symbol from yahoo finance. You can choose from the following holder types: major_holders, institutional_holders, mutualfund_holders, insider_transactions, insider_purchases, insider_roster_holders.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get holder information for, e.g. "AAPL"\n holder_type: str\n The type of holder information to get. You can choose from the following holder types: major_holders, institutional_holders, mutualfund_holders, insider_transactions, insider_purchases, insider_roster_holders.\n', 'inputSchema': {'type': 'object', 'title': 'get_holder_infoArguments', 'required': ['ticker', 'holder_type'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}, 'holder_type': {'type': 'string', 'title': 'Holder Type'}}}}, {'name': 'get_option_expiration_dates', 'description': 'Fetch the available options expiration dates for a given ticker symbol.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get option expiration dates for, e.g. "AAPL"\n', 'inputSchema': {'type': 'object', 'title': 'get_option_expiration_datesArguments', 'required': ['ticker'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}}}}, {'name': 'get_option_chain', 'description': 'Fetch the option chain for a given ticker symbol, expiration date, and option type.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get option chain for, e.g. "AAPL"\n expiration_date: str\n The expiration date for the options chain (format: \'YYYY-MM-DD\')\n option_type: str\n The type of option to fetch (\'calls\' or \'puts\')\n', 'inputSchema': {'type': 'object', 'title': 'get_option_chainArguments', 'required': ['ticker', 'expiration_date', 'option_type'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}, 'option_type': {'type': 'string', 'title': 'Option Type'}, 'expiration_date': {'type': 'string', 'title': 'Expiration Date'}}}}, {'name': 'get_recommendations', 'description': 'Get recommendations or upgrades/downgrades for a given ticker symbol from yahoo finance. You can also specify the number of months back to get upgrades/downgrades for, default is 12.\n\nArgs:\n ticker: str\n The ticker symbol of the stock to get recommendations for, e.g. "AAPL"\n recommendation_type: str\n The type of recommendation to get. You can choose from the following recommendation types: recommendations, upgrades_downgrades.\n months_back: int\n The number of months back to get upgrades/downgrades for, default is 12.\n', 'inputSchema': {'type': 'object', 'title': 'get_recommendationsArguments', 'required': ['ticker', 'recommendation_type'], 'properties': {'ticker': {'type': 'string', 'title': 'Ticker'}, 'months_back': {'type': 'integer', 'title': 'Months Back', 'default': 12}, 'recommendation_type': {'type': 'string', 'title': 'Recommendation Type'}}}}]
@swaroopkasaraneni/mcp-servers
Math MCP Server
Enhance your applications with mathematical computation capabilities. Perform complex calculations and operations seamlessly through a standardized interface. Leverage the power of a dedicated server for efficient processing of mathematical tasks.
2025-03-31T12:47:19.409Z
40
https://smithery.ai/server/@swaroopkasaraneni/mcp-servers
true
null
{ "scanPassed": true }
[{'name': 'add', 'description': 'Add two numbers', 'inputSchema': {'type': 'object', 'title': 'addArguments', 'required': ['a', 'b'], 'properties': {'a': {'type': 'integer', 'title': 'A'}, 'b': {'type': 'integer', 'title': 'B'}}}}, {'name': 'multiply', 'description': 'Multiply two numbers', 'inputSchema': {'type': 'object', 'title': 'multiplyArguments', 'required': ['a', 'b'], 'properties': {'a': {'type': 'integer', 'title': 'A'}, 'b': {'type': 'integer', 'title': 'B'}}}}]
@lieyanqzu/opendota-mcp-server
OpenDota API Server
Provide real-time access to Dota 2 statistics, match data, player profiles, and professional player information through a standardized interface. Enable AI assistants and LLMs to retrieve detailed game data and player insights seamlessly. Enhance your applications with comprehensive Dota 2 data retrieval capabilities.
2025-04-27T17:09:29.792Z
39
https://smithery.ai/server/@lieyanqzu/opendota-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_player_by_id', 'description': "Get a player's information by their account ID.\n\n Args:\n account_id: The player's Steam32 account ID\n\n Returns:\n Player information including rank, matches, and statistics\n ", 'inputSchema': {'type': 'object', 'title': 'get_player_by_idArguments', 'required': ['account_id'], 'properties': {'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_player_recent_matches', 'description': 'Get recent matches played by a player.\n\n Args:\n account_id: Steam32 account ID of the player\n limit: Number of matches to retrieve (default: 5)\n\n Returns:\n List of recent matches with details\n ', 'inputSchema': {'type': 'object', 'title': 'get_player_recent_matchesArguments', 'required': ['account_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_match_data', 'description': 'Get detailed data for a specific match.\n\n Args:\n match_id: ID of the match to retrieve\n\n Returns:\n Detailed match information including players, scores, and stats\n ', 'inputSchema': {'type': 'object', 'title': 'get_match_dataArguments', 'required': ['match_id'], 'properties': {'match_id': {'type': 'integer', 'title': 'Match Id'}}}}, {'name': 'get_player_win_loss', 'description': 'Get win/loss statistics for a player.\n\n Args:\n account_id: Steam32 account ID of the player\n\n Returns:\n Win/loss record\n ', 'inputSchema': {'type': 'object', 'title': 'get_player_win_lossArguments', 'required': ['account_id'], 'properties': {'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_player_heroes', 'description': "Get a player's most played heroes.\n\n Args:\n account_id: Steam32 account ID of the player\n limit: Number of heroes to retrieve (default: 5)\n\n Returns:\n List of most played heroes with stats\n ", 'inputSchema': {'type': 'object', 'title': 'get_player_heroesArguments', 'required': ['account_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_hero_stats', 'description': 'Get statistics for heroes.\n\n Args:\n hero_id: Optional hero ID to get stats for a specific hero\n\n Returns:\n Hero statistics including win rates by skill bracket\n ', 'inputSchema': {'type': 'object', 'title': 'get_hero_statsArguments', 'properties': {'hero_id': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Hero Id', 'default': None}}}}, {'name': 'search_player', 'description': 'Search for players by name.\n\n Args:\n query: Name to search for\n\n Returns:\n List of matching players\n ', 'inputSchema': {'type': 'object', 'title': 'search_playerArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'get_pro_players', 'description': 'Get list of professional players.\n\n Args:\n limit: Number of players to retrieve (default: 10)\n\n Returns:\n List of professional players\n ', 'inputSchema': {'type': 'object', 'title': 'get_pro_playersArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}}}}, {'name': 'get_pro_matches', 'description': 'Get recent professional matches.\n\n Args:\n limit: Number of matches to retrieve (default: 5)\n\n Returns:\n List of recent professional matches\n ', 'inputSchema': {'type': 'object', 'title': 'get_pro_matchesArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}}}}, {'name': 'get_player_peers', 'description': 'Get players who have played with the specified player.\n\n Args:\n account_id: Steam32 account ID of the player\n limit: Number of peers to retrieve (default: 5)\n\n Returns:\n List of players frequently played with\n ', 'inputSchema': {'type': 'object', 'title': 'get_player_peersArguments', 'required': ['account_id'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}, 'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_heroes', 'description': 'Get list of all Dota 2 heroes.\n\n Returns:\n List of all heroes with basic information\n ', 'inputSchema': {'type': 'object', 'title': 'get_heroesArguments', 'properties': {}}}, {'name': 'get_player_totals', 'description': "Get player's overall stats totals.\n\n Args:\n account_id: Steam32 account ID of the player\n\n Returns:\n Summary of player's total stats\n ", 'inputSchema': {'type': 'object', 'title': 'get_player_totalsArguments', 'required': ['account_id'], 'properties': {'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_player_rankings', 'description': "Get player hero rankings.\n\n Args:\n account_id: Steam32 account ID of the player\n\n Returns:\n Player's hero rankings\n ", 'inputSchema': {'type': 'object', 'title': 'get_player_rankingsArguments', 'required': ['account_id'], 'properties': {'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_player_wordcloud', 'description': "Get most common words used by player in chat.\n\n Args:\n account_id: Steam32 account ID of the player\n\n Returns:\n List of player's most frequently used words\n ", 'inputSchema': {'type': 'object', 'title': 'get_player_wordcloudArguments', 'required': ['account_id'], 'properties': {'account_id': {'type': 'integer', 'title': 'Account Id'}}}}, {'name': 'get_team_info', 'description': 'Get information about a team.\n\n Args:\n team_id: Team ID\n\n Returns:\n Team information\n ', 'inputSchema': {'type': 'object', 'title': 'get_team_infoArguments', 'required': ['team_id'], 'properties': {'team_id': {'type': 'integer', 'title': 'Team Id'}}}}, {'name': 'get_public_matches', 'description': 'Get recent public matches.\n\n Args:\n limit: Number of matches to retrieve (default: 5)\n\n Returns:\n List of recent public matches\n ', 'inputSchema': {'type': 'object', 'title': 'get_public_matchesArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}}}}, {'name': 'get_match_heroes', 'description': 'Get heroes played in a specific match.\n\n Args:\n match_id: ID of the match to retrieve\n\n Returns:\n List of heroes played by each player in the match\n ', 'inputSchema': {'type': 'object', 'title': 'get_match_heroesArguments', 'required': ['match_id'], 'properties': {'match_id': {'type': 'integer', 'title': 'Match Id'}}}}]
@bunasQ/fs
File System
Manage and interact with file systems seamlessly. Access, read, and manipulate files with ease, enhancing your application's capabilities. Streamline your workflows by integrating file operations directly into your processes.
2025-03-07T17:38:23.517Z
318
https://smithery.ai/server/@bunasQ/fs
false
null
{ "scanPassed": true }
[{'name': 'read-file-21', 'description': 'Activate this tool when /21 is mentioned in the message, it transports file to 21st', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['absoluteFilePath', 'relativeFilePath'], 'properties': {'absoluteFilePath': {'type': 'string', 'description': 'Path to the file to read'}, 'relativeFilePath': {'type': 'string', 'description': 'Path to the file to read'}}, 'additionalProperties': False}}]
@rvibek/mcp_unhcr
UNHCR Population Data Server
Access and query UNHCR refugee statistics effortlessly. Filter data by country of origin, country of asylum, and year to gain insights into global refugee trends. Utilize a standardized interface to enhance your AI applications with real-world population data.
2025-04-03T10:49:43.146Z
38
https://smithery.ai/server/@rvibek/mcp_unhcr
true
null
{ "scanPassed": true }
[{'name': 'get_population_data', 'description': '\n Get population data from UNHCR.\n \n Args:\n coo: Country of origin filter (ISO 3-letter code, comma-separated for multiple)\n coa: Country of asylum filter (ISO 3-letter code, comma-separated for multiple)\n year: Year filter (comma-separated for multiple years)\n \n Returns:\n Population data from UNHCR\n ', 'inputSchema': {'type': 'object', 'title': 'get_population_dataArguments', 'properties': {'coa': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Coa', 'default': None}, 'coo': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Coo', 'default': None}, 'year': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Year', 'default': None}}}}, {'name': 'get_refugee_count', 'description': '\n Get refugee count for specific country of origin.\n \n Args:\n coo: Country of origin (ISO 3-letter code)\n coa: Optional country of asylum filter (ISO 3-letter code)\n year: Optional year filter\n \n Returns:\n Refugee count data\n ', 'inputSchema': {'type': 'object', 'title': 'get_refugee_countArguments', 'required': ['coo'], 'properties': {'coa': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Coa', 'default': None}, 'coo': {'type': 'string', 'title': 'Coo'}, 'year': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Year', 'default': None}}}}, {'name': 'get_asylum_count', 'description': '\n Get asylum statistics for a specific country of asylum.\n \n Args:\n coa: Country of asylum (ISO 3-letter code)\n year: Optional year filter\n \n Returns:\n Asylum seekers count\n ', 'inputSchema': {'type': 'object', 'title': 'get_asylum_countArguments', 'required': ['coa'], 'properties': {'coa': {'type': 'string', 'title': 'Coa'}, 'year': {'anyOf': [{'type': 'string'}, {'type': 'integer'}, {'type': 'null'}], 'title': 'Year', 'default': None}}}}]
@ArticPenguin/figma-context-mcp
Figma MCP Server
Integrate your Figma design files with AI-powered coding tools to enhance design accuracy and efficiency. Fetch relevant metadata from Figma to streamline the coding process and implement designs seamlessly. Start using your Figma designs in Cursor's composer for improved AI interactions.
2025-03-26T18:52:58.388Z
38
https://smithery.ai/server/@ArticPenguin/figma-context-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_figma_data', 'description': 'When the nodeId cannot be obtained, obtain the layout information about the entire Figma file', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey'], 'properties': {'depth': {'type': 'number', 'description': 'How many levels deep to traverse the node tree, only use if explicitly requested by the user'}, 'nodeId': {'type': 'string', 'description': 'The ID of the node to fetch, often found as URL parameter node-id=<nodeId>, always use if provided'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file to fetch, often found in a provided URL like figma.com/(file|design)/<fileKey>/...'}}, 'additionalProperties': False}}, {'name': 'download_figma_images', 'description': 'Download SVG and PNG images used in a Figma file based on the IDs of image or icon nodes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['fileKey', 'nodes', 'localPath'], 'properties': {'nodes': {'type': 'array', 'items': {'type': 'object', 'required': ['nodeId', 'fileName'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the Figma image node to fetch, formatted as 1234:5678'}, 'fileName': {'type': 'string', 'description': 'The local name for saving the fetched file'}, 'imageRef': {'type': 'string', 'description': 'If a node has an imageRef fill, you must include this variable. Leave blank when downloading Vector SVG images.'}}, 'additionalProperties': False}, 'description': 'The nodes to fetch as images'}, 'fileKey': {'type': 'string', 'description': 'The key of the Figma file containing the node'}, 'localPath': {'type': 'string', 'description': 'The absolute path to the directory where images are stored in the project. Automatically creates directories if needed.'}}, 'additionalProperties': False}}]
@lorenzwoehr/lorenzwoehr-mcp
Lorenz Woehr Portfolio
2025-04-05T20:25:09.972Z
38
https://smithery.ai/server/@lorenzwoehr/lorenzwoehr-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_profile', 'description': "Get the Lorenz Woehr's profile information", 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_projects', 'description': "Get Lorenz Woehr's projects", 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_project_by_slug', 'description': 'Get a project from Lorenz Woehr by its slug', 'inputSchema': {'type': 'object', 'required': ['slug'], 'properties': {'slug': {'type': 'string', 'description': "The slug of Lorenz Woehr's project to retrieve"}}}}, {'name': 'get_contact', 'description': "Get Lorenz Woehr's contact information", 'inputSchema': {'type': 'object', 'properties': {}}}]
@onurpolat05/n8n-assistant
n8n Assistant
Search for n8n documentation, example workflows, and community forums seamlessly. Enhance your productivity by quickly retrieving relevant information and resources related to n8n. Utilize asynchronous processing for faster responses and efficient content fetching.
2025-03-23T12:51:22.532Z
157
https://smithery.ai/server/@onurpolat05/n8n-assistant
true
null
{ "scanPassed": true }
[{'name': 'get_n8n_info', 'description': '\n Search the latest n8n resources for a given query.\n \n Args:\n query: The query to search for (e.g. "HTTP Request node")\n resource_type: The resource type to search in (docs, workflows, community)\n - docs: General n8n documentation\n - workflows: Example workflows (will search for "n8n example {query}")\n - community: Community forums for issues and questions\n\n Returns:\n Text from the n8n resources\n ', 'inputSchema': {'type': 'object', 'title': 'get_n8n_infoArguments', 'required': ['query', 'resource_type'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'resource_type': {'type': 'string', 'title': 'Resource Type'}}}}]
@szypetike/logomcp-server
Logo MCP
Get logos for most companies like Google.com and Apple.com in various styles. No API key required.
2025-03-27T12:11:25.796Z
37
https://smithery.ai/server/@szypetike/logomcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_brand_info_and_logo', 'description': 'Fetch brand information (logos, colors, etc.) for a given domain using the Brandfetch API.', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'Domain name to fetch brand info for (e.g., "google.com", "apple.com")'}}}}]
@KyrieTangSheng/mcp-server-nationalparks
National Parks Server
Access real-time information about U.S. National Parks, including park details, alerts, activities, and visitor center information. Discover parks based on your interests and plan your next adventure with ease.
2025-03-21T03:36:19.518Z
37
https://smithery.ai/server/@KyrieTangSheng/mcp-server-nationalparks
true
null
{ "scanPassed": true }
[{'name': 'findParks', 'description': 'Search for national parks based on state, name, activities, or other criteria', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Search term to filter parks by name or description'}, 'limit': {'type': 'number', 'description': 'Maximum number of parks to return (default: 10, max: 50)'}, 'start': {'type': 'number', 'description': 'Start position for results (useful for pagination)'}, 'stateCode': {'type': 'string', 'description': 'Filter parks by state code (e.g., "CA" for California, "NY" for New York). Multiple states can be comma-separated (e.g., "CA,OR,WA")'}, 'activities': {'type': 'string', 'description': 'Filter by available activities (e.g., "hiking,camping")'}}, 'additionalProperties': False}}, {'name': 'getParkDetails', 'description': 'Get detailed information about a specific national park', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['parkCode'], 'properties': {'parkCode': {'type': 'string', 'description': 'The park code of the national park (e.g., "yose" for Yosemite, "grca" for Grand Canyon)'}}, 'additionalProperties': False}}, {'name': 'getAlerts', 'description': 'Get current alerts for national parks including closures, hazards, and important information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Search term to filter alerts by title or description'}, 'limit': {'type': 'number', 'description': 'Maximum number of alerts to return (default: 10, max: 50)'}, 'start': {'type': 'number', 'description': 'Start position for results (useful for pagination)'}, 'parkCode': {'type': 'string', 'description': 'Filter alerts by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").'}}, 'additionalProperties': False}}, {'name': 'getVisitorCenters', 'description': 'Get information about visitor centers and their operating hours', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Search term to filter visitor centers by name or description'}, 'limit': {'type': 'number', 'description': 'Maximum number of visitor centers to return (default: 10, max: 50)'}, 'start': {'type': 'number', 'description': 'Start position for results (useful for pagination)'}, 'parkCode': {'type': 'string', 'description': 'Filter visitor centers by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").'}}, 'additionalProperties': False}}, {'name': 'getCampgrounds', 'description': 'Get information about available campgrounds and their amenities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Search term to filter campgrounds by name or description'}, 'limit': {'type': 'number', 'description': 'Maximum number of campgrounds to return (default: 10, max: 50)'}, 'start': {'type': 'number', 'description': 'Start position for results (useful for pagination)'}, 'parkCode': {'type': 'string', 'description': 'Filter campgrounds by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").'}}, 'additionalProperties': False}}, {'name': 'getEvents', 'description': 'Find upcoming events at parks', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'q': {'type': 'string', 'description': 'Search term to filter events by title or description'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return (default: 10, max: 50)'}, 'start': {'type': 'number', 'description': 'Start position for results (useful for pagination)'}, 'dateEnd': {'type': 'string', 'description': 'End date for filtering events (format: YYYY-MM-DD)'}, 'parkCode': {'type': 'string', 'description': 'Filter events by park code (e.g., "yose" for Yosemite). Multiple parks can be comma-separated (e.g., "yose,grca").'}, 'dateStart': {'type': 'string', 'description': 'Start date for filtering events (format: YYYY-MM-DD)'}}, 'additionalProperties': False}}]
@mugoosse/sitemap
Sitemap MCP
Fetch, parse, analyze, and visualize website sitemaps to empower AI agents and MCP clients with comprehensive sitemap insights. Handle all standard sitemap formats including XML, Google News, and plain text sitemaps. Utilize ready-to-use prompts for sitemap analysis, health checks, URL extraction, content gap identification, and structure visualization.
2025-04-21T00:07:29.651Z
37
https://smithery.ai/server/@mugoosse/sitemap
true
https://spjawbfpwezjfmic…e171bce9942a.png
{ "scanPassed": true }
[{'name': 'get_sitemap_tree', 'description': 'Fetch and parse the sitemap tree from a website URL', 'inputSchema': {'type': 'object', 'title': 'get_sitemap_treeArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'The URL of the website homepage (e.g., https://example.com)'}, 'include_pages': {'type': 'boolean', 'title': 'Include Pages', 'default': False, 'description': 'Whether to include page details in the response'}}}}, {'name': 'get_sitemap_pages', 'description': "Get all pages from a website's sitemap with optional limits and filtering options. Supports cursor-based pagination.", 'inputSchema': {'type': 'object', 'title': 'get_sitemap_pagesArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'The URL of the website homepage (e.g., https://example.com)'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 0, 'description': 'Maximum number of pages to return per page (0 for default of 100)'}, 'route': {'type': 'string', 'title': 'Route', 'default': '', 'description': "Optional route path to filter pages by (e.g., '/blog')"}, 'cursor': {'type': 'string', 'title': 'Cursor', 'default': '', 'description': 'Pagination cursor for fetching the next page of results'}, 'sitemap_url': {'type': 'string', 'title': 'Sitemap Url', 'default': '', 'description': 'Optional URL of a specific sitemap to get pages from'}, 'include_metadata': {'type': 'boolean', 'title': 'Include Metadata', 'default': False, 'description': 'Whether to include additional page metadata (priority, lastmod, etc.)'}}}}, {'name': 'get_sitemap_stats', 'description': "Get comprehensive statistics about a website's sitemap structure", 'inputSchema': {'type': 'object', 'title': 'get_sitemap_statsArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url', 'description': 'The URL of the website homepage (e.g., https://example.com)'}}}}, {'name': 'parse_sitemap_content', 'description': 'Parse a sitemap directly from its XML or text content', 'inputSchema': {'type': 'object', 'title': 'parse_sitemap_contentArguments', 'required': ['content'], 'properties': {'content': {'type': 'string', 'title': 'Content', 'description': 'The content of the sitemap (XML, text, etc.)'}, 'include_pages': {'type': 'boolean', 'title': 'Include Pages', 'default': False, 'description': 'Whether to include page details in the response'}}}}]
uiflowchartcreator
UI Flowchart Creator
Create UI flowcharts and visualize user interfaces.
2025-01-01T06:28:40.081Z
56
https://smithery.ai/server/uiflowchartcreator
true
null
{ "scanPassed": true }
[{'name': 'generate_ui_flow', 'description': 'Generate a UI flow diagram by analyzing React/Angular repositories. This tool scans the codebase to identify components, their relationships, and the overall UI structure.', 'inputSchema': {'type': 'object', 'required': ['repoPath', 'isLocal'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub repository name (required if isLocal is false)'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner (required if isLocal is false)'}, 'isLocal': {'type': 'boolean', 'description': 'Whether to analyze a local repository (true) or GitHub repository (false)'}, 'repoPath': {'type': 'string', 'description': 'Path to local repository or empty string for GitHub repos'}, 'fileExtensions': {'type': 'array', 'items': {'type': 'string'}, 'default': ['js', 'jsx', 'ts', 'tsx'], 'description': "List of file extensions to analyze (e.g., ['js', 'jsx', 'ts', 'tsx'] for React, ['ts', 'html'] for Angular)"}}, 'additionalProperties': False}}]
@JackKuo666/biorxiv-mcp-server
bioRxiv MCP Server
Enable AI assistants to search and access bioRxiv papers through a simple interface. Retrieve detailed metadata and download papers to facilitate biological sciences research and analysis.
2025-03-18T13:15:05.205Z
36
https://smithery.ai/server/@JackKuo666/biorxiv-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_biorxiv_key_words', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_biorxiv_key_wordsArguments', 'required': ['key_words'], 'properties': {'key_words': {'type': 'string', 'title': 'Key Words'}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 10}}}}, {'name': 'search_biorxiv_advanced', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_biorxiv_advancedArguments', 'properties': {'term': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Term', 'default': None}, 'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'author1': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Author1', 'default': None}, 'author2': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Author2', 'default': None}, 'section': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Section', 'default': None}, 'end_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End Date', 'default': None}, 'start_date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start Date', 'default': None}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 10}, 'abstract_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Abstract Title', 'default': None}, 'text_abstract_title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Text Abstract Title', 'default': None}}}}, {'name': 'get_biorxiv_metadata', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_biorxiv_metadataArguments', 'required': ['doi'], 'properties': {'doi': {'type': 'string', 'title': 'Doi'}}}}]