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
|
---|---|---|---|---|---|---|---|---|---|
@HelloGGX/shadcn-vue-mcp | Shadcn-vue MCP Server | Generate modern, accessible UI components instantly using natural language descriptions. Enhance your front-end development workflow with AI-driven code refinement and comprehensive TypeScript support. Seamlessly integrate with popular IDEs and leverage the shadcn-vue component library with Tailwind CSS for rapid UI creation. | 2025-05-02T04:30:07.120Z | 36 | https://smithery.ai/server/@HelloGGX/shadcn-vue-mcp | true | {
"scanPassed": true
} | [{'name': 'read-usage-doc', 'description': 'read usage doc of a component, Use this tool when mentions /usedoc.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'name of the component, lowercase, kebab-case'}}, 'additionalProperties': False}}, {'name': 'read-full-doc', 'description': 'read full doc of a component, Use this tool when mentions /doc.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'name of the component, lowercase, kebab-case'}}, 'additionalProperties': False}}, {'name': 'create-ui', 'description': 'create Web UI with shadcn/ui components and tailwindcss, Use this tool when mentions /ui', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['description'], 'properties': {'description': {'type': 'string', 'description': 'description of the Web UI'}}, 'additionalProperties': False}}, {'name': 'refine-code', 'description': 'refine code with shadcn/ui components and tailwindcss,\n Use this tool when the user requests to refine/improve current UI component with /ui commands', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userMessage', 'absolutePathToRefiningFile', 'context'], 'properties': {'context': {'type': 'string', 'description': 'Extract the specific UI elements and aspects that need improvement based on user messages, code, and conversation history. Identify exactly which components (buttons, forms, modals, etc.) the user is referring to and what aspects (styling, layout, responsiveness, etc.) they want to enhance. Do not include generic improvements - focus only on what the user explicitly mentions or what can be reasonably inferred from the available context. If nothing specific is mentioned or you cannot determine what needs improvement, return an empty string.'}, 'userMessage': {'type': 'string', 'description': "Full user's message about UI refinement"}, 'absolutePathToRefiningFile': {'type': 'string', 'description': 'Absolute path to the file that needs to be refined'}}, 'additionalProperties': False}}] |
|
@samuelvinay91/autospectra-mcp-server | AutoSpectra | Automate browser interactions and generate tests effortlessly. Enhance your AI agents with powerful browser automation, accessibility checks, and visual testing capabilities in the cloud. | 2025-04-10T16:58:06.336Z | 36 | https://smithery.ai/server/@samuelvinay91/autospectra-mcp-server | true | {
"scanPassed": true
} | [{'name': 'navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to navigate to'}}}}, {'name': 'click', 'description': 'Click on an element', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector of the element'}}}}, {'name': 'type', 'description': 'Type text into an input field', 'inputSchema': {'type': 'object', 'required': ['selector', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Text to type'}, 'selector': {'type': 'string', 'description': 'CSS selector of the input field'}, 'clearFirst': {'type': 'boolean', 'description': 'Clear the field before typing'}}}}, {'name': 'extract', 'description': 'Extract data from an element', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector of the element'}, 'attribute': {'type': 'string', 'description': 'Attribute to extract (default: textContent)'}}}}, {'name': 'screenshot', 'description': 'Take a screenshot', 'inputSchema': {'type': 'object', 'properties': {'fullPage': {'type': 'boolean', 'description': 'Whether to take a full page screenshot'}}}}, {'name': 'check_accessibility', 'description': 'Run accessibility tests on the current page', 'inputSchema': {'type': 'object', 'properties': {'rules': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Specific accessibility rules to check'}, 'includeHidden': {'type': 'boolean', 'description': 'Whether to include hidden elements in the test'}}}}, {'name': 'generate_tests', 'description': 'Generate test cases for an application', 'inputSchema': {'type': 'object', 'required': ['url', 'prompt'], 'properties': {'url': {'type': 'string', 'description': 'URL of the application to analyze'}, 'style': {'type': 'string', 'description': 'Test style (e.g., bdd, tdd)'}, 'format': {'type': 'string', 'description': 'Output format (e.g., javascript, typescript)'}, 'prompt': {'type': 'string', 'description': 'Description of the test scenarios to generate'}, 'framework': {'type': 'string', 'description': 'Test framework to use (e.g., playwright, mocha, jest)'}}}}, {'name': 'ai_process', 'description': 'Process a task with AI to generate automation steps', 'inputSchema': {'type': 'object', 'required': ['task'], 'properties': {'url': {'type': 'string', 'description': 'URL context'}, 'task': {'type': 'string', 'description': 'Task description'}}}}, {'name': 'self_healing_record', 'description': 'Record a test session with self-healing selectors', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to start recording at'}, 'outputFormat': {'type': 'string', 'description': 'Output format (e.g., playwright, cypress)'}}}}, {'name': 'visual_comparison', 'description': 'Compare visual snapshots of a web page', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to compare'}, 'threshold': {'type': 'number', 'description': 'Comparison threshold (0-1)'}, 'baselinePath': {'type': 'string', 'description': 'Path to baseline image (if any)'}}}}, {'name': 'list_frameworks', 'description': 'Get a list of supported test frameworks, styles, and formats', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'api_request', 'description': 'Make an HTTP request to an API endpoint', 'inputSchema': {'type': 'object', 'required': ['method', 'url'], 'properties': {'url': {'type': 'string', 'description': 'API endpoint URL'}, 'auth': {'type': 'object', 'description': 'Authentication details'}, 'data': {'type': 'object', 'description': 'Request body'}, 'method': {'type': 'string', 'description': 'HTTP method (GET, POST, PUT, DELETE)'}, 'params': {'type': 'object', 'description': 'URL parameters'}, 'headers': {'type': 'object', 'description': 'Request headers'}}}}, {'name': 'validate_schema', 'description': 'Validate API responses against schemas', 'inputSchema': {'type': 'object', 'required': ['response'], 'properties': {'schema': {'type': 'object', 'description': 'JSON schema to validate against'}, 'response': {'type': 'object', 'description': 'API response to validate'}, 'schemaPath': {'type': 'string', 'description': 'Path to schema file'}}}}, {'name': 'create_mock', 'description': 'Create mock API endpoints for testing', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'method', 'response'], 'properties': {'method': {'type': 'string', 'description': 'HTTP method'}, 'endpoint': {'type': 'string', 'description': 'Endpoint path to mock'}, 'response': {'type': 'object', 'description': 'Mock response'}, 'statusCode': {'type': 'number', 'description': 'Response status code'}}}}, {'name': 'graphql_request', 'description': 'Make GraphQL requests', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'query'], 'properties': {'query': {'type': 'string', 'description': 'GraphQL query'}, 'headers': {'type': 'object', 'description': 'Request headers'}, 'endpoint': {'type': 'string', 'description': 'GraphQL API endpoint'}, 'variables': {'type': 'object', 'description': 'Query variables'}}}}, {'name': 'run_test', 'description': 'Run a generated test file', 'inputSchema': {'type': 'object', 'required': ['testPath'], 'properties': {'testPath': {'type': 'string', 'description': 'Path to the test file to run'}, 'installDeps': {'type': 'boolean', 'description': 'Whether to install dependencies if needed'}}}}, {'name': 'initialize_computer', 'description': 'Initialize a computer use provider', 'inputSchema': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['api', 'container'], 'type': 'string', 'description': 'Provider type: "api" (direct API call) or "container" (Docker container with full Linux environment)'}, 'width': {'type': 'number', 'description': 'Optional screen width (for container provider)'}, 'apiKey': {'type': 'string', 'description': 'Optional Anthropic API key (will use environment variable if not provided)'}, 'height': {'type': 'number', 'description': 'Optional screen height (for container provider)'}, 'containerImage': {'type': 'string', 'description': 'Optional container image to use (for container provider)'}}}}, {'name': 'debug_test', 'description': 'Create or update a debug test session for interactive development', 'inputSchema': {'type': 'object', 'required': ['testName'], 'properties': {'breakAt': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Step IDs to break execution at'}, 'testName': {'type': 'string', 'description': 'Name of the debug test'}, 'testScript': {'type': 'string', 'description': 'JavaScript test script containing step definitions'}, 'clearPrevious': {'type': 'boolean', 'description': 'Whether to clear any previous debug session with the same name'}, 'runImmediately': {'type': 'boolean', 'description': 'Whether to run the test immediately after creation'}}}}, {'name': 'run_debug_test', 'description': 'Run a debug test', 'inputSchema': {'type': 'object', 'required': ['testName'], 'properties': {'toStep': {'type': 'number', 'description': 'Index of the step to end execution at'}, 'fromStep': {'type': 'number', 'description': 'Index of the step to start execution from'}, 'testName': {'type': 'string', 'description': 'Name of the debug test to run'}, 'runToBreakpoint': {'type': 'boolean', 'description': 'Whether to pause execution at breakpoints'}}}}, {'name': 'continue_debug_test', 'description': 'Continue execution of a paused debug test', 'inputSchema': {'type': 'object', 'properties': {'steps': {'type': 'number', 'description': 'Number of steps to execute before pausing again'}, 'runToBreakpoint': {'type': 'boolean', 'description': 'Whether to pause execution at breakpoints'}}}}, {'name': 'modify_debug_step', 'description': 'Add or modify a step in a debug test', 'inputSchema': {'type': 'object', 'required': ['stepId', 'type', 'args'], 'properties': {'args': {'type': 'object', 'description': 'Arguments for the step'}, 'type': {'type': 'string', 'description': 'Type of step (navigate, click, type, etc.)'}, 'index': {'type': 'number', 'description': 'Index to insert the step at (for new steps)'}, 'stepId': {'type': 'string', 'description': 'ID of the step to modify'}, 'runAfter': {'type': 'boolean', 'description': 'Whether to run the step immediately after modification'}}}}, {'name': 'get_debug_state', 'description': 'Get the current debug state including steps, logs, and screenshots', 'inputSchema': {'type': 'object', 'properties': {'includeStepResults': {'type': 'boolean', 'description': 'Whether to include step results in the response'}}}}, {'name': 'cleanup_debug_session', 'description': 'Clean up debug session resources', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'use_computer', 'description': 'Use Claude computer capabilities to perform complex tasks', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'model': {'type': 'string', 'description': 'Claude model to use (default: claude-3-7-sonnet-20240307)'}, 'prompt': {'type': 'string', 'description': 'Description of the computer task to perform'}}}}, {'name': 'smart_computer_use', 'description': 'Use computer capabilities with fallback to AutoSpectra automation tools', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'model': {'type': 'string', 'description': 'Claude model to use (default: claude-3-7-sonnet-20240307)'}, 'prompt': {'type': 'string', 'description': 'Description of the computer task to perform'}, 'useAutomation': {'type': 'boolean', 'description': 'Whether to fall back to automation tools if computer use fails (default: true)'}}}}, {'name': 'cleanup_computer', 'description': 'Clean up computer use provider resources', 'inputSchema': {'type': 'object', 'properties': {}}}] |
|
@nic0xflamel/lunarcrush-mcp | LunarCrush API Server | Enable AI assistants to interact seamlessly with the LunarCrush Enterprise API through a standardized protocol. Dynamically generate API methods from the OpenAPI specification to provide rich crypto and social sentiment data. Simplify integration and enhance AI capabilities with authenticated, real-time data access. | 2025-04-30T14:26:59.385Z | 36 | https://smithery.ai/server/@nic0xflamel/lunarcrush-mcp | true | null | {
"scanPassed": true
} | [{'name': 'API-get_public_coins_coin_time-series_v2', 'description': 'Get market time series data on a coin or token. Specify the coin to be queried by providing the numeric ID or the symbol of the coin in the input parameter, which can be found by calling the /coins/list endpoint.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['coin'], 'properties': {'end': {'type': 'integer', 'description': ''}, 'coin': {'type': 'string', 'description': "The coin symbol or ID (e.g., 'BTC', 'ETH', or numeric ID from coins list)."}, 'start': {'type': 'integer', 'description': ''}, 'bucket': {'type': 'string', 'description': ''}, 'interval': {'type': 'string', 'description': ''}}}}, {'name': 'API-get_public_coins_coin_v1', 'description': 'Get market data on a coin or token. Specify the coin to be queried by providing the numeric ID or the symbol of the coin in the input parameter, which can be found by calling the /coins/list endpoint.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['coin'], 'properties': {'coin': {'type': 'string', 'description': "The coin symbol or ID (e.g., 'BTC', 'ETH', or numeric ID from coins list)."}}}}, {'name': 'API-get_public_coins_list_v2', 'description': 'Get a general snapshot of LunarCrush metrics on the entire list of tracked coins. It is designed as a lightweight mechanism for monitoring the universe of available assets, either in aggregate or relative to each other. Metrics include Galaxy Score™, AltRank™, price, volatility, 24h percent change, market cap, social mentions, social interactions, social contributors, social dominance, and categories.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': [], 'properties': {'desc': {'type': 'boolean', 'description': ''}, 'page': {'description': ''}, 'sort': {'type': 'string', 'description': ''}, 'limit': {'type': 'number', 'description': ''}, 'filter': {'type': 'string', 'description': ''}}}}, {'name': 'API-get_public_topic_topic_news_v1', 'description': 'Get the top news posts for a social topic. Top news is determined by the metrics related to the social posts that mention the news posts.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['topic'], 'properties': {'topic': {'type': 'string', 'description': "The specific social topic to query (e.g., 'bitcoin', 'ethereum')."}}}}, {'name': 'API-get_public_topic_topic_posts_v1', 'description': 'Get the top posts for a social topic. If start time is provided the result will be the top posts by interactions for the time range. If start is not provided it will be the most recent top posts by interactions from the last 24 hours.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['topic'], 'properties': {'end': {'type': 'integer', 'description': ''}, 'start': {'type': 'integer', 'description': ''}, 'topic': {'type': 'string', 'description': "The specific social topic to query (e.g., 'bitcoin', 'ethereum')."}}}}, {'name': 'API-get_public_topic_topic_time-series_v2', 'description': 'Get historical time series data for a social topic', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['topic'], 'properties': {'topic': {'type': 'string', 'description': "The specific social topic to query (e.g., 'bitcoin', 'ethereum')."}, 'bucket': {'type': 'string', 'description': ''}}}}, {'name': 'API-get_public_topic_topic_v1', 'description': 'Get summary information for a social topic. The output is a 24 hour aggregation social activity with metrics comparing the latest 24 hours to the previous 24 hours.', 'inputSchema': {'type': 'object', '$defs': {}, 'required': ['topic'], 'properties': {'topic': {'type': 'string', 'description': "The specific social topic to query (e.g., 'bitcoin', 'ethereum')."}}}}] |
@Hritik003/linkedin-mcp | LinkedIn MCP Server | Fetch user profiles, search for jobs, and retrieve feed posts seamlessly. Analyze resumes to extract key information and enhance your LinkedIn experience. Streamline your job search and profile management with advanced features tailored for LinkedIn users. | 2025-03-14T04:00:34.595Z | 35 | https://smithery.ai/server/@Hritik003/linkedin-mcp | true | null | null | [{'name': 'get_profile', 'description': '\n Retrieves the User Profile\n ', 'inputSchema': {'type': 'object', 'title': 'get_profileArguments', 'properties': {}}}, {'name': 'get_feed_posts', 'description': '\n Retrieve LinkedIn feed posts.\n\n :return: List of feed post details\n ', 'inputSchema': {'type': 'object', 'title': 'get_feed_postsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}] |
@thedaviddias/mcp-llms-txt-explorer | LLMS.txt Explorer | Explore and analyze websites that implement the llms.txt standard. Discover compliant websites and validate their llms.txt files effortlessly. Gain structured insights into the llms.txt ecosystem with ease. | 2025-03-04T04:43:30.063Z | 35 | https://smithery.ai/server/@thedaviddias/mcp-llms-txt-explorer | true | null | {
"scanPassed": true
} | [{'name': 'check_website', 'description': 'Check if a website has llms.txt files', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the website to check'}}}}, {'name': 'list_websites', 'description': 'List known websites with llms.txt files', 'inputSchema': {'type': 'object', 'properties': {'filter_llms_txt': {'type': 'boolean', 'description': 'Only show websites with llms.txt'}, 'filter_llms_full_txt': {'type': 'boolean', 'description': 'Only show websites with llms-full.txt'}}}}] |
@crazyrabbitLTC/mcp-etherscan-server | Etherscan Tools | Access Ethereum blockchain data via Etherscan's API, including balances, transactions, token transfers, contract ABIs, gas prices, and ENS resolution. | 2025-01-01T06:29:36.811Z | 35 | https://smithery.ai/server/@crazyrabbitLTC/mcp-etherscan-server | true | null | {
"scanPassed": true
} | [{'name': 'check-balance', 'description': 'Check the ETH balance of an Ethereum address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'pattern': '^0x[a-fA-F0-9]{40}$', 'description': 'Ethereum address (0x format)'}}}}, {'name': 'get-transactions', 'description': 'Get recent transactions for an Ethereum address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Number of transactions to return (max 100)'}, 'address': {'type': 'string', 'pattern': '^0x[a-fA-F0-9]{40}$', 'description': 'Ethereum address (0x format)'}}}}, {'name': 'get-token-transfers', 'description': 'Get ERC20 token transfers for an Ethereum address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Number of transfers to return (max 100)'}, 'address': {'type': 'string', 'pattern': '^0x[a-fA-F0-9]{40}$', 'description': 'Ethereum address (0x format)'}}}}, {'name': 'get-contract-abi', 'description': 'Get the ABI for a smart contract', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'pattern': '^0x[a-fA-F0-9]{40}$', 'description': 'Contract address (0x format)'}}}}, {'name': 'get-gas-prices', 'description': 'Get current gas prices in Gwei', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-ens-name', 'description': 'Get the ENS name for an Ethereum address', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'pattern': '^0x[a-fA-F0-9]{40}$', 'description': 'Ethereum address (0x format)'}}}}] |
@moises-paschoalick/ai-agent-with-mcp | AI Agent with MCP | Enhance your AI agents with the ability to interact with external data and tools seamlessly. Leverage the Model Context Protocol to enable dynamic integration and real-world data manipulation. Empower your applications with advanced capabilities for a more intelligent experience. | 2025-04-05T00:29:14.472Z | 35 | https://smithery.ai/server/@moises-paschoalick/ai-agent-with-mcp | true | null | {
"scanPassed": true
} | [{'uri': 'hello://world', 'name': 'Hello Tool', 'description': 'Responds with a hello world message', 'inputSchema': {'type': 'object', 'properties': {}}}, {'uri': 'api://users', 'name': 'Users Tool', 'description': 'Fetches a list of users from an external API', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@minbang930/youtube-vision-mcp | YouTube Vision | Analyze YouTube videos and extract insights using the Gemini Vision API. Get descriptions, summaries, and key moments effortlessly to enhance your video interactions. | 2025-04-03T17:13:41.150Z | 34 | https://smithery.ai/server/@minbang930/youtube-vision-mcp | true | null | {
"scanPassed": true
} | [{'name': 'summarize_youtube_video', 'description': 'Generates a summary of a given YouTube video URL using Gemini Vision API.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['youtube_url'], 'properties': {'youtube_url': {'type': 'string', 'format': 'uri'}, 'summary_length': {'enum': ['short', 'medium', 'long'], 'type': 'string', 'default': 'medium', 'description': "Desired summary length: 'short', 'medium', or 'long' (default: 'medium')."}}, 'additionalProperties': False}}, {'name': 'ask_about_youtube_video', 'description': 'Answers a question about the video or provides a general description if no question is asked.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['youtube_url'], 'properties': {'question': {'type': 'string', 'description': 'Question about the video content. If omitted, a general description will be generated.'}, 'youtube_url': {'type': 'string', 'format': 'uri'}}, 'additionalProperties': False}}, {'name': 'extract_key_moments', 'description': 'Extracts key moments (timestamps and descriptions) from a given YouTube video.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['youtube_url'], 'properties': {'youtube_url': {'type': 'string', 'format': 'uri'}, 'number_of_moments': {'type': 'integer', 'default': 3, 'description': 'Number of key moments to extract (default: 3).', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'list_supported_models', 'description': "Lists available Gemini models that support the 'generateContent' method.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@lowkeyrd/google-map-mcp-server | Google Maps API Server | Leverage the power of Google Maps to enhance your applications with location services, directions, and place details. Integrate seamlessly with your LLMs to provide real-time geographic data and insights. Start building location-aware applications effortlessly with this MCP server. | 2025-03-26T10:24:26.834Z | 34 | https://smithery.ai/server/@lowkeyrd/google-map-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'maps_geocode', 'description': 'Convert an address into geographic coordinates', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The address to geocode'}}}}, {'name': 'maps_reverse_geocode', 'description': 'Convert coordinates into an address', 'inputSchema': {'type': 'object', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'description': 'Latitude coordinate'}, 'longitude': {'type': 'number', 'description': 'Longitude coordinate'}}}}, {'name': 'maps_search_places', 'description': 'Search for places using Google Places API', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'radius': {'type': 'number', 'description': 'Search radius in meters (max 50000)'}, 'location': {'type': 'object', 'properties': {'latitude': {'type': 'number'}, 'longitude': {'type': 'number'}}, 'description': 'Optional center point for the search'}}}}, {'name': 'maps_place_details', 'description': 'Get detailed information about a specific place', 'inputSchema': {'type': 'object', 'required': ['place_id'], 'properties': {'place_id': {'type': 'string', 'description': 'The place ID to get details for'}}}}, {'name': 'maps_distance_matrix', 'description': 'Calculate travel distance and time for multiple origins and destinations', 'inputSchema': {'type': 'object', 'required': ['origins', 'destinations'], 'properties': {'mode': {'enum': ['driving', 'walking', 'bicycling', 'transit'], 'type': 'string', 'description': 'Travel mode (driving, walking, bicycling, transit)'}, 'origins': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of origin addresses or coordinates'}, 'destinations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of destination addresses or coordinates'}}}}, {'name': 'maps_elevation', 'description': 'Get elevation data for locations on the earth', 'inputSchema': {'type': 'object', 'required': ['locations'], 'properties': {'locations': {'type': 'array', 'items': {'type': 'object', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number'}, 'longitude': {'type': 'number'}}}, 'description': 'Array of locations to get elevation for'}}}}, {'name': 'maps_directions', 'description': 'Get directions between two points', 'inputSchema': {'type': 'object', 'required': ['origin', 'destination'], 'properties': {'mode': {'enum': ['driving', 'walking', 'bicycling', 'transit'], 'type': 'string', 'description': 'Travel mode (driving, walking, bicycling, transit)'}, 'origin': {'type': 'string', 'description': 'Starting point address or coordinates'}, 'destination': {'type': 'string', 'description': 'Ending point address or coordinates'}}}}] |
@Prajwal-ak-0/youtube-mcp | YouTube MCP | Extract transcripts, summarize content, and query videos effortlessly. Leverage Gemini AI to enhance your YouTube video analysis capabilities. Gain insights and streamline your video content interactions with powerful tools. | 2025-03-24T18:58:45.315Z | 34 | https://smithery.ai/server/@Prajwal-ak-0/youtube-mcp | true | null | {
"scanPassed": true
} | [{'name': 'youtube/get-transcript', 'description': '\n Retrieves the transcript/subtitles for a specified YouTube video.\n \n Uses the YouTube Transcript API to fetch time-coded transcripts in the requested languages.\n The transcripts include timing information, text content, and duration for each segment.\n \n Args:\n video_id (str): The YouTube video ID (11-character string from video URL)\n languages (List[str], optional): List of language codes to search for transcripts.\n Defaults to ["en"] (English).\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "transcript"\n - data: Dictionary containing video_id, segments (list of transcript entries), \n and languages requested\n \n Raises:\n ToolError: When transcript retrieval fails (video unavailable, no captions, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'get_transcriptArguments', 'required': ['video_id'], 'properties': {'video_id': {'type': 'string', 'title': 'Video Id'}, 'languages': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Languages', 'default': ['en']}}}}, {'name': 'youtube/summarize', 'description': '\n Generates a concise summary of a YouTube video\'s content using Gemini AI.\n \n This tool first retrieves the video\'s transcript, then uses Google\'s Gemini 2.0 Flash\n model to create a structured summary of the key points discussed in the video.\n \n Args:\n video_id (str): The YouTube video ID to summarize\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "summary"\n - data: Dictionary containing video_id, summary text, and model used\n \n Raises:\n ToolError: When summarization fails (API key missing, transcript unavailable, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'summarize_transcriptArguments', 'required': ['video_id'], 'properties': {'video_id': {'type': 'string', 'title': 'Video Id'}}}}, {'name': 'youtube/query', 'description': '\n Answers natural language questions about a YouTube video\'s content.\n \n This tool leverages Google\'s Gemini 2.0 Flash model to provide responses to questions\n based solely on the video\'s transcript. It extracts insights, facts, and context\n without watching the video itself.\n \n Args:\n video_id (str): The YouTube video ID to query\n query (str): Natural language question about the video content\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "query-response"\n - data: Dictionary containing video_id, the original query, \n the AI-generated response, and model used\n \n Raises:\n ToolError: When query fails (API key missing, transcript unavailable, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'query_transcriptArguments', 'required': ['video_id', 'query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'video_id': {'type': 'string', 'title': 'Video Id'}}}}, {'name': 'youtube/search', 'description': '\n Searches YouTube for videos matching a specific query and returns detailed metadata.\n \n This tool performs a two-step API process:\n 1. First searches for videos matching the query\n 2. Then fetches detailed metadata for each result (title, channel, views, etc.)\n \n Args:\n query (str): Search terms to find relevant videos\n max_results (int, optional): Maximum number of results to return. \n Defaults to 5, capped at 50.\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "search-results"\n - data: Dictionary containing original query, list of video objects\n with detailed metadata, and total result count\n \n Video metadata includes:\n - id: YouTube video ID\n - title: Video title\n - description: Video description\n - thumbnail: URL to high-quality thumbnail\n - channel_title: Channel name\n - channel_id: YouTube channel ID\n - published_at: Publication timestamp\n - views: View count\n - likes: Like count\n - comments: Comment count\n - duration: Video duration in ISO 8601 format\n \n Raises:\n ToolError: When search fails (API key missing, API error, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'search_videosArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5}}}}, {'name': 'youtube/get-comments', 'description': '\n Retrieves comments from a YouTube video using the YouTube Data API.\n \n This tool fetches top-level comments from a video\'s comment section,\n including author information, comment text, timestamps, and like counts.\n \n Args:\n video_id (str): The YouTube video ID to get comments from\n max_comments (int, optional): Maximum number of comments to retrieve.\n Defaults to 100, capped at 100 per API limits.\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "comments"\n - data: Dictionary containing video_id and a list of comment objects\n \n Comment objects include metadata from the YouTube API such as:\n - authorDisplayName: Comment author\'s display name\n - authorProfileImageUrl: URL to author\'s profile picture\n - authorChannelUrl: URL to author\'s YouTube channel\n - textDisplay: Comment text with formatting\n - textOriginal: Plain text version of comment\n - likeCount: Number of likes on the comment\n - publishedAt: Comment publication timestamp\n - updatedAt: Last edit timestamp (if edited)\n \n Raises:\n ToolError: When comment retrieval fails (API key missing, comments disabled, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'get_commentsArguments', 'required': ['video_id'], 'properties': {'video_id': {'type': 'string', 'title': 'Video Id'}, 'max_comments': {'type': 'integer', 'title': 'Max Comments', 'default': 100}}}}, {'name': 'youtube/get-likes', 'description': '\n Retrieves the current like count for a specified YouTube video.\n \n This tool accesses the YouTube Data API to fetch the most up-to-date\n engagement statistics for a video, specifically focusing on like count.\n \n Args:\n video_id (str): The YouTube video ID to get likes for\n \n Returns:\n List[Dict]: A list containing a single dictionary with:\n - type: "stats"\n - data: Dictionary containing video_id and likes count\n \n Raises:\n ToolError: When like count retrieval fails (API key missing, video unavailable, etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'get_likesArguments', 'required': ['video_id'], 'properties': {'video_id': {'type': 'string', 'title': 'Video Id'}}}}] |
@IzumiSy/mcp-duckdb-memory-server | DuckDB Knowledge Graph Memory Server | Enhance your conversational agents with a robust memory system that efficiently retrieves and updates user information. Leverage the power of DuckDB for fast, scalable, and flexible querying of knowledge graphs. Transform interactions by maintaining a rich context of user preferences and relationships. | 2025-03-04T14:40:48.989Z | 34 | https://smithery.ai/server/@IzumiSy/mcp-duckdb-memory-server | 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': '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'}}}}] |
@alxspiker/mcp-server-ftp | FTP Access Server | Interact with FTP servers seamlessly. List directories, upload and download files, and manage your FTP resources effortlessly using natural language commands. | 2025-03-31T07:02:13.877Z | 74 | https://smithery.ai/server/@alxspiker/mcp-server-ftp | true | null | {
"scanPassed": true
} | [{'name': 'list-directory', 'description': 'List contents of an FTP directory', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath'], 'properties': {'remotePath': {'type': 'string', 'description': 'Path of the directory on the FTP server'}}, 'additionalProperties': False}}, {'name': 'download-file', 'description': 'Download a file from the FTP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath'], 'properties': {'remotePath': {'type': 'string', 'description': 'Path of the file on the FTP server'}}, 'additionalProperties': False}}, {'name': 'upload-file', 'description': 'Upload a file to the FTP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content to upload to the file'}, 'remotePath': {'type': 'string', 'description': 'Destination path on the FTP server'}}, 'additionalProperties': False}}, {'name': 'create-directory', 'description': 'Create a new directory on the FTP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath'], 'properties': {'remotePath': {'type': 'string', 'description': 'Path of the directory to create'}}, 'additionalProperties': False}}, {'name': 'delete-file', 'description': 'Delete a file from the FTP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath'], 'properties': {'remotePath': {'type': 'string', 'description': 'Path of the file to delete'}}, 'additionalProperties': False}}, {'name': 'delete-directory', 'description': 'Delete a directory from the FTP server', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['remotePath'], 'properties': {'remotePath': {'type': 'string', 'description': 'Path of the directory to delete'}}, 'additionalProperties': False}}] |
@rishipradeep-think41/zohotools-mcp | Zoho Books Integration | Enable seamless interaction with Zoho Books through a set of components that facilitate access to Zoho Books data and operations. Simplify automation and data retrieval from Zoho Books by leveraging this integration. Use environment variables to securely configure access credentials. | 2025-04-30T08:05:52.016Z | 34 | https://smithery.ai/server/@rishipradeep-think41/zohotools-mcp | true | null | {
"scanPassed": true
} | [{'name': 'zoho_create_customer', 'description': 'Create a new customer contact in Zoho Books', 'inputSchema': {'type': 'object', 'required': ['contact_name'], 'properties': {'email': {'type': 'string', 'description': "Customer's email address"}, 'notes': {'type': 'string', 'description': 'Additional notes about the customer'}, 'phone': {'type': 'string', 'description': "Customer's phone number"}, 'currency_id': {'type': 'string', 'description': 'Currency ID for this customer'}, 'company_name': {'type': 'string', 'description': 'Company name'}, 'contact_name': {'type': 'string', 'description': 'Name of the customer (required)'}, 'contact_type': {'enum': ['customer', 'vendor'], 'type': 'string', 'default': 'customer', 'description': 'Type of contact'}, 'customer_name': {'type': 'string', 'description': 'Alternative name field (if needed)'}, 'billing_address': {'type': 'object', 'properties': {'zip': {'type': 'string', 'description': 'Zip/Postal code'}, 'city': {'type': 'string', 'description': 'City'}, 'state': {'type': 'string', 'description': 'State'}, 'address': {'type': 'string', 'description': 'Street address'}, 'country': {'type': 'string', 'description': 'Country'}}, 'description': "Customer's billing address"}}}}, {'name': 'zoho_create_invoice', 'description': 'Create a new invoice in Zoho Books (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['customer_id', 'line_items'], 'properties': {'line_items': {'type': 'array', 'items': {'type': 'object'}, 'description': 'Array of line item objects for the invoice'}, 'customer_id': {'type': 'string', 'description': 'ID of the customer the invoice is for'}}, 'additionalProperties': True}}, {'name': 'zoho_generate_payment_link', 'description': 'Generate a payment link for a specific invoice (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['transaction_id', 'transaction_type', 'expiry_time'], 'properties': {'link_type': {'enum': ['public', 'protected'], 'type': 'string', 'default': 'public', 'description': 'Type of link'}, 'expiry_time': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}$', 'description': 'Expiry date for the payment link (format: YYYY-MM-DD)'}, 'transaction_id': {'type': 'string', 'description': 'Transaction ID (e.g., invoice ID)'}, 'transaction_type': {'enum': ['invoice', 'customer_payment', 'creditnote', 'vendorcredit'], 'type': 'string', 'description': 'Type of transaction'}}}}, {'name': 'zoho_get_chart_of_accounts', 'description': 'Get list of chart of accounts (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'zoho_get_employee', 'description': 'Get a specific employee’s details by employee_id (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'ID of the employee to fetch'}}}}, {'name': 'zoho_get_expense', 'description': 'Get details of a specific expense (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['expense_id'], 'properties': {'expense_id': {'type': 'string', 'description': 'Expense ID'}}}}, {'name': 'zoho_get_expenses', 'description': 'Get a list of all expenses (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'filter_by': {'enum': ['Status.All', 'Status.Billable', 'Status.Nonbillable', 'Status.Reimbursed', 'Status.Invoiced', 'Status.Unbilled'], 'type': 'string', 'description': "Filter expenses by status (e.g., 'Status.All', 'Status.Billable', 'Status.Nonbillable')"}, 'customer_id': {'type': 'string', 'description': 'Filter expenses by customer ID'}, 'sort_column': {'enum': ['date', 'account_name', 'total', 'bcy_total', 'reference_number', 'customer_name', 'created_time'], 'type': 'string', 'description': 'Column to sort results by'}}}}, {'name': 'zoho_get_invoice_email', 'description': 'Get payment reminder email content for a specific invoice (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['invoice_id'], 'properties': {'invoice_id': {'type': 'string', 'description': 'ID of the invoice to fetch email content for'}}}}, {'name': 'zoho_get_invoice', 'description': 'Get details of a specific invoice (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['invoice_id'], 'properties': {'invoice_id': {'type': 'string', 'description': 'Invoice ID'}}}}, {'name': 'zoho_list_contacts', 'description': 'Lists all contacts (customers) given the organization_id.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'params': {'type': 'object', 'description': 'Optional query parameters for listing contacts.', 'additionalProperties': True}}}}, {'name': 'zoho_list_credits_applied', 'description': 'Get a list of credits applied to a specific invoice (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['invoice_id'], 'properties': {'invoice_id': {'type': 'string', 'description': 'Invoice ID for which to retrieve applied credits'}}}}, {'name': 'zoho_list_customer_names', 'description': 'List all customer names and IDs in Zoho Books (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'params': {'type': 'object', 'description': 'Optional query parameters for listing customers'}}}}, {'name': 'zoho_list_employees', 'description': 'List all employees in the organization (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'zoho_list_invoice_payments', 'description': 'List all payments made against a specific invoice (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': ['invoice_id'], 'properties': {'invoice_id': {'type': 'string', 'description': 'Invoice ID for which to retrieve payments'}}}}, {'name': 'zoho_list_invoices', 'description': 'List invoices in Zoho Books (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'params': {'type': 'object', 'description': 'Query parameters (optional)', 'additionalProperties': True}}}}, {'name': 'zoho_list_recurring_invoices', 'description': 'List all recurring invoices (organization_id is fixed)', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}, 'additionalProperties': False}}] |
@jwalsh/mcp-server-qrcode | QR Code Server | Generate QR codes effortlessly for various content types like URLs, WiFi credentials, and contact information. Customize size and format to suit your needs, and integrate seamlessly with your applications using the Model Context Protocol. | 2025-03-11T05:00:37.678Z | 34 | https://smithery.ai/server/@jwalsh/mcp-server-qrcode | true | null | {
"scanPassed": true
} | [{'name': 'generate-qrcode', 'description': 'Generate QR codes in various formats with customizable error correction levels and sizes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['content'], 'properties': {'size': {'type': 'number', 'default': 3, 'maximum': 10, 'minimum': 1, 'description': 'Size of the QR code (1-10)'}, 'format': {'enum': ['image', 'text'], 'type': 'string', 'default': 'image', 'description': "Output format: 'image' for PNG QR code, 'text' for terminal-friendly output"}, 'content': {'type': 'string', 'description': 'The text content to encode in the QR code'}, 'errorCorrectionLevel': {'enum': ['L', 'M', 'Q', 'H'], 'type': 'string', 'default': 'M', 'description': 'Error correction level (L: 7%, M: 15%, Q: 25%, H: 30%)'}}, 'additionalProperties': False}}] |
@MaheshtheDev/gcal-mcp | Google Calendar Integration Server | Enable your agents to interact with Google Calendar by listing, reading, and managing calendar events through a standardized MCP interface. Simplify calendar operations and enhance productivity by integrating scheduling capabilities directly into your LLM workflows. Provide seamless access to calendar data and actions with secure authentication and easy-to-use tools. | 2025-04-29T22:22:51.158Z | 33 | https://smithery.ai/server/@MaheshtheDev/gcal-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list-events', 'description': 'List calendar events for a specified time range', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['accessToken', 'timeMin', 'timeMax'], 'properties': {'timeMax': {'type': 'string', 'description': 'End time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start time in ISO format'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of events to return'}, 'accessToken': {'type': 'string', 'description': 'Google OAuth access token'}}, 'additionalProperties': False}}, {'name': 'get-event', 'description': 'Get details of a specific calendar event', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['accessToken', 'eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the calendar event'}, 'accessToken': {'type': 'string', 'description': 'Google OAuth access token'}}, 'additionalProperties': False}}, {'name': 'create-event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['accessToken', 'summary', 'startTime', 'endTime'], 'properties': {'endTime': {'type': 'string', 'description': 'End time in ISO format'}, 'summary': {'type': 'string', 'description': 'Title of the event'}, 'location': {'type': 'string', 'description': 'Location of the event'}, 'timeZone': {'type': 'string', 'default': 'UTC', 'description': 'Time zone for the event'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of attendee email addresses'}, 'startTime': {'type': 'string', 'description': 'Start time in ISO format'}, 'accessToken': {'type': 'string', 'description': 'Google OAuth access token'}, 'description': {'type': 'string', 'description': 'Description of the event'}}, 'additionalProperties': False}}] |
@aukik/whatsapp-mcp-ts | WhatsApp Personal Account Connector | Connect your personal WhatsApp account to an AI agent to search messages, contacts, and chats, and send messages directly from the AI interface. Keep all your WhatsApp data and authentication stored locally for privacy and control. Enable seamless interaction with your WhatsApp through standardized MCP tools accessible by your AI client. | 2025-04-29T14:19:45.185Z | 33 | https://smithery.ai/server/@aukik/whatsapp-mcp-ts | true | null | {
"scanPassed": true
} | [{'name': 'search_contacts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'minLength': 1, 'description': 'Search term for contact name or phone number part of JID'}}, 'additionalProperties': False}}, {'name': 'list_messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chat_jid'], 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 20, 'description': 'Max messages per page (default 20)', 'exclusiveMinimum': 0}, 'chat_jid': {'type': 'string', 'description': "The JID of the chat (e.g., '[email protected]' or '[email protected]')"}}, 'additionalProperties': False}}, {'name': 'list_chats', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 20, 'description': 'Max chats per page (default 20)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'description': 'Optional filter by chat name or JID'}, 'sort_by': {'enum': ['last_active', 'name'], 'type': 'string', 'default': 'last_active', 'description': "Sort order: 'last_active' (default) or 'name'"}, 'include_last_message': {'type': 'boolean', 'default': True, 'description': 'Include last message details (default true)'}}, 'additionalProperties': False}}, {'name': 'get_chat', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chat_jid'], 'properties': {'chat_jid': {'type': 'string', 'description': 'The JID of the chat to retrieve'}, 'include_last_message': {'type': 'boolean', 'default': True, 'description': 'Include last message details (default true)'}}, 'additionalProperties': False}}, {'name': 'get_message_context', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message_id'], 'properties': {'after': {'type': 'integer', 'default': 5, 'minimum': 0, 'description': 'Number of messages after (default 5)'}, 'before': {'type': 'integer', 'default': 5, 'minimum': 0, 'description': 'Number of messages before (default 5)'}, 'message_id': {'type': 'string', 'description': 'The ID of the target message to get context around'}}, 'additionalProperties': False}}, {'name': 'send_message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipient', 'message'], 'properties': {'message': {'type': 'string', 'minLength': 1, 'description': 'The text message to send'}, 'recipient': {'type': 'string', 'description': "Recipient JID (user or group, e.g., '[email protected]' or '[email protected]')"}}, 'additionalProperties': False}}, {'name': 'search_messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 10, 'description': 'Max messages per page (default 10)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'The text content to search for within messages'}, 'chat_jid': {'type': 'string', 'description': "Optional: The JID of a specific chat to search within (e.g., '123...net' or '[email protected]'). If omitted, searches all chats."}}, 'additionalProperties': False}}] |
@AustinKelsay/nostr-mcp-server | Nostr MCP Server | Fetch and interact with Nostr network data seamlessly. Access user profiles, notes, and zaps with ease, enhancing your LLM's capabilities. Leverage advanced search features to explore Nostr Implementation Possibilities (NIPs) effectively. | 2025-04-01T09:00:47.211Z | 32 | https://smithery.ai/server/@AustinKelsay/nostr-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'getProfile', 'description': 'Get a Nostr profile by public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}}, 'additionalProperties': False}}, {'name': 'getKind1Notes', 'description': 'Get text notes (kind 1) by public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of notes to fetch'}, 'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}}, 'additionalProperties': False}}, {'name': 'getReceivedZaps', 'description': 'Get zaps received by a public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'debug': {'type': 'boolean', 'default': False, 'description': 'Enable verbose debug logging'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of zaps to fetch'}, 'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}, 'validateReceipts': {'type': 'boolean', 'default': True, 'description': 'Whether to validate zap receipts according to NIP-57'}}, 'additionalProperties': False}}, {'name': 'getSentZaps', 'description': 'Get zaps sent by a public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'debug': {'type': 'boolean', 'default': False, 'description': 'Enable verbose debug logging'}, 'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of zaps to fetch'}, 'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}, 'validateReceipts': {'type': 'boolean', 'default': True, 'description': 'Whether to validate zap receipts according to NIP-57'}}, 'additionalProperties': False}}, {'name': 'getAllZaps', 'description': 'Get all zaps (sent and received) for a public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'debug': {'type': 'boolean', 'default': False, 'description': 'Enable verbose debug logging'}, 'limit': {'type': 'number', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of total zaps to fetch'}, 'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}, 'validateReceipts': {'type': 'boolean', 'default': True, 'description': 'Whether to validate zap receipts according to NIP-57'}}, 'additionalProperties': False}}, {'name': 'getLongFormNotes', 'description': 'Get long-form notes (kind 30023) by public key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pubkey'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of notes to fetch'}, 'pubkey': {'type': 'string', 'description': 'Public key of the Nostr user (hex format or npub format)'}, 'relays': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional list of relays to query'}}, 'additionalProperties': False}}, {'name': 'searchNips', 'description': 'Search through Nostr Implementation Possibilities (NIPs)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'Search query to find relevant NIPs'}, 'includeContent': {'type': 'boolean', 'default': False, 'description': 'Whether to include the full content of each NIP in the results'}}, 'additionalProperties': False}}] |
@zw459123678/tuniao-server | Tuniao Server | This tool is designed to use Tuniao UI in your project. This tool is under developing now. | 2025-04-17T15:19:04.874Z | 32 | https://smithery.ai/server/@zw459123678/tuniao-server | true | null | {
"scanPassed": true
} | [{'name': 'get_component_list', 'required': [], 'description': 'Get component list', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_component_doc', 'description': 'Get component documentation by component name', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The component name'}}}}] |
@freestylefly/mcp-server-weread | WeRead MCP Server | Bridge your WeChat reading data with AI for seamless access to notes and reading insights. Enhance your reading experience by extracting and analyzing your notes through intelligent conversations. | 2025-04-13T19:00:54.880Z | 32 | https://smithery.ai/server/@freestylefly/mcp-server-weread | true | null | {
"scanPassed": true
} | [{'name': 'get_bookshelf', 'description': "Get the user's bookshelf information", 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_notebooks', 'description': 'Get the list of books with notes', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_book_notes', 'description': 'Get all notes for a specific book', 'inputSchema': {'type': 'object', 'required': ['bookId'], 'properties': {'bookId': {'type': 'string', 'description': 'The ID of the book'}}}}, {'name': 'get_book_info', 'description': 'Get detailed information about a book', 'inputSchema': {'type': 'object', 'required': ['bookId'], 'properties': {'bookId': {'type': 'string', 'description': 'The ID of the book'}}}}, {'name': 'search_notes', 'description': 'Search for notes containing a specific keyword', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'description': 'The keyword to search for'}}}}, {'name': 'get_recent_reads', 'description': "Get the user's recent reading records", 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}] |
@BrunoSSantana/poc-simple-mcp-server | Simple MCP Server | Integrate your applications with external data and tools seamlessly. Enhance your workflows by leveraging real-world data and actions through a standardized protocol. Experience dynamic interactions with your LLMs and external resources effortlessly. | 2025-04-02T01:10:44.393Z | 32 | https://smithery.ai/server/@BrunoSSantana/poc-simple-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_employees', 'description': 'Get a list of employees with optional filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'description': 'Filter employees by ID'}, 'name': {'type': 'string', 'description': 'Filter employees by name'}, 'skip': {'type': 'number', 'default': 0, 'description': 'Number of employees to skip'}, 'email': {'type': 'string', 'description': 'Filter employees by email'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of employees to return'}, 'areaId': {'type': 'string', 'description': 'Filter employees by area ID'}, 'fields': {'type': 'object', 'properties': {'area': {'type': 'object', 'properties': {'id': {'type': 'boolean', 'description': 'Include area ID field'}, 'name': {'type': 'boolean', 'description': 'Include area name field'}, 'createdAt': {'type': 'boolean', 'description': 'Include area creation date field'}}, 'description': 'Fields to include from related area', 'additionalProperties': False}, 'name': {'type': 'boolean', 'description': 'Include name field'}, 'email': {'type': 'boolean', 'description': 'Include email field'}, 'birthday': {'type': 'boolean', 'description': 'Include birthday field'}, 'hireDate': {'type': 'boolean', 'description': 'Include hire date field'}, 'createdAt': {'type': 'boolean', 'description': 'Include creation date field'}, 'formResponses': {'type': 'object', 'properties': {'id': {'type': 'boolean', 'description': 'Include form response ID field'}, 'form': {'type': 'object', 'properties': {'id': {'type': 'boolean', 'description': 'Include form ID field'}, 'title': {'type': 'boolean', 'description': 'Include form title field'}, 'createdAt': {'type': 'boolean', 'description': 'Include form creation date field'}, 'description': {'type': 'boolean', 'description': 'Include form description field'}}, 'description': 'Fields to include from related form', 'additionalProperties': False}, 'formId': {'type': 'boolean', 'description': 'Include form ID field'}, 'loomerId': {'type': 'boolean', 'description': 'Include loomer ID field'}, 'createdAt': {'type': 'boolean', 'description': 'Include form response creation date field'}, 'responses': {'type': 'boolean', 'description': 'Include form response responses field'}}, 'description': 'Fields to include from related form responses', 'additionalProperties': False}}, 'description': 'Fields to include in the response', 'additionalProperties': False}, 'birthday': {'type': 'string', 'description': 'Filter employees by birthday'}, 'hireDate': {'type': 'string', 'description': 'Filter employees by hire date'}}, 'additionalProperties': False}}] |
@takashito/linode-mcp-server | Linode MCP Server | Connect to Linode's services seamlessly. Manage your Linode instances, volumes, domains, and more through a simple interface. Enhance your Claude Desktop experience with powerful cloud capabilities. | 2025-04-01T15:49:47.914Z | 32 | https://smithery.ai/server/@takashito/linode-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'list_instances', 'description': 'Get a list of all Linode instances', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_instance', 'description': 'Get details for a specific Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'create_instance', 'description': 'Create a new Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['region', 'type'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'type': 'string', 'description': 'The Linode type ID (e.g., g6-nanode-1, g6-standard-2)'}, 'group': {'type': 'string', 'description': 'The group for the Linode'}, 'image': {'type': 'string', 'description': 'The image ID to deploy (e.g., linode/debian11, linode/ubuntu22.04)'}, 'label': {'type': 'string', 'description': 'The label for the Linode. Must be unique among your Linodes.'}, 'booted': {'type': 'boolean', 'description': 'Whether the Linode should be booted after creation'}, 'region': {'type': 'string', 'description': 'The region where the Linode will be created'}, 'root_pass': {'type': 'string', 'description': 'The root password for the Linode. Must be 7-128 characters and meet the strength requirements. Should include uppercase, lowercase, numbers, and special characters.'}, 'private_ip': {'type': 'boolean', 'description': 'Whether to assign a private IP'}, 'firewall_id': {'type': 'number', 'description': 'ID of the firewall to assign this Linode to'}, 'authorized_keys': {'type': 'array', 'items': {'type': 'string'}, 'description': 'SSH public keys to deploy to the root user (recommended for better security)'}, 'backups_enabled': {'type': 'boolean', 'description': 'Whether backups are enabled'}, 'authorized_users': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Linode usernames who can deploy their SSH keys to this Linode'}}, 'additionalProperties': False}}, {'name': 'update_instance', 'description': 'Update a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'group': {'type': 'string', 'description': 'The group for the Linode'}, 'label': {'type': 'string', 'description': 'The label for the Linode'}, 'alerts': {'type': 'object', 'properties': {'io': {'type': 'number', 'description': 'Disk IO threshold in ops/sec'}, 'cpu': {'type': 'number', 'description': 'CPU usage threshold percentage (0-400)'}, 'network_in': {'type': 'number', 'description': 'Incoming network traffic threshold in Mbps'}, 'network_out': {'type': 'number', 'description': 'Outgoing network traffic threshold in Mbps'}, 'transfer_quota': {'type': 'number', 'description': 'Network transfer quota threshold in GB'}}, 'additionalProperties': False}, 'watchdog_enabled': {'type': 'boolean', 'description': 'Whether the watchdog service is enabled'}}, 'additionalProperties': False}}, {'name': 'reboot_instance', 'description': 'Reboot a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'config_id': {'type': 'number', 'description': 'The ID of the configuration profile to boot into'}}, 'additionalProperties': False}}, {'name': 'boot_instance', 'description': 'Power on a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'config_id': {'type': 'number', 'description': 'The ID of the configuration profile to boot into'}}, 'additionalProperties': False}}, {'name': 'shutdown_instance', 'description': 'Power off a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'delete_instance', 'description': 'Delete a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'resize_instance', 'description': 'Resize a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'type'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'type': {'type': 'string', 'description': 'The new Linode type ID'}, 'allow_auto_disk_resize': {'type': 'boolean', 'default': True, 'description': 'Whether to automatically resize disks'}}, 'additionalProperties': False}}, {'name': 'clone_instance', 'description': 'Clone a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance to clone'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'type': 'string', 'description': 'The new Linode type ID'}, 'group': {'type': 'string', 'description': 'The group for the new Linode'}, 'label': {'type': 'string', 'description': 'The label for the new Linode'}, 'region': {'type': 'string', 'description': 'The region where the new Linode will be created'}, 'private_ip': {'type': 'boolean', 'description': 'Whether to assign a private IP to the new Linode'}, 'backups_enabled': {'type': 'boolean', 'description': 'Whether backups are enabled for the new Linode'}}, 'additionalProperties': False}}, {'name': 'rebuild_instance', 'description': 'Rebuild a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'image', 'root_pass'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'image': {'type': 'string', 'description': 'The image ID to rebuild with (e.g., linode/debian11, linode/ubuntu22.04)'}, 'booted': {'type': 'boolean', 'description': 'Whether the Linode should be booted after rebuild'}, 'root_pass': {'type': 'string', 'description': 'The root password for the rebuilt Linode. Must be 7-128 characters and meet the strength requirements. Should include uppercase, lowercase, numbers, and special characters.'}, 'stackscript_id': {'type': 'number', 'description': 'StackScript ID to use for deployment. Run List StackScripts to get available IDs.'}, 'authorized_keys': {'type': 'array', 'items': {'type': 'string'}, 'description': 'SSH public keys to deploy to the root user (recommended for better security)'}, 'authorized_users': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Linode usernames who can deploy their SSH keys to this Linode'}, 'stackscript_data': {'type': 'object', 'description': 'StackScript data to use for deployment. Must be valid JSON with less than 65,535 characters.', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'rescue_instance', 'description': 'Boot a Linode instance into rescue mode', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'devices'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'devices': {'type': 'object', 'description': 'Block device assignments for /dev/sdX devices', 'additionalProperties': {'type': 'number'}}}, 'additionalProperties': False}}, {'name': 'list_instance_configs', 'description': 'Get all configuration profiles for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId'], 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_instance_config', 'description': 'Get a specific configuration profile for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'configId'], 'properties': {'configId': {'type': 'number', 'description': 'The ID of the configuration profile'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'create_instance_config', 'description': 'Create a new configuration profile for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'label'], 'properties': {'label': {'type': 'string', 'description': 'The label for the configuration profile'}, 'initrd': {'type': ['string', 'null'], 'description': 'The initial ramdisk file'}, 'kernel': {'type': 'string', 'description': 'The kernel to use'}, 'devices': {'type': 'object', 'description': 'Devices to map to this configuration', 'additionalProperties': {}}, 'helpers': {'type': 'object', 'properties': {'distro': {'type': 'boolean', 'description': 'Whether the distro helper is enabled'}, 'network': {'type': 'boolean', 'description': 'Whether the network helper is enabled'}, 'modules_dep': {'type': 'boolean', 'description': 'Whether the modules dependency helper is enabled'}, 'updatedb_disabled': {'type': 'boolean', 'description': 'Whether updatedb is disabled'}}, 'additionalProperties': False}, 'comments': {'type': 'string', 'description': 'User comments for this configuration'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'interfaces': {'type': 'array', 'description': 'Network interfaces for this configuration'}, 'root_device': {'type': 'string', 'description': 'The root device'}, 'memory_limit': {'type': 'number', 'description': 'The memory limit in MB'}}, 'additionalProperties': False}}, {'name': 'update_instance_config', 'description': 'Update a configuration profile for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'configId'], 'properties': {'label': {'type': 'string', 'description': 'The label for the configuration profile'}, 'initrd': {'type': ['string', 'null'], 'description': 'The initial ramdisk file'}, 'kernel': {'type': 'string', 'description': 'The kernel to use'}, 'devices': {'type': 'object', 'description': 'Devices to map to this configuration', 'additionalProperties': {}}, 'helpers': {'type': 'object', 'properties': {'distro': {'type': 'boolean', 'description': 'Whether the distro helper is enabled'}, 'network': {'type': 'boolean', 'description': 'Whether the network helper is enabled'}, 'modules_dep': {'type': 'boolean', 'description': 'Whether the modules dependency helper is enabled'}, 'updatedb_disabled': {'type': 'boolean', 'description': 'Whether updatedb is disabled'}}, 'additionalProperties': False}, 'comments': {'type': 'string', 'description': 'User comments for this configuration'}, 'configId': {'type': 'number', 'description': 'The ID of the configuration profile'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'interfaces': {'type': 'array', 'description': 'Network interfaces for this configuration'}, 'root_device': {'type': 'string', 'description': 'The root device'}, 'memory_limit': {'type': 'number', 'description': 'The memory limit in MB'}}, 'additionalProperties': False}}, {'name': 'delete_instance_config', 'description': 'Delete a configuration profile for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'configId'], 'properties': {'configId': {'type': 'number', 'description': 'The ID of the configuration profile'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'list_instance_disks', 'description': 'Get all disks for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId'], 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_instance_disk', 'description': 'Get a specific disk for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'diskId'], 'properties': {'diskId': {'type': 'number', 'description': 'The ID of the disk'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'create_instance_disk', 'description': 'Create a new disk for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'label', 'size'], 'properties': {'size': {'type': 'number', 'description': 'The size of the disk in MB'}, 'image': {'type': 'string', 'description': 'The image ID to use (e.g., linode/debian11, linode/ubuntu22.04)'}, 'label': {'type': 'string', 'description': 'The label for the disk'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'read_only': {'type': 'boolean', 'description': 'Whether the disk is read-only'}, 'root_pass': {'type': 'string', 'description': 'The root password to use. Required when deploying an image. Must be 7-128 characters and meet the strength requirements. Should include uppercase, lowercase, numbers, and special characters.'}, 'filesystem': {'type': 'string', 'description': 'The filesystem type for the disk (e.g., ext4, raw, swap)'}, 'stackscript_id': {'type': 'number', 'description': 'StackScript ID to use for deployment. Run List StackScripts to get available IDs.'}, 'authorized_keys': {'type': 'array', 'items': {'type': 'string'}, 'description': 'SSH public keys to deploy to the root user (recommended for better security)'}, 'authorized_users': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Linode usernames who can deploy their SSH keys to this disk'}, 'stackscript_data': {'type': 'object', 'description': 'StackScript data to use for deployment. Must be valid JSON with less than 65,535 characters.', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'update_instance_disk', 'description': 'Update a disk for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'diskId'], 'properties': {'size': {'type': 'number', 'description': 'The new size of the disk in MB'}, 'label': {'type': 'string', 'description': 'The new label for the disk'}, 'diskId': {'type': 'number', 'description': 'The ID of the disk'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'delete_instance_disk', 'description': 'Delete a disk for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'diskId'], 'properties': {'diskId': {'type': 'number', 'description': 'The ID of the disk'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'resize_instance_disk', 'description': 'Resize a disk for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linodeId', 'diskId', 'size'], 'properties': {'size': {'type': 'number', 'description': 'The new size of the disk in MB'}, 'diskId': {'type': 'number', 'description': 'The ID of the disk'}, 'linodeId': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'get_instance_stats', 'description': 'Get current statistics for a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}}, 'additionalProperties': False}}, {'name': 'get_instance_stats_by_date', 'description': 'Get statistics for a Linode instance for a specific month', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'year', 'month'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Linode instance'}, 'year': {'type': 'string', 'description': 'The year (YYYY format)'}, 'month': {'type': 'string', 'description': 'The month (MM format)'}}, 'additionalProperties': False}}, {'name': 'list_kernels', 'description': 'Get a list of all available kernels', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_kernel', 'description': 'Get details for a specific kernel', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the kernel'}}, 'additionalProperties': False}}, {'name': 'list_instance_types', 'description': 'Get a list of all available Linode types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_instance_type', 'description': 'Get details for a specific Linode type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the Linode type'}}, 'additionalProperties': False}}, {'name': 'list_volumes', 'description': 'Get a list of all volumes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_volume', 'description': 'Get details for a specific volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the volume'}}, 'additionalProperties': False}}, {'name': 'create_volume', 'description': 'Create a new volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['region', 'size', 'label'], 'properties': {'size': {'type': 'number', 'description': 'The size of the volume in GB'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'The label for the volume'}, 'region': {'type': 'string', 'description': 'The region where the volume will be created'}, 'config_id': {'type': 'number', 'description': 'The ID of the configuration profile to attach to'}, 'linode_id': {'type': 'number', 'description': 'The ID of the Linode to attach the volume to'}}, 'additionalProperties': False}}, {'name': 'delete_volume', 'description': 'Delete a volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the volume'}}, 'additionalProperties': False}}, {'name': 'attach_volume', 'description': 'Attach a volume to a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'linode_id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the volume'}, 'config_id': {'type': 'number', 'description': 'The ID of the configuration profile to attach to'}, 'linode_id': {'type': 'number', 'description': 'The ID of the Linode to attach the volume to'}}, 'additionalProperties': False}}, {'name': 'detach_volume', 'description': 'Detach a volume from a Linode instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the volume'}}, 'additionalProperties': False}}, {'name': 'resize_volume', 'description': 'Resize a volume', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'size'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the volume'}, 'size': {'type': 'number', 'description': 'The new size of the volume in GB'}}, 'additionalProperties': False}}, {'name': 'get_ip_addresses', 'description': 'Get all IP addresses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_ip_address', 'description': 'Get details for a specific IP address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The IP address'}}, 'additionalProperties': False}}, {'name': 'update_ip_address', 'description': 'Update reverse DNS for an IP address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address', 'rdns'], 'properties': {'rdns': {'type': ['string', 'null'], 'description': 'The reverse DNS entry'}, 'address': {'type': 'string', 'description': 'The IP address'}}, 'additionalProperties': False}}, {'name': 'allocate_ip', 'description': 'Allocate a new IP address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'public'], 'properties': {'type': {'type': 'string', 'const': 'ipv4', 'description': 'Type of IP address (currently only ipv4 is supported)'}, 'public': {'type': 'boolean', 'description': 'Whether the IP should be public'}, 'linode_id': {'type': 'number', 'description': 'The ID of the Linode to assign the IP to'}}, 'additionalProperties': False}}, {'name': 'share_ips', 'description': 'Share IP addresses between Linodes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['linode_id', 'ips'], 'properties': {'ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The IPs to share'}, 'linode_id': {'type': 'number', 'description': 'The ID of the Linode to share IPs with'}}, 'additionalProperties': False}}, {'name': 'get_ipv6_ranges', 'description': 'Get all IPv6 ranges', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_ipv6_range', 'description': 'Get a specific IPv6 range', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['range'], 'properties': {'range': {'type': 'string', 'description': 'The IPv6 range'}}, 'additionalProperties': False}}, {'name': 'get_ipv6_pools', 'description': 'Get all IPv6 pools', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_firewalls', 'description': 'Get all firewalls', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_firewall', 'description': 'Get details for a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'create_firewall', 'description': 'Create a new firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'rules'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the firewall'}, 'label': {'type': 'string', 'description': 'The label for the firewall'}, 'rules': {'type': 'object', 'required': ['inbound_policy', 'outbound_policy'], 'properties': {'inbound': {'type': 'array', 'items': {'type': 'object', 'required': ['ports', 'protocol', 'addresses', 'action'], 'properties': {'ports': {'type': 'string', 'description': 'The ports this rule applies to'}, 'action': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'The action for this rule'}, 'protocol': {'enum': ['TCP', 'UDP', 'ICMP'], 'type': 'string', 'description': 'The network protocol'}, 'addresses': {'type': 'object', 'properties': {'ipv4': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IPv4 addresses or ranges'}, 'ipv6': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IPv6 addresses or ranges'}}, 'description': 'The IPs and ranges this rule applies to', 'additionalProperties': False}}, 'additionalProperties': False}, 'description': 'Inbound rules'}, 'outbound': {'type': 'array', 'items': {'$ref': '#/properties/rules/properties/inbound/items'}, 'description': 'Outbound rules'}, 'inbound_policy': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'Default inbound policy'}, 'outbound_policy': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'Default outbound policy'}}, 'additionalProperties': False}, 'devices': {'type': 'object', 'properties': {'linodes': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of Linode IDs'}, 'nodebalancers': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of NodeBalancer IDs'}}, 'description': 'Devices to assign to this firewall', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'update_firewall', 'description': 'Update a firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the firewall'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the firewall'}, 'label': {'type': 'string', 'description': 'The label for the firewall'}, 'status': {'enum': ['enabled', 'disabled'], 'type': 'string', 'description': 'The status of the firewall'}}, 'additionalProperties': False}}, {'name': 'delete_firewall', 'description': 'Delete a firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'get_firewall_rules', 'description': 'Get all rules for a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firewallId'], 'properties': {'firewallId': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'update_firewall_rules', 'description': 'Update rules for a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firewallId'], 'properties': {'inbound': {'type': 'array', 'items': {'type': 'object', 'required': ['ports', 'protocol', 'addresses', 'action'], 'properties': {'ports': {'type': 'string', 'description': 'The ports this rule applies to'}, 'action': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'The action for this rule'}, 'protocol': {'enum': ['TCP', 'UDP', 'ICMP'], 'type': 'string', 'description': 'The network protocol'}, 'addresses': {'type': 'object', 'properties': {'ipv4': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IPv4 addresses or ranges'}, 'ipv6': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IPv6 addresses or ranges'}}, 'description': 'The IPs and ranges this rule applies to', 'additionalProperties': False}}, 'additionalProperties': False}, 'description': 'Inbound rules'}, 'outbound': {'type': 'array', 'items': {'$ref': '#/properties/inbound/items'}, 'description': 'Outbound rules'}, 'firewallId': {'type': 'number', 'description': 'The ID of the firewall'}, 'inbound_policy': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'Default inbound policy'}, 'outbound_policy': {'enum': ['ACCEPT', 'DROP'], 'type': 'string', 'description': 'Default outbound policy'}}, 'additionalProperties': False}}, {'name': 'get_firewall_devices', 'description': 'Get all devices for a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firewallId'], 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}, 'firewallId': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'create_firewall_device', 'description': 'Create a new device for a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firewallId', 'id', 'type'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the entity'}, 'type': {'enum': ['linode', 'nodebalancer'], 'type': 'string', 'description': 'The type of entity'}, 'firewallId': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'delete_firewall_device', 'description': 'Delete a device from a specific firewall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['firewallId', 'deviceId'], 'properties': {'deviceId': {'type': 'number', 'description': 'The ID of the device'}, 'firewallId': {'type': 'number', 'description': 'The ID of the firewall'}}, 'additionalProperties': False}}, {'name': 'get_vlans', 'description': 'Get all VLANs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_vlan', 'description': 'Get a specific VLAN', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['regionId', 'label'], 'properties': {'label': {'type': 'string', 'description': 'The VLAN label'}, 'regionId': {'type': 'string', 'description': 'The region ID'}}, 'additionalProperties': False}}, {'name': 'list_nodebalancers', 'description': 'Get a list of all NodeBalancers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_nodebalancer', 'description': 'Get details for a specific NodeBalancer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'create_nodebalancer', 'description': 'Create a new NodeBalancer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['region'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'The label for the NodeBalancer'}, 'region': {'type': 'string', 'description': 'The region where the NodeBalancer will be created'}, 'client_conn_throttle': {'type': 'number', 'description': 'Connection throttle in seconds'}}, 'additionalProperties': False}}, {'name': 'delete_nodebalancer', 'description': 'Delete a NodeBalancer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'list_nodebalancer_configs', 'description': 'Get a list of config nodes for a NodeBalancer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id'], 'properties': {'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'create_nodebalancer_config', 'description': 'Create a new config for a NodeBalancer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id', 'port', 'protocol'], 'properties': {'port': {'type': 'number', 'description': 'The port to serve traffic on'}, 'check': {'type': 'string', 'description': 'The health check method'}, 'ssl_key': {'type': 'string', 'description': 'The SSL private key'}, 'protocol': {'type': 'string', 'description': 'The protocol to use (http, https, tcp)'}, 'ssl_cert': {'type': 'string', 'description': 'The SSL certificate'}, 'algorithm': {'type': 'string', 'description': 'The load balancing algorithm'}, 'check_body': {'type': 'string', 'description': 'Body to expect from HTTP checks'}, 'check_path': {'type': 'string', 'description': 'The URL path for HTTP checks'}, 'stickiness': {'type': 'string', 'description': 'The session stickiness setting'}, 'cipher_suite': {'type': 'string', 'description': 'The SSL cipher suite to use'}, 'check_passive': {'type': 'boolean', 'description': 'Whether to use passive checks'}, 'check_timeout': {'type': 'number', 'description': 'How long to wait for a check in seconds'}, 'check_attempts': {'type': 'number', 'description': 'How many check attempts before marking unhealthy'}, 'check_interval': {'type': 'number', 'description': 'How often to check backends in seconds'}, 'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'delete_nodebalancer_config', 'description': 'Delete a NodeBalancer config', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id', 'config_id'], 'properties': {'config_id': {'type': 'number', 'description': 'The ID of the config'}, 'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'list_nodebalancer_nodes', 'description': 'Get a list of nodes for a NodeBalancer config', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id', 'config_id'], 'properties': {'config_id': {'type': 'number', 'description': 'The ID of the config'}, 'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'create_nodebalancer_node', 'description': 'Create a new node for a NodeBalancer config', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id', 'config_id', 'address', 'label'], 'properties': {'mode': {'type': 'string', 'description': 'The mode of the node'}, 'label': {'type': 'string', 'description': 'The label for the node'}, 'weight': {'type': 'number', 'description': 'The weight for the node'}, 'address': {'type': 'string', 'description': 'The IP:port combination of the node'}, 'config_id': {'type': 'number', 'description': 'The ID of the config'}, 'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'delete_nodebalancer_node', 'description': 'Delete a node from a NodeBalancer config', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['nodebalancer_id', 'config_id', 'node_id'], 'properties': {'node_id': {'type': 'number', 'description': 'The ID of the node'}, 'config_id': {'type': 'number', 'description': 'The ID of the config'}, 'nodebalancer_id': {'type': 'number', 'description': 'The ID of the NodeBalancer'}}, 'additionalProperties': False}}, {'name': 'list_regions', 'description': 'Get a list of all available regions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_region', 'description': 'Get details for a specific region', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the region'}}, 'additionalProperties': False}}, {'name': 'list_placement_groups', 'description': 'List all placement groups', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_placement_group', 'description': 'Get details for a specific placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the placement group'}}, 'additionalProperties': False}}, {'name': 'create_placement_group', 'description': 'Create a new placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'placement_group_type', 'region'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the placement group'}, 'label': {'type': 'string', 'description': 'A label for the placement group'}, 'region': {'type': 'string', 'description': 'The region where the placement group will be created'}, 'placement_group_type': {'enum': ['anti_affinity:local'], 'type': 'string', 'description': 'The type of placement policy'}, 'placement_group_policy': {'enum': ['strict', 'flexible'], 'type': 'string', 'description': 'The policy of the placement group (defaults to flexible)'}}, 'additionalProperties': False}}, {'name': 'update_placement_group', 'description': 'Update an existing placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'label'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the placement group to update'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the placement group'}, 'label': {'type': 'string', 'description': 'A label for the placement group (required even for updates)'}}, 'additionalProperties': False}}, {'name': 'delete_placement_group', 'description': 'Delete a placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the placement group to delete'}}, 'additionalProperties': False}}, {'name': 'assign_instances', 'description': 'Assign Linode instances to a placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'linodes'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the placement group'}, 'linodes': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of Linode IDs to assign to the placement group'}}, 'additionalProperties': False}}, {'name': 'unassign_instances', 'description': 'Unassign Linode instances from a placement group', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'linodes'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the placement group'}, 'linodes': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of Linode IDs to unassign from the placement group'}}, 'additionalProperties': False}}, {'name': 'list_vpcs', 'description': 'List all VPCs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_vpc', 'description': 'Get details for a specific VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}}, 'additionalProperties': False}}, {'name': 'create_vpc', 'description': 'Create a new VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'region'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the VPC'}, 'label': {'type': 'string', 'description': 'A label for the VPC. Must be unique among your VPCs.'}, 'region': {'type': 'string', 'description': 'The region where the VPC will be created. The region must support VPCs - check region capabilities with List Regions.'}, 'description': {'type': 'string', 'description': 'A description for the VPC'}}, 'additionalProperties': False}}, {'name': 'update_vpc', 'description': 'Update an existing VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC to update'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the VPC'}, 'label': {'type': 'string', 'description': 'A label for the VPC. Must be unique among your VPCs.'}, 'description': {'type': 'string', 'description': 'A description for the VPC'}}, 'additionalProperties': False}}, {'name': 'delete_vpc', 'description': 'Delete a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC to delete'}}, 'additionalProperties': False}}, {'name': 'list_vpc_subnets', 'description': 'List all subnets in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}}, 'additionalProperties': False}}, {'name': 'get_vpc_subnet', 'description': 'Get details for a specific subnet in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'subnet_id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}, 'subnet_id': {'type': 'number', 'description': 'The ID of the subnet'}}, 'additionalProperties': False}}, {'name': 'create_vpc_subnet', 'description': 'Create a new subnet in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'label', 'ipv4'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}, 'ipv4': {'type': 'string', 'description': 'The IPv4 range for the subnet in CIDR format (e.g., 10.0.0.0/24). Must be a valid private IPv4 range and not overlap with other subnets in the VPC.'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the subnet'}, 'label': {'type': 'string', 'description': 'A label for the subnet. Must be unique within the VPC.'}}, 'additionalProperties': False}}, {'name': 'update_vpc_subnet', 'description': 'Update an existing subnet in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'subnet_id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags to apply to the subnet'}, 'label': {'type': 'string', 'description': 'A label for the subnet'}, 'subnet_id': {'type': 'number', 'description': 'The ID of the subnet to update'}}, 'additionalProperties': False}}, {'name': 'delete_vpc_subnet', 'description': 'Delete a subnet in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'subnet_id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}, 'subnet_id': {'type': 'number', 'description': 'The ID of the subnet to delete'}}, 'additionalProperties': False}}, {'name': 'list_vpc_ips', 'description': 'List all IP addresses in a VPC', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the VPC'}}, 'additionalProperties': False}}, {'name': 'list_object_storage_clusters', 'description': 'Get a list of all Object Storage clusters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_object_storage_buckets', 'description': 'Get a list of all Object Storage buckets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_object_storage_bucket', 'description': 'Get details for a specific Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}}, 'additionalProperties': False}}, {'name': 'create_object_storage_bucket', 'description': 'Create a new Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'cluster'], 'properties': {'acl': {'enum': ['private', 'public-read', 'authenticated-read', 'public-read-write'], 'type': 'string', 'description': 'The Access Control Level for the bucket. Defaults to private.'}, 'label': {'type': 'string', 'description': 'The label for the bucket. Must be 3-63 characters, lowercase letters, numbers, and hyphens only. Must be globally unique across all Object Storage providers.'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket will be created. Use List Clusters to get available clusters.'}, 'cors_enabled': {'type': 'boolean', 'description': 'Whether CORS is enabled for the bucket. Defaults to false.'}}, 'additionalProperties': False}}, {'name': 'delete_object_storage_bucket', 'description': 'Delete an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}}, 'additionalProperties': False}}, {'name': 'get_object_storage_bucket_access', 'description': 'Get access configuration for an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}}, 'additionalProperties': False}}, {'name': 'update_object_storage_bucket_access', 'description': 'Update access configuration for an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'acl': {'enum': ['private', 'public-read', 'authenticated-read', 'public-read-write'], 'type': 'string', 'description': 'The Access Control Level for the bucket'}, 'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}, 'cors_enabled': {'type': 'boolean', 'description': 'Whether CORS is enabled for the bucket'}}, 'additionalProperties': False}}, {'name': 'list_object_storage_objects', 'description': 'List objects in an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_object_storage_bucket_certificate', 'description': 'Get SSL/TLS certificate for an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}}, 'additionalProperties': False}}, {'name': 'upload_object_storage_bucket_certificate', 'description': 'Upload SSL/TLS certificate for an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket', 'certificate', 'private_key'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}, 'certificate': {'type': 'string', 'description': "The SSL/TLS certificate in PEM format. Must be a valid certificate that matches the bucket's domain."}, 'private_key': {'type': 'string', 'description': 'The private key for the certificate in PEM format. Must be the corresponding private key for the certificate.'}}, 'additionalProperties': False}}, {'name': 'delete_object_storage_bucket_certificate', 'description': 'Delete SSL/TLS certificate for an Object Storage bucket', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster', 'bucket'], 'properties': {'bucket': {'type': 'string', 'description': 'The name of the bucket'}, 'cluster': {'type': 'string', 'description': 'The cluster where the bucket is located'}}, 'additionalProperties': False}}, {'name': 'list_object_storage_keys', 'description': 'Get a list of all Object Storage keys', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_object_storage_key', 'description': 'Get details for a specific Object Storage key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Object Storage key'}}, 'additionalProperties': False}}, {'name': 'create_object_storage_key', 'description': 'Create a new Object Storage key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label'], 'properties': {'label': {'type': 'string', 'description': 'The label for the Object Storage key. Used for identification and must be unique.'}, 'bucket_access': {'type': 'array', 'items': {'type': 'object', 'required': ['cluster', 'bucket_name', 'permissions'], 'properties': {'cluster': {'type': 'string', 'description': 'The cluster of the bucket. Must be a valid cluster ID from List Clusters.'}, 'bucket_name': {'type': 'string', 'description': 'The name of the bucket. Must be an existing bucket in the specified cluster.'}, 'permissions': {'enum': ['read_only', 'read_write'], 'type': 'string', 'description': 'The permissions for this bucket. read_only allows GET operations only, read_write allows all operations.'}}, 'additionalProperties': False}, 'description': 'Bucket access configuration for this key. When specified, the key will only have access to the listed buckets with the specified permissions. If not specified, the key will have full access to all buckets.'}}, 'additionalProperties': False}}, {'name': 'update_object_storage_key', 'description': 'Update an Object Storage key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Object Storage key'}, 'label': {'type': 'string', 'description': 'The new label for the Object Storage key'}, 'bucket_access': {'type': 'array', 'items': {'type': 'object', 'required': ['cluster', 'bucket_name', 'permissions'], 'properties': {'cluster': {'type': 'string', 'description': 'The cluster of the bucket'}, 'bucket_name': {'type': 'string', 'description': 'The name of the bucket'}, 'permissions': {'enum': ['read_only', 'read_write'], 'type': 'string', 'description': 'The permissions for this bucket'}}, 'additionalProperties': False}, 'description': 'Updated bucket access configuration for this key'}}, 'additionalProperties': False}}, {'name': 'delete_object_storage_key', 'description': 'Delete an Object Storage key', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Object Storage key'}}, 'additionalProperties': False}}, {'name': 'get_object_storage_default_bucket_access', 'description': 'Get default bucket access configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'update_object_storage_default_bucket_access', 'description': 'Update default bucket access configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'acl': {'enum': ['private', 'public-read', 'authenticated-read', 'public-read-write'], 'type': 'string', 'description': 'The Access Control Level for the bucket'}, 'cors_enabled': {'type': 'boolean', 'description': 'Whether CORS is enabled for the bucket'}}, 'additionalProperties': False}}, {'name': 'cancel_object_storage', 'description': 'Cancel Object Storage service', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_domains', 'description': 'Get a list of all domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_domain', 'description': 'Get details for a specific domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the domain'}}, 'additionalProperties': False}}, {'name': 'create_domain', 'description': 'Create a new domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain', 'type'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'enum': ['master', 'slave'], 'type': 'string', 'description': 'The type of domain (master or slave)'}, 'domain': {'type': 'string', 'description': 'The domain name. For example: example.com'}, 'ttl_sec': {'type': 'number', 'description': 'Time to Live (TTL) for the domain, in seconds'}, 'axfr_ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The list of IPs allowed to AXFR the entire domain'}, 'retry_sec': {'type': 'number', 'description': 'The retry interval for the domain, in seconds'}, 'soa_email': {'type': 'string', 'description': 'Start of Authority (SOA) email address. Required for master domains.'}, 'expire_sec': {'type': 'number', 'description': 'The expiry time for the domain, in seconds'}, 'master_ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The IP addresses of the master DNS servers. Required for slave domains.'}, 'description': {'type': 'string', 'description': 'A description for this domain'}, 'refresh_sec': {'type': 'number', 'description': 'The refresh interval for the domain, in seconds'}}, 'additionalProperties': False}}, {'name': 'update_domain', 'description': 'Update an existing domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the domain'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'enum': ['master', 'slave'], 'type': 'string', 'description': 'The type of domain (master or slave)'}, 'domain': {'type': 'string', 'description': 'The domain name'}, 'status': {'enum': ['active', 'disabled', 'edit_mode', 'has_errors'], 'type': 'string', 'description': 'The status of the domain'}, 'ttl_sec': {'type': 'number', 'description': 'Time to Live (TTL) for the domain, in seconds'}, 'axfr_ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The list of IPs allowed to AXFR the entire domain'}, 'retry_sec': {'type': 'number', 'description': 'The retry interval for the domain, in seconds'}, 'soa_email': {'type': 'string', 'description': 'Start of Authority (SOA) email address'}, 'expire_sec': {'type': 'number', 'description': 'The expiry time for the domain, in seconds'}, 'master_ips': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The IP addresses of the master DNS servers'}, 'description': {'type': 'string', 'description': 'A description for this domain'}, 'refresh_sec': {'type': 'number', 'description': 'The refresh interval for the domain, in seconds'}}, 'additionalProperties': False}}, {'name': 'delete_domain', 'description': 'Delete a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the domain'}}, 'additionalProperties': False}}, {'name': 'list_domain_records', 'description': 'Get a list of all records for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the domain'}, 'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_domain_record', 'description': 'Get details for a specific domain record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domainId', 'recordId'], 'properties': {'domainId': {'type': 'number', 'description': 'The ID of the domain'}, 'recordId': {'type': 'number', 'description': 'The ID of the record'}}, 'additionalProperties': False}}, {'name': 'create_domain_record', 'description': 'Create a new domain record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domainId', 'name', 'target', 'type'], 'properties': {'tag': {'type': 'string', 'description': 'The tag for CAA records'}, 'name': {'type': 'string', 'description': 'The name of this record, relative to the domain (e.g., "www" for www.example.com)'}, 'port': {'type': 'number', 'description': 'The port this record points to (required for SRV records)'}, 'type': {'type': 'string', 'description': 'The type of record (A, AAAA, CAA, CNAME, MX, NS, SRV, TXT)'}, 'target': {'type': 'string', 'description': 'The target for this record (e.g., the IP address for an A record)'}, 'weight': {'type': 'number', 'description': 'The weight for this record (required for SRV records)'}, 'service': {'type': 'string', 'description': 'The service this record identifies (required for SRV records)'}, 'ttl_sec': {'type': 'number', 'description': 'Time to Live (TTL) for this record, in seconds'}, 'domainId': {'type': 'number', 'description': 'The ID of the domain'}, 'priority': {'type': 'number', 'description': 'The priority of this record (required for MX and SRV records)'}, 'protocol': {'type': 'string', 'description': 'The protocol this record uses (required for SRV records)'}}, 'additionalProperties': False}}, {'name': 'update_domain_record', 'description': 'Update an existing domain record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domainId', 'recordId'], 'properties': {'tag': {'type': 'string', 'description': 'The tag for CAA records'}, 'name': {'type': 'string', 'description': 'The name of this record, relative to the domain'}, 'port': {'type': 'number', 'description': 'The port this record points to'}, 'target': {'type': 'string', 'description': 'The target for this record'}, 'weight': {'type': 'number', 'description': 'The weight for this record'}, 'service': {'type': 'string', 'description': 'The service this record identifies'}, 'ttl_sec': {'type': 'number', 'description': 'Time to Live (TTL) for this record, in seconds'}, 'domainId': {'type': 'number', 'description': 'The ID of the domain'}, 'priority': {'type': 'number', 'description': 'The priority of this record'}, 'protocol': {'type': 'string', 'description': 'The protocol this record uses'}, 'recordId': {'type': 'number', 'description': 'The ID of the record'}}, 'additionalProperties': False}}, {'name': 'delete_domain_record', 'description': 'Delete a domain record', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domainId', 'recordId'], 'properties': {'domainId': {'type': 'number', 'description': 'The ID of the domain'}, 'recordId': {'type': 'number', 'description': 'The ID of the record'}}, 'additionalProperties': False}}, {'name': 'import_domain_zone', 'description': 'Import a domain zone from a remote nameserver', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain', 'remote_nameserver'], 'properties': {'domain': {'type': 'string', 'description': 'The domain name to import (e.g., example.com)'}, 'remote_nameserver': {'type': 'string', 'description': 'The remote nameserver that contains the zone to import'}}, 'additionalProperties': False}}, {'name': 'clone_domain', 'description': 'Clone an existing domain to a new domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'domain'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the source domain to clone'}, 'domain': {'type': 'string', 'description': 'The new domain name (e.g., clone-example.com)'}}, 'additionalProperties': False}}, {'name': 'list_database_engines', 'description': 'Get a list of all available database engines', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_database_engine', 'description': 'Get details for a specific database engine', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['engineId'], 'properties': {'engineId': {'type': 'string', 'description': 'The ID of the database engine'}}, 'additionalProperties': False}}, {'name': 'list_database_types', 'description': 'Get a list of all available database types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_database_type', 'description': 'Get details for a specific database type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['typeId'], 'properties': {'typeId': {'type': 'string', 'description': 'The ID of the database type'}}, 'additionalProperties': False}}, {'name': 'list_database_instances', 'description': 'Get a list of all database instances', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'list_mysql_instances', 'description': 'Get a list of all MySQL database instances', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_mysql_instance', 'description': 'Get details for a specific MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'create_mysql_instance', 'description': 'Create a new MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'region', 'type', 'engine'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'type': 'string', 'description': 'The Linode database instance type that determines RAM, CPU, and storage allocations'}, 'label': {'type': 'string', 'description': 'A label for easy identification of the MySQL database instance'}, 'engine': {'type': 'string', 'description': 'The MySQL engine type and version to use'}, 'region': {'type': 'string', 'description': 'The region where the MySQL database will be deployed'}, 'updates': {'type': 'object', 'required': ['day_of_week', 'duration', 'frequency', 'hour_of_day'], 'properties': {'duration': {'type': 'number', 'description': 'The maximum maintenance window in hours'}, 'frequency': {'enum': ['weekly', 'monthly'], 'type': 'string', 'description': 'How frequently the maintenance is performed'}, 'day_of_week': {'type': 'number', 'maximum': 6, 'minimum': 0, 'description': 'The day of the week when updates should be applied (0-6, where 0 is Sunday)'}, 'hour_of_day': {'type': 'number', 'maximum': 23, 'minimum': 0, 'description': 'The hour of the day when the maintenance window starts (0-23)'}, 'week_of_month': {'type': 'number', 'maximum': 4, 'minimum': 1, 'description': 'The week of the month when updates should be applied (required for monthly frequency)'}}, 'description': 'MySQL database maintenance and update configuration', 'additionalProperties': False}, 'encrypted': {'type': 'boolean', 'description': 'Whether the MySQL database disks are encrypted'}, 'allow_list': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of IP addresses that can access the database instance (CIDR notation)'}, 'cluster_size': {'type': 'number', 'description': 'The number of nodes in the MySQL database cluster (1-3)'}, 'ssl_connection': {'type': 'boolean', 'description': 'Whether SSL/TLS connections to the MySQL database are enforced'}}, 'additionalProperties': False}}, {'name': 'update_mysql_instance', 'description': 'Update an existing MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'A label for easy identification of the MySQL database instance'}, 'updates': {'type': 'object', 'properties': {'duration': {'type': 'number', 'description': 'The maximum maintenance window in hours'}, 'frequency': {'enum': ['weekly', 'monthly'], 'type': 'string', 'description': 'How frequently the maintenance is performed'}, 'day_of_week': {'type': 'number', 'maximum': 6, 'minimum': 0, 'description': 'The day of the week when updates should be applied (0-6, where 0 is Sunday)'}, 'hour_of_day': {'type': 'number', 'maximum': 23, 'minimum': 0, 'description': 'The hour of the day when the maintenance window starts (0-23)'}, 'week_of_month': {'type': 'number', 'maximum': 4, 'minimum': 1, 'description': 'The week of the month when updates should be applied (required for monthly frequency)'}}, 'description': 'MySQL database maintenance and update configuration', 'additionalProperties': False}, 'allow_list': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of IP addresses that can access the database instance (CIDR notation)'}, 'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'delete_mysql_instance', 'description': 'Delete a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'get_mysql_credentials', 'description': 'Get credentials for a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'reset_mysql_credentials', 'description': 'Reset credentials for a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'get_mysql_ssl_certificate', 'description': 'Get the SSL certificate for a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'patch_mysql_instance', 'description': 'Apply the latest updates to a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'suspend_mysql_instance', 'description': 'Suspend a MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'resume_mysql_instance', 'description': 'Resume a suspended MySQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the MySQL database instance'}}, 'additionalProperties': False}}, {'name': 'list_postgresql_instances', 'description': 'Get a list of all PostgreSQL database instances', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_postgresql_instance', 'description': 'Get details for a specific PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'create_postgresql_instance', 'description': 'Create a new PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'region', 'type', 'engine'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'type': 'string', 'description': 'The Linode database instance type that determines RAM, CPU, and storage allocations'}, 'label': {'type': 'string', 'description': 'A label for easy identification of the PostgreSQL database instance'}, 'engine': {'type': 'string', 'description': 'The PostgreSQL engine type and version to use'}, 'region': {'type': 'string', 'description': 'The region where the PostgreSQL database will be deployed'}, 'updates': {'type': 'object', 'required': ['day_of_week', 'duration', 'frequency', 'hour_of_day'], 'properties': {'duration': {'type': 'number', 'description': 'The maximum maintenance window in hours'}, 'frequency': {'enum': ['weekly', 'monthly'], 'type': 'string', 'description': 'How frequently the maintenance is performed'}, 'day_of_week': {'type': 'number', 'maximum': 6, 'minimum': 0, 'description': 'The day of the week when updates should be applied (0-6, where 0 is Sunday)'}, 'hour_of_day': {'type': 'number', 'maximum': 23, 'minimum': 0, 'description': 'The hour of the day when the maintenance window starts (0-23)'}, 'week_of_month': {'type': 'number', 'maximum': 4, 'minimum': 1, 'description': 'The week of the month when updates should be applied (required for monthly frequency)'}}, 'description': 'PostgreSQL database maintenance and update configuration', 'additionalProperties': False}, 'encrypted': {'type': 'boolean', 'description': 'Whether the PostgreSQL database disks are encrypted'}, 'allow_list': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of IP addresses that can access the database instance (CIDR notation)'}, 'cluster_size': {'type': 'number', 'description': 'The number of nodes in the PostgreSQL database cluster (1-3)'}, 'ssl_connection': {'type': 'boolean', 'description': 'Whether SSL/TLS connections to the PostgreSQL database are enforced'}}, 'additionalProperties': False}}, {'name': 'update_postgresql_instance', 'description': 'Update an existing PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'A label for easy identification of the PostgreSQL database instance'}, 'updates': {'type': 'object', 'properties': {'duration': {'type': 'number', 'description': 'The maximum maintenance window in hours'}, 'frequency': {'enum': ['weekly', 'monthly'], 'type': 'string', 'description': 'How frequently the maintenance is performed'}, 'day_of_week': {'type': 'number', 'maximum': 6, 'minimum': 0, 'description': 'The day of the week when updates should be applied (0-6, where 0 is Sunday)'}, 'hour_of_day': {'type': 'number', 'maximum': 23, 'minimum': 0, 'description': 'The hour of the day when the maintenance window starts (0-23)'}, 'week_of_month': {'type': 'number', 'maximum': 4, 'minimum': 1, 'description': 'The week of the month when updates should be applied (required for monthly frequency)'}}, 'description': 'PostgreSQL database maintenance and update configuration', 'additionalProperties': False}, 'allow_list': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of IP addresses that can access the database instance (CIDR notation)'}, 'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'delete_postgresql_instance', 'description': 'Delete a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'get_postgresql_credentials', 'description': 'Get credentials for a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'reset_postgresql_credentials', 'description': 'Reset credentials for a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'get_postgresql_ssl_certificate', 'description': 'Get the SSL certificate for a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'patch_postgresql_instance', 'description': 'Apply the latest updates to a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'suspend_postgresql_instance', 'description': 'Suspend a PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'resume_postgresql_instance', 'description': 'Resume a suspended PostgreSQL database instance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['instanceId'], 'properties': {'instanceId': {'type': 'number', 'description': 'The ID of the PostgreSQL database instance'}}, 'additionalProperties': False}}, {'name': 'list_kubernetes_clusters', 'description': 'List all Kubernetes clusters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'minimum': 1, 'description': 'Page number to fetch'}, 'page_size': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Number of items per page'}}, 'additionalProperties': False}}, {'name': 'get_kubernetes_cluster', 'description': 'Get details for a specific Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'create_kubernetes_cluster', 'description': 'Create a new Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['label', 'region', 'k8s_version', 'node_pools'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'A unique label for the cluster (1-32 alphanumeric characters, hyphen, and underscore)'}, 'region': {'type': 'string', 'description': 'The region where the Kubernetes cluster will be deployed'}, 'node_pools': {'type': 'array', 'items': {'type': 'object', 'required': ['type', 'count'], 'properties': {'tags': {'$ref': '#/properties/tags'}, 'type': {'type': 'string', 'description': 'The Linode Type ID for nodes in this pool'}, 'count': {'type': 'number', 'minimum': 1, 'description': 'The number of nodes in this pool'}, 'autoscaler': {'type': 'object', 'required': ['enabled'], 'properties': {'max': {'type': 'number', 'description': 'The maximum number of nodes to autoscale to'}, 'min': {'type': 'number', 'description': 'The minimum number of nodes to autoscale to'}, 'enabled': {'type': 'boolean', 'description': 'Whether autoscaling is enabled for this node pool'}}, 'description': 'Node pool autoscaler settings', 'additionalProperties': False}}, 'additionalProperties': False}, 'minItems': 1, 'description': 'An array of node pools for the cluster'}, 'k8s_version': {'type': 'string', 'description': 'The Kubernetes version to use for this cluster'}, 'control_plane': {'type': 'object', 'properties': {'high_availability': {'type': 'boolean', 'description': 'Whether High Availability is enabled for the control plane'}}, 'description': 'Control plane settings', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'update_kubernetes_cluster', 'description': 'Update an existing Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}, 'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'label': {'type': 'string', 'description': 'A unique label for the cluster'}, 'k8s_version': {'type': 'string', 'description': 'The Kubernetes version to upgrade to'}, 'control_plane': {'type': 'object', 'properties': {'high_availability': {'type': 'boolean', 'description': 'Whether High Availability is enabled for the control plane'}}, 'description': 'Control plane settings', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete_kubernetes_cluster', 'description': 'Delete a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'list_kubernetes_node_pools', 'description': 'List all node pools in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId'], 'properties': {'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'get_kubernetes_node_pool', 'description': 'Get details for a specific node pool in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'poolId'], 'properties': {'poolId': {'type': 'number', 'description': 'The ID of the node pool'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'create_kubernetes_node_pool', 'description': 'Create a new node pool in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'type', 'count'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'type': {'type': 'string', 'description': 'The Linode Type ID for nodes in this pool'}, 'count': {'type': 'number', 'minimum': 1, 'description': 'The number of nodes in this pool'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}, 'autoscaler': {'type': 'object', 'required': ['enabled'], 'properties': {'max': {'type': 'number', 'description': 'The maximum number of nodes to autoscale to'}, 'min': {'type': 'number', 'description': 'The minimum number of nodes to autoscale to'}, 'enabled': {'type': 'boolean', 'description': 'Whether autoscaling is enabled for this node pool'}}, 'description': 'Node pool autoscaler settings', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'update_kubernetes_node_pool', 'description': 'Update an existing node pool in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'poolId'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string', 'maxLength': 50}, 'description': 'Array of user-defined tags for organization'}, 'count': {'type': 'number', 'description': 'The number of nodes in this pool'}, 'poolId': {'type': 'number', 'description': 'The ID of the node pool'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}, 'autoscaler': {'type': 'object', 'required': ['enabled'], 'properties': {'max': {'type': 'number', 'description': 'The maximum number of nodes to autoscale to'}, 'min': {'type': 'number', 'description': 'The minimum number of nodes to autoscale to'}, 'enabled': {'type': 'boolean', 'description': 'Whether autoscaling is enabled for this node pool'}}, 'description': 'Node pool autoscaler settings', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'delete_kubernetes_node_pool', 'description': 'Delete a node pool from a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'poolId'], 'properties': {'poolId': {'type': 'number', 'description': 'The ID of the node pool'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'recycle_kubernetes_nodes', 'description': 'Recycle specified nodes in a node pool', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'poolId', 'nodes'], 'properties': {'nodes': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of node IDs to recycle'}, 'poolId': {'type': 'number', 'description': 'The ID of the node pool'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'list_kubernetes_versions', 'description': 'List all available Kubernetes versions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_kubernetes_kubeconfig', 'description': 'Get the kubeconfig for a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'get_kubernetes_api_endpoints', 'description': 'Get the API endpoints for a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'recycle_kubernetes_cluster', 'description': 'Recycle all nodes in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'upgrade_kubernetes_cluster', 'description': 'Upgrade a Kubernetes cluster to the latest patch version', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'delete_kubernetes_node', 'description': 'Delete a node from a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'nodeId'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the node to delete'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'recycle_kubernetes_node', 'description': 'Recycle a node in a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId', 'nodeId'], 'properties': {'nodeId': {'type': 'string', 'description': 'The ID of the node to recycle'}, 'clusterId': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'get_kubernetes_dashboard_url', 'description': 'Get the dashboard URL for a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'delete_kubernetes_service_token', 'description': 'Delete the service token for a Kubernetes cluster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the Kubernetes cluster'}}, 'additionalProperties': False}}, {'name': 'get_kubernetes_version', 'description': 'Get details for a specific Kubernetes version', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['version'], 'properties': {'version': {'type': 'string', 'description': 'The Kubernetes version to get details for'}}, 'additionalProperties': False}}, {'name': 'list_kubernetes_types', 'description': 'List all available Kubernetes types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@hiromitsusasaki/raindrop-io-mcp-server | Raindrop.io Integration | Interact with your Raindrop.io bookmarks seamlessly. Create, search, and filter bookmarks using a simple interface that enhances your productivity. Leverage the power of LLMs to manage your bookmarks effortlessly. | 2025-03-12T09:01:02.921Z | 32 | https://smithery.ai/server/@hiromitsusasaki/raindrop-io-mcp-server | true | null | null | [{'name': 'create-bookmark', 'description': 'Create a new bookmark in Raindrop.io', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to bookmark'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags for the bookmark (optional)'}, 'title': {'type': 'string', 'description': 'Title for the bookmark (optional)'}, 'collection': {'type': 'number', 'description': 'Collection ID to save to (optional)'}}}}, {'name': 'search-bookmarks', 'description': 'Search through your Raindrop.io bookmarks', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number (0-based, optional)'}, 'sort': {'enum': ['-created', 'created', '-last_update', 'last_update', '-title', 'title', '-domain', 'domain'], 'type': 'string', 'description': 'Sort order (optional). Prefix with - for descending order.'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tags (optional)'}, 'word': {'type': 'boolean', 'description': 'Whether to match exact words only (optional)'}, 'query': {'type': 'string', 'description': 'Search query'}, 'perpage': {'type': 'number', 'description': 'Items per page (1-50, optional)'}, 'collection': {'type': 'number', 'description': 'Collection ID to search in (optional, 0 for all collections)'}}}}, {'name': 'list-collections', 'description': 'List all your Raindrop.io collections', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@InstantMCP/linkedinrealtimesearchserver | LinkedIn Ads Library Server | Search and retrieve LinkedIn ads effortlessly. Utilize powerful tools to find ads based on keywords, countries, and date ranges, or get detailed information about specific ads. Enhance your marketing insights with real-time access to LinkedIn advertising data. | 2025-04-08T21:23:58.630Z | 31 | https://smithery.ai/server/@InstantMCP/linkedinrealtimesearchserver | true | null | {
"scanPassed": true
} | [{'name': 'get_linkedin_profile', 'description': 'Get details of a specific LinkedIn user profile', 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'description': 'The URL of the LinkedIn profile'}, 'include_skills': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include skills in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_publications': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include publications in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_certifications': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include certifications in the profile details. Enabling this option will consume 0.5 more credits.'}}}}, {'name': 'get_profile_by_sales_nav_url', 'description': 'Get LinkedIn profile data using a Sales Navigator URL', 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'description': 'The URL of the LinkedIn Sales Navigator profile'}, 'include_honors': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include honors in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_skills': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include skills in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_courses': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include courses in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_patents': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include patents in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_projects': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include projects in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_volunteers': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include volunteer experience in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_publications': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include publications in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_organizations': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include organizations in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_certifications': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include certifications in the profile details. Enabling this option will consume 0.5 more credits.'}, 'include_profile_status': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include the profile status. Enabling this option will consume 0.5 more credits.'}, 'include_company_public_url': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include the public URL of the company associated with the profile. Free'}}}}, {'name': 'detect_activity_time', 'description': 'Get the time of the latest profile activity. Uses 2 credits per call.', 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'description': 'The URL of the LinkedIn profile'}}}}, {'name': 'google_full_profiles', 'description': 'Discover LinkedIn profiles via Google using details like job title, company, location, or keywords. Credit Cost: Base cost is 2 credits plus 1 credit per selected profile.', 'inputSchema': {'type': 'object', 'required': ['name', 'job_title'], 'properties': {'name': {'type': 'string', 'description': 'Full name of the person'}, 'limit': {'type': 'number', 'description': 'Maximum number of profiles to retrieve (default: 5)'}, 'keywords': {'type': 'string', 'description': 'Keywords to refine the search'}, 'location': {'type': 'string', 'description': 'Location of the person'}, 'job_title': {'type': 'string', 'description': 'Job title of the person'}, 'company_name': {'type': 'string', 'description': 'Name of the company'}}}}, {'name': 'get_company_by_linkedin_url', 'description': "Retrieve valuable data points using a company's LinkedIn URL. Costs 1 credit per call.", 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'description': 'The LinkedIn URL of the company'}}}}, {'name': 'get_company_by_domain', 'description': 'Find a company on LinkedIn using its web domain. Costs 1 credit per call.', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'The web domain of the company (e.g., apple.com)'}}}}, {'name': 'get_company_by_id', 'description': "Retrieve valuable data points using a company's LinkedIn internal ID. Costs 1 credit per call.", 'inputSchema': {'type': 'object', 'required': ['company_id'], 'properties': {'company_id': {'type': 'string', 'description': 'The LinkedIn internal ID of the company'}}}}, {'name': 'get_company_insights', 'description': 'Get company insights from LinkedIn Sales Navigator. Costs 5 credits per call.', 'inputSchema': {'type': 'object', 'required': ['company_id'], 'properties': {'company_id': {'type': 'string', 'description': 'The LinkedIn internal ID of the company'}}}}, {'name': 'get_account_iq', 'description': 'Get company account IQ from LinkedIn Sales Navigator. Costs 5 credits per call.', 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'linkedin_url': {'type': 'string', 'description': 'The LinkedIn URL of the company'}}}}, {'name': 'find_custom_headcount', 'description': 'Discover the count of employees within a specific company who meet designated criteria. Costs 1 credit per call.', 'inputSchema': {'type': 'object', 'required': ['linkedin_url'], 'properties': {'keywords': {'type': 'string', 'description': 'Keywords to refine the search'}, 'linkedin_url': {'type': 'string', 'description': 'LinkedIn URL of the company'}, 'what_they_do': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of job function IDs for what employees do'}, 'where_they_live': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of location IDs where employees live'}, 'what_they_studied': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of field of study IDs that employees studied'}, 'where_they_studied': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of institution IDs where employees studied'}, 'include_subsidiaries': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether to include company subsidiaries in the search (default: true)'}, 'what_they_are_skilled_at': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of skill IDs that employees have'}}}}, {'name': 'get_company_jobs_count', 'description': 'Get the number of job openings a company has posted on LinkedIn. Costs 1 credit per call.', 'inputSchema': {'type': 'object', 'required': ['company_id'], 'properties': {'company_id': {'type': 'string', 'description': 'The LinkedIn internal ID of the company'}}}}, {'name': 'search_employees', 'description': 'Search for LinkedIn employees using Sales Navigator. This is a three-step process that starts with this endpoint. The search costs 50 credits to start, and retrieving each result costs 0.5 credits.', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return'}, 'keywords': {'type': 'string', 'description': 'Keywords to filter profiles (supports Boolean operators)'}, 'functions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of job functions'}, 'geo_codes': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of location codes to filter by location'}, 'title_keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of keywords to filter job titles'}, 'past_company_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of company IDs to filter past employers'}, 'geo_codes_exclude': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of location codes to exclude'}, 'current_company_ids': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of company IDs to filter current employers'}, 'title_keywords_exclude': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of keywords to exclude from job titles'}}}}, {'name': 'search_employees_by_sales_nav_url', 'description': 'Search for LinkedIn employees using a Sales Navigator URL. Works the same as regular employee search but uses an existing Sales Navigator search URL as input.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The LinkedIn Sales Navigator URL for searching employees'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return'}}}}, {'name': 'check_search_status', 'description': 'Check the status of a LinkedIn employee search using the request_id obtained from the Search Employees endpoint. This endpoint is free of charge.', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'The request ID obtained from the Search Employees or Search Employees by Sales Nav URL endpoint'}}}}, {'name': 'get_search_results', 'description': 'Get LinkedIn employee search results using the request_id from a completed search. Please ensure search is done before calling. Costs 0.5 credits per result.', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'page': {'type': 'number', 'description': 'The page number for paginated results. Maximum 100 results returned per page.'}, 'request_id': {'type': 'string', 'description': 'The request ID obtained from the Search Employees or Search Employees by Sales Nav URL endpoint'}}}}, {'name': 'search_companies', 'description': 'Search for LinkedIn companies using Sales Navigator. This is a three-step process that starts with this endpoint. The search costs 25 credits to start, and retrieving each result costs 0.3 credits.', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return'}, 'keywords': {'type': 'string', 'description': 'Keywords to search for'}, 'annual_revenue': {'type': 'object', 'properties': {'max': {'type': 'number'}, 'min': {'type': 'number'}, 'currency': {'type': 'string'}}, 'description': 'Annual revenue range for the company'}, 'industry_codes': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of industry codes'}, 'technologies_used': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of technologies used by the company'}, 'company_headcounts': {'type': 'array', 'items': {'type': 'string'}, 'description': "Array of employee count ranges (e.g., '1001-5000')"}, 'hiring_on_linkedin': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Whether the company is hiring on LinkedIn'}, 'headquarters_location': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Array of location codes for company headquarters'}, 'company_headcount_growth': {'type': 'object', 'properties': {'max': {'type': 'number'}, 'min': {'type': 'number'}}, 'description': 'Employee headcount growth range percentage'}}}}, {'name': 'search_companies_by_sales_nav_url', 'description': 'Search for LinkedIn companies using a Sales Navigator URL. Works the same as regular company search but uses an existing Sales Navigator search URL as input.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The LinkedIn Sales Navigator URL for searching companies'}, 'limit': {'type': 'number', 'description': 'Maximum number of results to return'}}}}, {'name': 'check_company_search_status', 'description': 'Check the status of a LinkedIn company search using the request_id obtained from the Search Companies endpoint. This endpoint is free of charge.', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'The request ID obtained from the Search Companies or Search Companies by Sales Nav URL endpoint'}}}}, {'name': 'get_companies_search_results', 'description': 'Get LinkedIn company search results using the request_id from a completed search. Please ensure search is done before calling. Costs 0.3 credits per result.', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'page': {'type': 'number', 'description': 'The page number for paginated results. Maximum 100 results returned per page.'}, 'request_id': {'type': 'string', 'description': 'The request ID obtained from the Search Companies or Search Companies by Sales Nav URL endpoint'}}}}] |
@NosytLabs/kickmcp | Kick MCP Server | Integrate seamlessly with Kick's streaming platform. Leverage secure, real-time communication and advanced monitoring to enhance your applications. Experience enterprise-grade security and performance optimizations for a robust API interaction. | 2025-04-13T04:39:25.005Z | 31 | https://smithery.ai/server/@NosytLabs/kickmcp | true | null | [{'name': 'getOAuthUrl', 'description': 'Get OAuth authorization URL', 'inputSchema': {'type': 'object', 'required': ['client_id', 'redirect_uri', 'scope'], 'properties': {'scope': {'type': 'string', 'description': 'Scope (e.g., user:read channel:read chat:write)'}, 'state': {'type': 'string', 'description': 'Random string to maintain state between request and callback'}, 'client_id': {'type': 'string', 'description': 'Client ID'}, 'redirect_uri': {'type': 'string', 'description': 'Redirect URI'}, 'code_challenge': {'type': 'string', 'description': 'PKCE code challenge'}, 'code_challenge_method': {'type': 'string', 'description': 'Code challenge method (S256 recommended)'}}}}, {'name': 'getAccessToken', 'description': 'Exchange code for token', 'inputSchema': {'type': 'object', 'required': ['client_id', 'client_secret', 'code', 'redirect_uri'], 'properties': {'code': {'type': 'string', 'description': 'Authorization code'}, 'client_id': {'type': 'string', 'description': 'Client ID'}, 'redirect_uri': {'type': 'string', 'description': 'Redirect URI (must match the one used in authorization)'}, 'client_secret': {'type': 'string', 'description': 'Client Secret'}, 'code_verifier': {'type': 'string', 'description': 'PKCE code verifier to validate the code challenge'}}}}, {'name': 'refreshAccessToken', 'description': 'Refresh expired token', 'inputSchema': {'type': 'object', 'required': ['client_id', 'client_secret', 'refresh_token'], 'properties': {'client_id': {'type': 'string', 'description': 'Client ID'}, 'client_secret': {'type': 'string', 'description': 'Client Secret'}, 'refresh_token': {'type': 'string', 'description': 'Refresh token'}}}}, {'name': 'validateToken', 'description': 'Validate access token', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'revokeToken', 'description': 'Revoke access token', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserProfile', 'description': 'Get user profile', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'updateUserProfile', 'description': 'Update user profile', 'inputSchema': {'type': 'object', 'required': ['access_token', 'data'], 'properties': {'data': {'type': 'object', 'description': 'Profile data to update'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserSubscriptions', 'description': 'Get user subscriptions', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserEmotes', 'description': 'Get user emotes', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserBadges', 'description': 'Get user badges', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserFollows', 'description': 'Get followed channels', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserBlockedUsers', 'description': 'Get blocked users', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserClips', 'description': 'Get user clips', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserVideos', 'description': 'Get user videos', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserHighlights', 'description': 'Get user highlights', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserScheduledStreams', 'description': 'Get scheduled streams', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserNotifications', 'description': 'Get notifications', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserWallet', 'description': 'Get wallet info', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getUserGifts', 'description': 'Get gift history', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChatMessages', 'description': 'Get chat messages', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'sendChatMessage', 'description': 'Send chat message', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'message'], 'properties': {'message': {'type': 'string', 'description': 'Message text'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChatSettings', 'description': 'Get chat settings', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'banUser', 'description': 'Ban user from chat', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'user_id'], 'properties': {'user_id': {'type': 'string', 'description': 'User ID to ban'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'unbanUser', 'description': 'Unban user from chat', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'user_id'], 'properties': {'user_id': {'type': 'string', 'description': 'User ID to unban'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'timeoutUser', 'description': 'Timeout user', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'user_id', 'duration'], 'properties': {'user_id': {'type': 'string', 'description': 'User ID to timeout'}, 'duration': {'type': 'integer', 'description': 'Timeout duration in seconds'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'deleteMessage', 'description': 'Delete chat message', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'message_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'message_id': {'type': 'string', 'description': 'Message ID to delete'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'clearChat', 'description': 'Clear all chat messages', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChatUserInfo', 'description': 'Get chat user info', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'user_id'], 'properties': {'user_id': {'type': 'string', 'description': 'User ID'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelInfo', 'description': 'Get channel information', 'inputSchema': {'type': 'object', 'required': ['channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}}}}, {'name': 'getChannelFollowers', 'description': 'Get channel followers', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelSubscribers', 'description': 'Get channel subscribers', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelEmotes', 'description': 'Get channel emotes', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelBadges', 'description': 'Get channel badges', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelModerators', 'description': 'Get channel moderators', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelBans', 'description': 'Get channel banned users', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelVips', 'description': 'Get channel VIP users', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelClips', 'description': 'Get channel clips', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelVideos', 'description': 'Get channel videos', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelHighlights', 'description': 'Get channel highlights', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelScheduledStreams', 'description': 'Get channel scheduled streams', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelChatRules', 'description': 'Get channel chat rules', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelChatCommands', 'description': 'Get channel chat commands', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelCategories', 'description': 'Get channel categories', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelTags', 'description': 'Get channel tags', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelGifts', 'description': 'Get channel gift history', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelRaids', 'description': 'Get channel raid history', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelHosts', 'description': 'Get channel host history', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getLivestreams', 'description': 'Get list of current livestreams', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'getLivestreamBySlug', 'description': 'Get livestream by slug', 'inputSchema': {'type': 'object', 'required': ['slug'], 'properties': {'slug': {'type': 'string', 'description': 'Stream slug'}}}}, {'name': 'startStream', 'description': 'Start streaming', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'endStream', 'description': 'End stream', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'updateStreamInfo', 'description': 'Update stream info', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'data'], 'properties': {'data': {'type': 'object', 'description': 'Stream info data'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'updateStreamSettings', 'description': 'Update stream settings', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'data'], 'properties': {'data': {'type': 'object', 'description': 'Stream settings data'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getStreamInfo', 'description': 'Get stream information', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getStreamViewers', 'description': 'Get stream viewers', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getStreamCategories', 'description': 'Get stream categories', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getStreamTags', 'description': 'Get stream tags', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getStreamStats', 'description': 'Get stream statistics', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'createPoll', 'description': 'Create poll', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'title', 'options', 'duration'], 'properties': {'title': {'type': 'string', 'description': 'Poll title'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Poll options'}, 'duration': {'type': 'integer', 'description': 'Poll duration in seconds'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'endPoll', 'description': 'End active poll', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'poll_id'], 'properties': {'poll_id': {'type': 'string', 'description': 'Poll ID'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'createPrediction', 'description': 'Create prediction', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'title', 'options', 'duration'], 'properties': {'title': {'type': 'string', 'description': 'Prediction title'}, 'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Prediction outcomes'}, 'duration': {'type': 'integer', 'description': 'Prediction duration in seconds'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'endPrediction', 'description': 'End prediction', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'prediction_id', 'winning_outcome_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}, 'prediction_id': {'type': 'string', 'description': 'Prediction ID'}, 'winning_outcome_id': {'type': 'string', 'description': 'Winning outcome ID'}}}}, {'name': 'createMarker', 'description': 'Create stream marker', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'description'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'description': {'type': 'string', 'description': 'Marker description'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'createWebhook', 'description': 'Create webhook', 'inputSchema': {'type': 'object', 'required': ['access_token', 'url', 'events'], 'properties': {'url': {'type': 'string', 'description': 'Webhook URL'}, 'events': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Event types to subscribe to'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'deleteWebhook', 'description': 'Delete webhook', 'inputSchema': {'type': 'object', 'required': ['access_token', 'webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'description': 'Webhook ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'listWebhooks', 'description': 'List webhooks', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getWebhookEvents', 'description': 'Get available webhook events', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'verifyWebhookSignature', 'description': 'Verify webhook signature', 'inputSchema': {'type': 'object', 'required': ['signature', 'message_id', 'timestamp', 'body'], 'properties': {'body': {'type': 'string', 'description': 'Body content'}, 'signature': {'type': 'string', 'description': 'Signature to verify'}, 'timestamp': {'type': 'string', 'description': 'Timestamp'}, 'message_id': {'type': 'string', 'description': 'Message ID'}}}}, {'name': 'getPublicKey', 'description': 'Get public key for signature verification', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'getWebhookPayloads', 'description': 'Get example webhook payloads', 'inputSchema': {'type': 'object', 'required': ['access_token', 'event_type'], 'properties': {'event_type': {'type': 'string', 'description': 'Event type'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'retryWebhook', 'description': 'Retry failed webhook', 'inputSchema': {'type': 'object', 'required': ['access_token', 'webhook_id', 'message_id'], 'properties': {'message_id': {'type': 'string', 'description': 'Message ID'}, 'webhook_id': {'type': 'string', 'description': 'Webhook ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'checkWebhookSubscriptionStatus', 'description': 'Check webhook subscription status', 'inputSchema': {'type': 'object', 'required': ['access_token', 'webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'description': 'Webhook ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'searchChannels', 'description': 'Search channels', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'searchStreams', 'description': 'Search streams', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'searchUsers', 'description': 'Search users', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'searchCategories', 'description': 'Search categories', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'getCategories', 'description': 'Get categories', 'inputSchema': {'type': 'object', 'required': ['access_token'], 'properties': {'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getCategory', 'description': 'Get category', 'inputSchema': {'type': 'object', 'required': ['access_token', 'category_id'], 'properties': {'category_id': {'type': 'string', 'description': 'Category ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getCategoryStreams', 'description': 'Get category streams', 'inputSchema': {'type': 'object', 'required': ['access_token', 'category_id'], 'properties': {'category_id': {'type': 'string', 'description': 'Category ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getTopStreams', 'description': 'Get top streams', 'inputSchema': {'type': 'object', 'required': ['access_token', 'category_id'], 'properties': {'category_id': {'type': 'string', 'description': 'Category ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getRecommendedStreams', 'description': 'Get recommended streams', 'inputSchema': {'type': 'object', 'required': ['access_token', 'category_id'], 'properties': {'category_id': {'type': 'string', 'description': 'Category ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getFollowedStreams', 'description': 'Get followed streams', 'inputSchema': {'type': 'object', 'required': ['access_token', 'category_id'], 'properties': {'category_id': {'type': 'string', 'description': 'Category ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'createClip', 'description': 'Create clip', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id', 'start_time', 'end_time'], 'properties': {'end_time': {'type': 'integer', 'description': 'Clip end time in seconds'}, 'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'start_time': {'type': 'integer', 'description': 'Clip start time in seconds'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getClip', 'description': 'Get clip', 'inputSchema': {'type': 'object', 'required': ['access_token', 'clip_id'], 'properties': {'clip_id': {'type': 'string', 'description': 'Clip ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'deleteClip', 'description': 'Delete clip', 'inputSchema': {'type': 'object', 'required': ['access_token', 'clip_id'], 'properties': {'clip_id': {'type': 'string', 'description': 'Clip ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'updateClip', 'description': 'Update clip', 'inputSchema': {'type': 'object', 'required': ['access_token', 'clip_id', 'title', 'description'], 'properties': {'title': {'type': 'string', 'description': 'Clip title'}, 'clip_id': {'type': 'string', 'description': 'Clip ID'}, 'description': {'type': 'string', 'description': 'Clip description'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelBySlug', 'description': 'Get channel by slug', 'inputSchema': {'type': 'object', 'required': ['slug'], 'properties': {'slug': {'type': 'string', 'description': 'Channel slug'}}}}, {'name': 'getAppAccessToken', 'description': 'Get app access token', 'inputSchema': {'type': 'object', 'required': ['client_id', 'client_secret'], 'properties': {'client_id': {'type': 'string', 'description': 'Client ID'}, 'client_secret': {'type': 'string', 'description': 'Client Secret'}}}}, {'name': 'getChatSenderIdentity', 'description': 'Get chat sender identity', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getChannelSubscriptionStatus', 'description': 'Get channel subscription status', 'inputSchema': {'type': 'object', 'required': ['access_token', 'channel_id'], 'properties': {'channel_id': {'type': 'string', 'description': 'Channel ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'getWebhookSubscriptions', 'description': 'Get webhook subscriptions', 'inputSchema': {'type': 'object', 'required': ['access_token', 'webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'description': 'Webhook ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}}}}, {'name': 'updateWebhookSubscriptions', 'description': 'Update webhook subscriptions', 'inputSchema': {'type': 'object', 'required': ['access_token', 'webhook_id', 'subscriptions'], 'properties': {'webhook_id': {'type': 'string', 'description': 'Webhook ID'}, 'access_token': {'type': 'string', 'description': 'Access token'}, 'subscriptions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Webhook subscriptions'}}}}] |
|
@Laksh-star/mcp-server-tmdb | TMDB Server | This server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations. | 2024-12-19T15:53:14.678Z | 31 | https://smithery.ai/server/@Laksh-star/mcp-server-tmdb | true | null | {
"scanPassed": true
} | [{'name': 'search_movies', 'description': 'Search for movies by title or keywords', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query for movie titles'}}}}, {'name': 'get_recommendations', 'description': 'Get movie recommendations based on a movie ID', 'inputSchema': {'type': 'object', 'required': ['movieId'], 'properties': {'movieId': {'type': 'string', 'description': 'TMDB movie ID to get recommendations for'}}}}, {'name': 'get_trending', 'description': 'Get trending movies for a time window', 'inputSchema': {'type': 'object', 'required': ['timeWindow'], 'properties': {'timeWindow': {'enum': ['day', 'week'], 'type': 'string', 'description': 'Time window for trending movies'}}}}] |
@guilhermelirio/homeassistant-mpc | Home Assistant MCP | Connect your AI assistants with smart home devices seamlessly. Control and monitor your Home Assistant entities through a simple and efficient interface. Enhance your smart home experience by integrating AI capabilities into your automation workflows. | 2025-03-21T03:18:39.168Z | 31 | https://smithery.ai/server/@guilhermelirio/homeassistant-mpc | true | null | {
"scanPassed": true
} | [{'name': 'homeassistant_api', 'description': 'Verify if the Home Assistant API is online', 'inputSchema': {'type': 'object'}}, {'name': 'homeassistant_get_state', 'description': 'Get the state of a Home Assistant entity', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['entity_id'], 'properties': {'entity_id': {'type': 'string', 'description': 'The entity ID of the Home Assistant entity'}}, 'additionalProperties': False}}, {'name': 'homeassistant_call_service', 'description': 'Call a service of a Home Assistant entity', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['entity_id', 'domain', 'service'], 'properties': {'domain': {'type': 'string', 'description': 'The domain of the service'}, 'service': {'type': 'string', 'description': 'The service to call'}, 'entity_id': {'type': 'string', 'description': 'The entity ID of the Home Assistant entity'}}, 'additionalProperties': False}}] |
@faizan45640/google-classroom-mcp-server | Google Classroom MCP Server | Access your Google Classroom data seamlessly through AI assistants. Retrieve course details, assignments, and announcements effortlessly with a few commands. Enhance your educational experience by integrating classroom management into your AI interactions. | 2025-04-03T20:01:10.963Z | 31 | https://smithery.ai/server/@faizan45640/google-classroom-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'add', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number'}, 'b': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'courses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'course-details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['courseId'], 'properties': {'courseId': {'type': 'string', 'description': 'The ID of the course to get details for'}}, 'additionalProperties': False}}, {'name': 'assignments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['courseId'], 'properties': {'courseId': {'type': 'string', 'description': 'The ID of the course to get assignments for'}}, 'additionalProperties': False}}] |
@djyde/browser-mcp | Browser Extension and MCP Server | Interact with your browser seamlessly. Enhance your browsing experience by executing commands, modifying styles, and accessing your history directly from the MCP server. | 2025-04-05T15:01:07.648Z | 31 | https://smithery.ai/server/@djyde/browser-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_current_page_url', 'description': 'Get the URL from current browser browsing tab', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_current_page_markdown', 'description': 'Get the markdown from current browser browsing page', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'append_style', 'description': 'Append a css style to the current browser browsing page', 'inputSchema': {'type': 'object', 'properties': {'css_string': {'type': 'string', 'description': 'The css style to append to the current browser browsing page'}}}}, {'name': 'history_search', 'description': 'Search the browser history', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'A free-text query to the history service. Leave this empty to retrieve all pages.'}}}}] |
@JackKuo666/clinicaltrials-mcp-server | ClinicalTrials MCP Server | Enable AI assistants to search and access ClinicalTrials.gov data through a simple interface. Retrieve detailed clinical trial information and manage data efficiently to support health sciences research and analysis. | 2025-04-09T11:18:39.238Z | 30 | https://smithery.ai/server/@JackKuo666/clinicaltrials-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_clinical_trials_and_save_studies_to_csv', 'description': '\n Search for clinical trials using a search expression and save the results to a CSV file\n \n Args:\n search_expr: Search expression (e.g., "Coronavirus+COVID")\n max_studies: Maximum number of studies to return (default: 10)\n save_csv: Whether to save the results as a CSV file (default: False)\n filename: Name of the CSV file to save (default: search_results.csv)\n fields: List of fields to include (default: NCT Number, Conditions, Study Title, Brief Summary)\n \n Returns:\n String representation of the search results\n ', 'inputSchema': {'type': 'object', 'title': 'search_clinical_trials_and_save_studies_to_csvArguments', 'required': ['search_expr'], 'properties': {'fields': {'type': 'array', 'items': {}, 'title': 'Fields', 'default': None}, 'filename': {'type': 'string', 'title': 'Filename', 'default': 'corona_fields.csv'}, 'save_csv': {'type': 'boolean', 'title': 'Save Csv', 'default': True}, 'max_studies': {'type': 'integer', 'title': 'Max Studies', 'default': 10}, 'search_expr': {'type': 'string', 'title': 'Search Expr'}}}}, {'name': 'get_full_study_details', 'description': '\n Get detailed information about a specific clinical trial\n \n Args:\n nct_id: The NCT ID of the clinical trial\n \n Returns:\n String representation of the study details\n ', 'inputSchema': {'type': 'object', 'title': 'get_full_study_detailsArguments', 'required': ['nct_id'], 'properties': {'nct_id': {'type': 'string', 'title': 'Nct Id'}}}}, {'name': 'get_studies_by_keyword', 'description': '\n Get studies related to a specific keyword\n \n Args:\n keyword: Keyword to search for\n max_studies: Maximum number of studies to return (default: 20)\n save_csv: Whether to save the results as a CSV file (default: False)\n filename: Name of the CSV file to save (default: keyword_results.csv)\n \n Returns:\n String representation of the studies\n ', 'inputSchema': {'type': 'object', 'title': 'get_studies_by_keywordArguments', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'filename': {'type': 'string', 'title': 'Filename', 'default': None}, 'save_csv': {'type': 'boolean', 'title': 'Save Csv', 'default': True}, 'max_studies': {'type': 'integer', 'title': 'Max Studies', 'default': 20}}}}, {'name': 'get_study_statistics', 'description': '\n Get statistics about clinical trials\n \n Args:\n condition: Optional condition to filter by\n \n Returns:\n String representation of the statistics\n ', 'inputSchema': {'type': 'object', 'title': 'get_study_statisticsArguments', 'properties': {'condition': {'type': 'string', 'title': 'Condition', 'default': None}}}}, {'name': 'get_full_studies_and_save', 'description': '\n Get full studies data and save to CSV\n \n Args:\n search_expr: Search expression (e.g., "Coronavirus+COVID")\n max_studies: Maximum number of studies to return (default: 20)\n filename: Name of the CSV file to save (default: full_studies.csv)\n \n Returns:\n Message indicating the results were saved\n ', 'inputSchema': {'type': 'object', 'title': 'get_full_studies_and_saveArguments', 'required': ['search_expr'], 'properties': {'filename': {'type': 'string', 'title': 'Filename', 'default': 'full_studies.csv'}, 'max_studies': {'type': 'integer', 'title': 'Max Studies', 'default': 20}, 'search_expr': {'type': 'string', 'title': 'Search Expr'}}}}, {'name': 'load_csv_data', 'description': '\n Load and display data from a CSV file\n \n Args:\n filename: Name of the CSV file to load\n \n Returns:\n String representation of the CSV data\n ', 'inputSchema': {'type': 'object', 'title': 'load_csv_dataArguments', 'required': ['filename'], 'properties': {'filename': {'type': 'string', 'title': 'Filename'}}}}, {'name': 'list_saved_csv_files', 'description': '\n List all available CSV files in the current directory\n \n Returns:\n String representation of the available CSV files\n ', 'inputSchema': {'type': 'object', 'title': 'list_saved_csv_filesArguments', 'properties': {}}}] |
@yuna0x0/anilist-mcp | AniList MCP Server | Access and interact with anime and manga data seamlessly. Retrieve detailed information about your favorite shows, characters, and user profiles with ease. Enhance your LLM applications with rich anime and manga content from AniList. | 2025-03-20T19:00:20.434Z | 30 | https://smithery.ai/server/@yuna0x0/anilist-mcp | true | null | {
"scanPassed": true
} | [{'name': 'favourite_studio', 'description': '[Requires Login] Favourite or unfavourite a studio by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the studio to favourite/unfavourite'}}, 'additionalProperties': False}}, {'name': 'get_genres', 'description': 'Get all available genres on AniList', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_media_tags', 'description': 'Get all available media tags on AniList', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_site_statistics', 'description': 'Get AniList site statistics over the last seven days', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_studio', 'description': 'Get information about a studio by its AniList ID or name', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['studio'], 'properties': {'studio': {'type': ['string', 'number'], 'description': 'The studio ID or name'}}, 'additionalProperties': False}}, {'name': 'delete_activity', 'description': "[Requires Login] Delete the current authorized user's activity post", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList activity ID to delete'}}, 'additionalProperties': False}}, {'name': 'get_activity', 'description': 'Get a specific AniList activity by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['activityID'], 'properties': {'activityID': {'type': 'number', 'description': 'The AniList activity ID'}}, 'additionalProperties': False}}, {'name': 'get_user_activity', 'description': 'Fetch activities from a user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'The page number to display'}, 'user': {'type': 'number', 'description': "The user's AniList ID"}, 'perPage': {'type': 'number', 'default': 25, 'description': 'How many entries to display on one page (max 25)'}}, 'additionalProperties': False}}, {'name': 'post_message_activity', 'description': '[Requires Login] Post a new message activity or update an existing one', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text', 'recipientId', 'id'], 'properties': {'id': {'type': ['number', 'null'], 'description': 'AniList Activity ID (null to create new, number to update)'}, 'text': {'type': 'string', 'description': 'The activity message text'}, 'isPrivate': {'type': 'boolean', 'default': False, 'description': 'Set to true if it is a private message'}, 'recipientId': {'type': 'number', 'description': 'The target user to send the message to'}}, 'additionalProperties': False}}, {'name': 'post_text_activity', 'description': '[Requires Login] Post a new text activity or update an existing one', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text', 'id'], 'properties': {'id': {'type': ['number', 'null'], 'description': 'AniList Activity ID (null to create new, number to update)'}, 'text': {'type': 'string', 'description': 'The content of the activity'}}, 'additionalProperties': False}}, {'name': 'add_list_entry', 'description': "[Requires Login] Add an entry to the authorized user's list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'options'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the media entry to add'}, 'options': {'type': 'object', 'required': ['id', 'mediaId', 'status', 'score', 'scoreRaw', 'progress', 'progressVolumes', 'repeat', 'priority', 'private', 'notes', 'hiddenFromStatusLists', 'customLists', 'advancedScores', 'startedAt', 'completedAt'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the list entry'}, 'notes': {'type': 'string', 'description': 'Text notes about the media'}, 'score': {'type': 'number', 'description': 'The score given to the media'}, 'repeat': {'type': 'number', 'description': 'Amount of times the media has been repeated'}, 'status': {'enum': ['CURRENT', 'PLANNING', 'COMPLETED', 'DROPPED', 'PAUSED', 'REPEATING'], 'type': 'string', 'description': 'The status of the media on the list'}, 'mediaId': {'type': 'number', 'description': 'The ID of the media to add'}, 'private': {'type': 'boolean', 'description': 'Whether the entry should be private'}, 'priority': {'type': 'number', 'description': 'Priority level of the media'}, 'progress': {'type': 'number', 'description': 'The amount of episodes/chapters consumed'}, 'scoreRaw': {'type': 'number', 'description': 'The raw score in 100 point format'}, 'startedAt': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': 'number'}, 'year': {'type': 'number'}, 'month': {'type': 'number'}}, 'description': 'When the user started the media', 'additionalProperties': False}, 'completedAt': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': 'number'}, 'year': {'type': 'number'}, 'month': {'type': 'number'}}, 'description': 'When the user completed the media', 'additionalProperties': False}, 'customLists': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of custom list names for the media'}, 'advancedScores': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Advanced scores as an object'}, 'progressVolumes': {'type': 'number', 'description': 'The amount of volumes read (manga only)'}, 'hiddenFromStatusLists': {'type': 'boolean', 'description': 'Whether the entry should be hidden from non-custom lists'}}, 'description': 'Values to save with the entry', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_user_anime_list', 'description': "Get a user's anime list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': ['number', 'string'], 'description': 'Username or user ID'}}, 'additionalProperties': False}}, {'name': 'get_user_manga_list', 'description': "Get a user's manga list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': ['number', 'string'], 'description': 'Username or user ID'}}, 'additionalProperties': False}}, {'name': 'remove_list_entry', 'description': "[Requires Login] Remove an entry from the authorized user's list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList list ID of the entry to remove'}}, 'additionalProperties': False}}, {'name': 'update_list_entry', 'description': "[Requires Login] Update an entry on the authorized user's list", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id', 'options'], 'properties': {'id': {'type': 'number', 'description': 'The AniList list ID of the entry to edit'}, 'options': {'type': 'object', 'required': ['id', 'mediaId', 'status', 'score', 'scoreRaw', 'progress', 'progressVolumes', 'repeat', 'priority', 'private', 'notes', 'hiddenFromStatusLists', 'customLists', 'advancedScores', 'startedAt', 'completedAt'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the list entry'}, 'notes': {'type': 'string', 'description': 'Text notes about the media'}, 'score': {'type': 'number', 'description': 'The score given to the media'}, 'repeat': {'type': 'number', 'description': 'Amount of times the media has been repeated'}, 'status': {'enum': ['CURRENT', 'PLANNING', 'COMPLETED', 'DROPPED', 'PAUSED', 'REPEATING'], 'type': 'string', 'description': 'The status of the media on the list'}, 'mediaId': {'type': 'number', 'description': 'The ID of the media to add'}, 'private': {'type': 'boolean', 'description': 'Whether the entry should be private'}, 'priority': {'type': 'number', 'description': 'Priority level of the media'}, 'progress': {'type': 'number', 'description': 'The amount of episodes/chapters consumed'}, 'scoreRaw': {'type': 'number', 'description': 'The raw score in 100 point format'}, 'startedAt': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': 'number'}, 'year': {'type': 'number'}, 'month': {'type': 'number'}}, 'description': 'When the user started the media', 'additionalProperties': False}, 'completedAt': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': 'number'}, 'year': {'type': 'number'}, 'month': {'type': 'number'}}, 'description': 'When the user completed the media', 'additionalProperties': False}, 'customLists': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of custom list names for the media'}, 'advancedScores': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Advanced scores as an object'}, 'progressVolumes': {'type': 'number', 'description': 'The amount of volumes read (manga only)'}, 'hiddenFromStatusLists': {'type': 'boolean', 'description': 'Whether the entry should be hidden from non-custom lists'}}, 'description': 'Values to save with the entry', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_anime', 'description': 'Get detailed information about an anime by its AniList ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the anime'}}, 'additionalProperties': False}}, {'name': 'favourite_anime', 'description': '[Requires Login] Favourite or unfavourite an anime by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the anime to favourite/unfavourite'}}, 'additionalProperties': False}}, {'name': 'favourite_manga', 'description': '[Requires Login] Favourite or unfavourite a manga by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the manga to favourite/unfavourite'}}, 'additionalProperties': False}}, {'name': 'get_manga', 'description': 'Get detailed information about a manga by its AniList ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the manga'}}, 'additionalProperties': False}}, {'name': 'get_character', 'description': 'Get information about a character by their AniList ID or name', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': ['number', 'string'], 'description': 'The AniList ID of the character'}}, 'additionalProperties': False}}, {'name': 'favourite_character', 'description': '[Requires Login] Favourite or unfavourite a character by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the character to favourite/unfavourite'}}, 'additionalProperties': False}}, {'name': 'favourite_staff', 'description': '[Requires Login] Favourite or unfavourite a staff member by their ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the staff member to favourite/unfavourite'}}, 'additionalProperties': False}}, {'name': 'get_todays_birthday_characters', 'description': 'Get all characters whose birthday is today', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'What page in the search to target'}}, 'additionalProperties': False}}, {'name': 'get_todays_birthday_staff', 'description': 'Get all staff members whose birthday is today', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'What page in the search to target'}}, 'additionalProperties': False}}, {'name': 'get_staff', 'description': 'Get information about staff member by their AniList ID or name', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': ['number', 'string'], 'description': 'The AniList ID or name of the staff member'}}, 'additionalProperties': False}}, {'name': 'get_recommendation', 'description': 'Get an AniList recommendation by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recommendID'], 'properties': {'recommendID': {'type': 'number', 'description': 'The AniList recommendation ID'}}, 'additionalProperties': False}}, {'name': 'get_recommendations_for_media', 'description': 'Get AniList recommendations for a specific media', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mediaID'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Target a specific page number for recommendations'}, 'mediaID': {'type': 'number', 'description': 'The AniList media ID'}, 'perPage': {'type': 'number', 'default': 25, 'description': 'Limit the page amount (max 25 per AniList limits)'}}, 'additionalProperties': False}}, {'name': 'search_activity', 'description': 'Search for activities on AniList', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'filter': {'type': 'object', 'properties': {'id': {'type': 'number', 'description': 'The id of the activity'}, 'sort': {'type': 'array', 'items': {'enum': ['ID', 'ID_DESC'], 'type': 'string'}, 'description': 'Sort the query by the parameters given.'}, 'type': {'enum': ['TEXT', 'ANIME_LIST', 'MANGA_LIST', 'MESSAGE', 'MEDIA_LIST'], 'type': 'string', 'description': 'The type of activity'}, 'id_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Include any activities with the given IDs'}, 'id_not': {'type': 'number', 'description': 'Exclude an activity with the given ID'}, 'userId': {'type': 'number', 'description': 'The userID of the account with the activity'}, 'mediaId': {'type': 'number', 'description': 'The ID of the media'}, 'type_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/type'}, 'description': 'Include any activity with the given ActivityTypes'}, 'type_not': {'$ref': '#/properties/filter/properties/type', 'description': 'Exclude any activity with the same ActivityType'}, 'createdAt': {'type': 'number', 'description': 'The time at which the activity was created'}, 'id_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Excludes any activities with the given IDs'}, 'userId_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Includes any activity with the given userIDs'}, 'hasReplies': {'type': 'boolean', 'description': 'Filter by which activities have replies'}, 'mediaId_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Include any activity with the given media IDs'}, 'userId_not': {'type': 'number', 'description': 'Exclude any activity with the given userID'}, 'isFollowing': {'type': 'boolean', 'description': '[Requires Login] Filter users by who is following the authorized user'}, 'mediaId_not': {'type': 'number', 'description': 'Exclude any activity with the given media ID'}, 'messengerId': {'type': 'number', 'description': 'The ID of who sent the message'}, 'type_not_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/type'}, 'description': 'Exclude any activity with the given ActivityTypes'}, 'userId_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Exclude any activity with the given userIDs'}, 'mediaId_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Exclude any activity with the given media IDs'}, 'messengerId_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Include any activity with the given message sender IDs'}, 'messengerId_not': {'type': 'number', 'description': 'Exclude any activity with the given message sender ID'}, 'createdAt_lesser': {'type': 'number', 'description': 'Include any activity created at the given date or less recent'}, 'createdAt_greater': {'type': 'number', 'description': 'Include any activity created at the given date or more recent'}, 'messengerId_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Exclude any activity with the given message sender IDs'}, 'hasRepliesOrTypeText': {'type': 'boolean', 'description': 'Filter by which activities have replies or text'}}, 'description': 'Filter object for searching activities (leave it as undefined for no specific filter)', 'additionalProperties': False}, 'perPage': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}, 'activityID': {'type': 'number', 'description': 'The activity ID to lookup (leave it as undefined for no specific ID)'}}, 'additionalProperties': False}}, {'name': 'search_anime', 'description': 'Search for anime with query term and filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': "Query term for finding anime (leave it as undefined when no query term specified.)\nQuery term is used for searching with specific word or title in mind.\n\nYou SHOULD not include things that can be found in the filter object, such as genre or tag.\nThose things should be included in the filter object instead.\n\nTo check whether a user requested term should be considered as a query term or a filter term.\nIt is recommended to use tools like 'get_genres' and 'get_media_tags' first."}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}, 'filter': {'type': 'object', 'properties': {'id': {'type': 'number', 'description': 'The AniList ID'}, 'tag': {'type': 'string', 'description': 'Filter by a specific tag'}, 'sort': {'type': 'array', 'items': {'enum': ['ID', 'ID_DESC', 'TITLE_ROMAJI', 'TITLE_ROMAJI_DESC', 'TITLE_ENGLISH', 'TITLE_ENGLISH_DESC', 'TITLE_NATIVE', 'TITLE_NATIVE_DESC', 'TYPE', 'TYPE_DESC', 'FORMAT', 'FORMAT_DESC', 'START_DATE', 'START_DATE_DESC', 'END_DATE', 'END_DATE_DESC', 'SCORE', 'SCORE_DESC', 'POPULARITY', 'POPULARITY_DESC', 'TRENDING', 'TRENDING_DESC', 'EPISODES', 'EPISODES_DESC', 'DURATION', 'DURATION_DESC', 'STATUS', 'STATUS_DESC', 'CHAPTERS', 'CHAPTERS_DESC', 'VOLUMES', 'VOLUMES_DESC', 'UPDATED_AT', 'UPDATED_AT_DESC', 'SEARCH_MATCH', 'FAVOURITES', 'FAVOURITES_DESC'], 'type': 'string'}, 'description': 'Sort the results by the provided sort options'}, 'type': {'enum': ['ANIME', 'MANGA'], 'type': 'string', 'description': 'The type of the media (ANIME or MANGA)'}, 'genre': {'type': 'string', 'description': 'Filter by a specific genre'}, 'idMal': {'type': 'number', 'description': 'The MyAnimeList ID'}, 'id_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by media ID in array'}, 'format': {'enum': ['TV', 'TV_SHORT', 'MOVIE', 'SPECIAL', 'OVA', 'ONA', 'MUSIC', 'MANGA', 'NOVEL', 'ONE_SHOT'], 'type': 'string', 'description': 'The format of the media'}, 'id_not': {'type': 'number', 'description': 'Filter by media ID not equal to value'}, 'onList': {'type': 'boolean', 'description': "[Requires Login] Filter by if the media is on the authenticated user's list"}, 'search': {'type': 'string', 'description': 'Filter by search query'}, 'season': {'enum': ['WINTER', 'SPRING', 'SUMMER', 'FALL'], 'type': 'string', 'description': 'The season the media aired'}, 'source': {'$ref': '#/properties/filter/properties/format', 'description': "Filter by the media's source type"}, 'status': {'enum': ['FINISHED', 'RELEASING', 'NOT_YET_RELEASED', 'CANCELLED', 'HIATUS'], 'type': 'string', 'description': 'The current status of the media'}, 'tag_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tags in array'}, 'endDate': {'$ref': '#/properties/filter/properties/startDate', 'description': 'The end date of the media'}, 'isAdult': {'type': 'boolean', 'description': 'If the media is intended for adult audiences'}, 'volumes': {'type': 'number', 'description': 'The number of volumes in the media'}, 'chapters': {'type': 'number', 'description': 'The number of chapters in the media'}, 'duration': {'type': 'number', 'description': 'The duration of episodes in minutes'}, 'episodes': {'type': 'number', 'description': 'The number of episodes in the media'}, 'genre_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by genres in array'}, 'idMal_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by MyAnimeList ID in array'}, 'format_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/format'}, 'description': 'Filter by media format in array'}, 'idMal_not': {'type': 'number', 'description': 'Filter by MyAnimeList ID not equal to value'}, 'id_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by media ID not in array'}, 'source_in': {'type': 'array', 'items': {'enum': ['ORIGINAL', 'MANGA', 'LIGHT_NOVEL', 'VISUAL_NOVEL', 'VIDEO_GAME', 'OTHER', 'NOVEL', 'DOUJINSHI', 'ANIME'], 'type': 'string'}, 'description': 'Filter by source types in array'}, 'startDate': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': ['number', 'null']}, 'year': {'type': ['number', 'null']}, 'month': {'type': ['number', 'null']}}, 'description': 'The start date of the media', 'additionalProperties': False}, 'status_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/status'}, 'description': 'Filter by media status in array'}, 'format_not': {'$ref': '#/properties/filter/properties/format', 'description': 'Filter by media format not equal to value'}, 'licensedBy': {'type': 'string', 'description': 'Filter by media licensed by a specific company'}, 'popularity': {'type': 'number', 'description': "Filter by the media's popularity"}, 'seasonYear': {'type': 'number', 'description': 'The year of the season'}, 'status_not': {'$ref': '#/properties/filter/properties/status', 'description': 'Filter by media status not equal to value'}, 'tag_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tags not in array'}, 'tagCategory': {'type': 'string', 'description': 'Filter by tag category'}, 'averageScore': {'type': 'number', 'description': "Filter by the media's average score"}, 'endDate_like': {'type': 'string', 'description': 'Filter by end date that matches pattern'}, 'genre_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by genres not in array'}, 'idMal_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by MyAnimeList ID not in array'}, 'format_not_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/format'}, 'description': 'Filter by media format not in array'}, 'licensedBy_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by media licensed by companies in array'}, 'status_not_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/status'}, 'description': 'Filter by media status not in array'}, 'endDate_lesser': {'type': 'number', 'description': 'Filter by end date less than value (FuzzyDateInt format)'}, 'minimumTagRank': {'type': 'number', 'description': 'The minimum tag rank to filter by'}, 'popularity_not': {'type': 'number', 'description': 'Filter by popularity not equal to value'}, 'startDate_like': {'type': 'string', 'description': 'Filter by start date that matches pattern'}, 'tagCategory_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tag categories in array'}, 'volumes_lesser': {'type': 'number', 'description': 'Filter by volume count less than value'}, 'chapters_lesser': {'type': 'number', 'description': 'Filter by chapter count less than value'}, 'countryOfOrigin': {'type': 'number', 'description': 'Filter by the country where the media was created (ISO 3166-1 alpha-2 country code)'}, 'duration_lesser': {'type': 'number', 'description': 'Filter by episode duration less than value'}, 'endDate_greater': {'type': 'number', 'description': 'Filter by end date greater than value (FuzzyDateInt format)'}, 'episodes_lesser': {'type': 'number', 'description': 'Filter by episode count less than value'}, 'volumes_greater': {'type': 'number', 'description': 'Filter by volume count greater than value'}, 'averageScore_not': {'type': 'number', 'description': 'Filter by average score not equal to value'}, 'chapters_greater': {'type': 'number', 'description': 'Filter by chapter count greater than value'}, 'duration_greater': {'type': 'number', 'description': 'Filter by episode duration greater than value'}, 'episodes_greater': {'type': 'number', 'description': 'Filter by episode count greater than value'}, 'startDate_lesser': {'type': 'number', 'description': 'Filter by start date less than value (FuzzyDateInt format)'}, 'popularity_lesser': {'type': 'number', 'description': 'Filter by popularity less than value'}, 'startDate_greater': {'type': 'number', 'description': 'Filter by start date greater than value (FuzzyDateInt format)'}, 'popularity_greater': {'type': 'number', 'description': 'Filter by popularity greater than value'}, 'tagCategory_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tag categories not in array'}, 'averageScore_lesser': {'type': 'number', 'description': 'Filter by average score less than value'}, 'averageScore_greater': {'type': 'number', 'description': 'Filter by average score greater than value'}}, 'description': 'Filter object for searching anime.\nYou MUST NOT include "{ "type": "ANIME" }" in the filter object. As it is already included in the API call.\nWhen no sorting method or any filter is specified, you SHOULD use the site default: "{ "sort": ["SEARCH_MATCH"] }".\nOtherwise, request is likely to fail or return no results.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'search_character', 'description': 'Search for characters based on a query term', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': 'Search term for finding characters'}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}}, 'additionalProperties': False}}, {'name': 'search_manga', 'description': 'Search for manga with query term and filters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': "Query term for finding manga (leave it as undefined when no query term specified.)\nQuery term is used for searching with specific word or title in mind.\n\nYou SHOULD not include things that can be found in the filter object, such as genre or tag.\nThose things should be included in the filter object instead.\n\nTo check whether a user requested term should be considered as a query term or a filter term.\nIt is recommended to use tools like 'get_genres' and 'get_media_tags' first."}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}, 'filter': {'type': 'object', 'properties': {'id': {'type': 'number', 'description': 'The AniList ID'}, 'tag': {'type': 'string', 'description': 'Filter by a specific tag'}, 'sort': {'type': 'array', 'items': {'enum': ['ID', 'ID_DESC', 'TITLE_ROMAJI', 'TITLE_ROMAJI_DESC', 'TITLE_ENGLISH', 'TITLE_ENGLISH_DESC', 'TITLE_NATIVE', 'TITLE_NATIVE_DESC', 'TYPE', 'TYPE_DESC', 'FORMAT', 'FORMAT_DESC', 'START_DATE', 'START_DATE_DESC', 'END_DATE', 'END_DATE_DESC', 'SCORE', 'SCORE_DESC', 'POPULARITY', 'POPULARITY_DESC', 'TRENDING', 'TRENDING_DESC', 'EPISODES', 'EPISODES_DESC', 'DURATION', 'DURATION_DESC', 'STATUS', 'STATUS_DESC', 'CHAPTERS', 'CHAPTERS_DESC', 'VOLUMES', 'VOLUMES_DESC', 'UPDATED_AT', 'UPDATED_AT_DESC', 'SEARCH_MATCH', 'FAVOURITES', 'FAVOURITES_DESC'], 'type': 'string'}, 'description': 'Sort the results by the provided sort options'}, 'type': {'enum': ['ANIME', 'MANGA'], 'type': 'string', 'description': 'The type of the media (ANIME or MANGA)'}, 'genre': {'type': 'string', 'description': 'Filter by a specific genre'}, 'idMal': {'type': 'number', 'description': 'The MyAnimeList ID'}, 'id_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by media ID in array'}, 'format': {'enum': ['TV', 'TV_SHORT', 'MOVIE', 'SPECIAL', 'OVA', 'ONA', 'MUSIC', 'MANGA', 'NOVEL', 'ONE_SHOT'], 'type': 'string', 'description': 'The format of the media'}, 'id_not': {'type': 'number', 'description': 'Filter by media ID not equal to value'}, 'onList': {'type': 'boolean', 'description': "[Requires Login] Filter by if the media is on the authenticated user's list"}, 'search': {'type': 'string', 'description': 'Filter by search query'}, 'season': {'enum': ['WINTER', 'SPRING', 'SUMMER', 'FALL'], 'type': 'string', 'description': 'The season the media aired'}, 'source': {'$ref': '#/properties/filter/properties/format', 'description': "Filter by the media's source type"}, 'status': {'enum': ['FINISHED', 'RELEASING', 'NOT_YET_RELEASED', 'CANCELLED', 'HIATUS'], 'type': 'string', 'description': 'The current status of the media'}, 'tag_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tags in array'}, 'endDate': {'$ref': '#/properties/filter/properties/startDate', 'description': 'The end date of the media'}, 'isAdult': {'type': 'boolean', 'description': 'If the media is intended for adult audiences'}, 'volumes': {'type': 'number', 'description': 'The number of volumes in the media'}, 'chapters': {'type': 'number', 'description': 'The number of chapters in the media'}, 'duration': {'type': 'number', 'description': 'The duration of episodes in minutes'}, 'episodes': {'type': 'number', 'description': 'The number of episodes in the media'}, 'genre_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by genres in array'}, 'idMal_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by MyAnimeList ID in array'}, 'format_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/format'}, 'description': 'Filter by media format in array'}, 'idMal_not': {'type': 'number', 'description': 'Filter by MyAnimeList ID not equal to value'}, 'id_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by media ID not in array'}, 'source_in': {'type': 'array', 'items': {'enum': ['ORIGINAL', 'MANGA', 'LIGHT_NOVEL', 'VISUAL_NOVEL', 'VIDEO_GAME', 'OTHER', 'NOVEL', 'DOUJINSHI', 'ANIME'], 'type': 'string'}, 'description': 'Filter by source types in array'}, 'startDate': {'type': 'object', 'required': ['year', 'month', 'day'], 'properties': {'day': {'type': ['number', 'null']}, 'year': {'type': ['number', 'null']}, 'month': {'type': ['number', 'null']}}, 'description': 'The start date of the media', 'additionalProperties': False}, 'status_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/status'}, 'description': 'Filter by media status in array'}, 'format_not': {'$ref': '#/properties/filter/properties/format', 'description': 'Filter by media format not equal to value'}, 'licensedBy': {'type': 'string', 'description': 'Filter by media licensed by a specific company'}, 'popularity': {'type': 'number', 'description': "Filter by the media's popularity"}, 'seasonYear': {'type': 'number', 'description': 'The year of the season'}, 'status_not': {'$ref': '#/properties/filter/properties/status', 'description': 'Filter by media status not equal to value'}, 'tag_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tags not in array'}, 'tagCategory': {'type': 'string', 'description': 'Filter by tag category'}, 'averageScore': {'type': 'number', 'description': "Filter by the media's average score"}, 'endDate_like': {'type': 'string', 'description': 'Filter by end date that matches pattern'}, 'genre_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by genres not in array'}, 'idMal_not_in': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Filter by MyAnimeList ID not in array'}, 'format_not_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/format'}, 'description': 'Filter by media format not in array'}, 'licensedBy_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by media licensed by companies in array'}, 'status_not_in': {'type': 'array', 'items': {'$ref': '#/properties/filter/properties/status'}, 'description': 'Filter by media status not in array'}, 'endDate_lesser': {'type': 'number', 'description': 'Filter by end date less than value (FuzzyDateInt format)'}, 'minimumTagRank': {'type': 'number', 'description': 'The minimum tag rank to filter by'}, 'popularity_not': {'type': 'number', 'description': 'Filter by popularity not equal to value'}, 'startDate_like': {'type': 'string', 'description': 'Filter by start date that matches pattern'}, 'tagCategory_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tag categories in array'}, 'volumes_lesser': {'type': 'number', 'description': 'Filter by volume count less than value'}, 'chapters_lesser': {'type': 'number', 'description': 'Filter by chapter count less than value'}, 'countryOfOrigin': {'type': 'number', 'description': 'Filter by the country where the media was created (ISO 3166-1 alpha-2 country code)'}, 'duration_lesser': {'type': 'number', 'description': 'Filter by episode duration less than value'}, 'endDate_greater': {'type': 'number', 'description': 'Filter by end date greater than value (FuzzyDateInt format)'}, 'episodes_lesser': {'type': 'number', 'description': 'Filter by episode count less than value'}, 'volumes_greater': {'type': 'number', 'description': 'Filter by volume count greater than value'}, 'averageScore_not': {'type': 'number', 'description': 'Filter by average score not equal to value'}, 'chapters_greater': {'type': 'number', 'description': 'Filter by chapter count greater than value'}, 'duration_greater': {'type': 'number', 'description': 'Filter by episode duration greater than value'}, 'episodes_greater': {'type': 'number', 'description': 'Filter by episode count greater than value'}, 'startDate_lesser': {'type': 'number', 'description': 'Filter by start date less than value (FuzzyDateInt format)'}, 'popularity_lesser': {'type': 'number', 'description': 'Filter by popularity less than value'}, 'startDate_greater': {'type': 'number', 'description': 'Filter by start date greater than value (FuzzyDateInt format)'}, 'popularity_greater': {'type': 'number', 'description': 'Filter by popularity greater than value'}, 'tagCategory_not_in': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Filter by tag categories not in array'}, 'averageScore_lesser': {'type': 'number', 'description': 'Filter by average score less than value'}, 'averageScore_greater': {'type': 'number', 'description': 'Filter by average score greater than value'}}, 'description': 'Filter object for searching manga.\nYou MUST NOT include "{ "type": "MANGA" }" in the filter object. As it is already included in the API call.\nWhen no sorting method or any filter is specified, you SHOULD use the site default: "{ "sort": ["SEARCH_MATCH"] }".\nOtherwise, request is likely to fail or return no results.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'search_staff', 'description': 'Search for staff members based on a query term', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': 'Search term for finding staff members'}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}}, 'additionalProperties': False}}, {'name': 'search_studio', 'description': 'Search for studios based on a query term', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': 'Search term for finding studios'}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}}, 'additionalProperties': False}}, {'name': 'search_user', 'description': 'Search for users on AniList', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['term'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for results'}, 'term': {'type': 'string', 'description': 'Search term for finding users'}, 'amount': {'type': 'number', 'default': 5, 'description': 'Results per page (max 25)'}}, 'additionalProperties': False}}, {'name': 'delete_thread', 'description': '[Requires Login] Delete a thread by its ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList thread ID to delete'}}, 'additionalProperties': False}}, {'name': 'get_thread', 'description': 'Get a specific thread by its AniList ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList ID of the thread'}}, 'additionalProperties': False}}, {'name': 'get_thread_comments', 'description': 'Get comments for a specific thread', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The AniList thread ID'}, 'page': {'type': 'number', 'default': 1, 'description': 'The page number'}, 'perPage': {'type': 'number', 'default': 25, 'description': 'How many comments per page'}}, 'additionalProperties': False}}, {'name': 'get_full_user_info', 'description': "Get a user's complete profile and stats information", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': ['number', 'string'], 'description': 'Username or user ID'}}, 'additionalProperties': False}}, {'name': 'follow_user', 'description': '[Requires Login] Follow or unfollow a user by their ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['userID'], 'properties': {'userID': {'type': 'number', 'description': 'The user ID of the account to follow/unfollow'}}, 'additionalProperties': False}}, {'name': 'get_authorized_user', 'description': '[Requires Login] Get profile information of the currently authorized user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_user_recent_activity', 'description': 'Get recent activity from a user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': 'number', 'description': "The user's AniList ID (Number ID only, DO NOT use username, any kind of string or other types except for numbers.)"}}, 'additionalProperties': False}}, {'name': 'get_user_profile', 'description': "Get a user's AniList profile", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': ['number', 'string'], 'description': 'Username or user ID'}}, 'additionalProperties': False}}, {'name': 'get_user_stats', 'description': "Get a user's AniList statistics", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['user'], 'properties': {'user': {'type': ['number', 'string'], 'description': 'Username or user ID'}}, 'additionalProperties': False}}, {'name': 'update_user', 'description': '[Requires Login] Update user settings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['about', 'titleLanguage', 'displayAdultContent', 'airingNotifications', 'profileColor', 'activityMergeTime', 'staffNameLanguage', 'notificationOptions', 'timezone', 'scoreFormat', 'rowOrder', 'animeListOptions', 'mangaListOptions'], 'properties': {'about': {'type': 'string', 'description': "The user's description"}, 'rowOrder': {'type': 'string', 'description': "The user's default list order"}, 'timezone': {'type': 'string', 'description': "The user's timezone offset format"}, 'scoreFormat': {'enum': ['POINT_100', 'POINT_10_DECIMAL', 'POINT_10', 'POINT_5', 'POINT_3'], 'type': 'string', 'description': "The user's score format"}, 'profileColor': {'type': 'string', 'description': "The user's profile highlight color"}, 'titleLanguage': {'enum': ['ROMAJI', 'ENGLISH', 'NATIVE', 'ROMAJI_STYLISED', 'ENGLISH_STYLISED', 'NATIVE_STYLISED'], 'type': 'string', 'description': "The user's preferred title language"}, 'animeListOptions': {'type': 'object', 'required': ['sectionOrder', 'splitCompletedSectionByFormat', 'customLists', 'advancedScoring', 'advancedScoringEnabled', 'theme'], 'properties': {'theme': {'type': 'string'}, 'customLists': {'type': 'array', 'items': {'type': 'string'}}, 'sectionOrder': {'type': 'array', 'items': {'type': 'string'}}, 'advancedScoring': {'type': 'array', 'items': {'type': 'string'}}, 'advancedScoringEnabled': {'type': 'boolean'}, 'splitCompletedSectionByFormat': {'type': 'boolean'}}, 'description': "The user's options for anime lists", 'additionalProperties': False}, 'mangaListOptions': {'type': 'object', 'required': ['sectionOrder', 'splitCompletedSectionByFormat', 'customLists', 'advancedScoring', 'advancedScoringEnabled', 'theme'], 'properties': {'theme': {'$ref': '#/properties/options/properties/animeListOptions/properties/theme'}, 'customLists': {'$ref': '#/properties/options/properties/animeListOptions/properties/customLists'}, 'sectionOrder': {'$ref': '#/properties/options/properties/animeListOptions/properties/sectionOrder'}, 'advancedScoring': {'$ref': '#/properties/options/properties/animeListOptions/properties/advancedScoring'}, 'advancedScoringEnabled': {'$ref': '#/properties/options/properties/animeListOptions/properties/advancedScoringEnabled'}, 'splitCompletedSectionByFormat': {'$ref': '#/properties/options/properties/animeListOptions/properties/splitCompletedSectionByFormat'}}, 'description': "The user's options for manga lists", 'additionalProperties': False}, 'activityMergeTime': {'type': 'number', 'description': 'The minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is always.'}, 'staffNameLanguage': {'enum': ['ROMAJI', 'NATIVE', 'ROMAJI_WESTERN'], 'type': 'string', 'description': "The user's preferred way to see staff and characters"}, 'airingNotifications': {'type': 'boolean', 'description': 'True if the user wants airing notifications'}, 'displayAdultContent': {'type': 'boolean', 'description': 'True if the user wants to display adult content'}, 'notificationOptions': {'type': 'array', 'items': {'type': 'object', 'required': ['type', 'enabled'], 'properties': {'type': {'enum': ['ACTIVITY_MESSAGE', 'ACTIVITY_REPLY', 'FOLLOWING', 'ACTIVITY_MENTION', 'THREAD_COMMENT_MENTION', 'THREAD_SUBSCRIBED', 'THREAD_COMMENT_REPLY', 'AIRING', 'ACTIVITY_LIKE', 'ACTIVITY_REPLY_LIKE', 'THREAD_LIKE', 'THREAD_COMMENT_LIKE', 'ACTIVITY_REPLY_SUBSCRIBED', 'RELATED_MEDIA_ADDITION', 'MEDIA_DATA_CHANGE', 'MEDIA_MERGE', 'MEDIA_DELETION'], 'type': 'string'}, 'enabled': {'type': 'boolean'}}, 'additionalProperties': False}, 'description': "The user's notification options"}}, 'description': 'User options to update', 'additionalProperties': False}}, 'additionalProperties': False}}] |
@el-el-san/vidu-mcp-server | Vidu Video Generation Server | Generate videos from images using advanced AI models. Easily upload images and monitor the status of your video generation tasks with customizable settings. Transform your static images into dynamic videos effortlessly. | 2025-03-22T08:00:29.858Z | 30 | https://smithery.ai/server/@el-el-san/vidu-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'image-to-video', 'description': 'Generate a video from an image using Vidu API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['image_url'], 'properties': {'seed': {'type': 'integer', 'description': 'Random seed for reproducibility'}, 'model': {'enum': ['vidu1.0', 'vidu1.5', 'vidu2.0'], 'type': 'string', 'default': 'vidu2.0', 'description': 'Model name for generation'}, 'prompt': {'type': 'string', 'maxLength': 1500, 'description': 'Text prompt for video generation (max 1500 chars)'}, 'duration': {'type': 'integer', 'default': 4, 'maximum': 8, 'minimum': 4, 'description': 'Duration of the output video in seconds (4 or 8)'}, 'image_url': {'type': 'string', 'format': 'uri', 'description': 'URL of the image to convert to video'}, 'resolution': {'enum': ['360p', '720p', '1080p'], 'type': 'string', 'default': '720p', 'description': 'Resolution of the output video'}, 'movement_amplitude': {'enum': ['auto', 'small', 'medium', 'large'], 'type': 'string', 'default': 'auto', 'description': 'Movement amplitude of objects in the frame'}}, 'additionalProperties': False}}, {'name': 'check-generation-status', 'description': 'Check the status of a video generation task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['task_id'], 'properties': {'task_id': {'type': 'string', 'description': 'Task ID returned by the image-to-video tool'}}, 'additionalProperties': False}}, {'name': 'upload-image', 'description': 'Upload an image to use with the Vidu API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['image_path', 'image_type'], 'properties': {'image_path': {'type': 'string', 'description': 'Local path to the image file'}, 'image_type': {'enum': ['png', 'webp', 'jpeg', 'jpg'], 'type': 'string', 'description': 'Image file type'}}, 'additionalProperties': False}}] |
@rishipradeep-think41/math-mcp | Calculator Server | Provide a comprehensive set of mathematical calculation tools accessible via the Model Context Protocol. Enable language models to perform arithmetic, trigonometry, logarithms, and other math operations seamlessly. Enhance AI applications with precise and diverse math capabilities through a standardized MCP interface. | 2025-04-30T08:42:42.521Z | 30 | https://smithery.ai/server/@rishipradeep-think41/math-mcp | true | null | {
"scanPassed": true
} | [{'name': 'calculateTotalExpenses', 'description': 'Sum up the total amount from all expenses, grouped by month (YYYY-MM).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['expenses'], 'properties': {'expenses': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'amount'], 'properties': {'id': {'type': 'string'}, 'amount': {'type': 'number'}, 'category': {'type': 'string'}, 'createdAt': {'type': 'string'}, 'description': {'type': 'string'}, 'account_name': {'type': 'string'}, 'created_time': {'type': 'string'}, 'amount_with_tax': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'Array of expense objects'}}, 'additionalProperties': False}}, {'name': 'calculateExpenseGrowthMoM', 'description': 'Calculate the month-over-month percentage growth in total expenses. Returns an object mapping YYYY-MM to growth percentage (first month is null).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['expenses'], 'properties': {'expenses': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'amount'], 'properties': {'id': {'type': 'string'}, 'amount': {'type': 'number'}, 'category': {'type': 'string'}, 'createdAt': {'type': 'string'}, 'description': {'type': 'string'}, 'account_name': {'type': 'string'}, 'created_time': {'type': 'string'}, 'amount_with_tax': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'Array of expense objects'}}, 'additionalProperties': False}}, {'name': 'taxImpactAnalysis', 'description': 'Calculates the tax paid per transaction (amount_with_tax - amount) and the total tax paid.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['expenses'], 'properties': {'expenses': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'amount'], 'properties': {'id': {'type': 'string'}, 'amount': {'type': 'number'}, 'category': {'type': 'string'}, 'createdAt': {'type': 'string'}, 'description': {'type': 'string'}, 'account_name': {'type': 'string'}, 'created_time': {'type': 'string'}, 'amount_with_tax': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'Array of expense objects'}}, 'additionalProperties': False}}, {'name': 'summarizeExpensesByAccountAndDescription', 'description': "Group and sum expenses by account_name and description (e.g., 'TDS 194C | Payment to vendor').", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['expenses'], 'properties': {'expenses': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'amount'], 'properties': {'id': {'type': 'string'}, 'amount': {'type': 'number'}, 'category': {'type': 'string'}, 'createdAt': {'type': 'string'}, 'description': {'type': 'string'}, 'account_name': {'type': 'string'}, 'created_time': {'type': 'string'}, 'amount_with_tax': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'Array of expense objects'}}, 'additionalProperties': False}}, {'name': 'getTopVendorsByExpense', 'description': 'Identify vendors with the highest total spending, using description and account_name as the vendor identifier. Returns a sorted array of vendors by total expense.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['expenses'], 'properties': {'topN': {'type': 'number', 'description': 'Number of top vendors to return. If omitted, returns all sorted.'}, 'expenses': {'type': 'array', 'items': {'type': 'object', 'required': ['id', 'amount'], 'properties': {'id': {'type': 'string'}, 'amount': {'type': 'number'}, 'category': {'type': 'string'}, 'createdAt': {'type': 'string'}, 'description': {'type': 'string'}, 'account_name': {'type': 'string'}, 'created_time': {'type': 'string'}, 'amount_with_tax': {'type': 'number'}}, 'additionalProperties': False}, 'description': 'Array of expense objects'}}, 'additionalProperties': False}}, {'name': 'forecastExpensesSimple', 'description': 'Forecast future expenses based on historical expense data using exponential smoothing.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['historicalExpenses'], 'properties': {'alpha': {'type': 'number', 'default': 0.3, 'maximum': 1, 'minimum': 0, 'description': 'Smoothing factor (0-1) for exponential smoothing. Higher values give more weight to recent observations.'}, 'periodsToForecast': {'type': 'integer', 'default': 1, 'description': 'Number of future periods to forecast', 'exclusiveMinimum': 0}, 'historicalExpenses': {'type': 'array', 'items': {'type': 'object', 'required': ['date', 'amount'], 'properties': {'date': {'type': 'string', 'description': 'The date of the expense entry in ISO format (YYYY-MM-DD)'}, 'amount': {'type': 'number', 'description': 'The total expense amount for this date/period'}}, 'additionalProperties': False}, 'description': 'Array of historical expense data points with dates and amounts'}}, 'additionalProperties': False}}, {'name': 'forecastExpensesArima', 'description': 'Forecast future expenses using ARIMA (AutoRegressive Integrated Moving Average) model.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['historicalExpenses'], 'properties': {'d': {'type': 'integer', 'default': 1, 'minimum': 0, 'description': 'I (Integrated/Differencing) order parameter'}, 'p': {'type': 'integer', 'default': 1, 'minimum': 0, 'description': 'AR (Auto-Regressive) order parameter'}, 'q': {'type': 'integer', 'default': 1, 'minimum': 0, 'description': 'MA (Moving Average) order parameter'}, 'periodsToForecast': {'type': 'integer', 'default': 1, 'description': 'Number of future periods to forecast', 'exclusiveMinimum': 0}, 'historicalExpenses': {'type': 'array', 'items': {'type': 'object', 'required': ['date', 'amount'], 'properties': {'date': {'type': 'string', 'description': 'The date of the expense entry in ISO format (YYYY-MM-DD)'}, 'amount': {'type': 'number', 'description': 'The total expense amount for this date/period'}}, 'additionalProperties': False}, 'description': 'Array of historical expense data points with dates and amounts'}}, 'additionalProperties': False}}, {'name': 'calculate_add', 'description': 'Adds two numbers.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number', 'description': 'The first number to add.'}, 'b': {'type': 'number', 'description': 'The second number to add.'}}, 'additionalProperties': False}}, {'name': 'calculate_percentage_of', 'description': 'Calculates a specified percentage of a given number (e.g., 20% of 150).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['percentage', 'number'], 'properties': {'number': {'type': 'number', 'description': 'The number to calculate the percentage of.'}, 'percentage': {'type': 'number', 'description': 'The percentage value (e.g., 20 for 20%).'}}, 'additionalProperties': False}}] |
@DynamicEndpoints/autogen_mcp | AutoGen Server | Create and manage AI agents that collaborate and solve problems through natural language interactions. Enable multi-agent conversations and orchestrate group chats with customizable configurations. Enhance your applications with built-in error handling and response validation for seamless communication between agents. | 2025-03-28T07:00:18.196Z | 30 | https://smithery.ai/server/@DynamicEndpoints/autogen_mcp | true | null | {
"scanPassed": true
} | [{'name': 'create_agent', 'description': 'Create a new AutoGen agent', 'inputSchema': {'type': 'object', 'required': ['name', 'type'], 'properties': {'name': {'type': 'string', 'description': 'Agent name'}, 'type': {'enum': ['assistant', 'user'], 'type': 'string', 'description': 'Agent type'}, 'llm_config': {'type': 'object', 'description': 'LLM configuration'}, 'description': {'type': 'string', 'description': 'Agent description'}, 'system_message': {'type': 'string', 'description': 'System message for the agent'}, 'code_execution_config': {'type': 'object', 'description': 'Code execution settings'}}}}, {'name': 'execute_chat', 'description': 'Execute a chat between two agents', 'inputSchema': {'type': 'object', 'required': ['initiator', 'responder', 'message'], 'properties': {'message': {'type': 'string', 'description': 'Initial message'}, 'initiator': {'type': 'string', 'description': 'Name of the initiating agent'}, 'responder': {'type': 'string', 'description': 'Name of the responding agent'}, 'llm_config': {'type': 'object', 'description': 'Override default LLM settings'}}}}, {'name': 'execute_group_chat', 'description': 'Execute a group chat with multiple agents', 'inputSchema': {'type': 'object', 'required': ['agent_names', 'initiator', 'message'], 'properties': {'message': {'type': 'string', 'description': 'Initial message'}, 'initiator': {'type': 'string', 'description': 'Name of the initiating agent'}, 'max_round': {'type': 'number', 'description': 'Maximum conversation rounds'}, 'llm_config': {'type': 'object', 'description': 'Override default LLM settings'}, 'agent_names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of agent names'}}}}, {'name': 'execute_workflow', 'description': 'Execute a predefined workflow', 'inputSchema': {'type': 'object', 'required': ['workflow_name', 'input_data'], 'properties': {'input_data': {'type': 'object', 'description': 'Workflow-specific input data'}, 'llm_config': {'type': 'object', 'description': 'Override default LLM settings'}, 'workflow_name': {'enum': ['code_generation', 'research'], 'type': 'string', 'description': 'Workflow to execute'}}}}] |
@Benniu/emqx-mcp-server | EMQX MCP Server | A Model Context Protocol (MCP) server implementation that provides EMQX MQTT broker interaction. | 2025-03-02T19:30:59.857Z | 30 | https://smithery.ai/server/@Benniu/emqx-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'publish_mqtt_message', 'description': 'Publish an MQTT Message to Your EMQX Cluster on EMQX Cloud or Self-Managed Deployment', 'inputSchema': {'type': 'object', 'title': 'publishArguments', 'required': ['request'], 'properties': {'request': {'type': 'string', 'title': 'request'}}}}, {'name': 'list_mqtt_clients', 'description': 'List MQTT clients connected to your EMQX Cluster', 'inputSchema': {'type': 'object', 'title': 'list_clientsArguments', 'required': ['request'], 'properties': {'request': {'type': 'string', 'title': 'request'}}}}, {'name': 'get_mqtt_client', 'description': 'Get detailed information about a specific MQTT client by client ID', 'inputSchema': {'type': 'object', 'title': 'get_client_infoArguments', 'required': ['request'], 'properties': {'request': {'type': 'string', 'title': 'request'}}}}, {'name': 'kick_mqtt_client', 'description': 'Disconnect a client from the MQTT broker by client ID', 'inputSchema': {'type': 'object', 'title': 'kick_clientArguments', 'required': ['request'], 'properties': {'request': {'type': 'string', 'title': 'request'}}}}] |
@taejulee/opsnow-mcp-cost-server-no-server-test | OpsNow Cost Server Test | Provide real-time OpsNow cost data to MCP clients like Claude Desktop App using the MCP protocol. Enable efficient communication and data delivery of asset and cost information for enhanced LLM integration. Simplify access to OpsNow's resource and cost data through a standardized server interface. | 2025-04-15T05:19:56.788Z | 30 | https://smithery.ai/server/@taejulee/opsnow-mcp-cost-server-no-server-test | true | null | {
"scanPassed": true
} | [{'name': 'get-cost', 'description': 'Get cloud cost summary for multiple vendors and months', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'months': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of months in YYYY-MM format (e.g. ['2024-04', '2024-05'])"}, 'vendors': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of cloud vendor names (e.g. ['AWS', 'Azure'])"}}, 'additionalProperties': False}}] |
@kj455/mcp-kibela | Kibela Integration Server | Integrate with Kibela to search and fetch notes seamlessly. | 2025-02-24T01:58:32.770Z | 29 | https://smithery.ai/server/@kj455/mcp-kibela | true | null | {
"scanPassed": true
} | [{'name': 'kibela_search_notes', 'description': 'Search Kibela notes by query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'kibela_get_my_notes', 'description': 'Get my latest notes from Kibela', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of notes to fetch'}}}}, {'name': 'kibela_get_note_content', 'description': 'Get note content by note ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Note ID'}}}}, {'name': 'kibela_get_note_from_path', 'description': 'Get note content by note path', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Note path (e.g. /notes/123)'}}}}] |
@bhouston/mcp-server-text-editor | Text Editor MCP Server | Enable seamless text file management through a standardized API. View, edit, and create text files effortlessly, mimicking the functionality of Claude's built-in text editor. Enhance your applications with powerful file operations and directory support. | 2025-03-15T02:00:40.909Z | 29 | https://smithery.ai/server/@bhouston/mcp-server-text-editor | true | null | {
"scanPassed": true
} | [{'name': 'text_editor', 'description': "View, create, and edit files with persistent state across command calls. This tool is identical with Claude's built in text editor tool called text_editor_20241022", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['command', 'path', 'description'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to file or directory, e.g. `/repo/file.py` or `/repo`.'}, 'command': {'enum': ['view', 'create', 'str_replace', 'insert', 'undo_edit'], 'type': 'string', 'description': 'The commands to run. Allowed options are: `view`, `create`, `str_replace`, `insert`, `undo_edit`.'}, 'new_str': {'type': 'string', 'description': 'Optional parameter of `str_replace` command containing the new string (if not given, no string will be added). Required parameter of `insert` command containing the string to insert.'}, 'old_str': {'type': 'string', 'description': 'Required parameter of `str_replace` command containing the string in `path` to replace.'}, 'file_text': {'type': 'string', 'description': 'Required parameter of `create` command, with the content of the file to be created.'}, 'view_range': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Optional parameter of `view` command when `path` points to a file. If none is given, the full file is shown. If provided, the file will be shown in the indicated line number range, e.g. [11, 12] will show lines 11 and 12. Indexing at 1 to start. Setting `[start_line, -1]` shows all lines from `start_line` to the end of the file.'}, 'description': {'type': 'string', 'description': 'The reason you are using the text editor (max 80 chars)'}, 'insert_line': {'type': 'number', 'description': 'Required parameter of `insert` command. The `new_str` will be inserted AFTER the line `insert_line` of `path`.'}}, 'additionalProperties': False}}] |
@CaChiJ/kakao-navigation-mcp-server | Kakao Mobility & Kakao Map Server | Provide location search and route finding services tailored for the domestic environment. Transform addresses into coordinates and find optimal paths using various transportation modes, incorporating real-time traffic information. | 2025-04-05T17:00:50.945Z | 29 | https://smithery.ai/server/@CaChiJ/kakao-navigation-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'direction_search_by_coords', 'description': 'Search for directions between two points using their coordinates (longitude and latitude). This tool provides navigation information including distance, duration, and route details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originLongitude', 'originLatitude', 'destLongitude', 'destLatitude'], 'properties': {'destLatitude': {'type': 'number'}, 'destLongitude': {'type': 'number'}, 'originLatitude': {'type': 'number'}, 'originLongitude': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'direction_search_by_address', 'description': 'Search for directions between two locations using their addresses. The tool first geocodes the addresses to coordinates, then finds the optimal route between them.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originAddress', 'destAddress'], 'properties': {'destAddress': {'type': 'string'}, 'originAddress': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'address_search_by_place_name', 'description': 'Search for addresses using a place name or keyword. Returns detailed location information including coordinates and address details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['placeName'], 'properties': {'placeName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'geocode', 'description': 'Convert an address into geographic coordinates (geocoding). Returns the exact location coordinates and address details for the given place name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['placeName'], 'properties': {'placeName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'future_direction_search_by_coords', 'description': 'Search for directions with future departure time. Provides navigation information considering traffic predictions for a specific future time. Supports various options like waypoints, route preferences, and vehicle details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['originLatitude', 'originLongitude', 'destinationLatitude', 'destinationLongitude', 'departureTime'], 'properties': {'avoid': {'type': 'string'}, 'carFuel': {'enum': ['GASOLINE', 'DIESEL', 'LPG'], 'type': 'string'}, 'carType': {'type': 'number'}, 'summary': {'type': 'boolean'}, 'priority': {'enum': ['RECOMMEND', 'TIME', 'DISTANCE'], 'type': 'string'}, 'carHipass': {'type': 'boolean'}, 'roadEvent': {'type': 'number'}, 'waypoints': {'type': 'string'}, 'roadDetails': {'type': 'boolean'}, 'alternatives': {'type': 'boolean'}, 'departureTime': {'type': 'string'}, 'originLatitude': {'type': 'number'}, 'originLongitude': {'type': 'number'}, 'destinationLatitude': {'type': 'number'}, 'destinationLongitude': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'multi_destination_direction_search', 'description': 'Search for directions between a starting point and multiple destinations with coordinates. Returns a summary of the route including distance, duration, and route details. For detailed route information, additional calls to the car navigation API are required.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['origin', 'destinations', 'radius'], 'properties': {'avoid': {'type': 'array', 'items': {'enum': ['ferries', 'toll', 'motorway', 'schoolzone', 'uturn'], 'type': 'string'}, 'description': '경로 탐색 시 제외할 도로 옵션 배열'}, 'origin': {'type': 'object', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': '출발지 X 좌표 (경도)'}, 'y': {'type': 'number', 'description': '출발지 Y 좌표 (위도)'}, 'name': {'type': 'string'}}, 'description': '출발지 정보', 'additionalProperties': False}, 'radius': {'type': 'integer', 'maximum': 10000, 'description': '길찾기 반경 (미터, 최대 10000)'}, 'priority': {'enum': ['TIME', 'DISTANCE'], 'type': 'string', 'description': '경로 탐색 우선순위 (TIME: 최단 시간, DISTANCE: 최단 경로)'}, 'roadevent': {'type': 'integer', 'maximum': 2, 'minimum': 0, 'description': '도로 통제 정보 반영 옵션 (0: 전체 반영, 1: 출발/목적지 주변 미반영, 2: 전체 미반영)'}, 'destinations': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'x', 'y'], 'properties': {'x': {'type': 'number', 'description': '목적지 X 좌표 (경도)'}, 'y': {'type': 'number', 'description': '목적지 Y 좌표 (위도)'}, 'key': {'type': 'string', 'description': '목적지 구분용 임의 문자열'}}, 'additionalProperties': False}, 'maxItems': 30, 'description': '목적지 정보 배열 (최대 30개)'}}, 'additionalProperties': False}}] |
@lite/iterm-mcp | iTerm MCP | Access your iTerm session and control terminal commands seamlessly. | 2025-02-18T07:27:03.733Z | 29 | https://smithery.ai/server/@lite/iterm-mcp | true | null | {
"scanPassed": true
} | [{'name': 'write_to_terminal', 'description': 'Writes text to the active iTerm terminal - often used to run a command in the terminal', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The command to run or text to write to the terminal'}}}}, {'name': 'read_terminal_output', 'description': 'Reads the output from the active iTerm terminal', 'inputSchema': {'type': 'object', 'required': ['linesOfOutput'], 'properties': {'linesOfOutput': {'type': 'number', 'description': 'The number of lines of output to read.'}}}}, {'name': 'send_control_character', 'description': 'Sends a control character to the active iTerm terminal (e.g., Control-C)', 'inputSchema': {'type': 'object', 'required': ['letter'], 'properties': {'letter': {'type': 'string', 'description': "The letter corresponding to the control character (e.g., 'C' for Control-C)"}}}}] |
@getsentry/sentry-mcp | Sentry (Official) | Connect to the Sentry API seamlessly and enhance your applications with powerful monitoring tools. Utilize a remote middleware to access Sentry's capabilities directly from your LLM clients. Simplify your development workflow by integrating Sentry's features effortlessly. | 2025-04-04T14:00:27.441Z | 29 | https://smithery.ai/server/@getsentry/sentry-mcp | true | {
"scanPassed": true
} | [{'name': 'list_organizations', 'description': 'List all organizations that the user has access to in Sentry.\n\nUse this tool when you need to:\n- View all organizations in Sentry', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List all teams in an organization in Sentry.\n\nUse this tool when you need to:\n- View all teams in a Sentry organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'list_projects', 'description': 'Retrieve a list of projects in Sentry.\n\nUse this tool when you need to:\n- View all projects in a Sentry organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'list_issues', 'description': "List all issues in Sentry.\n\nUse this tool when you need to:\n- View all issues in a Sentry organization\n\nIf you're looking for more granular data beyond a summary of identified problems, you should use the `search_errors()` or `search_transactions()` tools instead.\n<examples>\n### Find the newest unresolved issues in the 'my-project' project\n\n```\nlist_issues(organizationSlug='my-organization', projectSlug='my-project', query='is:unresolved', sortBy='last_seen')\n```\n\n### Find the most frequently occurring crashes in the 'my-project' project\n\n```\nlist_issues(organizationSlug='my-organization', projectSlug='my-project', query='is:unresolved error.handled:false', sortBy='count')\n```\n\n### Find the oldest unresolved issues in the 'my-project' project\n\n```\nlist_issues(organizationSlug='my-organization', projectSlug='my-project', query='is:unresolved', sortBy='first_seen')\n```\n</examples>\n\n<query_syntax>\nUse the tool `help('query_syntax')` to get more information about the query syntax.\n\nThere are some common query parameters that are useful for searching errors:\n\n- `is:unresolved` - Find unresolved issues\n- `release:[1.0, 2.0]` - Find issues in a specific release\n- `release:latest` - Find issues in the latest release only\n</query_syntax>\n\n<hints>\nIf only one parameter is provided, and it could be either `organizationSlug` or `projectSlug`, its probably `organizationSlug`, but if you're really uncertain you should call `list_organizations()` first.\n</hints>", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'query': {'type': 'string', 'description': 'The search query to apply. Use the `help(subject="query_syntax")` tool to get more information about the query syntax rather than guessing.'}, 'sortBy': {'enum': ['last_seen', 'first_seen', 'count', 'userCount'], 'type': 'string', 'description': 'Sort the results either by the last time they occurred, the first time they occurred, the count of occurrences, or the number of users affected.'}, 'projectSlug': {'type': 'string', 'description': "The project's slug. This will default to all projects you have access to. It is encouraged to specify this when possible."}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'list_releases', 'description': "List all releases in Sentry.\n\nUse this tool when you need to:\n- Find recent releases in a Sentry organization\n- Find the most recent version released of a specific project\n- Determine when a release was deployed to an environment\n<hints>\nIf only one parameter is provided, and it could be either `organizationSlug` or `projectSlug`, its probably `organizationSlug`, but if you're really uncertain you should call `list_organizations()` first.\n</hints>", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'projectSlug': {'type': 'string', 'description': "The project's slug. This will default to all projects you have access to. It is encouraged to specify this when possible."}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'get_issue_summary', 'description': 'Retrieve a summary of an issue in Sentry.\n\nUse this tool when you need to:\n- View a summary of an issue in Sentry\n\nIf the issue is an error, or you want additional information like the stacktrace, you should use `get_issue_details()` tool instead.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'issueId': {'type': 'string', 'description': 'The Issue ID. e.g. `PROJECT-1Z43`'}, 'issueUrl': {'type': 'string', 'format': 'uri'}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'get_issue_details', 'description': 'Retrieve issue details from Sentry for a specific Issue ID, including the stacktrace and error message if available. Either issueId or issueUrl MUST be provided.\n\nUse this tool when you need to:\n- Investigate a specific production error\n- Access detailed error information and stacktraces from Sentry', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'issueId': {'type': 'string', 'description': 'The Issue ID. e.g. `PROJECT-1Z43`'}, 'issueUrl': {'type': 'string', 'format': 'uri', 'description': 'The URL of the issue to retrieve details for.'}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'search_errors', 'description': "Query Sentry for errors using advanced search syntax.\n\nUse this tool when you need to:\n- Search for production errors in a specific file.\n- Analyze error patterns and frequencies.\n- Find recent or frequently occurring errors.\n\n<examples>\n### Find common errors within a file\n\nTo find common errors within a file, you can use the `filename` parameter. This is a suffix based search, so only using the filename or the direct parent folder of the file. The parent folder is preferred when the filename is in a subfolder or a common filename. If you provide generic filenames like `index.js` you're going to end up finding errors that are might be from completely different projects.\n\n```\nsearch_errors(organizationSlug='my-organization', filename='index.js', sortBy='count')\n```\n\n### Find recent crashes from the 'peated' project\n\n```\nsearch_errors(organizationSlug='my-organization', query='is:unresolved error.handled:false', projectSlug='peated', sortBy='last_seen')\n```\n\n</examples>\n\n<query_syntax>\nUse the tool `help('query_syntax')` to get more information about the query syntax.\n\nThere are some common query parameters that are useful for searching errors:\n\n- `is:unresolved` - Find unresolved errors\n- `error.handled:false` - Find errors that are not handled (otherwise known as uncaught exceptions or crashes)\n</query_syntax>\n\n<hints>\nIf only one parameter is provided, and it could be either `organizationSlug` or `projectSlug`, its probably `organizationSlug`, but if you're really uncertain you should call `list_organizations()` first.\n</hints>", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'query': {'type': 'string', 'description': 'The search query to apply. Use the `help(subject="query_syntax")` tool to get more information about the query syntax rather than guessing.'}, 'sortBy': {'enum': ['last_seen', 'count'], 'type': 'string', 'default': 'last_seen', 'description': 'Sort the results either by the last time they occurred or the count of occurrences.'}, 'filename': {'type': 'string', 'description': 'The filename to search for errors in.'}, 'projectSlug': {'type': 'string', 'description': "The project's slug. This will default to all projects you have access to. It is encouraged to specify this when possible."}, 'transaction': {'type': 'string', 'description': 'The transaction name (also known as the endpoint, or route name).'}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'search_transactions', 'description': "Query Sentry for transactions using advanced search syntax.\n\nTransactions are segments of traces that are associated with a specific route or endpoint.\n\nUse this tool when you need to:\n- Search for production transaction data to understand performance.\n- Analyze traces and latency patterns.\n- Find examples of recent requests to endpoints.\n\n<examples>\n### Find slow requests to a route\n\n...\n\n```\nsearch_transactions(organizationSlug='my-organization', transaction='/checkout', sortBy='latency')\n```\n\n</examples>\n\n<hints>\nIf only one parameter is provided, and it could be either `organizationSlug` or `projectSlug`, its probably `organizationSlug`, but if you're really uncertain you might want to call `list_organizations()` first.\n</hints>", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'query': {'type': 'string', 'description': 'The search query to apply. Use the `help(subject="query_syntax")` tool to get more information about the query syntax rather than guessing.'}, 'sortBy': {'enum': ['timestamp', 'duration'], 'type': 'string', 'default': 'timestamp', 'description': 'Sort the results either by the timestamp of the request (most recent first) or the duration of the request (longest first).'}, 'projectSlug': {'type': 'string', 'description': "The project's slug. This will default to all projects you have access to. It is encouraged to specify this when possible."}, 'transaction': {'type': 'string', 'description': 'The transaction name (also known as the endpoint, or route name).'}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'create_team', 'description': 'Create a new team in Sentry.\n\nUse this tool when you need to:\n- Create a new team in a Sentry organization\n\n<hints>\n- If any parameter is ambiguous, you should clarify with the user what they meant.\n</hints>', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the team to create.'}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'create_project', 'description': 'Create a new project in Sentry, giving you access to a new SENTRY_DSN.\n\nUse this tool when you need to:\n- Create a new project in a Sentry organization\n\n<hints>\n- If any parameter is ambiguous, you should clarify with the user what they meant.\n</hints>', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['teamSlug', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the project to create. Typically this is commonly the name of the repository or service. It is only used as a visual label in Sentry.'}, 'platform': {'type': 'string', 'description': 'The platform for the project (e.g., python, javascript, react, etc.)'}, 'teamSlug': {'type': 'string', 'description': "The team's slug. This will default to the first team you have access to."}, 'organizationSlug': {'type': 'string', 'description': "The organization's slug. This will default to the first org you have access to."}}, 'additionalProperties': False}}, {'name': 'help', 'description': "Get information to help you better work with Sentry.\n\nUse this tool when you need to:\n- Understand the Sentry search syntax\n\n<examples>\n### Get help with the Sentry search syntax\n\n```\nhelp('query_syntax')\n```\n</examples>", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['subject'], 'properties': {'subject': {'enum': ['query_syntax'], 'type': 'string', 'description': 'The subject to get help with.'}}, 'additionalProperties': False}}] |
|
@ayasahmad/jira-context-mcp | Jira Context Server | Enable seamless integration with Jira to fetch issue details, list assigned tickets, filter issues by type, and track recent changes directly within your IDE. Automate Jira workflows and enhance productivity by connecting your development environment with Jira's API. Streamline issue management and resolution with easy access to Jira data and tools. | 2025-04-29T10:34:43.514Z | 29 | https://smithery.ai/server/@ayasahmad/jira-context-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_issue', 'description': 'Get detailed information about a Jira issue', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueKey'], 'properties': {'issueKey': {'type': 'string', 'description': 'The key of the Jira issue to fetch (e.g., PROJECT-123)'}}, 'additionalProperties': False}}, {'name': 'get_assigned_issues', 'description': 'Get issues assigned to the current user in a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_issues_by_type', 'description': 'Get issues of a specific type', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueType'], 'properties': {'issueType': {'type': 'string', 'description': 'The type of issue to fetch (e.g., Bug, Story, Epic)'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}, 'projectKey': {'type': 'string', 'description': 'The key of the Jira project to fetch issues from'}}, 'additionalProperties': False}}, {'name': 'get_projects', 'description': 'Get list of available Jira projects', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_issue_types', 'description': 'Get list of available Jira issue types', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@runninghare/rest-to-postman | REST-to-Postman | Convert REST API endpoints and environment variables to Postman collections seamlessly. Sync your API configurations with Postman to streamline your development workflow and enhance collaboration. Automate the management of your API documentation and testing environments effortlessly. | 2025-04-13T03:29:10.657Z | 29 | https://smithery.ai/server/@runninghare/rest-to-postman | true | {
"scanPassed": true
} | [{'name': 'rest_to_postman_env', 'description': 'Creates or updates a Postman environment with the provided environment variables. This tool helps synchronize your REST application\'s environment configuration with Postman. It supports both creating new environments and updating existing ones in your Postman workspace. Environment variables related to sensitive data (containing \'token\' in their names) are automatically marked as secrets. Here\'s an example: \n\n\n{\n "envName": "REST Environment",\n "envVars": {\n "API_URL": "https://api.example.com",\n "API_TOKEN": "secret-token-1"\n }\n}\n', 'inputSchema': {'type': 'object', 'required': ['envName', 'envVars'], 'properties': {'envName': {'type': 'string', 'description': 'The name of the Postman environment to create or update'}, 'envVars': {'type': 'object', 'description': 'A record of environment variables to be added to the Postman environment. Format: { [key: string]: string }', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'rest_to_postman_collection', 'description': 'Creates or updates a Postman collection with the provided collection configuration. This tool helps synchronize your REST API endpoints with Postman. When updating an existing collection, it intelligently merges the new endpoints with existing ones, avoiding duplicates while preserving custom modifications made in Postman. Here\'s an example: \n\n\n{\n "info": {\n "name": "REST Collection",\n "description": "REST Collection", \n "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"\n },\n "auth": {\n "type": "bearer",\n "bearer": [\n { \n "key": "Authorization",\n "value": "Bearer {{API_TOKEN}}",\n "type": "string"\n }\n ]\n }, \n "item": [\n {\n "name": "Get Users",\n "request": {\n "method": "GET", \n "url": {\n "raw": "{{API_URL}}/users",\n "protocol": "https",\n "host": ["api", "example", "com"],\n "path": ["users"]\n } \n }\n },\n {\n "name": "Create User",\n "request": {\n "method": "POST",\n "url": {\n "raw": "{{API_URL}}/users"\n },\n "body": {\n "mode": "raw",\n "raw": "{"name":"John Doe","email":"[email protected]"}"\n }\n } \n }\n ]\n}\n', 'inputSchema': {'type': 'object', 'required': ['collectionRequest'], 'properties': {'collectionRequest': {'type': 'object', 'required': ['info', 'item'], 'properties': {'auth': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': "Type of authentication (e.g., 'bearer')"}, 'bearer': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value', 'type'], 'properties': {'key': {'type': 'string', 'description': 'Key for the bearer token'}, 'type': {'type': 'string', 'description': 'Type of the bearer token'}, 'value': {'type': 'string', 'description': 'Value of the bearer token'}}}}}, 'description': 'Authentication settings for the collection'}, 'info': {'type': 'object', 'required': ['name', 'description', 'schema'], 'properties': {'name': {'type': 'string', 'description': 'Name of the collection'}, 'schema': {'type': 'string', 'description': 'Schema version of the collection'}, 'description': {'type': 'string', 'description': 'Description of the collection'}}, 'description': 'Collection information including name and schema'}, 'item': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'request'], 'properties': {'name': {'type': 'string', 'description': 'Name of the request'}, 'event': {'type': 'array', 'items': {'type': 'object', 'required': ['listen', 'script'], 'properties': {'listen': {'type': 'string', 'description': 'Event type to listen for'}, 'script': {'type': 'object', 'required': ['type', 'exec'], 'properties': {'exec': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of script lines to execute'}, 'type': {'type': 'string', 'description': 'Type of script'}}}}}}, 'request': {'type': 'object', 'required': ['method', 'url'], 'properties': {'url': {'type': 'object', 'required': ['raw', 'protocol', 'host', 'path'], 'properties': {'raw': {'type': 'string', 'description': 'Raw URL string'}, 'host': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Host segments'}, 'path': {'type': 'array', 'items': {'type': 'string'}, 'description': 'URL path segments'}, 'query': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'Query parameter key'}, 'value': {'type': 'string', 'description': 'Query parameter value'}}}}, 'protocol': {'type': 'string', 'description': "URL protocol (e.g., 'http', 'https')"}}}, 'auth': {'type': 'object', 'required': ['type'], 'properties': {'type': {'type': 'string', 'description': 'Type of authentication'}, 'bearer': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'value', 'type'], 'properties': {'key': {'type': 'string'}, 'type': {'type': 'string'}, 'value': {'type': 'string'}}}}}}, 'method': {'type': 'string', 'description': 'HTTP method of the request'}, 'description': {'type': 'string', 'description': 'Description of the request'}}}}}, 'description': 'Array of request items in the collection'}, 'event': {'type': 'array', 'items': {'type': 'object', 'required': ['listen', 'script'], 'properties': {'listen': {'type': 'string', 'description': 'Event type to listen for'}, 'script': {'type': 'object', 'required': ['type', 'exec'], 'properties': {'exec': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of script lines to execute'}, 'type': {'type': 'string', 'description': 'Type of script'}}}}}, 'description': 'Collection-level event scripts'}}, 'description': 'The Postman collection configuration containing info, items, and other collection details'}}}}] |
|
@lroolle/openai-agents-mcp-server | OpenAI Agents MCP Server | 🚀 Supercharge Claude with OpenAI Agents: Instantly extend your AI assistant with OpenAI Agents. This MCP server seamlessly connects Claude to powerful Agent Tools capabilities: Web search • File analysis • Computer control • Intelligent orchestration... | 2025-03-14T16:14:53.016Z | 29 | https://smithery.ai/server/@lroolle/openai-agents-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'web_search_agent', 'description': 'Use an AI agent specialized in web searching to find accurate, up-to-date information from the internet.', 'inputSchema': {'type': 'object', 'title': 'web_searchArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query', 'description': 'The search query or question you want to find information about online.'}, 'location': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Location', 'default': None, 'description': "Optional location context for location-specific searches (e.g., 'New York')."}}}}, {'name': 'file_search_agent', 'description': 'Use an AI agent specialized in searching through files and documents to find relevant information.', 'inputSchema': {'type': 'object', 'title': 'file_searchArguments', 'required': ['query', 'vector_store_ids'], 'properties': {'query': {'type': 'string', 'title': 'Query', 'description': 'The search query or question to find in the documents.'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5, 'description': 'The maximum number of document results to return.'}, 'vector_store_ids': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Vector Store Ids', 'description': 'The IDs of the vector stores to search in. This is required for file search to work.'}}}}, {'name': 'computer_action_agent', 'description': 'Use an AI agent specialized in performing computer actions safely and effectively.', 'inputSchema': {'type': 'object', 'title': 'computer_actionArguments', 'required': ['action'], 'properties': {'action': {'type': 'string', 'title': 'Action', 'description': 'The action or task you want to perform on the computer.'}}}}, {'name': 'multi_tool_agent', 'description': 'Use an AI agent that can orchestrate between web search, file search, and computer actions based on your query.', 'inputSchema': {'type': 'object', 'title': 'orchestrator_agentArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query', 'description': 'The query or task you want help with.'}, 'vector_store_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Vector Store Ids', 'default': None, 'description': 'Required if enable_file_search is True. The IDs of the vector stores to search in.'}, 'enable_web_search': {'type': 'boolean', 'title': 'Enable Web Search', 'default': True, 'description': 'Whether to enable web search capabilities.'}, 'enable_file_search': {'type': 'boolean', 'title': 'Enable File Search', 'default': False, 'description': 'Whether to enable file search capabilities.'}, 'enable_computer_actions': {'type': 'boolean', 'title': 'Enable Computer Actions', 'default': True, 'description': 'Whether to enable computer action capabilities.'}}}}] |
@szypetike/weather-mcp-server | Weather Server | Retrieve real-time weather information for cities worldwide. Get detailed insights including temperature, humidity, and wind conditions, with a fallback to mock data if needed. Enhance your AI assistant's capabilities with accurate weather data at your fingertips. | 2025-03-24T19:43:13.915Z | 49 | https://smithery.ai/server/@szypetike/weather-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_current_weather', 'description': 'Get current weather for a specified city', 'inputSchema': {'type': 'object', 'required': ['city'], 'properties': {'city': {'type': 'string', 'description': 'City name (e.g., "London", "New York", "Tokyo")'}}}}] |
@ChristianHinge/dicom-mcp | DICOM Model Context Protocol Server | Enable AI assistants to interact with DICOM servers for querying patient information and analyzing medical imaging metadata. Extract text from encapsulated PDF documents in DICOM format to enhance clinical report analysis. Streamline medical data access and improve healthcare workflows with standardized DICOM networking protocols. | 2025-03-19T23:00:29.367Z | 29 | https://smithery.ai/server/@ChristianHinge/dicom-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_dicom_nodes', 'description': 'List all configured DICOM nodes and show which one is currently selected.', 'inputSchema': {'type': 'object', 'title': 'list_dicom_nodesArguments', 'properties': {}}}, {'name': 'extract_pdf_text_from_dicom', 'description': 'Retrieve a DICOM instance with encapsulated PDF and extract its text content.\n \n This function retrieves a DICOM instance that contains an encapsulated PDF document,\n extracts the PDF, and extracts the text content. This is particularly useful for\n medical reports stored as PDFs within DICOM format.\n \n Args:\n study_instance_uid: Study Instance UID\n series_instance_uid: Series Instance UID\n sop_instance_uid: SOP Instance UID\n ctx: Context object\n \n Returns:\n Dictionary with extracted text information and status:\n {\n "success": bool,\n "message": str,\n "text_content": str,\n "file_path": str # Path to the temporary DICOM file\n }\n ', 'inputSchema': {'type': 'object', 'title': 'extract_pdf_text_from_dicomArguments', 'required': ['study_instance_uid', 'series_instance_uid', 'sop_instance_uid'], 'properties': {'sop_instance_uid': {'type': 'string', 'title': 'Sop Instance Uid'}, 'study_instance_uid': {'type': 'string', 'title': 'Study Instance Uid'}, 'series_instance_uid': {'type': 'string', 'title': 'Series Instance Uid'}}}}, {'name': 'switch_dicom_node', 'description': 'Switch to a different configured DICOM node.', 'inputSchema': {'type': 'object', 'title': 'switch_dicom_nodeArguments', 'required': ['node_name'], 'properties': {'node_name': {'type': 'string', 'title': 'Node Name'}}}}, {'name': 'switch_calling_aet', 'description': 'Switch to a different configured calling AE title.', 'inputSchema': {'type': 'object', 'title': 'switch_calling_aetArguments', 'required': ['aet_name'], 'properties': {'aet_name': {'type': 'string', 'title': 'Aet Name'}}}}, {'name': 'verify_connection', 'description': 'Verify connectivity to the DICOM node using C-ECHO.', 'inputSchema': {'type': 'object', 'title': 'verify_connectionArguments', 'properties': {}}}, {'name': 'query_patients', 'description': 'Query patients matching the specified criteria.', 'inputSchema': {'type': 'object', 'title': 'query_patientsArguments', 'properties': {'birth_date': {'type': 'string', 'title': 'Birth Date', 'default': ''}, 'patient_id': {'type': 'string', 'title': 'Patient Id', 'default': ''}, 'name_pattern': {'type': 'string', 'title': 'Name Pattern', 'default': ''}, 'attribute_preset': {'type': 'string', 'title': 'Attribute Preset', 'default': 'standard'}, 'exclude_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Exclude Attributes', 'default': None}, 'additional_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Additional Attributes', 'default': None}}}}, {'name': 'query_studies', 'description': 'Query studies matching the specified criteria.', 'inputSchema': {'type': 'object', 'title': 'query_studiesArguments', 'properties': {'patient_id': {'type': 'string', 'title': 'Patient Id', 'default': ''}, 'study_date': {'type': 'string', 'title': 'Study Date', 'default': ''}, 'accession_number': {'type': 'string', 'title': 'Accession Number', 'default': ''}, 'attribute_preset': {'type': 'string', 'title': 'Attribute Preset', 'default': 'standard'}, 'modality_in_study': {'type': 'string', 'title': 'Modality In Study', 'default': ''}, 'study_description': {'type': 'string', 'title': 'Study Description', 'default': ''}, 'exclude_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Exclude Attributes', 'default': None}, 'study_instance_uid': {'type': 'string', 'title': 'Study Instance Uid', 'default': ''}, 'additional_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Additional Attributes', 'default': None}}}}, {'name': 'query_series', 'description': 'Query series matching the specified criteria within a study.', 'inputSchema': {'type': 'object', 'title': 'query_seriesArguments', 'required': ['study_instance_uid'], 'properties': {'modality': {'type': 'string', 'title': 'Modality', 'default': ''}, 'series_number': {'type': 'string', 'title': 'Series Number', 'default': ''}, 'attribute_preset': {'type': 'string', 'title': 'Attribute Preset', 'default': 'standard'}, 'exclude_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Exclude Attributes', 'default': None}, 'series_description': {'type': 'string', 'title': 'Series Description', 'default': ''}, 'study_instance_uid': {'type': 'string', 'title': 'Study Instance Uid'}, 'series_instance_uid': {'type': 'string', 'title': 'Series Instance Uid', 'default': ''}, 'additional_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Additional Attributes', 'default': None}}}}, {'name': 'query_instances', 'description': 'Query instances matching the specified criteria within a series.', 'inputSchema': {'type': 'object', 'title': 'query_instancesArguments', 'required': ['series_instance_uid'], 'properties': {'instance_number': {'type': 'string', 'title': 'Instance Number', 'default': ''}, 'attribute_preset': {'type': 'string', 'title': 'Attribute Preset', 'default': 'standard'}, 'sop_instance_uid': {'type': 'string', 'title': 'Sop Instance Uid', 'default': ''}, 'exclude_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Exclude Attributes', 'default': None}, 'series_instance_uid': {'type': 'string', 'title': 'Series Instance Uid'}, 'additional_attributes': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Additional Attributes', 'default': None}}}}, {'name': 'get_attribute_presets', 'description': 'Get all available attribute presets for queries.', 'inputSchema': {'type': 'object', 'title': 'get_attribute_presetsArguments', 'properties': {}}}] |
@JackKuo666/crossref-mcp-server | Crossref MCP Server | Enable AI assistants to search and access academic paper metadata through Crossref using a simple interface. Retrieve detailed information about scholarly works, journals, and funding organizations programmatically. Enhance your AI's capabilities in academic research with seamless access to Crossref's extensive database. | 2025-04-05T16:43:00.019Z | 29 | https://smithery.ai/server/@JackKuo666/crossref-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_works_by_query', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_works_by_queryArguments', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'type': 'string', 'title': 'Query'}, 'mailto': {'type': 'string', 'title': 'Mailto', 'default': None}}}}, {'name': 'get_work_metadata', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_work_metadataArguments', 'required': ['doi'], 'properties': {'doi': {'type': 'string', 'title': 'Doi'}, 'mailto': {'type': 'string', 'title': 'Mailto', 'default': None}}}}, {'name': 'search_journals', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_journalsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'type': 'string', 'title': 'Query', 'default': None}, 'mailto': {'type': 'string', 'title': 'Mailto', 'default': None}}}}, {'name': 'search_funders', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_fundersArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'type': 'string', 'title': 'Query', 'default': None}, 'mailto': {'type': 'string', 'title': 'Mailto', 'default': None}}}}] |
@Dumpling-AI/mcp-server-dumplingai | Dumpling AI MCP Server | Integrate powerful data scraping, content processing, and AI capabilities into your applications. Leverage a wide range of tools for document conversion, web scraping, and knowledge management to enhance your workflows. Execute code securely and access various data APIs to enrich your projects with real-time information. | 2025-04-06T00:14:54.319Z | 29 | https://smithery.ai/server/@Dumpling-AI/mcp-server-dumplingai | true | null | {
"scanPassed": true
} | [{'name': 'get-youtube-transcript', 'description': 'Extract transcripts from YouTube videos with optional parameters for timestamps and language preferences.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoUrl'], 'properties': {'videoUrl': {'type': 'string', 'format': 'uri', 'description': 'URL of the YouTube video'}, 'includeTimestamps': {'type': 'boolean', 'default': True, 'description': 'Whether to include timestamps'}, 'preferredLanguage': {'type': 'string', 'default': 'en', 'description': 'Preferred language code'}, 'timestampsToCombine': {'type': 'number', 'default': 5, 'description': 'Number of timestamps to combine'}}, 'additionalProperties': False}}, {'name': 'search', 'description': 'Perform Google web searches with customizable parameters.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number'}, 'query': {'type': 'string', 'description': 'Search query'}, 'country': {'type': 'string', 'description': "Country code (e.g., 'us')"}, 'language': {'type': 'string', 'description': "Language code (e.g., 'en')"}, 'location': {'type': 'string', 'description': 'Location name'}, 'dateRange': {'enum': ['anyTime', 'pastHour', 'pastDay', 'pastWeek', 'pastMonth', 'pastYear'], 'type': 'string', 'description': 'Time range filter'}, 'scrapeOptions': {'type': 'object', 'properties': {'format': {'enum': ['markdown', 'html', 'screenshot'], 'type': 'string'}, 'cleaned': {'type': 'boolean'}}, 'description': 'Scraping options', 'additionalProperties': False}, 'scrapeResults': {'type': 'boolean', 'description': 'Whether to scrape results'}, 'numResultsToScrape': {'type': 'number', 'description': 'Number of results to scrape'}}, 'additionalProperties': False}}, {'name': 'get-autocomplete', 'description': 'Retrieve Google autocomplete suggestions for a query.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'country': {'type': 'string', 'description': "Country code (e.g., 'us')"}, 'language': {'type': 'string', 'description': "Language code (e.g., 'en')"}, 'location': {'type': 'string', 'description': 'Location name'}}, 'additionalProperties': False}}, {'name': 'search-maps', 'description': 'Search Google Maps for locations and businesses.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'cid': {'type': 'string', 'description': 'Google Maps CID'}, 'page': {'type': 'number', 'description': 'Page number'}, 'query': {'type': 'string', 'description': 'Search query'}, 'placeId': {'type': 'string', 'description': 'Google Place ID'}, 'language': {'type': 'string', 'description': "Language code (e.g., 'en')"}, 'gpsPositionZoom': {'type': 'string', 'description': "GPS coordinates with zoom (e.g., 'lat,long,zoom')"}}, 'additionalProperties': False}}, {'name': 'search-places', 'description': 'Search for places with detailed business information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number'}, 'query': {'type': 'string', 'description': 'Search query'}, 'country': {'type': 'string', 'description': "Country code (e.g., 'us')"}, 'language': {'type': 'string', 'description': "Language code (e.g., 'en')"}, 'location': {'type': 'string', 'description': 'Location name'}}, 'additionalProperties': False}}, {'name': 'search-news', 'description': 'Search for news articles across multiple sources.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number'}, 'query': {'type': 'string', 'description': 'Search query'}, 'country': {'type': 'string', 'description': "Country code (e.g., 'us')"}, 'language': {'type': 'string', 'description': "Language code (e.g., 'en')"}, 'location': {'type': 'string', 'description': 'Location name'}, 'dateRange': {'enum': ['anyTime', 'pastHour', 'pastDay', 'pastWeek', 'pastMonth', 'pastYear'], 'type': 'string', 'description': 'Time range filter'}}, 'additionalProperties': False}}, {'name': 'get-google-reviews', 'description': 'Retrieve Google reviews for businesses or places.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'cid': {'type': 'string', 'description': 'Google Maps CID'}, 'sortBy': {'enum': ['relevant', 'newest', 'highest_rating', 'lowest_rating'], 'type': 'string', 'default': 'relevant', 'description': 'Sort order'}, 'keyword': {'type': 'string', 'description': 'Business name or search term'}, 'placeId': {'type': 'string', 'description': 'Google Place ID'}, 'reviews': {'type': 'number', 'default': 10, 'description': 'Number of reviews to fetch'}, 'language': {'type': 'string', 'default': 'en', 'description': "Language code (e.g., 'en')"}, 'location': {'type': 'string', 'default': 'London,England,United Kingdom', 'description': 'Location context'}}, 'additionalProperties': False}}, {'name': 'scrape', 'description': 'Extract and parse content from any web page.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL to scrape'}, 'format': {'enum': ['markdown', 'html', 'screenshot'], 'type': 'string', 'description': 'Output format'}, 'cleaned': {'type': 'boolean', 'description': 'Whether to clean content'}, 'renderJs': {'type': 'boolean', 'default': True, 'description': 'Whether to render JavaScript'}}, 'additionalProperties': False}}, {'name': 'crawl', 'description': 'Recursively crawl websites and extract content.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'Starting URL'}, 'depth': {'type': 'number', 'default': 2, 'description': 'Maximum depth'}, 'limit': {'type': 'number', 'default': 5, 'description': 'Maximum number of pages to crawl'}, 'format': {'enum': ['markdown', 'text', 'raw'], 'type': 'string', 'default': 'markdown', 'description': 'Output format'}}, 'additionalProperties': False}}, {'name': 'extract', 'description': 'Extract structured data from web pages using AI-powered instructions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url', 'schema'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL to extract from'}, 'schema': {'type': 'object', 'description': 'Schema defining the data to extract', 'additionalProperties': {}}}, 'additionalProperties': False}}, {'name': 'screenshot', 'description': 'Capture screenshots of web pages with customizable settings.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL to capture'}, 'wait': {'type': 'number', 'default': 0, 'maximum': 5000, 'minimum': 0, 'description': 'Wait time in ms before capture'}, 'width': {'type': 'number', 'description': 'Viewport width'}, 'format': {'enum': ['png', 'jpeg'], 'type': 'string', 'description': 'Image format'}, 'height': {'type': 'number', 'description': 'Viewport height'}, 'quality': {'type': 'number', 'description': 'Image quality (1-100)'}, 'fullPage': {'type': 'boolean', 'description': 'Capture full page'}, 'renderJs': {'type': 'boolean', 'description': 'Render JavaScript'}, 'autoScroll': {'type': 'boolean', 'description': 'Auto-scroll page'}, 'clipRectangle': {'type': 'object', 'required': ['top', 'left', 'width', 'height'], 'properties': {'top': {'type': 'number'}, 'left': {'type': 'number'}, 'width': {'type': 'number'}, 'height': {'type': 'number'}}, 'description': 'Area to clip', 'additionalProperties': False}, 'deviceScaleFactor': {'type': 'number', 'description': 'Device scale factor'}, 'blockCookieBanners': {'type': 'boolean', 'default': True, 'description': 'Block cookie banners'}}, 'additionalProperties': False}}, {'name': 'doc-to-text', 'description': 'Convert various document formats to plain text.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'file'], 'properties': {'file': {'type': 'string', 'description': 'URL or base64-encoded file content'}, 'pages': {'type': 'string', 'description': "Pages to process (e.g., '1, 2-5')"}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'convert-to-pdf', 'description': 'Convert various file formats to PDF.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'file'], 'properties': {'file': {'type': 'string', 'description': 'URL or base64-encoded file content'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'merge-pdfs', 'description': 'Combine multiple PDF files into a single document.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'files'], 'properties': {'pdfa': {'enum': ['PDF/A-1b', 'PDF/A-2b', 'PDF/A-3b'], 'type': 'string', 'description': 'PDF/A compliance'}, 'files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs or base64-encoded PDFs'}, 'pdfua': {'type': 'boolean', 'description': 'PDF/UA compliance'}, 'metadata': {'type': 'object', 'properties': {'Title': {'type': 'string'}, 'Author': {'type': 'string'}, 'Subject': {'type': 'string'}, 'Keywords': {'type': 'string'}}, 'description': 'Metadata for merged PDF', 'additionalProperties': False}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}, 'requestSource': {'type': 'string', 'description': 'Request source'}}, 'additionalProperties': False}}, {'name': 'trim-video', 'description': 'Trim videos to a specific duration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['videoUrl', 'startTimestamp', 'endTimestamp'], 'properties': {'videoUrl': {'type': 'string', 'format': 'uri', 'description': 'URL of the video'}, 'endTimestamp': {'type': 'string', 'description': 'End time in HH:MM:SS'}, 'startTimestamp': {'type': 'string', 'description': 'Start time in HH:MM:SS'}}, 'additionalProperties': False}}, {'name': 'extract-document', 'description': 'Extract structured data from documents based on a prompt.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'files', 'prompt'], 'properties': {'files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs or base64-encoded documents'}, 'prompt': {'type': 'string', 'description': 'Extraction prompt'}, 'jsonMode': {'type': 'boolean', 'description': 'Return in JSON format'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'extract-image', 'description': 'Extract structured data from images based on a prompt.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'images', 'prompt'], 'properties': {'images': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs or base64-encoded images'}, 'prompt': {'type': 'string', 'description': 'Extraction prompt'}, 'jsonMode': {'type': 'boolean', 'description': 'Return in JSON format'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'extract-audio', 'description': 'Extract structured data from audio files based on a prompt.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'audio', 'prompt'], 'properties': {'audio': {'type': 'string', 'description': 'URL or base64-encoded audio'}, 'prompt': {'type': 'string', 'description': 'Extraction prompt'}, 'jsonMode': {'type': 'boolean', 'description': 'Return in JSON format'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'extract-video', 'description': 'Extract structured data from videos based on a prompt.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'video', 'prompt'], 'properties': {'video': {'type': 'string', 'description': 'URL or base64-encoded video'}, 'prompt': {'type': 'string', 'description': 'Extraction prompt'}, 'jsonMode': {'type': 'boolean', 'description': 'Return in JSON format'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'read-pdf-metadata', 'description': 'Extract metadata from PDF files.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'files'], 'properties': {'files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs or base64-encoded PDFs'}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}, 'requestSource': {'type': 'string', 'description': 'Request source'}}, 'additionalProperties': False}}, {'name': 'write-pdf-metadata', 'description': 'Write metadata to PDF files.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['inputMethod', 'files', 'metadata'], 'properties': {'files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs or base64-encoded PDFs'}, 'metadata': {'type': 'object', 'properties': {'Title': {'type': 'string'}, 'Author': {'type': 'string'}, 'Creator': {'type': 'string'}, 'Subject': {'type': 'string'}, 'Keywords': {'type': 'string'}, 'Producer': {'type': 'string'}}, 'description': 'Metadata to write', 'additionalProperties': False}, 'inputMethod': {'enum': ['url', 'base64'], 'type': 'string', 'description': 'Input method'}}, 'additionalProperties': False}}, {'name': 'generate-agent-completion', 'description': 'Generate AI text completions with customizable parameters.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['messages', 'agentId'], 'properties': {'agentId': {'type': 'string', 'description': 'Agent ID'}, 'messages': {'type': 'array', 'items': {'type': 'object', 'required': ['role', 'content'], 'properties': {'role': {'enum': ['user', 'assistant'], 'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Array of messages'}, 'threadId': {'type': 'string', 'description': 'Thread ID for conversation history'}, 'parseJson': {'type': 'boolean', 'description': 'Parse response as JSON'}}, 'additionalProperties': False}}, {'name': 'search-knowledge-base', 'description': 'Search a knowledge base for relevant information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['knowledgeBaseId', 'query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'resultCount': {'type': 'number', 'default': 5, 'description': 'Number of results'}, 'knowledgeBaseId': {'type': 'string', 'description': 'Knowledge base ID'}}, 'additionalProperties': False}}, {'name': 'add-to-knowledge-base', 'description': 'Add new text resources to a knowledge base.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['knowledgeBaseId', 'name', 'content'], 'properties': {'name': {'type': 'string', 'description': 'Resource name'}, 'content': {'type': 'string', 'description': 'Text content to add'}, 'knowledgeBaseId': {'type': 'string', 'description': 'Knowledge base ID'}}, 'additionalProperties': False}}, {'name': 'generate-ai-image', 'description': 'Generate AI images from text prompts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['model', 'input'], 'properties': {'input': {'type': 'object', 'required': ['prompt'], 'properties': {'seed': {'type': 'number', 'description': 'Random seed'}, 'prompt': {'type': 'string', 'description': 'Text prompt'}, 'guidance': {'type': 'number', 'description': 'Guidance scale'}, 'num_outputs': {'type': 'number', 'description': 'Number of images'}, 'aspect_ratio': {'type': 'string', 'description': 'Aspect ratio'}, 'output_format': {'type': 'string', 'description': 'Output format'}, 'output_quality': {'type': 'number', 'description': 'Output quality'}, 'num_inference_steps': {'type': 'number', 'description': 'Inference steps'}}, 'description': 'Model-specific parameters', 'additionalProperties': False}, 'model': {'type': 'string', 'description': 'Model to use for generation'}}, 'additionalProperties': False}}, {'name': 'run-js-code', 'description': 'Execute JavaScript code in a sandbox.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'JavaScript code'}, 'memory': {'type': 'number', 'description': 'Memory allocation in MB'}, 'timeout': {'type': 'number', 'description': 'Execution timeout in ms'}, 'commands': {'type': 'string', 'description': 'NPM install commands'}, 'parseJson': {'type': 'boolean', 'description': 'Parse output as JSON'}}, 'additionalProperties': False}}, {'name': 'run-python-code', 'description': 'Execute Python code in a sandbox.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Python code'}, 'memory': {'type': 'number', 'description': 'Memory allocation in MB'}, 'timeout': {'type': 'number', 'description': 'Execution timeout in ms'}, 'commands': {'type': 'string', 'description': 'Pip install commands'}, 'parseJson': {'type': 'boolean', 'description': 'Parse output as JSON'}, 'saveOutputFiles': {'type': 'boolean', 'description': 'Save output files'}}, 'additionalProperties': False}}] |
@everford/fetcher-mcp | Fetcher | Effortlessly retrieve web page content using AI-powered capabilities. Leverage the Playwright headless browser to navigate and extract information quickly and efficiently. Simplify your web scraping tasks with easy setup and configuration. | 2025-03-24T20:00:58.390Z | 29 | https://smithery.ai/server/@everford/fetcher-mcp | true | null | {
"scanPassed": true
} | [{'name': 'fetch_url', 'description': 'Retrieve web page content from a specified URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to fetch'}, 'debug': {'type': 'boolean', 'description': 'Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified'}, 'timeout': {'type': 'number', 'description': 'Page loading timeout in milliseconds, default is 30000 (30 seconds)'}, 'maxLength': {'type': 'number', 'description': 'Maximum length of returned content (in characters), default is no limit'}, 'waitUntil': {'type': 'string', 'description': "Specifies when navigation is considered complete, options: 'load', 'domcontentloaded', 'networkidle', 'commit', default is 'load'"}, 'returnHtml': {'type': 'boolean', 'description': 'Whether to return HTML content instead of Markdown, default is false'}, 'disableMedia': {'type': 'boolean', 'description': 'Whether to disable media resources (images, stylesheets, fonts, media), default is true'}, 'extractContent': {'type': 'boolean', 'description': 'Whether to intelligently extract the main content, default is true'}, 'navigationTimeout': {'type': 'number', 'description': 'Maximum time to wait for additional navigation in milliseconds, default is 10000 (10 seconds)'}, 'waitForNavigation': {'type': 'boolean', 'description': 'Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false'}}}}, {'name': 'fetch_urls', 'description': 'Retrieve web page content from multiple specified URLs', 'inputSchema': {'type': 'object', 'required': ['urls'], 'properties': {'urls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of URLs to fetch'}, 'debug': {'type': 'boolean', 'description': 'Whether to enable debug mode (showing browser window), overrides the --debug command line flag if specified'}, 'timeout': {'type': 'number', 'description': 'Page loading timeout in milliseconds, default is 30000 (30 seconds)'}, 'maxLength': {'type': 'number', 'description': 'Maximum length of returned content (in characters), default is no limit'}, 'waitUntil': {'type': 'string', 'description': "Specifies when navigation is considered complete, options: 'load', 'domcontentloaded', 'networkidle', 'commit', default is 'load'"}, 'returnHtml': {'type': 'boolean', 'description': 'Whether to return HTML content instead of Markdown, default is false'}, 'disableMedia': {'type': 'boolean', 'description': 'Whether to disable media resources (images, stylesheets, fonts, media), default is true'}, 'extractContent': {'type': 'boolean', 'description': 'Whether to intelligently extract the main content, default is true'}, 'navigationTimeout': {'type': 'number', 'description': 'Maximum time to wait for additional navigation in milliseconds, default is 10000 (10 seconds)'}, 'waitForNavigation': {'type': 'boolean', 'description': 'Whether to wait for additional navigation after initial page load (useful for sites with anti-bot verification), default is false'}}}}] |
@binalyze/air-mcp | Binalyze AIR MCP Server | Enable natural language interaction with your Binalyze AIR system to manage assets, acquisition profiles, and organizations seamlessly. Use this server to list and query your AIR data through any MCP client, enhancing your workflow with AI-driven context access. Requires an API token for secure access to your AIR environment. | 2025-04-16T05:19:16.190Z | 28 | https://smithery.ai/server/@binalyze/air-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_assets', 'description': 'List all assets in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter assets by. Leave empty to use default (0).'}}}}, {'name': 'list_acquisition_profiles', 'description': 'List all acquisition profiles in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter acquisition profiles by. Leave empty to use default (0).'}, 'allOrganizations': {'type': 'boolean', 'description': 'Whether to include profiles from all organizations. Defaults to true.'}}}}, {'name': 'list_organizations', 'description': 'List all organizations in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'list_cases', 'description': 'List all cases in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter cases by. Leave empty to use default (0).'}}}}, {'name': 'list_policies', 'description': 'List all policies in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter policies by. Leave empty to use default (0).'}}}}, {'name': 'list_tasks', 'description': 'List all tasks in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter tasks by. Leave empty to use default (0).'}}}}, {'name': 'list_triage_rules', 'description': 'List all triage rules in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter triage rules by. Leave empty to use default (0).'}}}}, {'name': 'list_users', 'description': 'List all users in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'organizationIds': {'type': 'string', 'description': 'Organization IDs to filter users by. Leave empty to use default (0).'}}}}, {'name': 'list_drone_analyzers', 'description': 'List all drone analyzers in the system', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}] |
@briandconnelly/mcp-server-ipinfo | IP Geolocation Server | Retrieve detailed information about an IP address to determine user location and network details. Enhance your applications with geolocation capabilities using this simple and effective server. Get started quickly by integrating with the IPInfo API. | 2025-03-09T03:01:18.683Z | 28 | https://smithery.ai/server/@briandconnelly/mcp-server-ipinfo | true | null | {
"scanPassed": true
} | [{'name': 'get_ip_details', 'description': "Get information about an IP address.\n\nUse this tool to:\n- Determine the user's geographic location to coarse granularity\n- Get information about the user's internet service provider\n- Get information about a specific IP address\n\nArgs:\n ip (str | None): The IP address to look up. If None, returns information\n about the requesting client's IP address.\n ctx (Context): The MCP request context.\n\nReturns:\n IPDetails: Object containing information about the IP address,\n including geographic location, network operator, and more.\n\nNote:\n This tool requires an IPInfo API Token specified via the IPINFO_API_TOKEN\n environment variable for full functionality.\n", 'inputSchema': {'type': 'object', 'title': 'get_ip_detailsArguments', 'required': ['ip'], 'properties': {'ip': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Ip'}}}}] |
@LeslieLeung/mcp-server-memos | Memos MCP Server | Search and create memos effortlessly with this server. Enhance your note-taking experience by integrating memo management into your applications. Utilize a simple API to interact with your memos securely and efficiently. | 2025-03-20T19:05:36.753Z | 28 | https://smithery.ai/server/@LeslieLeung/mcp-server-memos | true | null | {
"scanPassed": true
} | [{'name': 'search_memos', 'description': '\nSearch memos using the Memos API.\n\nArgs:\n query: Search query string\n\nReturns:\n A list of memo objects matching the query\n', 'inputSchema': {'type': 'object', 'title': 'search_memosArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'create_memo', 'description': '\nCreate a new memo with the Memos API.\n\nArgs:\n content: Content of the memo\n tags: List of tags for the memo (will always include the default tag)\n\nReturns:\n The created memo object\n', 'inputSchema': {'type': 'object', 'title': 'create_memoArguments', 'required': ['content'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Tags', 'default': []}, 'content': {'type': 'string', 'title': 'Content'}}}}] |
@madhusudan-kulkarni/mcp-fal-ai-image | fal.ai Image Generation Server | MCP fal.ai Image Server
Effortlessly generate images from text prompts using fal.ai and the Model Context Protocol (MCP). Integrates directly with AI IDEs like Cursor and Windsurf.
## When and Why to Use
This tool is designed for:
- Developers and designers who want to generate images from text prompts without leaving their IDE.
- Rapid prototyping of UI concepts, marketing assets, or creative ideas.
- Content creators needing unique visuals for blogs, presentations, or social media.
- AI researchers and tinkerers experimenting with the latest fal.ai models.
- Automating workflows that require programmatic image generation via MCP.
Key features:
- Supports any valid fal.ai model and all major image parameters.
- Works out of the box with Node.js and a fal.ai API key.
- Saves images locally with accessible file paths.
- Simple configuration and robust error handling.
## Quick Start
1. Requirements: Node.js 18+, fal.ai API key
2. Configure MCP:
{
"mcpServers": {
"fal-ai-image": {
"command": "npx",
"args": ["-y", "mcp-fal-ai-image"],
"env": { "FAL_KEY": "YOUR-FAL-AI-API-KEY" }
}
}
}
3. Run: Use the generate-image tool from your IDE.
💡 Typical Workflow:
Describe the image you want (e.g., “generate a landscape with flying cars using model fal-ai/kolors, 2 images, landscape_16_9”) and get instant results in your IDE.
### 🗨️ Example Prompts
- generate an image of a red apple
- generate an image of a red apple using model fal-ai/kolors
- generate 3 images of a glowing red apple in a futuristic city using model fal-ai/recraft-v3, square_hd, 40 inference steps, guidance scale 4.0, safety checker on
Supported parameters: prompt, model ID (any fal.ai model), number of images, image size, inference steps, guidance scale, safety checker.
Images are saved locally; file paths are shown in the response. For model IDs, see fal.ai/models.
## Troubleshooting
- FAL_KEY environment variable is not set: Set your fal.ai API key as above.
- npx not found: Install Node.js 18+ and npm.
Advanced: Example MCP Request/Response
Request:
{
"tool": "generate-image",
"args": {
"prompt": "A futuristic cityscape at sunset",
"model": "fal-ai/kolors"
}
}
Example response:
{
"images": [
{ "url": "file:///path/to/generated_image1.png" },
{ "url": "file:///path/to/generated_image2.png" }
]
}
## 📁 Image Output Directory
Generated images are saved to your local system:
- By default: ~/Downloads/fal_ai (on Linux/macOS; uses XDG standard if available)
- Custom location: Set the environment variable FAL_IMAGES_OUTPUT_DIR to your desired folder. Images will be saved in /fal_ai.
The full file path for each image is included in the tool's response.
## ⚠️ Error Handling & Troubleshooting
- If you specify a model ID that is not supported by fal.ai, you will receive an error from the backend. Double-check for typos or visit fal.ai/models to confirm the model ID.
- For the latest list of models and their capabilities, refer to the fal.ai model catalog or API docs.
- For other errors, consult your MCP client logs or open an issue on GitHub.
## 🤝 Contributing
Contributions and suggestions are welcome! Please open issues or pull requests on GitHub.
## 🔒 Security
- Your API key is only used locally to authenticate with fal.ai.
- No user data is stored or transmitted except as required by fal.ai API.
## 🛡 License
MIT License © 2025 Madhusudan Kulkarni | 2025-04-17T15:41:32.627Z | 28 | https://smithery.ai/server/@madhusudan-kulkarni/mcp-fal-ai-image | true | {
"scanPassed": true
} | [{'name': 'generate-image', 'description': 'Generate an image from a text prompt using a selectable text-to-image model.', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'model': {'type': 'string', 'default': 'fal-ai/recraft-v3', 'description': 'ID of the text-to-image model to use (any valid fal.ai model ID)'}, 'prompt': {'type': 'string', 'description': 'Text prompt describing the image to generate'}, 'image_size': {'enum': ['square_hd', 'square', 'portrait_4_3', 'portrait_16_9', 'landscape_4_3', 'landscape_16_9'], 'type': 'string', 'default': 'landscape_4_3', 'description': 'Size of the generated image'}, 'num_images': {'type': 'integer', 'default': 1, 'description': 'Number of images to generate'}, 'guidance_scale': {'type': 'number', 'default': 3.5, 'description': 'Classifier Free Guidance scale'}, 'num_inference_steps': {'type': 'integer', 'default': 28, 'description': 'Number of inference steps'}, 'enable_safety_checker': {'type': 'boolean', 'default': True, 'description': 'Enable the safety checker'}}}}] |
|
@saginawj/mcp-server-youtube | YouTube Feed via OAuth | Enable natural language interaction with your personal YouTube feed. Fetch trending videos, recent uploads from subscribed channels, and interact with YouTube content seamlessly through your favorite LLM client. Simplify access to YouTube data without manual API handling. | 2025-04-27T18:58:09.210Z | 28 | https://smithery.ai/server/@saginawj/mcp-server-youtube | true | {
"scanPassed": true
} | [{'name': 'get_trending_videos', 'description': 'Fetch trending YouTube videos.', 'inputSchema': {'type': 'object', 'title': 'get_trending_videosArguments', 'properties': {'max_results': {'type': 'string', 'title': 'max_results', 'default': 30}, 'region_code': {'type': 'string', 'title': 'region_code', 'default': 'US'}}}}, {'name': 'get_subscribed_channels', 'description': 'Fetch the most recent uploads from subscribed YouTube channels.', 'inputSchema': {'type': 'object', 'title': 'get_subscribed_channelsArguments', 'properties': {'max_channels': {'type': 'string', 'title': 'max_channels', 'default': 10}}}}, {'name': 'get_user_activity', 'description': 'Fetch the most recent activity from the authenticated user.', 'inputSchema': {'type': 'object', 'title': 'get_user_activityArguments', 'properties': {'max_results': {'type': 'string', 'title': 'max_results', 'default': 10}}}}] |
|
any-chat-completions-mcp-server | Any OpenAI Compatible API Integrations | Integrate Claude with any OpenAI SDK Compatible Chat Completion API like OpenAI, Perplexity, Groq, xAI, PyroPrompts, etc. | 2024-12-19T15:45:33.092Z | 28 | https://smithery.ai/server/any-chat-completions-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'chat-with-string', 'description': 'Text chat with string', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': 'The content of the chat to send to string'}}}}] |
@kevinkelin/mcp-gaodeweather-server | Gaode Weather | Fetch current weather information for your city using the Gaode Map API. Easily integrate weather data into your applications and enhance user experience with real-time updates. Start building your weather-aware applications today! | 2025-03-27T02:28:28.387Z | 27 | https://smithery.ai/server/@kevinkelin/mcp-gaodeweather-server | true | null | {
"scanPassed": true
} | [{'name': '高德天气查询助手', 'description': '高德天气查询,输入城市名,返回该城市的天气情况,例如:北京', 'inputSchema': {'type': 'object', 'title': 'query_logisticsArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City', 'description': '要查询天气的城市名称'}}}}] |
@Runbuilder/mcpkupsik | Korean School Meal Server | Access Korean school meal information effortlessly. Retrieve detailed meal menus, nutritional data, and ingredient origins for any school in Korea. Simplify your meal planning with real-time data from the NEIS Open API. | 2025-04-01T21:38:24.522Z | 27 | https://smithery.ai/server/@Runbuilder/mcpkupsik | true | null | {
"scanPassed": true
} | [{'name': 'get-meal-info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['atptCode', 'schulCode'], 'properties': {'date': {'type': 'string', 'description': '조회할 날짜 (YYYYMMDD 형식)'}, 'atptCode': {'type': 'string', 'description': '시도교육청코드'}, 'schulCode': {'type': 'string', 'description': '학교행정표준코드'}}, 'additionalProperties': False}}] |
@orchidautomation/instantly-mcp | Instantly | This Model Context Protocol (MCP) server acts as a bridge between AI agents and the Instantly.ai platform. It exposes tools allowing automated systems to fetch campaign lists, retrieve specific campaign details, and access various performance analytics (overview, daily, and step-based) for cold email outreach. | 2025-04-28T19:52:20.757Z | 26 | https://smithery.ai/server/@orchidautomation/instantly-mcp | true | {
"scanPassed": true
} | [{'name': 'list-campaigns', 'description': 'Fetches a list of all campaigns, including their names and unique IDs (UUIDs). **Use this first to find the correct ID for a specific campaign by name** before calling analytics tools.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-campaign-analytics', 'description': "Fetches detailed performance metrics for individual campaigns. Requires the specific campaign ID(s). **If the user provides a campaign name, use 'list-campaigns' first to find the ID.** Returns an array, with each object representing a single campaign and its specific stats (name, ID, leads, contacted, opens, replies, etc.). Use for campaign-by-campaign breakdown.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'format': 'uuid', 'description': 'A single campaign ID (UUID) to get the analytics for.'}, 'ids': {'type': 'array', 'items': {'type': 'string', 'format': 'uuid'}, 'description': 'An array of campaign IDs (UUIDs) to get the analytics for.'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format.'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format.'}, 'exclude_total_leads_count': {'type': 'boolean', 'default': False, 'description': 'Exclude the total leads from the result (defaults to false). Setting to true can decrease response time.'}}, 'additionalProperties': False}}, {'name': 'get-campaign-analytics-overview', 'description': "Fetches aggregated performance metrics across specified campaigns. Can be filtered by campaign ID(s). **If the user provides a campaign name, use 'list-campaigns' first to find the ID.** Returns a single object summarizing the combined totals (total opens, replies, meetings booked, etc.). Use for a high-level summary.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'id': {'type': 'string', 'format': 'uuid', 'description': 'A single campaign ID (UUID) to get the analytics overview for.'}, 'ids': {'type': 'array', 'items': {'type': 'string', 'format': 'uuid'}, 'description': 'An array of campaign IDs (UUIDs) to get the analytics overview for.'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format.'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format.'}, 'campaign_status': {'enum': [0, 1, 2, 3, 4, -99, -1, -2], 'type': 'number', 'description': 'Filter by campaign status (numeric value from CampaignStatus enum).'}}, 'additionalProperties': False}}, {'name': 'get-daily-campaign-analytics', 'description': "Fetches daily performance metrics for specified campaigns within a date range. Returns an array of objects, each representing a single day's aggregated stats (sent, opened, replies, clicks).", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format.'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format.'}, 'campaign_id': {'type': 'string', 'format': 'uuid', 'description': 'Optional campaign ID (UUID) to filter daily analytics for. Leave empty for all campaigns.'}, 'campaign_status': {'enum': [0, 1, 2, 3, 4, -99, -1, -2], 'type': 'number', 'description': 'Filter by campaign status (numeric value from CampaignStatus enum).'}}, 'additionalProperties': False}}, {'name': 'get-campaign-steps-analytics', 'description': 'Fetches performance metrics broken down by individual steps and variants within specified campaigns. Returns an array of objects, each representing a step/variant combination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format.'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format.'}, 'campaign_id': {'type': 'string', 'format': 'uuid', 'description': 'Optional campaign ID (UUID) to filter step analytics for. Leave empty for all campaigns.'}}, 'additionalProperties': False}}, {'name': 'get-campaign', 'description': 'Fetches the full configuration details for a single campaign, specified by its unique ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['campaign_id'], 'properties': {'campaign_id': {'type': 'string', 'format': 'uuid', 'description': 'The unique ID (UUID) of the campaign to fetch.'}}, 'additionalProperties': False}}] |
|
@cgize/claude-mcp-think-tool | Think Tool Server | Enhance Claude's reasoning capabilities with a dedicated tool for structured thinking. Use this tool to navigate complex problem-solving tasks effectively, ensuring adherence to policies and improving decision-making processes. Optimize your interactions with Claude by leveraging the think tool for better outcomes in multi-step analyses. | 2025-03-26T02:00:36.624Z | 26 | https://smithery.ai/server/@cgize/claude-mcp-think-tool | true | null | {
"scanPassed": true
} | [{'name': 'think', 'description': 'Use this tool to think about something. It will not obtain new information or change anything, but just append the thought to the log. Use it when complex reasoning or cache memory is needed, especially during long chains of tool calls, policy adherence scenarios, or sequential decision making.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['thought'], 'properties': {'thought': {'type': 'string', 'description': 'A thought to think about. This can be structured reasoning, step-by-step analysis, policy verification, or any other mental process that helps with problem-solving.'}}, 'additionalProperties': False}}, {'name': 'get_thoughts', 'description': 'Retrieve all thoughts recorded in the current session to review your reasoning process.', 'inputSchema': {'type': 'object'}}, {'name': 'clear_thoughts', 'description': 'Clear all thoughts recorded in the current session. Use this to start fresh if the thinking process needs to be reset.', 'inputSchema': {'type': 'object'}}, {'name': 'get_thought_stats', 'description': 'Get statistics about the thoughts recorded in the current session to analyze your thinking process.', 'inputSchema': {'type': 'object'}}] |
@NvkAnirudh/linkedin-post-generator | LinkedIn Post Generator | Automate the creation of professional LinkedIn post drafts from YouTube videos. Extract transcripts, summarize content, and generate tailored posts with ease. Streamline your workflow from video to post in just a few steps. | 2025-04-01T19:13:49.469Z | 26 | https://smithery.ai/server/@NvkAnirudh/linkedin-post-generator | true | null | {
"scanPassed": true
} | [{'name': 'set_api_keys', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['openaiApiKey'], 'properties': {'openaiApiKey': {'type': 'string', 'minLength': 1, 'description': 'Your OpenAI API key'}, 'youtubeApiKey': {'type': 'string', 'description': 'Your YouTube API key (optional)'}}, 'additionalProperties': False}}, {'name': 'check_api_keys', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'extract_transcript', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['youtubeUrl'], 'properties': {'youtubeUrl': {'type': 'string', 'format': 'uri', 'description': 'YouTube video URL'}}, 'additionalProperties': False}}, {'name': 'summarize_transcript', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['transcript'], 'properties': {'tone': {'enum': ['educational', 'inspirational', 'professional', 'conversational'], 'type': 'string', 'default': 'professional', 'description': 'Tone of the summary'}, 'audience': {'enum': ['general', 'technical', 'business', 'academic'], 'type': 'string', 'default': 'general', 'description': 'Target audience for the summary'}, 'wordCount': {'type': 'number', 'default': 200, 'maximum': 300, 'minimum': 100, 'description': 'Approximate word count for the summary'}, 'transcript': {'type': 'string', 'description': 'Video transcript text'}}, 'additionalProperties': False}}, {'name': 'generate_linkedin_post', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['summary', 'videoTitle'], 'properties': {'tone': {'enum': ['first-person', 'third-person', 'thought-leader'], 'type': 'string', 'default': 'first-person', 'description': 'Tone of the LinkedIn post'}, 'summary': {'type': 'string', 'description': 'Summary of the video content'}, 'hashtags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Relevant hashtags (optional)'}, 'videoTitle': {'type': 'string', 'description': 'Title of the YouTube video'}, 'speakerName': {'type': 'string', 'description': 'Name of the speaker in the video (optional)'}, 'includeCallToAction': {'type': 'boolean', 'default': True, 'description': 'Whether to include a call to action'}}, 'additionalProperties': False}}, {'name': 'youtube_to_linkedin_post', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['youtubeUrl'], 'properties': {'tone': {'enum': ['first-person', 'third-person', 'thought-leader'], 'type': 'string', 'default': 'first-person', 'description': 'Tone of the LinkedIn post'}, 'audience': {'enum': ['general', 'technical', 'business', 'academic'], 'type': 'string', 'default': 'general', 'description': 'Target audience'}, 'hashtags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Relevant hashtags (optional)'}, 'youtubeUrl': {'type': 'string', 'format': 'uri', 'description': 'YouTube video URL'}, 'summaryTone': {'enum': ['educational', 'inspirational', 'professional', 'conversational'], 'type': 'string', 'default': 'professional', 'description': 'Tone of the summary'}, 'includeCallToAction': {'type': 'boolean', 'default': True, 'description': 'Whether to include a call to action'}}, 'additionalProperties': False}}] |
@MrunmayS/exa-mcp-server | Exa MCP | Enable AI assistants to perform web searches using Exa's powerful search API. | 2025-01-30T13:49:36.555Z | 26 | https://smithery.ai/server/@MrunmayS/exa-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search', 'description': 'Search the web using Exa AI', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'numResults': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Number of results to return (default: 10)'}}}}] |
@iamadk/github | GitHub API MCP Server | Manage your GitHub repositories effortlessly. Create, update, and search for files, issues, and pull requests with ease, all while preserving your Git history. Streamline your development workflow by automating repository management tasks. | 2025-03-12T12:28:25.012Z | 26 | https://smithery.ai/server/@iamadk/github | true | null | {
"scanPassed": true
} | [{'name': 'create_or_update_file', 'description': 'Create or update a single file in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'path', 'content', 'message', 'branch'], 'properties': {'sha': {'type': 'string', 'description': 'SHA of the file being replaced (required when updating existing files)'}, 'path': {'type': 'string', 'description': 'Path where to create/update the file'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Branch to create/update the file in'}, 'content': {'type': 'string', 'description': 'Content of the file'}, 'message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'search_repositories', 'description': 'Search for GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (default: 1)'}, 'query': {'type': 'string', 'description': 'Search query (see GitHub search syntax)'}, 'perPage': {'type': 'number', 'description': 'Number of results per page (default: 30, max: 100)'}}, 'additionalProperties': False}}, {'name': 'create_repository', 'description': 'Create a new GitHub repository in your account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Whether the repository should be private'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize with README.md'}, 'description': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}, {'name': 'get_file_contents', 'description': 'Get the contents of a file or directory from a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file or directory'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Branch to get contents from'}}, 'additionalProperties': False}}, {'name': 'push_files', 'description': 'Push multiple files to a GitHub repository in a single commit', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'branch', 'files', 'message'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'files': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Array of files to push'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': "Branch to push to (e.g., 'main' or 'master')"}, 'message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'create_issue', 'description': 'Create a new issue in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'title'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'title': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'assignees': {'type': 'array', 'items': {'type': 'string'}}, 'milestone': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'create_pull_request', 'description': 'Create a new pull request in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'title', 'head', 'base'], 'properties': {'base': {'type': 'string', 'description': 'The name of the branch you want the changes pulled into'}, 'body': {'type': 'string', 'description': 'Pull request body/description'}, 'head': {'type': 'string', 'description': 'The name of the branch where your changes are implemented'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'draft': {'type': 'boolean', 'description': 'Whether to create the pull request as a draft'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'title': {'type': 'string', 'description': 'Pull request title'}, 'maintainer_can_modify': {'type': 'boolean', 'description': 'Whether maintainers can modify the pull request'}}, 'additionalProperties': False}}, {'name': 'fork_repository', 'description': 'Fork a GitHub repository to your account or specified organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'organization': {'type': 'string', 'description': 'Optional: organization to fork to (defaults to your personal account)'}}, 'additionalProperties': False}}, {'name': 'create_branch', 'description': 'Create a new branch in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'branch'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Name for the new branch'}, 'from_branch': {'type': 'string', 'description': "Optional: source branch to create from (defaults to the repository's default branch)"}}, 'additionalProperties': False}}, {'name': 'list_commits', 'description': 'Get list of commits of a branch in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'sha': {'type': 'string'}, 'page': {'type': 'number'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'perPage': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'list_issues', 'description': 'List issues in a GitHub repository with filtering options', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'page': {'type': 'number'}, 'repo': {'type': 'string'}, 'sort': {'enum': ['created', 'updated', 'comments'], 'type': 'string'}, 'owner': {'type': 'string'}, 'since': {'type': 'string'}, 'state': {'enum': ['open', 'closed', 'all'], 'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'per_page': {'type': 'number'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'update_issue', 'description': 'Update an existing issue in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'state': {'enum': ['open', 'closed'], 'type': 'string'}, 'title': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'assignees': {'type': 'array', 'items': {'type': 'string'}}, 'milestone': {'type': 'number'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'add_issue_comment', 'description': 'Add a comment to an existing issue', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number', 'body'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'search_code', 'description': 'Search for code across GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'search_issues', 'description': 'Search for issues and pull requests across GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'sort': {'enum': ['comments', 'reactions', 'reactions-+1', 'reactions--1', 'reactions-smile', 'reactions-thinking_face', 'reactions-heart', 'reactions-tada', 'interactions', 'created', 'updated'], 'type': 'string'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'search_users', 'description': 'Search for users on GitHub', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'sort': {'enum': ['followers', 'repositories', 'joined'], 'type': 'string'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get_issue', 'description': 'Get details of a specific issue in a GitHub repository.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number'], 'properties': {'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}] |
@Cyreslab-AI/flightradar-mcp-server | FlightRadar | Access real-time flight tracking and status information effortlessly. Get detailed flight data, search for flights by various criteria, and receive human-readable status summaries with ease. | 2025-03-25T13:28:59.118Z | 25 | https://smithery.ai/server/@Cyreslab-AI/flightradar-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_flight_data', 'description': 'Get real-time data for a specific flight by flight number', 'inputSchema': {'type': 'object', 'oneOf': [{'required': ['flight_iata']}, {'required': ['flight_icao']}], 'properties': {'flight_iata': {'type': 'string', 'description': "IATA flight code (e.g., 'BA123')"}, 'flight_icao': {'type': 'string', 'description': "ICAO flight code (e.g., 'BAW123')"}}}}, {'name': 'search_flights', 'description': 'Search for flights by various criteria', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of results to return (default: 10, max: 100)'}, 'arr_iata': {'type': 'string', 'description': "IATA code of arrival airport (e.g., 'JFK')"}, 'dep_iata': {'type': 'string', 'description': "IATA code of departure airport (e.g., 'LHR')"}, 'airline_iata': {'type': 'string', 'description': "IATA airline code (e.g., 'BA' for British Airways)"}, 'airline_icao': {'type': 'string', 'description': "ICAO airline code (e.g., 'BAW' for British Airways)"}, 'flight_status': {'enum': ['scheduled', 'active', 'landed', 'cancelled', 'incident', 'diverted'], 'type': 'string', 'description': "Flight status (e.g., 'scheduled', 'active', 'landed', 'cancelled')"}}}}, {'name': 'get_flight_status', 'description': 'Get the current status of a flight by flight number', 'inputSchema': {'type': 'object', 'oneOf': [{'required': ['flight_iata']}, {'required': ['flight_icao']}], 'properties': {'flight_iata': {'type': 'string', 'description': "IATA flight code (e.g., 'BA123')"}, 'flight_icao': {'type': 'string', 'description': "ICAO flight code (e.g., 'BAW123')"}}}}] |
@jzhang17/prospect-research-mcp | Prospect Research Server | Provide tools and prompts to assist with prospect research tasks. Leverage built-in capabilities to calculate metrics, fetch information, and review code efficiently. Enhance your research workflow with a simple and effective MCP server implementation. | 2025-03-19T00:54:05.869Z | 25 | https://smithery.ai/server/@jzhang17/prospect-research-mcp | true | null | {
"scanPassed": true
} | [{'name': 'web-search', 'description': "A semantic search engine (Tavily) that understands the contextual meaning and intent behind queries.\n\nThis tool excels at:\n- Understanding complex or ambiguous queries\n- Interpreting natural language questions\n- Finding relevant content even when exact keywords aren't present\n- Comprehending relationships between concepts\n\nUse this as your primary search tool for research questions, conceptual understanding, and when seeking comprehensive results.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query to look up'}}, 'additionalProperties': False}}, {'name': 'scrape-webpages', 'description': "Scrape the provided web pages for detailed information.\n\nUse with less than 20 links (most optimally less than 10).\n\nThis tool fetches the content of multiple web pages, processes them to remove images, and returns their combined content. It's useful for obtaining detailed information from specific web pages that you already have links to.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['links'], 'properties': {'links': {'type': 'array', 'items': {'type': 'string'}, 'description': 'A list of URLs to scrape (optimally less than 10)'}}, 'additionalProperties': False}}, {'name': 'batch-web-search', 'description': 'Traditional keyword-based search (Google via Search1API) that processes multiple queries simultaneously.\n\nThis tool excels at:\n- Finding exact keyword matches across multiple queries\n- Syntactic/lexical matching rather than semantic understanding\n- Processing multiple different search queries in parallel\n- Finding specific terms or direct information\n\nUse this tool when you need to search for multiple distinct pieces of information simultaneously or when exact keyword matching is more important than contextual understanding.\n\nUse with less than 50 queries (most optimally less than 30).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['queries'], 'properties': {'queries': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of search queries to process in parallel (optimally less than 30)'}}, 'additionalProperties': False}}] |
@devilcoder01/weather-mcp-server | Weather Data Server | Provide AI assistants with comprehensive weather information including current conditions, forecasts, historical data, air quality, and astronomy details. Enable location search, weather alerts, and timezone data to enhance context-aware applications. Access reliable weather data seamlessly through a standardized protocol. | 2025-04-28T12:01:13.781Z | 25 | https://smithery.ai/server/@devilcoder01/weather-mcp-server | true | null | null | [{'name': 'weather_current', 'description': "\nGet current weather for a location.\nArgs:\n q (str): Location query (city name, lat/lon, postal code, etc).\n aqi (str): Include air quality data ('yes' or 'no').\nReturns:\n dict: WeatherAPI current weather JSON.\n", 'inputSchema': {'type': 'object', 'title': 'weather_currentArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}, 'aqi': {'type': 'string', 'title': 'Aqi', 'default': 'no'}}}}, {'name': 'weather_forecast', 'description': "\nGet weather forecast (1–14 days) for a location.\nArgs:\n q (str): Location query (city name, lat/lon, postal code, etc).\n days (int): Number of days (1–14).\n aqi (str): Include air quality ('yes' or 'no').\n alerts (str): Include weather alerts ('yes' or 'no').\nReturns:\n dict: WeatherAPI forecast JSON.\n", 'inputSchema': {'type': 'object', 'title': 'weather_forecastArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}, 'aqi': {'type': 'string', 'title': 'Aqi', 'default': 'no'}, 'days': {'type': 'integer', 'title': 'Days', 'default': 1}, 'alerts': {'type': 'string', 'title': 'Alerts', 'default': 'no'}}}}, {'name': 'weather_history', 'description': '\nGet historical weather for a location on a given date (YYYY-MM-DD).\nArgs:\n q (str): Location query.\n dt (str): Date in YYYY-MM-DD format.\nReturns:\n dict: WeatherAPI history JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_historyArguments', 'required': ['q', 'dt'], 'properties': {'q': {'type': 'string', 'title': 'Q'}, 'dt': {'type': 'string', 'title': 'Dt'}}}}, {'name': 'weather_alerts', 'description': '\nGet weather alerts for a location.\nArgs:\n q (str): Location query.\nReturns:\n dict: WeatherAPI alerts JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_alertsArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}}}}, {'name': 'weather_airquality', 'description': '\nGet air quality for a location.\nArgs:\n q (str): Location query.\nReturns:\n dict: WeatherAPI air quality JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_airqualityArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}}}}, {'name': 'weather_astronomy', 'description': '\nGet astronomy data (sunrise, sunset, moon) for a date (YYYY-MM-DD).\nArgs:\n q (str): Location query.\n dt (str): Date in YYYY-MM-DD format.\nReturns:\n dict: WeatherAPI astronomy JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_astronomyArguments', 'required': ['q', 'dt'], 'properties': {'q': {'type': 'string', 'title': 'Q'}, 'dt': {'type': 'string', 'title': 'Dt'}}}}, {'name': 'weather_search', 'description': '\nSearch for locations matching query.\nArgs:\n q (str): Location query.\nReturns:\n dict: WeatherAPI search JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_searchArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}}}}, {'name': 'weather_timezone', 'description': '\nGet timezone info for a location.\nArgs:\n q (str): Location query.\nReturns:\n dict: WeatherAPI timezone JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_timezoneArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}}}}, {'name': 'weather_sports', 'description': '\nGet sports events (e.g., football, cricket) for a location.\nArgs:\n q (str): Location query.\nReturns:\n dict: WeatherAPI sports JSON.\n', 'inputSchema': {'type': 'object', 'title': 'weather_sportsArguments', 'required': ['q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}}}}] |
@manimohans/verge-news-mcp | The Verge News Server | Fetch and search news articles from The Verge's RSS feed. | 2025-02-26T18:51:25.213Z | 25 | https://smithery.ai/server/@manimohans/verge-news-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get-daily-news', 'description': 'Get the latest news from The Verge for today', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-weekly-news', 'description': 'Get the latest news from The Verge for the past week', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-news', 'description': 'Search for news articles from The Verge by keyword', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['keyword'], 'properties': {'days': {'type': 'number', 'description': 'Number of days to look back (default: 30)'}, 'keyword': {'type': 'string', 'description': 'Keyword to search for in news articles'}}, 'additionalProperties': False}}] |
@IndianAppGuy/magicslide-mcp | MagicSlides Server | Generate professional PowerPoint presentations from text, YouTube videos, or structured JSON data. Customize slide count, images, language, templates, and output formats to suit your needs. Integrate seamlessly with AI assistants to create presentations on any topic efficiently. | 2025-04-29T06:33:18.687Z | 25 | https://smithery.ai/server/@IndianAppGuy/magicslide-mcp | true | {
"scanPassed": true
} | [{'name': 'create_ppt_from_text', 'description': 'Generate a PowerPoint from text or YouTube URL', 'inputSchema': {'type': 'object', 'required': ['userText', 'accountId'], 'properties': {'userText': {'type': 'string'}, 'accountId': {'type': 'string'}}}}, {'name': 'get_youtube_transcript', 'description': 'Fetch transcript from a YouTube video URL', 'inputSchema': {'type': 'object', 'required': ['ytUrl'], 'properties': {'ytUrl': {'type': 'string'}}}}] |
|
@harimkang/mcp-korea-tourism-api | Korea Tourism API | Unlock the wonders of South Korean tourism directly within your AI assistant! Discover vibrant festivals, serene temples, delicious restaurants, and comfortable accommodations across Korea with ease. | 2025-04-11T11:23:54.419Z | 25 | https://smithery.ai/server/@harimkang/mcp-korea-tourism-api | true | {
"scanPassed": true
} | [{'name': 'search_tourism_by_keyword', 'description': '\n Search for tourism information in Korea by keyword.\n \n Args:\n keyword: Search keyword (e.g., "Gyeongbokgung", "Hanok", "Bibimbap")\n content_type: Type of content to search for (e.g., "Tourist Attraction", "Restaurant", "Festival Event")\n area_code: Area code to filter results (e.g., "1" for Seoul)\n language: Language for results (e.g., "en", "jp", "zh-cn"), default is "en"\n \n Returns:\n A dictionary containing search results with tourism information.\n ', 'inputSchema': {'type': 'object', 'title': 'search_tourism_by_keywordArguments', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'title': 'Keyword'}, 'language': {'type': 'string', 'title': 'Language', 'default': None}, 'area_code': {'type': 'string', 'title': 'Area Code', 'default': None}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}}}}, {'name': 'get_tourism_by_area', 'description': '\n Browse tourism information by geographic areas in Korea.\n \n Args:\n area_code: Area code (e.g., "1" for Seoul)\n sigungu_code: Sigungu (district) code within the area\n content_type: Type of content to filter (e.g., "Tourist Attraction", "Restaurant")\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing tourism information in the specified area.\n ', 'inputSchema': {'type': 'object', 'title': 'get_tourism_by_areaArguments', 'required': ['area_code'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': None}, 'area_code': {'type': 'string', 'title': 'Area Code'}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}, 'sigungu_code': {'type': 'string', 'title': 'Sigungu Code', 'default': None}}}}, {'name': 'find_nearby_attractions', 'description': '\n Find tourism attractions near a specific location in Korea.\n \n Args:\n longitude: Longitude coordinate (e.g., 126.9780)\n latitude: Latitude coordinate (e.g., 37.5665)\n radius: Search radius in meters (default: 1000)\n content_type: Type of content to filter (e.g., "Tourist Attraction", "Restaurant")\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing tourism attractions near the specified coordinates.\n ', 'inputSchema': {'type': 'object', 'title': 'find_nearby_attractionsArguments', 'required': ['longitude', 'latitude'], 'properties': {'radius': {'type': 'integer', 'title': 'Radius', 'default': 1000}, 'language': {'type': 'string', 'title': 'Language', 'default': None}, 'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}}}}, {'name': 'search_festivals_by_date', 'description': '\n Find festivals in Korea by date range.\n \n Args:\n start_date: Start date in YYYYMMDD format (e.g., "20250501")\n end_date: Optional end date in YYYYMMDD format (e.g., "20250531")\n area_code: Area code to filter results (e.g., "1" for Seoul)\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing festivals occurring within the specified date range.\n ', 'inputSchema': {'type': 'object', 'title': 'search_festivals_by_dateArguments', 'required': ['start_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date', 'default': None}, 'language': {'type': 'string', 'title': 'Language', 'default': None}, 'area_code': {'type': 'string', 'title': 'Area Code', 'default': None}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'find_accommodations', 'description': '\n Find accommodations in Korea by area.\n \n Args:\n area_code: Area code (e.g., "1" for Seoul)\n sigungu_code: Sigungu (district) code within the area\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing accommodation options in the specified area.\n ', 'inputSchema': {'type': 'object', 'title': 'find_accommodationsArguments', 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': None}, 'area_code': {'type': 'string', 'title': 'Area Code', 'default': None}, 'sigungu_code': {'type': 'string', 'title': 'Sigungu Code', 'default': None}}}}, {'name': 'get_detailed_information', 'description': '\n Get detailed information about a specific tourism item in Korea.\n \n Args:\n content_id: Content ID of the tourism item\n content_type: Type of content (e.g., "Tourist Attraction", "Restaurant")\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing detailed information about the specified tourism item.\n ', 'inputSchema': {'type': 'object', 'title': 'get_detailed_informationArguments', 'required': ['content_id'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': None}, 'content_id': {'type': 'string', 'title': 'Content Id'}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': None}}}}, {'name': 'get_tourism_images', 'description': '\n Get images for a specific tourism item in Korea.\n \n Args:\n content_id: Content ID of the tourism item\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing images for the specified tourism item.\n ', 'inputSchema': {'type': 'object', 'title': 'get_tourism_imagesArguments', 'required': ['content_id'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': None}, 'content_id': {'type': 'string', 'title': 'Content Id'}}}}, {'name': 'get_area_codes', 'description': '\n Get area codes for regions in Korea.\n \n Args:\n parent_area_code: Parent area code to get sub-areas (None for top-level areas)\n language: Language for results (e.g., "en", "jp", "zh-cn")\n \n Returns:\n A dictionary containing area codes and names.\n ', 'inputSchema': {'type': 'object', 'title': 'get_area_codesArguments', 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': None}, 'parent_area_code': {'type': 'string', 'title': 'Parent Area Code', 'default': None}}}}] |
|
@renantrendt/reference-servers | GitHub API MCP Server | Manage your GitHub repositories effortlessly. Create, update, and search files, issues, and pull requests with ease, all while preserving your Git history. Streamline your development workflow by automating repository management tasks. | 2025-03-16T01:29:48.377Z | 25 | https://smithery.ai/server/@renantrendt/reference-servers | true | null | {
"scanPassed": true
} | [{'name': 'create_or_update_file', 'description': 'Create or update a single file in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'path', 'content', 'message', 'branch'], 'properties': {'sha': {'type': 'string', 'description': 'SHA of the file being replaced (required when updating existing files)'}, 'path': {'type': 'string', 'description': 'Path where to create/update the file'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Branch to create/update the file in'}, 'content': {'type': 'string', 'description': 'Content of the file'}, 'message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'search_repositories', 'description': 'Search for GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number for pagination (default: 1)'}, 'query': {'type': 'string', 'description': 'Search query (see GitHub search syntax)'}, 'perPage': {'type': 'number', 'description': 'Number of results per page (default: 30, max: 100)'}}, 'additionalProperties': False}}, {'name': 'create_repository', 'description': 'Create a new GitHub repository in your account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Whether the repository should be private'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize with README.md'}, 'description': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}, {'name': 'get_file_contents', 'description': 'Get the contents of a file or directory from a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file or directory'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Branch to get contents from'}}, 'additionalProperties': False}}, {'name': 'push_files', 'description': 'Push multiple files to a GitHub repository in a single commit', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'branch', 'files', 'message'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'files': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string'}, 'content': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Array of files to push'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': "Branch to push to (e.g., 'main' or 'master')"}, 'message': {'type': 'string', 'description': 'Commit message'}}, 'additionalProperties': False}}, {'name': 'create_issue', 'description': 'Create a new issue in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'title'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'title': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'assignees': {'type': 'array', 'items': {'type': 'string'}}, 'milestone': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'create_pull_request', 'description': 'Create a new pull request in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'title', 'head', 'base'], 'properties': {'base': {'type': 'string', 'description': 'The name of the branch you want the changes pulled into'}, 'body': {'type': 'string', 'description': 'Pull request body/description'}, 'head': {'type': 'string', 'description': 'The name of the branch where your changes are implemented'}, 'repo': {'type': 'string', 'description': 'Repository name'}, 'draft': {'type': 'boolean', 'description': 'Whether to create the pull request as a draft'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'title': {'type': 'string', 'description': 'Pull request title'}, 'maintainer_can_modify': {'type': 'boolean', 'description': 'Whether maintainers can modify the pull request'}}, 'additionalProperties': False}}, {'name': 'fork_repository', 'description': 'Fork a GitHub repository to your account or specified organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'organization': {'type': 'string', 'description': 'Optional: organization to fork to (defaults to your personal account)'}}, 'additionalProperties': False}}, {'name': 'create_branch', 'description': 'Create a new branch in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'branch'], 'properties': {'repo': {'type': 'string', 'description': 'Repository name'}, 'owner': {'type': 'string', 'description': 'Repository owner (username or organization)'}, 'branch': {'type': 'string', 'description': 'Name for the new branch'}, 'from_branch': {'type': 'string', 'description': "Optional: source branch to create from (defaults to the repository's default branch)"}}, 'additionalProperties': False}}, {'name': 'list_commits', 'description': 'Get list of commits of a branch in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'sha': {'type': 'string'}, 'page': {'type': 'number'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'perPage': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'list_issues', 'description': 'List issues in a GitHub repository with filtering options', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo'], 'properties': {'page': {'type': 'number'}, 'repo': {'type': 'string'}, 'sort': {'enum': ['created', 'updated', 'comments'], 'type': 'string'}, 'owner': {'type': 'string'}, 'since': {'type': 'string'}, 'state': {'enum': ['open', 'closed', 'all'], 'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'per_page': {'type': 'number'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'update_issue', 'description': 'Update an existing issue in a GitHub repository', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'state': {'enum': ['open', 'closed'], 'type': 'string'}, 'title': {'type': 'string'}, 'labels': {'type': 'array', 'items': {'type': 'string'}}, 'assignees': {'type': 'array', 'items': {'type': 'string'}}, 'milestone': {'type': 'number'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'add_issue_comment', 'description': 'Add a comment to an existing issue', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number', 'body'], 'properties': {'body': {'type': 'string'}, 'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'search_code', 'description': 'Search for code across GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'search_issues', 'description': 'Search for issues and pull requests across GitHub repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'sort': {'enum': ['comments', 'reactions', 'reactions-+1', 'reactions--1', 'reactions-smile', 'reactions-thinking_face', 'reactions-heart', 'reactions-tada', 'interactions', 'created', 'updated'], 'type': 'string'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'search_users', 'description': 'Search for users on GitHub', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['q'], 'properties': {'q': {'type': 'string'}, 'page': {'type': 'number', 'minimum': 1}, 'sort': {'enum': ['followers', 'repositories', 'joined'], 'type': 'string'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string'}, 'per_page': {'type': 'number', 'maximum': 100, 'minimum': 1}}, 'additionalProperties': False}}, {'name': 'get_issue', 'description': 'Get details of a specific issue in a GitHub repository.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issue_number'], 'properties': {'repo': {'type': 'string'}, 'owner': {'type': 'string'}, 'issue_number': {'type': 'number'}}, 'additionalProperties': False}}] |
@magarcia/mcp-server-giphy | Giphy API Integration | Search, retrieve, and utilize GIFs from Giphy seamlessly. Filter content by rating and access trending GIFs to enhance your AI models with engaging visuals. | 2025-03-21T01:34:51.069Z | 24 | https://smithery.ai/server/@magarcia/mcp-server-giphy | true | null | {
"scanPassed": true
} | [{'name': 'search_gifs', 'description': 'Search for GIFs on Giphy with a query string', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'lang': {'type': 'string', 'description': 'Language code (default: en)'}, 'limit': {'type': 'number', 'description': 'Maximum number of objects to return (default: 10, max: 50)'}, 'query': {'type': 'string', 'description': 'Search query term or phrase'}, 'offset': {'type': 'number', 'description': 'Results offset (default: 0)'}, 'rating': {'enum': ['g', 'pg', 'pg-13', 'r'], 'type': 'string', 'description': 'Content rating (g, pg, pg-13, r)'}}}}, {'name': 'get_random_gif', 'description': 'Get a random GIF from Giphy, optionally filtered by tag', 'inputSchema': {'type': 'object', 'properties': {'tag': {'type': 'string', 'description': 'Tag to limit random results (optional)'}, 'rating': {'enum': ['g', 'pg', 'pg-13', 'r'], 'type': 'string', 'description': 'Content rating (g, pg, pg-13, r)'}}}}, {'name': 'get_trending_gifs', 'description': 'Get currently trending GIFs on Giphy', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of objects to return (default: 10, max: 50)'}, 'offset': {'type': 'number', 'description': 'Results offset (default: 0)'}, 'rating': {'enum': ['g', 'pg', 'pg-13', 'r'], 'type': 'string', 'description': 'Content rating (g, pg, pg-13, r)'}}}}] |
@alex-llm/attack-mcp-server | attAck MCP Server | Query and retrieve information about various adversarial tactics and techniques used in cyber attacks. Access a comprehensive knowledge base to enhance your understanding of security risks and adversary behaviors. Utilize the provided tools to efficiently explore ATT&CK techniques and tactics. | 2025-04-12T10:10:44.619Z | 24 | https://smithery.ai/server/@alex-llm/attack-mcp-server | true | null | [{'name': 'query_technique', 'description': '通过ID或名称查询攻击技术详情', 'inputSchema': {'type': 'object', 'title': 'query_attack_techniqueArguments', 'properties': {'tech_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tech Name', 'default': None}, 'technique_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Technique Id', 'default': None}}}}, {'name': 'query_mitigations', 'description': '查询技术的缓解措施', 'inputSchema': {'type': 'object', 'title': 'query_mitigationsArguments', 'required': ['technique_id'], 'properties': {'technique_id': {'type': 'string', 'title': 'Technique Id'}}}}, {'name': 'query_detections', 'description': '查询技术的检测方法', 'inputSchema': {'type': 'object', 'title': 'query_detectionsArguments', 'required': ['technique_id'], 'properties': {'technique_id': {'type': 'string', 'title': 'Technique Id'}}}}, {'name': 'list_tactics', 'description': '获取所有ATT&CK战术分类', 'inputSchema': {'type': 'object', 'title': 'get_all_tacticsArguments', 'properties': {}}}] |
|
@Huramkin/add_mcp | Add Numbers Server | Perform accurate addition calculations through a simple server. Connect your large language models or other clients to execute integer and floating-point arithmetic seamlessly. Enjoy flexible transport options with standard input/output or server-sent events for enhanced integration. | 2025-04-05T13:27:03.151Z | 24 | https://smithery.ai/server/@Huramkin/add_mcp | true | null | {
"scanPassed": true
} | [{'name': 'add_numbers', 'description': '计算两个数字的和', 'inputSchema': {'type': 'object', 'required': ['first_number', 'second_number'], 'properties': {'first_number': {'type': 'number', 'description': '第一个加数'}, 'second_number': {'type': 'number', 'description': '第二个加数'}}}}] |
@thirdstrandstudio/mcp-xpath | XPath Server | Execute XPath queries on XML and HTML content effortlessly. Fetch and query data from URLs or local XML, returning results in a structured format. Enhance your applications with powerful XML data manipulation capabilities. | 2025-03-29T22:14:58.037Z | 24 | https://smithery.ai/server/@thirdstrandstudio/mcp-xpath | true | null | {
"scanPassed": true
} | [{'name': 'xpath', 'description': 'Select query XML content using XPath', 'inputSchema': {'type': 'object', 'required': ['xml', 'query'], 'properties': {'xml': {'type': 'string', 'description': 'The XML content to query'}, 'query': {'type': 'string', 'description': 'The XPath query to execute'}, 'mimeType': {'type': 'string', 'default': 'text/html', 'description': 'The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml)'}}}}, {'name': 'xpathwithurl', 'description': 'Fetch content from a URL and select query it using XPath', 'inputSchema': {'type': 'object', 'required': ['url', 'query'], 'properties': {'url': {'type': 'string', 'description': 'The URL to fetch XML/HTML content from'}, 'query': {'type': 'string', 'description': 'The XPath query to execute'}, 'mimeType': {'type': 'string', 'default': 'text/html', 'description': 'The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml)'}}}}] |
@crazyrabbitLTC/mcp-vibecoder | Vibe-Coder | Guide LLMs through a structured and safe coding development workflow by clarifying features, generating plans, tracking progress, and managing documentation. Streamline feature planning with phased task management and document storage. Enhance development organization and visibility for better project outcomes. | 2025-04-23T12:01:12.277Z | 24 | https://smithery.ai/server/@crazyrabbitLTC/mcp-vibecoder | true | null | {
"scanPassed": true
} | [{'name': 'start_feature_clarification', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureName'], 'properties': {'featureName': {'type': 'string', 'maxLength': 100, 'minLength': 2}, 'initialDescription': {'type': 'string', 'default': ''}}, 'additionalProperties': False}}, {'name': 'provide_clarification', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'question', 'answer'], 'properties': {'answer': {'type': 'string', 'minLength': 1}, 'question': {'type': 'string', 'minLength': 1}, 'featureId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'generate_prd', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId'], 'properties': {'featureId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'create_phase', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'name', 'description'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'featureId': {'type': 'string', 'minLength': 1}, 'description': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'update_phase_status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'phaseId', 'status'], 'properties': {'status': {'enum': ['pending', 'in_progress', 'completed', 'reviewed'], 'type': 'string'}, 'phaseId': {'type': 'string', 'minLength': 1}, 'featureId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'add_task', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'phaseId', 'description'], 'properties': {'phaseId': {'type': 'string', 'minLength': 1}, 'featureId': {'type': 'string', 'minLength': 1}, 'description': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'update_task_status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'phaseId', 'taskId', 'completed'], 'properties': {'taskId': {'type': 'string', 'minLength': 1}, 'phaseId': {'type': 'string', 'minLength': 1}, 'completed': {'type': 'boolean'}, 'featureId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get_next_phase_action', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId'], 'properties': {'featureId': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get_document_path', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'documentType'], 'properties': {'featureId': {'type': 'string', 'minLength': 1}, 'documentType': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'save_document', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['featureId', 'documentType'], 'properties': {'filePath': {'type': 'string', 'minLength': 1}, 'featureId': {'type': 'string', 'minLength': 1}, 'documentType': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}] |
@JHSeo-git/my-first-mcp | My First MCP | Create and manage your own Model Context Protocol server effortlessly. Integrate various tools and resources to enhance your applications with real-world data and actions. Streamline your development process with built-in support for TypeScript and modern JavaScript tooling. | 2025-04-02T04:37:59.754Z | 24 | https://smithery.ai/server/@JHSeo-git/my-first-mcp | true | null | {
"scanPassed": true
} | [{'name': 'echo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'message': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'calculate-bmi', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['weightKg', 'heightM'], 'properties': {'heightM': {'type': 'number'}, 'weightKg': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'fetch-weather', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['city'], 'properties': {'city': {'type': 'string'}}, 'additionalProperties': False}}] |
@isdaniel/mcp_weather_server | Weather MCP Server | Retrieve real-time weather information effortlessly for any city. Get accurate weather updates using a simple command or API call without needing an API key. Enhance your applications with reliable weather data from the Open-Meteo API. | 2025-03-17T09:52:25.889Z | 23 | https://smithery.ai/server/@isdaniel/mcp_weather_server | true | null | {
"scanPassed": true
} | [{'name': 'get_current_weather', 'description': "Get current weather information for a specified city.\nIt extracts the current hour's temperature and weather code, maps\nthe weather code to a human-readable description, and returns a formatted summary.\n", 'inputSchema': {'type': 'object', 'title': 'get_current_weatherArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City', 'description': "The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function."}}}}, {'name': 'get_weather_by_datetime_range', 'description': '\nGet weather information for a specified city between start and end dates.\n', 'inputSchema': {'type': 'object', 'title': 'get_weather_by_datetime_rangeArguments', 'required': ['city', 'start_date', 'end_date'], 'properties': {'city': {'type': 'string', 'title': 'City', 'description': "The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function."}, 'end_date': {'type': 'string', 'title': 'End Date', 'description': 'End date in format YYYY-MM-DD , please follow ISO 8601 format'}, 'start_date': {'type': 'string', 'title': 'Start Date', 'description': 'Start date in format YYYY-MM-DD, please follow ISO 8601 format'}}}}, {'name': 'get_current_datetime', 'description': 'Get current time in specified timezone', 'inputSchema': {'type': 'object', 'title': 'get_current_datetimeArguments', 'required': ['timezone_name'], 'properties': {'timezone_name': {'type': 'string', 'title': 'Timezone Name', 'description': "IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use UTC timezone if no timezone provided by the user."}}}}] |
@caicongyang/mcp-demo | MySQL Server | Enable seamless database interactions by executing SQL queries, creating tables, and exploring schema information. Simplify your data management tasks with a powerful interface that connects your AI models to MySQL databases effortlessly. | 2025-04-04T03:00:51.673Z | 23 | https://smithery.ai/server/@caicongyang/mcp-demo | true | null | {
"scanPassed": true
} | [{'name': 'read_query', 'description': '执行 SELECT 查询。\n \n Args:\n query: SELECT SQL 查询语句\n ', 'inputSchema': {'type': 'object', 'title': 'read_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'write_query', 'description': '执行 INSERT, UPDATE 或 DELETE 查询。\n \n Args:\n query: SQL 修改查询语句\n ', 'inputSchema': {'type': 'object', 'title': 'write_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'create_table', 'description': '创建新表。\n \n Args:\n query: CREATE TABLE SQL 语句\n ', 'inputSchema': {'type': 'object', 'title': 'create_tableArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'list_tables', 'description': '列出数据库中的所有表。', 'inputSchema': {'type': 'object', 'title': 'list_tablesArguments', 'properties': {}}}, {'name': 'describe_table', 'description': '获取指定表的结构信息。\n \n Args:\n table_name: 要描述的表名\n ', 'inputSchema': {'type': 'object', 'title': 'describe_tableArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}}}}] |
@bsmi021/mcp-chain-of-draft-server | Chain of Draft Server | Enhance your decision-making process with systematic, iterative refinement of thoughts and designs. Utilize the Chain of Draft protocol to improve reasoning, API design, and implementation planning effectively. Integrate seamlessly with popular AI agents for a structured approach to development. | 2025-03-16T01:00:28.475Z | 23 | https://smithery.ai/server/@bsmi021/mcp-chain-of-draft-server | true | null | {
"scanPassed": true
} | [{'name': 'chain-of-draft', 'description': '\n # Chain of Draft (CoD): Systematic Reasoning Tool\n\n \n⚠️ REQUIRED PARAMETERS - ALL MUST BE PROVIDED:\n1. reasoning_chain: string[] - At least one reasoning step\n2. next_step_needed: boolean - Whether another iteration is needed\n3. draft_number: number - Current draft number (≥ 1)\n4. total_drafts: number - Total planned drafts (≥ draft_number)\n\nOptional parameters only required based on context:\n- is_critique?: boolean - If true, critique_focus is required\n- critique_focus?: string - Required when is_critique=true\n- revision_instructions?: string - Recommended for revision steps\n- step_to_review?: number - Specific step index to review\n- is_final_draft?: boolean - Marks final iteration\n\n\n ## Purpose:\n Enhances problem-solving through structured, iterative critique and revision.\n\n Chain of Draft is an advanced reasoning tool that enhances problem-solving through structured, iterative critique and revision. Unlike traditional reasoning approaches, CoD mimics the human drafting process to improve clarity, accuracy, and robustness of conclusions.\n\n ## When to Use This Tool:\n - **Complex Problem-Solving:** Tasks requiring detailed, multi-step analysis with high accuracy demands\n - **Critical Reasoning:** Problems where logical flow and consistency are essential\n - **Error-Prone Scenarios:** Questions where initial reasoning might contain mistakes or oversight\n - **Multi-Perspective Analysis:** Cases benefiting from examining a problem from different angles\n - **Self-Correction Needs:** When validation and refinement of initial thoughts are crucial\n - **Detailed Solutions:** Tasks requiring comprehensive explanations with supporting evidence\n - **Mathematical or Logical Puzzles:** Problems with potential for calculation errors or logical gaps\n - **Nuanced Analysis:** Situations with subtle distinctions that might be missed in a single pass\n\n ## Key Capabilities:\n - **Iterative Improvement:** Systematically refines reasoning through multiple drafts\n - **Self-Critique:** Critically examines previous reasoning to identify flaws and opportunities\n - **Focused Revision:** Targets specific aspects of reasoning in each iteration\n - **Perspective Flexibility:** Can adopt different analytical viewpoints during critique\n - **Progressive Refinement:** Builds toward optimal solutions through controlled iterations\n - **Context Preservation:** Maintains understanding across multiple drafts and revisions\n - **Adaptable Depth:** Adjusts the number of iterations based on problem complexity\n - **Targeted Improvements:** Addresses specific weaknesses in each revision cycle\n\n ## Parameters Explained:\n - **reasoning_chain:** Array of strings representing your current reasoning steps. Each element should contain a clear, complete thought that contributes to the overall analysis.\n \n - **next_step_needed:** Boolean flag indicating whether additional critique or revision is required. Set to true until the final, refined reasoning chain is complete.\n \n - **draft_number:** Integer tracking the current iteration (starting from 1). Increments with each critique or revision.\n \n - **total_drafts:** Estimated number of drafts needed for completion. This can be adjusted as the solution evolves.\n \n - **is_critique:** Boolean indicating the current mode:\n * true = Evaluating previous reasoning\n * false = Implementing revisions\n \n - **critique_focus:** (Required when is_critique=true) Specific aspect being evaluated, such as:\n * "logical_consistency": Checking for contradictions or flaws in reasoning\n * "factual_accuracy": Verifying correctness of facts and calculations\n * "completeness": Ensuring all relevant aspects are considered\n * "clarity": Evaluating how understandable the reasoning is\n * "relevance": Assessing if reasoning directly addresses the problem\n \n - **revision_instructions:** (Required when is_critique=false) Detailed guidance for improving the reasoning based on the preceding critique.\n \n - **step_to_review:** (Optional) Zero-based index of the specific reasoning step being critiqued or revised. When omitted, applies to the entire chain.\n \n - **is_final_draft:** (Optional) Boolean indicating whether this is the final iteration of reasoning.\n\n ## Best Practice Workflow:\n 1. **Start with Initial Draft:** Begin with your first-pass reasoning and set a reasonable total_drafts (typically 3-5).\n \n 2. **Alternate Critique and Revision:** Use is_critique=true to evaluate reasoning, then is_critique=false to implement improvements.\n \n 3. **Focus Each Critique:** Choose a specific critique_focus for each evaluation cycle rather than attempting to address everything at once.\n \n 4. **Provide Detailed Revision Guidance:** Include specific, actionable revision_instructions based on each critique.\n \n 5. **Target Specific Steps When Needed:** Use step_to_review to focus on particular reasoning steps that need improvement.\n \n 6. **Adjust Total Drafts As Needed:** Modify total_drafts based on problem complexity and progress.\n \n 7. **Mark Completion Appropriately:** Set next_step_needed=false only when the reasoning chain is complete and satisfactory.\n \n 8. **Aim for Progressive Improvement:** Each iteration should measurably improve the reasoning quality.\n\n ## Example Application:\n - **Initial Draft:** First-pass reasoning about a complex problem\n - **Critique #1:** Focus on logical consistency and identify contradictions\n - **Revision #1:** Address logical flaws found in the critique\n - **Critique #2:** Focus on completeness and identify missing considerations\n - **Revision #2:** Incorporate overlooked aspects and strengthen reasoning\n - **Final Critique:** Holistic review of clarity and relevance\n - **Final Revision:** Refine presentation and ensure direct addressing of the problem\n\n Chain of Draft is particularly effective when complex reasoning must be broken down into clear steps, analyzed from multiple perspectives, and refined through systematic critique. By mimicking the human drafting process, it produces more robust and accurate reasoning than single-pass approaches.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['reasoning_chain', 'next_step_needed', 'draft_number', 'total_drafts', 'new_reasoning_steps'], 'properties': {'is_critique': {'type': 'boolean', 'description': 'Boolean flag indicating whether the current step is a critique phase (true) evaluating previous reasoning, or a revision phase (false) implementing improvements.'}, 'draft_number': {'type': 'number', 'minimum': 1, 'description': 'Current draft number in the iteration sequence (must be >= 1). Increments with each new critique or revision.'}, 'total_drafts': {'type': 'number', 'minimum': 1, 'description': 'Estimated total number of drafts needed to reach a complete solution (must be >= draft_number). Can be adjusted as the solution evolves.'}, 'critique_focus': {'type': 'string', 'minLength': 1, 'description': "The specific aspect or dimension being critiqued in the current evaluation (e.g., 'logical_consistency', 'factual_accuracy', 'completeness', 'clarity', 'relevance'). Required when is_critique is true."}, 'is_final_draft': {'type': 'boolean', 'description': 'Boolean flag indicating whether this is the final draft in the reasoning process. Helps signal the completion of the iterative refinement.'}, 'step_to_review': {'type': 'number', 'minimum': 0, 'description': 'Zero-based index of the specific reasoning step being targeted for critique or revision. When omitted, the critique or revision applies to the entire reasoning chain.'}, 'reasoning_chain': {'type': 'array', 'items': {'type': 'string', 'minLength': 1}, 'minItems': 1, 'description': 'Array of strings representing the current chain of reasoning steps. Each step should be a clear, complete thought that contributes to the overall analysis or solution.'}, 'next_step_needed': {'type': 'boolean', 'description': 'Boolean flag indicating whether another critique or revision cycle is needed in the reasoning chain. Set to false only when the final, satisfactory conclusion has been reached.'}, 'new_reasoning_steps': {'type': 'array', 'items': {'type': 'string', 'minLength': 1}, 'minItems': 1, 'description': 'New reasoning steps to add to the chain'}, 'revision_instructions': {'type': 'string', 'minLength': 1, 'description': 'Detailed, actionable guidance for how to revise the reasoning based on the preceding critique. Should directly address issues identified in the critique. Required when is_critique is false.'}}, 'additionalProperties': False}}] |
@KaranThink41/workday_mcp_server | Workday MCP Server | Enable seamless integration of Workday data and services with language models through a standardized protocol. Facilitate dynamic access to Workday resources, tools, and prompts to enhance automation and contextual understanding. Streamline workflows by bridging Workday's enterprise capabilities with AI-driven applications. | 2025-04-21T16:27:44.185Z | 23 | https://smithery.ai/server/@KaranThink41/workday_mcp_server | true | null | {
"scanPassed": true
} | [{'name': 'workday_get_employees', 'description': 'Get a list of employees from Workday.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number (optional)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of employees per page (optional)'}}}}, {'name': 'workday_get_eligible_leave_balance', 'description': 'Get the eligible absence types and leave balance for an employee from Workday.', 'inputSchema': {'type': 'object', 'required': ['worker_id'], 'properties': {'limit': {'type': 'number', 'default': 100, 'description': 'Maximum number of absence types to return'}, 'worker_id': {'type': 'string', 'description': 'The Workday worker ID of the employee (e.g., cc19e2bfeac21006b0b576e5d0840000)'}, 'effective_date': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}[+-]\\d{2}:\\d{2}$', 'description': 'Effective date to check leave balance for (ISO format)'}}}}] |
@taejulee/opsnow-mcp-cost-server-no-server | OpsNow Cost MCP Server | This is a Proof of Concept (PoC) project by OpsNow to provide cost exploration capabilities through Claude MCP (Model Context Protocol). | 2025-04-10T15:16:33.338Z | 23 | https://smithery.ai/server/@taejulee/opsnow-mcp-cost-server-no-server | true | null | {
"scanPassed": true
} | [{'name': 'get-cost', 'description': 'Get cloud cost summary for multiple vendors and months', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'months': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of months in YYYY-MM format (e.g. ['2024-04', '2024-05'])"}, 'vendors': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of cloud vendor names (e.g. ['AWS', 'Azure'])"}}, 'additionalProperties': False}}] |
@hirosuke0520/line-mcp-demo | LINE Bot Integration Server | Enable AI agents to interact seamlessly with LINE Official Accounts by sending text and rich flex messages, and retrieving user profiles. Facilitate real-time communication and user engagement through the LINE Messaging API. Simplify connecting AI-driven workflows with LINE users for enhanced conversational experiences. | 2025-04-15T15:00:31.512Z | 23 | https://smithery.ai/server/@hirosuke0520/line-mcp-demo | true | null | null | [{'name': 'push_text_message', 'description': 'Push a simple text message to user via LINE. Use this for sending plain text messages without formatting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'userId': {'type': 'string', 'description': 'The user ID to receive a message. Defaults to DESTINATION_USER_ID.'}, 'message': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'maxLength': 5000, 'description': 'The plain text content to send to the user.'}, 'type': {'type': 'string', 'const': 'text', 'default': 'text'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'push_flex_message', 'description': 'Push a highly customizable flex message to user via LINE. Supports both bubble (single container) and carousel (multiple swipeable bubbles) layouts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'userId': {'type': 'string', 'description': 'The user ID to receive a message. Defaults to DESTINATION_USER_ID.'}, 'message': {'type': 'object', 'required': ['altText', 'contents'], 'properties': {'type': {'type': 'string', 'const': 'flex', 'default': 'flex'}, 'altText': {'type': 'string', 'description': 'Alternative text shown when flex message cannot be displayed.'}, 'contents': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['bubble', 'carousel'], 'type': 'string', 'description': "Type of the container. 'bubble' for single container, 'carousel' for multiple swipeable bubbles."}}, 'description': "Flexible container structure following LINE Flex Message format. For 'bubble' type, can include header, hero, body, footer, and styles sections. For 'carousel' type, includes an array of bubble containers in the 'contents' property.", 'additionalProperties': True}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_profile', 'description': 'Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'userId': {'type': 'string', 'description': 'The ID of the user whose profile you want to retrieve. Defaults to DESTINATION_USER_ID.'}}, 'additionalProperties': False}}] |
@ALAPI-SDK/mcp-alapi-cn | ALAPI MCP Server | Integrate ALAPI's powerful APIs directly into your applications using the MCP protocol. Access a variety of services like video parsing and weather queries seamlessly. Enhance your projects with easy-to-use API calls and standardized responses. | 2025-04-03T01:53:46.904Z | 22 | https://smithery.ai/server/@ALAPI-SDK/mcp-alapi-cn | true | null | null | [{'name': '/api/abbr', 'description': '能不能好好说话', 'inputSchema': {'type': 'object', 'required': ['abbr'], 'properties': {'abbr': {'type': 'string', 'description': '要查询的缩写'}}}}, {'name': '/api/acg', 'description': 'ACG动漫图片', 'inputSchema': {'type': 'object', 'properties': {'format': {'type': 'string', 'description': '返回数据格式,支持 json、image'}}}}, {'name': '/api/ai/couplet', 'description': '智能对联生成', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'description': '上联'}}}}, {'name': '/api/ai/poem', 'description': '藏头诗生成', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'num': {'type': 'string', 'description': '诗句格式,5五言诗[默认]、7七言诗\t'}, 'type': {'type': 'string', 'description': '藏头位置,1藏头[默认]、2藏尾、3藏中、4递增、5递减\t'}, 'rhyme': {'type': 'string', 'description': '押韵类型,1双句一压[默认]、2双句押韵、3一三四押\t'}, 'keyword': {'type': 'string', 'description': '藏字内容,2-8个字\t'}}}}, {'name': '/api/ai/quick_asr', 'description': '短语音识别', 'inputSchema': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': '音频url,可公开下载的url地址, 与 base64 参数二选一传递'}, 'lang': {'type': 'string', 'description': '音频的语言,支持中文zh,英文en'}, 'base64': {'type': 'string', 'description': 'base64格式音频,与 url 参数二选一传递'}, 'format': {'type': 'string', 'description': '音频格式,如:pcm,wav,mp3,m4a 等'}}}}, {'name': '/api/avatar', 'description': '获取头像', 'inputSchema': {'type': 'object', 'required': ['email'], 'properties': {'size': {'type': 'string', 'description': '头像大小,默认100'}, 'email': {'type': 'string', 'description': '头像邮箱地址'}, 'format': {'type': 'string', 'description': '头像返回格式,默认bin,直接返回头像内容,支持 bin ,json'}}}}, {'name': '/api/bilibili/cover', 'description': '哔哩哔哩封面获取', 'inputSchema': {'type': 'object', 'required': ['c'], 'properties': {'c': {'type': 'string', 'description': '哔哩哔哩链接,视频链接、番剧链接'}, 'format': {'type': 'string', 'description': '返回格式,支持 :json、img'}}}}, {'name': '/api/bing', 'description': '必应美图', 'inputSchema': {'type': 'object', 'required': ['format'], 'properties': {'format': {'type': 'string', 'description': '返回数据类型,支持 json,image'}}}}, {'name': '/api/censor/text', 'description': '文本审核', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': '要审核检查的文字'}}}}, {'name': '/api/chat/completions', 'description': 'Chat对话模型', 'inputSchema': {'type': 'object', 'required': ['model'], 'properties': {'model': {'type': 'string', 'description': '模型'}, 'top_p': {'type': 'string', 'description': '使用温度采样的替代方法称为核心采样,其中模型考虑具有top_p概率质量的令牌的结果。因此,0.1 意味着只考虑包含前 10% 概率质量的代币。'}, 'stream': {'type': 'string', 'description': '是否流传输'}, 'messages': {'type': 'string', 'description': '消息'}, 'max_tokens': {'type': 'string', 'description': ''}, 'temperature': {'type': 'string', 'description': '使用什么采样温度,介于 0 和 2 之间。较高的值(如 0.8)将使输出更加随机,而较低的值(如 0.2)将使其更加集中和确定。'}, 'presence_penalty': {'type': 'string', 'description': '介于 -2.0 和 2.0 之间的数字。正值会根据新标记到目前为止是否出现在文本中来惩罚它们,从而增加模型讨论新主题的可能性。'}}}}, {'name': '/api/ciword', 'description': '词语字典', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'word': {'type': 'string', 'description': '要查询的词语,支持前缀匹配'}}}}, {'name': '/api/comment', 'description': '网易云乐评', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/crypto_currency', 'description': '加密货币行情价格', 'inputSchema': {'type': 'object', 'required': ['inst'], 'properties': {'inst': {'type': 'string', 'description': '货币代码'}}}}, {'name': '/api/crypto_currency/type', 'description': '货币代码列表', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/dog', 'description': '舔狗日记', 'inputSchema': {'type': 'object', 'properties': {'format': {'type': 'string', 'description': '返回数据格式,支持 :json,text'}}}}, {'name': '/api/domain/checkssl', 'description': 'SSL证书检测', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': '要检查的域名'}}}}, {'name': '/api/domain/dns', 'description': '域名DNS解析查询', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': '要查询的域名'}, 'dns_type': {'type': 'string', 'description': 'DNS查询类型,ALL查询所有,其他类型:A,CNAME,TXT,AAAA,MX,NS,CAA'}}}}, {'name': '/api/doutu', 'description': '表情包搜索', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'page': {'type': 'string', 'description': '分页,默认1'}, 'keyword': {'type': 'string', 'description': '搜索关键词'}}}}, {'name': '/api/encrypt', 'description': '内容加解密', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'type': {'type': 'string', 'description': '加解密类型,默认md5'}, 'secret': {'type': 'string', 'description': '加密秘钥,hmac加密 需要填写'}, 'content': {'type': 'string', 'description': '要加密或者解密的内容'}}}}, {'name': '/api/ent/check_four_name', 'description': '企业四要素验证', 'inputSchema': {'type': 'object', 'required': ['name', 'oper', 'start', 'code', 'end'], 'properties': {'end': {'type': 'string', 'description': '营业期限至,请严格按照以下格式传入,如: 20300302 否则可能导致比对有误差 如果执照上的截至日期是"长期",则无需传入本参数'}, 'code': {'type': 'string', 'description': '统一社会信用代码'}, 'name': {'type': 'string', 'description': '企业全名'}, 'oper': {'type': 'string', 'description': '法定代表人姓名'}, 'start': {'type': 'string', 'description': '营业期限始,请严格按照以下格式传入,如:20100303 否则可能导致比对有误差'}}}}, {'name': '/api/ent/check_three_name', 'description': '企业三要素验证', 'inputSchema': {'type': 'object', 'required': ['name', 'oper', 'code'], 'properties': {'code': {'type': 'string', 'description': '统一社会信用代码'}, 'name': {'type': 'string', 'description': '企业全称'}, 'oper': {'type': 'string', 'description': '法定代表人姓名,如法人实际为空,则填写“-”代替'}}}}, {'name': '/api/ent/contact_info', 'description': '企业联系方式', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'keyword': {'type': 'string', 'description': '企业全名/注册号/统一社会信用代码'}}}}, {'name': '/api/ent/domains', 'description': '企业域名信息', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '企业全名/注册号/统一社会信用代码'}}}}, {'name': '/api/ent/trademark', 'description': '商标搜索', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'skip': {'type': 'string', 'description': '跳过条目数(skip默认为0,每页条数为20)'}, 'date_to': {'type': 'string', 'description': '申请日期止,yyyy-mm-dd'}, 'keyword': {'type': 'string', 'description': ''}, 'type_num': {'type': 'string', 'description': '国际分类号,1 化学原料 2 颜料油漆 3 日化用品 4 染料油脂 5 医药 6 金属材料 7 机械设备 8 手工器械 9 科学仪器 10 医疗器械 11 灯具空调 12 运输工具 13 军火烟火 14 珠宝钟表 15 乐器 16 办公品 17 橡胶制品 18 皮革皮具 19 建筑材料 20 家具 21 厨房洁具 22 绳网袋篷 23 纱线丝 24 布料床单 25 服装鞋帽 26 纽扣拉链 27 地毯席垫 28 健身器材 29 食品 30 方便食品 31 饲料种籽 32 啤酒饮料 33 酒 34 烟草烟具 35 广告销售 36 金融物管 37 建筑修理 38 通讯服务 39 运输贮藏 40 材料加工 41 教育娱乐 42 设计研究 43 餐饮住宿 44 医疗园艺 45 社会法律'}, 'date_from': {'type': 'string', 'description': '申请日期起,格式为yyyy-mm-dd'}, 'trademark_status_simplified': {'type': 'string', 'description': '商标状态,已注册;商标被撤销;商标已失效;期满未续展;无效宣告审查中;商标被注销;等待实质审查;驳回复审;申请撤回;异议中;初审公告;其他'}}}}, {'name': '/api/enterprise/simple_search', 'description': '企业工商信息搜索', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'skip': {'type': 'string', 'description': '跳过条目数(默认为0,单页返回10条数据,取11到20条的数据,skip=10,以此类推进行取数)'}, 'keyword': {'type': 'string', 'description': '企业名称关键字/注册号/统一社会信用代码'}}}}, {'name': '/api/eventHistory', 'description': '历史上的今天', 'inputSchema': {'type': 'object', 'properties': {'day': {'type': 'string', 'description': '日期,指定数据的日期,默认当天'}, 'month': {'type': 'string', 'description': '月份,指定数据的月份,默认本月'}}}}, {'name': '/api/eventHistory/get', 'description': '历史上的今天详情', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '历史上的今天Id'}}}}, {'name': '/api/exchange', 'description': '汇率实时转换查询', 'inputSchema': {'type': 'object', 'properties': {'to': {'type': 'string', 'description': '转换汇率成的货币代码,默认USD'}, 'from': {'type': 'string', 'description': '转换汇率前的货币代码,默认CNY'}, 'money': {'type': 'string', 'description': '转换的金额,默认1'}}}}, {'name': '/api/exchange/type', 'description': '支持的货币代码列表', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/fanyi', 'description': '文本翻译', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': '要翻译的文本'}, 'to': {'type': 'string', 'description': '翻译语种,默认en\t'}, 'from': {'type': 'string', 'description': '来源语种。默认 zh'}}}}, {'name': '/api/garbage', 'description': '垃圾分类', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': '垃圾名称'}}}}, {'name': '/api/gold', 'description': '黄金实时价格', 'inputSchema': {'type': 'object', 'required': ['market'], 'properties': {'market': {'type': 'string', 'description': '类型,支持:LF 实时黄金价格, SH 上海黄金交易所'}}}}, {'name': '/api/gold/brand', 'description': '品牌黄金价格', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/hitokoto', 'description': 'Hitokoto一言', 'inputSchema': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': '一言类型,a动画,b漫画,c游戏,d文学,e原创,f来自网络,g其他,h影视,i诗词,j网易云,k哲学,l抖机灵'}, 'format': {'type': 'string', 'description': '返回类型'}}}}, {'name': '/api/holiday', 'description': '节假日查询', 'inputSchema': {'type': 'object', 'properties': {'year': {'type': 'string', 'description': '要查询的年份,默认当年,不能超过当前年份'}}}}, {'name': '/api/holiday/workday', 'description': '工作日查询', 'inputSchema': {'type': 'object', 'required': ['start'], 'properties': {'end': {'type': 'string', 'description': '查询开始时间'}, 'need': {'type': 'string', 'description': '是否返回详细的工作日期, 1是,0否'}, 'start': {'type': 'string', 'description': '查询开始时间'}}}}, {'name': '/api/icp', 'description': '域名ICP备案查询', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': '要查询的域名'}}}}, {'name': '/api/idcard', 'description': '身份证信息查询', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '身份证号'}}}}, {'name': '/api/idcard/upgrade', 'description': '身份证升级', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '要升级的15位身份证'}}}}, {'name': '/api/idiom', 'description': '成语词典', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'word': {'type': 'string', 'description': '要查询的成语,支持前缀匹配'}}}}, {'name': '/api/ip', 'description': 'IP地址查询', 'inputSchema': {'type': 'object', 'properties': {'ip': {'type': 'string', 'description': '要查询的IP,默认获取请求客户端的IP'}}}}, {'name': '/api/joke', 'description': '笑话列表', 'inputSchema': {'type': 'object', 'properties': {'num': {'type': 'string', 'description': '分页大小'}, 'page': {'type': 'string', 'description': '分页'}}}}, {'name': '/api/joke/random', 'description': '随机笑话', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/kd', 'description': '快递查询', 'inputSchema': {'type': 'object', 'required': ['number'], 'properties': {'com': {'type': 'string', 'description': '快递公司编码,默认自动识别,不用填写'}, 'phone': {'type': 'string', 'description': '寄/收件人手机号后四位,顺丰快递和中通快递必填'}, 'number': {'type': 'string', 'description': '要查询的快递编号'}}}}, {'name': '/api/kd/com', 'description': '快递公司列表', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/lanzou', 'description': '蓝奏云直连解析', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'pwd': {'type': 'string', 'description': '密码,默认为空,不需要密码'}, 'url': {'type': 'string', 'description': '蓝奏云链接,支持单个文件或者文件夹,如果是文件夹则只能返回json'}, 'format': {'type': 'string', 'description': '返回格式,支持json,和直接跳转,默认直接跳转到直连地址'}}}}, {'name': '/api/lunar', 'description': '农历查询', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': '日历日期,如:2024-12-12 12:00'}, 'unix_time': {'type': 'string', 'description': '10位时间戳,与date二选一传入'}}}}, {'name': '/api/mingyan', 'description': '名人名言', 'inputSchema': {'type': 'object', 'properties': {'format': {'type': 'string', 'description': '返回格式,支持json,text\t'}, 'typeid': {'type': 'string', 'description': '名言类型'}}}}, {'name': '/api/mingyan/type', 'description': '名人名言类型', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/models', 'description': '可用模型', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/mryw', 'description': '每日一文', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/mryw/list', 'description': '美文列表', 'inputSchema': {'type': 'object', 'properties': {'cate': {'type': 'string', 'description': '美文分类,目前支持:everyday,yilin'}}}}, {'name': '/api/mryw/random', 'description': '随机美文', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/music/comment/hot', 'description': '获取歌曲热评', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '歌曲ID'}}}}, {'name': '/api/music/detail', 'description': '歌曲详情', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '歌曲ID,支持多个,多个用英文逗号分隔'}}}}, {'name': '/api/music/lyric', 'description': '歌词获取', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '网易云歌曲ID'}}}}, {'name': '/api/music/playlist', 'description': '获取歌单列表', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '歌单ID'}}}}, {'name': '/api/music/search', 'description': '歌曲搜索', 'inputSchema': {'type': 'object', 'required': ['keyword'], 'properties': {'page': {'type': 'string', 'description': '分页偏移'}, 'type': {'type': 'string', 'description': '类型,默认1,取值意义 :1: 单曲, 10: 专辑, 100: 歌手, 1000: 歌单, 1002: 用户, 1004: MV, 1006: 歌词, 1009: 电台, 1014: 视频, 1018:综合'}, 'limit': {'type': 'string', 'description': '返回数据数量'}, 'keyword': {'type': 'string', 'description': '搜索关键词'}}}}, {'name': '/api/music/url', 'description': '网易云歌曲直链', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '歌曲ID'}, 'cookie': {'type': 'string', 'description': '网易云登录的cookie,可用于获取VIP歌曲的链接'}}}}, {'name': '/api/new/hanfu', 'description': '汉服新闻', 'inputSchema': {'type': 'object', 'required': ['page'], 'properties': {'page': {'type': 'string', 'description': '分页'}}}}, {'name': '/api/new/toutiao', 'description': '新闻头条', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'string', 'description': '分页'}, 'type': {'type': 'string', 'description': '新闻类型'}}}}, {'name': '/api/new/toutiao/type', 'description': '头条类型', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/new/wbtop', 'description': '微博热搜榜', 'inputSchema': {'type': 'object', 'properties': {'num': {'type': 'string', 'description': '返回数量,最大50'}}}}, {'name': '/api/nlp/keyword', 'description': '关键词提取', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'num': {'type': 'string', 'description': '返回词语个数,默认3个'}, 'text': {'type': 'string', 'description': '要提取的句子'}}}}, {'name': '/api/nlp/phrase', 'description': '短语提取', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'num': {'type': 'string', 'description': '提取短语的数量'}, 'text': {'type': 'string', 'description': '要提取的短语'}}}}, {'name': '/api/nlp/summary', 'description': '自动摘要', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'num': {'type': 'string', 'description': '要返回的摘要个数'}, 'text': {'type': 'string', 'description': '要提取的文本文章'}}}}, {'name': '/api/nlp/word', 'description': '智能分词', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': '要分词的内容'}, 'type': {'type': 'string', 'description': '分词方式,默认nlp,支持nlp,crf,nostopword,index,short,nshort,speed,standard'}}}}, {'name': '/api/oil', 'description': '油价查询', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/one', 'description': 'ONE · 一个 文章', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': '日期,默认当天'}}}}, {'name': '/api/one/photo', 'description': 'ONE · 一个 摄影', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': '日期,默认当天'}}}}, {'name': '/api/one/question', 'description': 'ONE · 一个 问答', 'inputSchema': {'type': 'object', 'properties': {'date': {'type': 'string', 'description': '日期,默认当天'}}}}, {'name': '/api/phone', 'description': '手机号归属地查询', 'inputSchema': {'type': 'object', 'required': ['phone'], 'properties': {'phone': {'type': 'string', 'description': '手机号'}}}}, {'name': '/api/phonecheck', 'description': '空号检测', 'inputSchema': {'type': 'object', 'required': ['mobiles'], 'properties': {'mobiles': {'type': 'string', 'description': '要检测的手机号,多个号码以英文逗号隔开,最大50个'}}}}, {'name': '/api/pinyin', 'description': '中文转拼音', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'de': {'type': 'string', 'description': '拼音间隔,默认为一个空格'}, 'abbr': {'type': 'string', 'description': '是否为首字母格式,默认为否,如果为是,则只会返回首字母'}, 'tone': {'type': 'string', 'description': '是否返回音标,默认否'}, 'word': {'type': 'string', 'description': '要转换的中文字符'}}}}, {'name': '/api/qinghua', 'description': '土味情话', 'inputSchema': {'type': 'object', 'properties': {'format': {'type': 'string', 'description': '返回格式,支持 json,text'}}}}, {'name': '/api/qr', 'description': '二维码生成', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': '要生成的二维码内容'}}}}, {'name': '/api/qr/decode', 'description': '二维码识别', 'inputSchema': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': '二维码的图片地址,与 image 二选一传递'}, 'image': {'type': 'string', 'description': '二维码的base64图片,与url二选一传递'}}}}, {'name': '/api/riddle', 'description': '谜语大全列表', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'string', 'description': '分页'}, 'type': {'type': 'string', 'description': '谜语类型'}}}}, {'name': '/api/riddle/random', 'description': '随机谜语', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/riddle/type', 'description': '谜语类型', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/shici', 'description': '随机诗词', 'inputSchema': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': '诗词类型,默认随机,支持的类型:shuqing:抒情,siji:四季,shanshui:山水,tianqi:天气,renwu:人物,shenghuo:生活,jieri:节日,dongwu:动物,zhiwu:植物,shiwu:食物'}, 'format': {'type': 'string', 'description': '返回数据格式,默认json,支持 json、text'}}}}, {'name': '/api/solarTerm', 'description': '24节气查询(年份)', 'inputSchema': {'type': 'object', 'required': ['year'], 'properties': {'year': {'type': 'string', 'description': '要查询的年份,默认当年'}}}}, {'name': '/api/solarTerm/search', 'description': '二十四节气(日期)', 'inputSchema': {'type': 'object', 'required': ['date'], 'properties': {'date': {'type': 'string', 'description': '要查询的日期'}}}}, {'name': '/api/soul', 'description': '心灵毒鸡汤', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/star', 'description': '星座运势', 'inputSchema': {'type': 'object', 'required': ['star'], 'properties': {'star': {'type': 'string', 'description': '要查询的星座,支持:aries 白羊座, taurus 金牛座, gemini 双子座, cancer 巨蟹座, leo 狮子座, virgo 处女座, libra 天秤座, scorpio 天蝎座, sagittarius 射手座, capricorn 摩羯座, aquarius 水瓶座, pisces 双鱼座'}}}}, {'name': '/api/tianqi', 'description': '实况天气查询', 'inputSchema': {'type': 'object', 'properties': {'ip': {'type': 'string', 'description': '根据ip查询所在城市的天气,默认为当前请求接口的IP'}, 'lat': {'type': 'string', 'description': '纬度,通过经纬度查询'}, 'lon': {'type': 'string', 'description': '经度,通过经纬度查询'}, 'city': {'type': 'string', 'description': '城市名称,如:南昌'}, 'city_id': {'type': 'string', 'description': '城市ID'}, 'province': {'type': 'string', 'description': '省份,如:江西;和city配合使用。传入该参数则会查询该省份下面的城市'}}}}, {'name': '/api/tianqi/forty', 'description': '40天天气查询', 'inputSchema': {'type': 'object', 'properties': {'ip': {'type': 'string', 'description': '根据ip查询所在城市的天气,默认为当前请求接口的IP'}, 'lat': {'type': 'string', 'description': '纬度,通过经纬度查询'}, 'lon': {'type': 'string', 'description': '经度,通过经纬度查询'}, 'city': {'type': 'string', 'description': '城市名称,如:南昌'}, 'city_id': {'type': 'string', 'description': '城市ID'}, 'province': {'type': 'string', 'description': '省份,如:江西;和city配合使用。传入该参数则会查询该省份下面的城市'}}}}, {'name': '/api/tianqi/index', 'description': '天气指数', 'inputSchema': {'type': 'object', 'required': ['city_id'], 'properties': {'city_id': {'type': 'string', 'description': ''}}}}, {'name': '/api/tianqi/seven', 'description': '7天天气查询', 'inputSchema': {'type': 'object', 'properties': {'ip': {'type': 'string', 'description': '根据ip查询所在城市的天气,默认为当前请求接口的IP'}, 'lat': {'type': 'string', 'description': '纬度,通过经纬度查询'}, 'lon': {'type': 'string', 'description': '经度,通过经纬度查询'}, 'city': {'type': 'string', 'description': '城市名称,如:南昌'}, 'city_id': {'type': 'string', 'description': '城市ID'}, 'province': {'type': 'string', 'description': '省份,如:江西;和city配合使用。传入该参数则会查询该省份下面的城市'}}}}, {'name': '/api/tophub', 'description': '今日热榜', 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': '热榜ID'}, 'date': {'type': 'string', 'description': '指定日期的热榜数据,默认为当天的数据,时间格式为:2025-03-27'}, 'type': {'type': 'string', 'description': '热榜类型,和ID参数二选一\t,默认为 weibo'}}}}, {'name': '/api/tophub/site', 'description': '今日热榜站点列表', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'string', 'description': '分页,1'}, 'page_size': {'type': 'string', 'description': '分页大小'}}}}, {'name': '/api/tracking', 'description': '快递查询', 'inputSchema': {'type': 'object', 'required': ['number'], 'properties': {'com': {'type': 'string', 'description': '快递公司编号,默认为auto,自动识别'}, 'phone': {'type': 'string', 'description': '收寄件人手机号后4位,只有顺丰需要填写'}, 'number': {'type': 'string', 'description': '快递单号'}}}}, {'name': '/api/tts/free', 'description': '语音合成', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': '要合成语音的文本'}, 'format': {'type': 'string', 'description': '数据返回格式,支持:json, wav'}, 'voice_type': {'type': 'string', 'description': '音色类型,支持:female_zhubo,male_rap,female_sichuan,male_db,male_zhubo'}}}}, {'name': '/api/tts/pro', 'description': '语音合成', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': '要转换的文本,最高1024字节,大概500字'}, 'format': {'type': 'string', 'description': '返回的数据格式:json, raw\t'}, 'encoding': {'type': 'string', 'description': '音频格式:支持wav,pcm,ogg_opus,mp3\t'}, 'text_type': {'type': 'string', 'description': '文本类型,支持:plain, ssml\t'}, 'voice_type': {'type': 'string', 'description': '音色类型\t'}, 'speed_ratio': {'type': 'string', 'description': '语速, 0.2 - 3 ,默认1\t'}, 'volume_ratio': {'type': 'string', 'description': '音量:0.1 - 3, 默认1\t'}}}}, {'name': '/api/tts/voice_type', 'description': '音色列表', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/url', 'description': '短网址生成', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '长网址'}, 'type': {'type': 'string', 'description': '短网址平台类型,默认随机'}}}}, {'name': '/api/url/batchQuery', 'description': '批量短网址还原', 'inputSchema': {'type': 'object', 'required': ['urls'], 'properties': {'urls': {'type': 'string', 'description': '短网址,多个用英文逗号分隔,不能超过50个'}}}}, {'name': '/api/url/query', 'description': '短网址还原', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '要还原的短网址'}}}}, {'name': '/api/url/type', 'description': '短网址类型', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/urlcheck/qq', 'description': 'QQ网址拦截查询', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '要查询的网址或者域名'}}}}, {'name': '/api/urlcheck/wx', 'description': '微信链接拦截查询', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '要查询的域名或者网址'}}}}, {'name': '/api/video/url', 'description': '短视频解析', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '短视频分享的URL'}}}}, {'name': '/api/whois', 'description': '域名Whois查询', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': '要查询的域名'}}}}, {'name': '/api/word', 'description': '新华字典', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'word': {'type': 'string', 'description': '要查询的字'}}}}, {'name': '/api/xhy', 'description': '歇后语搜索', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'page': {'type': 'string', 'description': '分页'}, 'word': {'type': 'string', 'description': '歇后语搜索关键词'}}}}, {'name': '/api/xhy/random', 'description': '随机歇后语', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/zaobao', 'description': '每日早报', 'inputSchema': {'type': 'object', 'required': ['format'], 'properties': {'format': {'type': 'string', 'description': '返回格式,支持json,image,如果是image则会跳转到真实图片地址'}}}}, {'name': '/api/zhihu', 'description': '知乎日报', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': '/api/zhihu/get', 'description': '指定日期日报', 'inputSchema': {'type': 'object', 'required': ['date'], 'properties': {'date': {'type': 'string', 'description': ''}}}}, {'name': '/api/zhihu/long_comments', 'description': '获取日报长评论列表', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '日报ID'}}}}, {'name': '/api/zhihu/news', 'description': '获取日报详情', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '日报ID'}}}}, {'name': '/api/zhihu/short_comments', 'description': '获取日报短评论列表', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': '日报ID'}}}}] |
@Do-Boo/synolink | Synology Link | Connect to your Synology NAS seamlessly through an MCP server. Simplify your data management and access with a reliable link to your NAS. Enhance your applications with easy integration and secure connections. | 2025-04-04T01:10:44.526Z | 22 | https://smithery.ai/server/@Do-Boo/synolink | true | null | {
"scanPassed": true
} | [{'name': 'login', 'description': '시놀로지 NAS에 로그인합니다. 다른 도구 사용 전에 먼저 로그인해야 합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'password'], 'properties': {'password': {'type': 'string', 'description': '시놀로지 NAS 로그인 비밀번호'}, 'username': {'type': 'string', 'description': '시놀로지 NAS 로그인 사용자명'}}, 'additionalProperties': False}}, {'name': 'logout', 'description': '시놀로지 NAS에서 로그아웃합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_files', 'description': '지정된 경로의 파일과 폴더를 나열합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '조회할 폴더 경로 (예: /volume1/photos)'}}, 'additionalProperties': False}}, {'name': 'read_file', 'description': '시놀로지 NAS에서 파일을 읽습니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '읽을 파일의 전체 경로'}}, 'additionalProperties': False}}, {'name': 'write_file', 'description': '시놀로지 NAS에 파일을 저장합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': '파일을 저장할 전체 경로'}, 'content': {'type': 'string', 'description': '파일에 저장할 내용'}}, 'additionalProperties': False}}, {'name': 'create_folder', 'description': '시놀로지 NAS에 새 폴더를 생성합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'name'], 'properties': {'name': {'type': 'string', 'description': '생성할 폴더명'}, 'path': {'type': 'string', 'description': '폴더를 생성할 상위 경로'}}, 'additionalProperties': False}}, {'name': 'delete_item', 'description': '시놀로지 NAS에서 파일이나 폴더를 삭제합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '삭제할 파일이나 폴더의 전체 경로'}}, 'additionalProperties': False}}, {'name': 'move_item', 'description': '시놀로지 NAS에서 파일이나 폴더를 이동합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string', 'description': '이동할 파일이나 폴더의 현재 경로'}, 'destination': {'type': 'string', 'description': '이동할 대상 디렉토리 경로'}}, 'additionalProperties': False}}, {'name': 'get_file_info', 'description': '시놀로지 NAS의 파일이나 폴더에 대한 상세 정보를 가져옵니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': '정보를 조회할 파일이나 폴더의 전체 경로'}}, 'additionalProperties': False}}, {'name': 'search_files', 'description': '시놀로지 NAS에서 특정 패턴의 파일이나 폴더를 검색합니다.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string', 'description': '검색을 시작할 디렉토리 경로'}, 'pattern': {'type': 'string', 'description': '검색할 파일 이름 패턴'}}, 'additionalProperties': False}}] |
@datawiz168/mcp-service-snowflake | Snowflake Database Access Server | mcp‑server‑snowflake controls database access rights precisely by way of database users. If you only need to read data, just assign a user with read‑only database permissions. Enable seamless execution of SQL queries on Snowflake databases. Automatically manage database connections and handle query results and errors securely. Simplify your data operations with robust error handling and automatic connection management. | 2025-03-18T17:36:27.383Z | 22 | https://smithery.ai/server/@datawiz168/mcp-service-snowflake | true | null | {
"scanPassed": true
} | [{'name': 'execute_query', 'description': 'Execute a SQL query on Snowflake', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}}}}] |
@Ai-Quill/scaperis-mcp | Scraper.is | Scrape web content effortlessly and access real-time information for your AI assistants. Capture screenshots and extract data in multiple formats like markdown, HTML, or JSON. Enhance your AI's capabilities with seamless web scraping integration. | 2025-03-14T08:07:24.008Z | 22 | https://smithery.ai/server/@Ai-Quill/scaperis-mcp | true | null | {
"scanPassed": true
} | [{'name': 'scrape', 'type': 'function', 'description': "Scrape a single webpage with advanced options for content extraction. \nAlways returns both markdown content and visual screenshot for rich context. \nSupports various formats including markdown, HTML, screenshots, JSON, and quick. \nThe prompt should include the website URL and what data you want to extract. \nFor example: 'Get me the top 10 products from producthunt.com' or \n'Extract all article titles and authors from techcrunch.com/news'", 'inputSchema': {'type': 'object', 'required': ['prompt', 'format'], 'properties': {'format': {'enum': ['markdown', 'html', 'screenshot', 'json', 'quick'], 'type': 'string', 'description': 'The format to return the content in'}, 'prompt': {'type': 'string', 'description': 'The prompt describing what to scrape, including the URL'}}}}] |
@Rentapad/image-mcp-server-gemini | Image Analysis Server | Analyze images and videos by providing URLs or local file paths. Gain insights and detailed descriptions of image content using advanced AI models. Enhance your applications with high-precision image recognition and video analysis capabilities. | 2025-04-10T01:42:14.627Z | 22 | https://smithery.ai/server/@Rentapad/image-mcp-server-gemini | true | null | {
"scanPassed": true
} | [{'name': 'analyze_image', 'description': 'Receives one or more image URLs and analyzes the image contents using Flash 2.0. Can analyze relationships between multiple images.', 'inputSchema': {'type': 'object', 'required': ['imageUrls'], 'properties': {'imageUrls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of URLs for the images to analyze'}}}}, {'name': 'analyze_image_from_path', 'description': 'Loads one or more images from local file paths and analyzes their contents using Flash 2.0. Can analyze relationships between multiple images. Provide valid paths for the server environment.', 'inputSchema': {'type': 'object', 'required': ['imagePaths'], 'properties': {'imagePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of local file paths for the images to analyze (must be accessible from the server)'}}}}, {'name': 'analyze_video', 'description': 'Downloads videos from URLs, analyzes content using Gemini 2.0 Flash. Best for small videos (<20MB). Can analyze multiple videos together.', 'inputSchema': {'type': 'object', 'required': ['videoUrls'], 'properties': {'prompt': {'type': 'string', 'description': 'Optional text prompt (e.g., "Summarize this video.")'}, 'videoUrls': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of video URLs to analyze (small videos recommended).'}}}}, {'name': 'analyze_video_from_path', 'description': 'Loads videos from local paths, analyzes content using Gemini 2.0 Flash. Best for small videos (<20MB). Can analyze multiple videos together.', 'inputSchema': {'type': 'object', 'required': ['videoPaths'], 'properties': {'prompt': {'type': 'string', 'description': 'Optional text prompt (e.g., "What happens at 0:15?")'}, 'videoPaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of local video file paths (small videos recommended).'}}}}, {'name': 'analyze_youtube_video', 'description': 'Analyzes a video directly from a YouTube URL using Gemini 2.0 Flash.', 'inputSchema': {'type': 'object', 'required': ['youtubeUrl'], 'properties': {'prompt': {'type': 'string', 'description': 'Optional text prompt (e.g., "Summarize this video.")'}, 'youtubeUrl': {'type': 'string', 'description': 'The YouTube video URL to analyze.'}}}}] |
@JigsawStack/translation | JigsawStack Translation | With our real time AI Translation, you can translate any text, & images conversation, or document to any language while maintaining the context, tone, and meaning with AI enabling high accuracy and reliability.
We support 180+ language pairs! Check out the list of languages we support here: https://jigsawstack.com/docs/additional-resources/languages
You can get your jigsawstack key here: https://jigsawstack.com/dashboard/ | 2025-03-02T18:24:24.718Z | 11 | https://smithery.ai/server/@JigsawStack/translation | true | {
"scanPassed": true
} | [{'name': 'translation', 'description': 'Translate text quickly and easily with JigsawStack, we support over 180+ language pairs.', 'inputSchema': {'type': 'object', 'required': ['text', 'target_language'], 'properties': {'text': {'type': 'string', 'description': 'Text in current langauge.'}, 'target_language': {'type': 'string', 'description': 'Current Langauge code in en | es | jp format.'}}}}] |
|
@PawNzZi/aidaily | AIDaily | Our AI news automatic acquisition tool is an efficient and intelligent solution designed to provide you with the latest news and updates in the AI field. | 2025-04-07T09:13:59.649Z | 21 | https://smithery.ai/server/@PawNzZi/aidaily | true | {
"scanPassed": true
} | [{'name': 'spider_ai_daily', 'description': ' AI日报生成 ', 'inputSchema': {'type': 'object', 'title': 'spider_ai_dailyArguments', 'properties': {}}}] |
|
@xianminx/mcp-server-flomo | Flomo Notes Server | Create and organize your notes in Flomo directly through AI chat interactions. Use natural language commands to seamlessly save your thoughts and ideas. Enhance your productivity by integrating note-taking with AI assistance. | 2025-04-01T04:20:33.678Z | 21 | https://smithery.ai/server/@xianminx/mcp-server-flomo | true | null | {
"scanPassed": true
} | [{'name': 'newNote', 'description': 'Create a new note in Flomo', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['input'], 'properties': {'input': {'type': 'string'}}, 'additionalProperties': False}}] |
@JeremyNixon/mcp-fetch-me | MCP Fetch | Fetch web content and process images seamlessly for your agents. Enhance your Claude Desktop experience by retrieving and handling online content efficiently. | 2025-03-15T18:58:02.552Z | 21 | https://smithery.ai/server/@JeremyNixon/mcp-fetch-me | true | null | {
"scanPassed": true
} | [{'name': 'fetch', 'description': "Retrieves URLs from the Internet and extracts their content as markdown. If images are found, they are merged vertically (max 6 images per group, max height 8000px, max size 30MB per group) and copied to the clipboard of the user's host machine. You will need to paste (Cmd+V) to insert the images.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'raw': {'type': 'boolean', 'default': False}, 'url': {'type': 'string', 'format': 'uri'}, 'maxLength': {'type': 'number', 'default': 20000, 'maximum': 1000000, 'exclusiveMinimum': 0}, 'startIndex': {'type': 'number', 'default': 0, 'minimum': 0}}, 'additionalProperties': False}}] |
@ruixingshi/deepseek-thinker-mcp-1 | Deepseek Thinker | Leverage Deepseek's reasoning capabilities to enhance your AI interactions. Access structured reasoning outputs from Deepseek's thought processes seamlessly. Integrate easily with your AI clients for enriched conversational experiences. | 2025-04-08T07:40:57.833Z | 21 | https://smithery.ai/server/@ruixingshi/deepseek-thinker-mcp-1 | true | null | {
"scanPassed": true
} | [{'name': 'get-deepseek-thinker', 'description': 'think with deepseek', 'inputSchema': {'type': 'object', 'required': ['originPrompt'], 'properties': {'originPrompt': {'type': 'string', 'description': "user's original prompt"}}}}] |
@aashari/mcp-server-atlassian-jira | Atlassian Jira Integration Server | Connect your AI systems to Atlassian Jira effortlessly. Retrieve and manage Jira projects and issues directly from your AI assistant, enhancing productivity and streamlining workflows. | 2025-03-23T12:07:21.286Z | 21 | https://smithery.ai/server/@aashari/mcp-server-atlassian-jira | true | null | {
"scanPassed": true
} | [{'name': 'list-projects', 'description': 'List Jira projects with optional filtering by name or key.\n\nPURPOSE: Helps you discover available projects in your Jira instance with their keys, names, and metadata.\n\nWHEN TO USE:\n- When you need to find available projects for issue exploration\n- When you need project keys for use with other Jira tools\n- When you want to browse projects before accessing specific issues\n- When you need to filter projects by name or key\n- When you need to find recently updated projects\n\nWHEN NOT TO USE:\n- When you already know the specific project key (use get-project instead)\n- When you need detailed information about a single project (use get-project instead)\n- When looking for issues rather than projects (use list-issues instead)\n- When you need to search issues across projects (use list-issues with JQL instead)\n\nRETURNS: Formatted list of projects with keys, names, types, categories, and lead information.\n\nEXAMPLES:\n- List all projects: {}\n- Filter by keyword: {query: "team"}\n- With pagination: {limit: 10, cursor: "next-page-token"}\n\nERRORS:\n- Authentication failures: Check your Jira credentials\n- No projects found: You may not have permission to view any projects\n- Rate limiting: Use pagination and reduce query frequency', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'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.'}, 'query': {'type': 'string', 'description': 'Filter projects by name or key. Use this to search for specific projects by their name or project key.'}, '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}}, {'name': 'get-project', 'description': 'Get detailed information about a specific Jira project by ID or key.\n\nPURPOSE: Retrieves comprehensive project information including components, versions, leads, and issue types.\n\nWHEN TO USE:\n- When you need detailed information about a specific project\n- When you need to verify project existence or accessibility\n- When you need to find available components or versions\n- After using list-projects to identify the project key you\'re interested in\n- When you need information about project issue types or workflows\n\nWHEN NOT TO USE:\n- When you don\'t know which project to look for (use list-projects first)\n- When you need to list issues within a project (use list-issues instead)\n- When you need to search issues with complex criteria (use list-issues with JQL instead)\n\nRETURNS: Detailed project information including key, name, description, components, versions, lead, and other metadata. Components and versions are always included by default for a comprehensive view.\n\nEXAMPLES:\n- By key: {projectKeyOrId: "TEAM"}\n- By ID: {projectKeyOrId: "10001"}\n\nERRORS:\n- Project not found: Verify the project ID or key\n- Permission errors: Ensure you have access to the requested project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectKeyOrId'], 'properties': {'projectKeyOrId': {'type': 'string', 'description': 'The ID or key of the Jira project to retrieve (e.g., "10001" or "PROJ"). This is required and must be a valid project ID or key from your Jira instance.'}}, 'additionalProperties': False}}, {'name': 'list-issues', 'description': 'List Jira issues with powerful filtering capabilities using JQL.\n\nPURPOSE: Helps you find and explore issues across projects or within a specific project, with comprehensive filtering options.\n\nWHEN TO USE:\n- When you need to find issues matching specific criteria\n- When you need to browse issues in a project\n- When you need issue keys for use with other Jira tools\n- When you need to build complex queries with JQL\n- When you need to filter by project, status, assignee, etc.\n\nWHEN NOT TO USE:\n- When you already know the specific issue key (use get-issue instead)\n- When you need detailed information about a single issue (use get-issue instead)\n- When you need to list projects rather than issues (use list-projects instead)\n- When you need extremely complex queries (consider using the Jira UI)\n\nRETURNS: Formatted list of issues with keys, summaries, types, statuses, assignees, and URLs.\n\nEXAMPLES:\n- All issues: {}\n- Project issues: {jql: "project = TEAM"}\n- Status filter: {jql: "status = \'In Progress\'"}\n- Complex query: {jql: "project = TEAM AND status = \'In Progress\' AND assignee = currentUser()"}\n- With pagination: {limit: 10, cursor: "next-page-token"}\n\nERRORS:\n- Invalid JQL: Check syntax of your query\n- Authentication failures: Verify your Jira credentials\n- No results: Try broadening your filters\n- Rate limiting: Use more specific queries, include pagination', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'jql': {'type': 'string', 'description': 'Filter issues using JQL syntax. Use this for complex queries like "project = TEAM AND status = \'In Progress\'" or "assignee = currentUser()". If omitted, returns issues according to your Jira default search.'}, '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.'}, '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}}, {'name': 'get-issue', 'description': 'Get detailed information about a specific Jira issue by ID or key.\n\nPURPOSE: Retrieves comprehensive issue information including description, comments, attachments, and workflow details.\n\nWHEN TO USE:\n- When you need detailed information about a specific issue\n- When you need to check issue status, comments, or history\n- When you need to find linked issues or attachments\n- After using list-issues to identify the issue key you\'re interested in\n- When you need full information about an issue\'s fields and metadata\n\nWHEN NOT TO USE:\n- When you don\'t know which issue to look for (use list-issues first)\n- When you need to browse multiple issues (use list-issues instead)\n- When you need project information rather than issue details (use get-project instead)\n\nRETURNS: Detailed issue information including summary, description, status, assignee, reporter, comments, and attachments.\n\nEXAMPLES:\n- By key: {issueIdOrKey: "TEAM-123"}\n- By ID: {issueIdOrKey: "10001"}\n\nERRORS:\n- Issue not found: Verify the issue key or ID is correct\n- Permission errors: Ensure you have access to the requested issue\n- Rate limiting: Cache issue information when possible for frequently referenced issues', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['issueIdOrKey'], 'properties': {'issueIdOrKey': {'type': 'string', 'description': 'The ID or key of the Jira issue to retrieve (e.g., "10001" or "PROJ-123"). This is required and must be a valid issue ID or key from your Jira instance.'}}, 'additionalProperties': False}}] |
coinmarket-service | Coinmarket Server | Access Coinmarket API endpoints for currency listings and token quotes. | 2024-12-19T16:26:33.900Z | 21 | https://smithery.ai/server/coinmarket-service | true | null | {
"scanPassed": true
} | [{'name': 'get_currency_listings', 'description': 'Get latest cryptocurrency listings', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_quotes', 'description': 'Get cryptocurrency quotes', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'slug': {'type': 'string'}, 'symbol': {'type': 'string'}}}}] |
@falahgs/mcp-3d-style-cartoon-gen-server | 3D Cartoon Generator Server | Generate high-quality 3D-style cartoon images for kids from text prompts using Google's Gemini AI. Instantly preview and save colorful, child-friendly cartoons with organized output and robust error handling. Enhance your applications with engaging and playful visuals tailored for children. | 2025-04-21T07:34:46.069Z | 21 | https://smithery.ai/server/@falahgs/mcp-3d-style-cartoon-gen-server | true | null | {
"scanPassed": true
} | [{'name': 'generate_3d_cartoon', 'description': 'Generates a 3D style cartoon image for kids based on the given prompt', 'inputSchema': {'type': 'object', 'required': ['prompt', 'fileName'], 'properties': {'prompt': {'type': 'string', 'description': 'The prompt describing the 3D cartoon image to generate'}, 'fileName': {'type': 'string', 'description': 'The name of the output file (without extension)'}}}}, {'name': 'read_file', 'description': 'Read the contents of a file', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to read'}}}}, {'name': 'write_file', 'description': 'Write content to a file', 'inputSchema': {'type': 'object', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'Path to the file to write'}, 'content': {'type': 'string', 'description': 'Content to write to the file'}}}}, {'name': 'list_directory', 'description': 'List the contents of a directory', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the directory to list'}}}}, {'name': 'create_directory', 'description': 'Create a new directory', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Path to the directory to create'}}}}, {'name': 'search_files', 'description': 'Search for files matching a pattern', 'inputSchema': {'type': 'object', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string', 'description': 'Base directory to search from'}, 'pattern': {'type': 'string', 'description': 'Search pattern (glob format)'}, 'excludePatterns': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Patterns to exclude from search (glob format)'}}}}] |
@mikechao/artic-mcp | Art Institute of Chicago Collection Server | Provide AI models with natural language access to the Art Institute of Chicago's art collection. Enable searching artworks by title, full text, or artist, and retrieving detailed artwork information including images. Enhance AI interactions with rich art data as accessible resources. | 2025-04-15T23:20:32.711Z | 21 | https://smithery.ai/server/@mikechao/artic-mcp | true | null | {
"scanPassed": true
} | [{'name': 'search-by-title', 'description': 'Search for artworks by title in the Art Institute of Chicago. Pagination is supported with the page parameter', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'The page of results to return. Used for pagination.'}, 'limit': {'type': 'number', 'default': 10, 'description': 'The number of resources to return per page.'}, 'title': {'type': 'string', 'description': 'The title of the artwork to search for.'}}, 'additionalProperties': False}}, {'name': 'get-artwork-by-id', 'description': "Get additional information, including an image if available, about a specific artwork by its ID from the Art Institute of Chicago. Using the value of Artwork ID from the 'search-by-title' tool.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The ID of the artwork to retrieve.'}}, 'additionalProperties': False}}, {'name': 'full-text-search', 'description': 'Search for artworks in the Art Institute of Chicago collection whose metadata contains mention of the query term.Pagination is supported with the page parameter', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'The page of results to return. Used for pagination.'}, 'limit': {'type': 'number', 'default': 10, 'description': 'The number of resources to return per page.'}, 'query': {'type': 'string', 'description': 'The term to search the metadata for.'}}, 'additionalProperties': False}}, {'name': 'search-for-artist', 'description': 'Search for artists in the Art Institute of Chicago collection', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the artist to search for.'}, 'page': {'type': 'number', 'default': 1, 'description': 'The page of results to return. Used for pagination.'}, 'limit': {'type': 'number', 'default': 10, 'description': 'The number of resources to return per page.'}}, 'additionalProperties': False}}, {'name': 'get-artwork-by-artist', 'description': 'Get artworks by artist id in the Art Institute of Chicago collection. Pagination is supported with the page parameter.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': 'The id of the artist to search for artworks. Should be the Artist ID of the `search-for-artist` tool.'}, 'page': {'type': 'number', 'default': 1, 'description': 'The page of results to return. Used for pagination.'}, 'limit': {'type': 'number', 'default': 10, 'description': 'The number of resources to return per page.'}}, 'additionalProperties': False}}] |
mcp-package-version | Package Version | Provides the latest stable package versions from multiple registries for LLMs. | 2024-12-20T08:53:55.682Z | 21 | https://smithery.ai/server/mcp-package-version | true | null | {
"scanPassed": true
} | [{'name': 'check_npm_versions', 'description': 'Check latest stable versions for npm packages', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'constraints': {'type': 'object', 'description': 'Optional constraints for specific packages', 'additionalProperties': {'type': 'object', 'properties': {'majorVersion': {'type': 'number', 'description': 'Limit updates to this major version'}, 'excludePackage': {'type': 'boolean', 'description': 'Exclude this package from updates'}}}}, 'dependencies': {'type': 'object', 'description': 'Dependencies object from package.json', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'check_python_versions', 'description': 'Check latest stable versions for Python packages', 'inputSchema': {'type': 'object', 'required': ['requirements'], 'properties': {'requirements': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of requirements from requirements.txt'}}}}, {'name': 'check_pyproject_versions', 'description': 'Check latest stable versions for Python packages in pyproject.toml', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'dependencies': {'type': 'object', 'properties': {'dependencies': {'type': 'object', 'description': 'Project dependencies from pyproject.toml', 'additionalProperties': {'type': 'string'}}, 'dev-dependencies': {'type': 'object', 'description': 'Development dependencies from pyproject.toml', 'additionalProperties': {'type': 'string'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependencies from pyproject.toml', 'additionalProperties': {'type': 'object', 'additionalProperties': {'type': 'string'}}}}, 'description': 'Dependencies object from pyproject.toml'}}}}, {'name': 'check_maven_versions', 'description': 'Check latest stable versions for Java packages in pom.xml', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'dependencies': {'type': 'array', 'items': {'type': 'object', 'required': ['groupId', 'artifactId'], 'properties': {'scope': {'type': 'string', 'description': 'Dependency scope (e.g., compile, test, provided)'}, 'groupId': {'type': 'string', 'description': 'Maven group ID'}, 'version': {'type': 'string', 'description': 'Current version (optional)'}, 'artifactId': {'type': 'string', 'description': 'Maven artifact ID'}}}, 'description': 'Array of Maven dependencies'}}}}, {'name': 'check_gradle_versions', 'description': 'Check latest stable versions for Java packages in build.gradle', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'dependencies': {'type': 'array', 'items': {'type': 'object', 'required': ['configuration', 'group', 'name'], 'properties': {'name': {'type': 'string', 'description': 'Package name'}, 'group': {'type': 'string', 'description': 'Package group'}, 'version': {'type': 'string', 'description': 'Current version (optional)'}, 'configuration': {'type': 'string', 'description': 'Gradle configuration (e.g., implementation, testImplementation)'}}}, 'description': 'Array of Gradle dependencies'}}}}, {'name': 'check_go_versions', 'description': 'Check latest stable versions for Go packages in go.mod', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'dependencies': {'type': 'object', 'required': ['module'], 'properties': {'module': {'type': 'string', 'description': 'Module name'}, 'replace': {'type': 'array', 'items': {'type': 'object', 'required': ['old', 'new'], 'properties': {'new': {'type': 'string', 'description': 'Replacement package path'}, 'old': {'type': 'string', 'description': 'Original package path'}, 'version': {'type': 'string', 'description': 'Current version'}}}, 'description': 'Replacement dependencies'}, 'require': {'type': 'array', 'items': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Package import path'}, 'version': {'type': 'string', 'description': 'Current version'}}}, 'description': 'Required dependencies'}}, 'description': 'Dependencies from go.mod'}}}}, {'name': 'check_bedrock_models', 'description': 'Search, list, and get information about Amazon Bedrock models', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query for model name or ID (used with action: "search")'}, 'action': {'enum': ['list', 'search', 'get'], 'type': 'string', 'default': 'list', 'description': 'Action to perform: list all models, search for models, or get a specific model'}, 'region': {'type': 'string', 'description': 'Filter by AWS region (used with action: "search")'}, 'modelId': {'type': 'string', 'description': 'Model ID to retrieve (used with action: "get")'}, 'provider': {'type': 'string', 'description': 'Filter by provider name (used with action: "search")'}}}}, {'name': 'get_latest_bedrock_model', 'description': 'Get the latest Claude Sonnet model from Amazon Bedrock (best for coding tasks)', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'check_docker_tags', 'description': 'Check available tags for Docker container images from Docker Hub, GitHub Container Registry, or custom registries', 'inputSchema': {'type': 'object', 'required': ['image'], 'properties': {'image': {'type': 'string', 'description': 'Docker image name (e.g., "nginx", "ubuntu", "ghcr.io/owner/repo")'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of tags to return'}, 'registry': {'enum': ['dockerhub', 'ghcr', 'custom'], 'type': 'string', 'default': 'dockerhub', 'description': 'Registry to check (dockerhub, ghcr, or custom)'}, 'filterTags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of regex patterns to filter tags'}, 'includeDigest': {'type': 'boolean', 'default': False, 'description': 'Include image digest in results'}, 'customRegistry': {'type': 'string', 'description': 'URL for custom registry (required when registry is "custom")'}}}}, {'name': 'check_swift_versions', 'description': 'Check latest stable versions for Swift packages in Package.swift', 'inputSchema': {'type': 'object', 'required': ['dependencies'], 'properties': {'constraints': {'type': 'object', 'description': 'Optional constraints for specific packages', 'additionalProperties': {'type': 'object', 'properties': {'majorVersion': {'type': 'number', 'description': 'Limit updates to this major version'}, 'excludePackage': {'type': 'boolean', 'description': 'Exclude this package from updates'}}}}, 'dependencies': {'type': 'array', 'items': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'Package URL (e.g., "https://github.com/apple/swift-argument-parser")'}, 'version': {'type': 'string', 'description': 'Current version (optional)'}, 'requirement': {'type': 'string', 'description': 'Version requirement type (e.g., "from", "upToNextMajor", "exact")'}}}, 'description': 'Array of Swift package dependencies'}}}}, {'name': 'check_github_actions', 'description': 'Check latest versions for GitHub Actions', 'inputSchema': {'type': 'object', 'required': ['actions'], 'properties': {'actions': {'type': 'array', 'items': {'type': 'object', 'required': ['owner', 'repo'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub Action repository name'}, 'owner': {'type': 'string', 'description': 'GitHub Action owner (username or organization)'}, 'currentVersion': {'type': 'string', 'description': 'Current version (optional)'}}}, 'description': 'Array of GitHub Actions to check'}, 'includeDetails': {'type': 'boolean', 'default': False, 'description': 'Include additional details like published date and URL'}}}}] |
mcp-hn | Hacker News | Fetch stories, comments, and user info from Hacker News. | 2025-01-01T06:41:58.973Z | 20 | https://smithery.ai/server/mcp-hn | true | null | {
"scanPassed": true
} | [{'name': 'get_stories', 'description': "Get stories from Hacker News. The options are `top`, `new`, `ask_hn`, `show_hn` for types of stories. This doesn't include the comments. Use `get_story_info` to get the comments.", 'inputSchema': {'type': 'object', 'properties': {'story_type': {'type': 'string', 'description': 'Type of stories to get, one of: `top`, `new`, `ask_hn`, `show_hn`'}, 'num_stories': {'type': 'integer', 'description': 'Number of stories to get'}}}}, {'name': 'get_user_info', 'description': "Get user info from Hacker News, including the stories they've submitted", 'inputSchema': {'type': 'object', 'required': ['user_name'], 'properties': {'user_name': {'type': 'string', 'description': 'Username of the user'}, 'num_stories': {'type': 'integer', 'description': 'Number of stories to get, defaults to 10'}}}}, {'name': 'search_stories', 'description': 'Search stories from Hacker News. It is generally recommended to use simpler queries to get a broader set of results (less than 5 words). Very targetted queries may not return any results.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'num_results': {'type': 'integer', 'description': 'Number of results to get, defaults to 10'}, 'search_by_date': {'type': 'boolean', 'description': 'Search by date, defaults to False. If this is False, then we search by relevance, then points, then number of comments.'}}}}, {'name': 'get_story_info', 'description': 'Get detailed story info from Hacker News, including the comments', 'inputSchema': {'type': 'object', 'properties': {'story_id': {'type': 'integer', 'description': 'Story ID'}}}}] |
@cosmix/confluence-mcp | Confluence MCP Server | Interact with Confluence content seamlessly. Retrieve, create, and update pages, comments, and attachments through a standardized interface, enhancing your AI assistant's capabilities. | 2025-04-02T05:01:02.404Z | 20 | https://smithery.ai/server/@cosmix/confluence-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_page', 'description': 'Retrieve a Confluence page by ID', 'inputSchema': {'type': 'object', 'required': ['pageId'], 'properties': {'format': {'enum': ['text', 'markdown'], 'type': 'string', 'description': 'Format to return the content in (default: text)'}, 'pageId': {'type': 'string', 'description': 'ID of the Confluence page to retrieve'}}}}, {'name': 'search_pages', 'description': 'Search for Confluence pages using CQL (Confluence Query Language): query := expression [operator expression]* expression := field | function() | function | "phrase" | term operator := AND | OR | NOT | space field := date | after | before | during | lastmodified | modifiedafter | modifiedbefore | creator | from | to | content | title | body | subject | filename function() := now() | today() | yesterday() | this_week() | last_week() | this_month() | last_month() | this_year() | last_year() function := has | is | is | is | label | type | in value := string | quoted_string | date_format date_format := YYYY-MM-DD | YYYY-MM | YYYY quoted_string := "string with spaces" term := alphanumeric_string', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'CQL search query'}, 'format': {'enum': ['text', 'markdown'], 'type': 'string', 'description': 'Format to return the content in (default: text)'}}}}, {'name': 'get_spaces', 'description': 'List all available Confluence spaces', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of spaces to return (default: 50)'}}}}, {'name': 'create_page', 'description': 'Create a new Confluence page', 'inputSchema': {'type': 'object', 'required': ['spaceKey', 'title', 'content'], 'properties': {'title': {'type': 'string', 'description': 'Title of the new page'}, 'content': {'type': 'string', 'description': 'Content of the page in Confluence Storage Format (XHTML)'}, 'parentId': {'type': 'string', 'description': 'Optional ID of the parent page'}, 'spaceKey': {'type': 'string', 'description': 'Key of the space where the page will be created'}}}}, {'name': 'update_page', 'description': 'Update an existing Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId', 'title', 'content', 'version'], 'properties': {'title': {'type': 'string', 'description': 'New title of the page'}, 'pageId': {'type': 'string', 'description': 'ID of the page to update'}, 'content': {'type': 'string', 'description': 'New content in Confluence Storage Format (XHTML)'}, 'version': {'type': 'number', 'description': 'Current version number of the page'}}}}, {'name': 'get_comments', 'description': 'Retrieve comments for a specific Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of comments to return (default: 25)'}, 'format': {'enum': ['text', 'markdown'], 'type': 'string', 'description': 'Format to return comment content in (default: text)'}, 'pageId': {'type': 'string', 'description': 'ID of the page to retrieve comments for'}}}}, {'name': 'add_comment', 'description': 'Add a comment to a Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId', 'content'], 'properties': {'pageId': {'type': 'string', 'description': 'ID of the page to add the comment to'}, 'content': {'type': 'string', 'description': 'Comment content in Confluence Storage Format (XHTML)'}, 'parentId': {'type': 'string', 'description': 'Optional ID of the parent comment for threading'}}}}, {'name': 'get_attachments', 'description': 'Retrieve attachments for a specific Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId'], 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of attachments to return (default: 25)'}, 'pageId': {'type': 'string', 'description': 'ID of the page to retrieve attachments for'}}}}, {'name': 'add_attachment', 'description': 'Add an attachment to a Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId', 'filename', 'fileContentBase64'], 'properties': {'pageId': {'type': 'string', 'description': 'ID of the page to attach the file to'}, 'comment': {'type': 'string', 'description': 'Optional comment for the attachment version'}, 'filename': {'type': 'string', 'description': 'Desired filename for the attachment'}, 'fileContentBase64': {'type': 'string', 'description': 'Base64 encoded content of the file'}}}}] |
mcp-search-linkup | Linkup Search | Provides web search capability using the LinkupClient to fetch real-time information. | 2025-01-01T08:56:48.212Z | 20 | https://smithery.ai/server/mcp-search-linkup | true | null | {
"scanPassed": true
} | [{'name': 'search-web', 'description': 'Perform a web search query using Linkup. This tool is helpful for finding information on the web.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The query to search the web with. This should be a question, no need to write in keywords.'}}}}] |
@shaileshahuja/github-pr-mcp | GitHub PR Comments Server | Fetch GitHub Pull Request comments effortlessly. Retrieve structured comments, including file paths and replies, using your GitHub personal access token. Enhance your development workflow with easy access to PR discussions. | 2025-03-09T08:54:54.527Z | 20 | https://smithery.ai/server/@shaileshahuja/github-pr-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_pr_comments', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'pull_number'], 'properties': {'repo': {'type': 'string', 'minLength': 1, 'description': 'Repository name'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Repository owner (username or organization)'}, 'pull_number': {'type': 'integer', 'description': 'Pull request number', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}] |
@ZephyrDeng/pprof-analyzer-mcp | PPROF Analyzer | Analyze Go pprof performance profiles to identify bottlenecks and optimize your applications. Generate flame graphs and detailed reports to visualize CPU and memory usage effectively. Enhance your performance tuning with easy-to-use tools for profiling and analysis. | 2025-04-13T15:48:27.879Z | 20 | https://smithery.ai/server/@ZephyrDeng/pprof-analyzer-mcp | true | {
"scanPassed": true
} | [{'name': 'analyze_pprof', 'description': '分析指定的 Go pprof 文件 (支持 cpu, heap, goroutine, allocs, mutex, block 类型)。', 'inputSchema': {'type': 'object', 'required': ['profile_uri', 'profile_type'], 'properties': {'top_n': {'type': 'number', 'default': 5, 'description': '返回结果的数量上限 (例如 Top 5, Top 10)。'}, 'profile_uri': {'type': 'string', 'description': "要分析的 pprof 文件的 URI (支持 'file://', 'http://', 'https://' 协议)。例如 'file:///path/to/profile.pb.gz' 或 'https://example.com/profile.pb.gz'。"}, 'profile_type': {'enum': ['cpu', 'heap', 'goroutine', 'allocs', 'mutex', 'block'], 'type': 'string', 'description': '要分析的 pprof profile 的类型。'}, 'output_format': {'enum': ['text', 'markdown', 'json'], 'type': 'string', 'default': 'text', 'description': '分析结果的输出格式。'}}}}, {'name': 'generate_flamegraph', 'description': "使用 'go tool pprof' 生成指定 pprof 文件的火焰图 (SVG 格式)。", 'inputSchema': {'type': 'object', 'required': ['profile_uri', 'profile_type', 'output_svg_path'], 'properties': {'profile_uri': {'type': 'string', 'description': "要生成火焰图的 pprof 文件的 URI (支持 'file://', 'http://', 'https://' 协议)。"}, 'profile_type': {'enum': ['cpu', 'heap', 'allocs', 'goroutine', 'mutex', 'block'], 'type': 'string', 'description': '要生成火焰图的 pprof profile 的类型。'}, 'output_svg_path': {'type': 'string', 'description': '生成的 SVG 火焰图文件的保存路径 (必须是绝对路径或相对于工作区的路径)。'}}}}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.