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
@AnEntrypoint/mcp-repl
Simple JavaScript REPL
Execute JavaScript code snippets securely in a sandboxed environment. Benefit from comprehensive error handling, memory management, and output formatting to enhance your coding experience. Ideal for testing and evaluating JavaScript code quickly and safely.
2025-03-30T11:01:14.294Z
10
https://smithery.ai/server/@AnEntrypoint/mcp-repl
true
null
{ "scanPassed": true }
[{'name': 'execute', 'description': 'Execute JavaScript code in a secure sandbox and return the result.', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'JavaScript code to execute'}}}}, {'name': 'info', 'description': 'Get information about the REPL environment.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}]
@hekmon8/Homeassistant-server-mcp
Home Assistant MCP Server
Control and monitor your Home Assistant devices seamlessly through MCP-enabled applications. Interact with your smart home by getting device states, toggling devices, and triggering automations effortlessly.
2025-03-10T16:00:41.921Z
10
https://smithery.ai/server/@hekmon8/Homeassistant-server-mcp
true
null
null
[{'name': 'get_state', 'description': 'Get the current state of a Home Assistant entity', 'inputSchema': {'type': 'object', 'required': ['entity_id'], 'properties': {'entity_id': {'type': 'string', 'description': 'The entity ID to get state for (e.g., light.living_room)'}}}}, {'name': 'toggle_entity', 'description': 'Toggle a Home Assistant entity on/off', 'inputSchema': {'type': 'object', 'required': ['entity_id', 'state'], 'properties': {'state': {'enum': ['on', 'off'], 'type': 'string', 'description': 'The desired state (on/off)'}, 'entity_id': {'type': 'string', 'description': 'The entity ID to toggle (e.g., switch.bedroom)'}}}}, {'name': 'trigger_automation', 'description': 'Trigger a Home Assistant automation', 'inputSchema': {'type': 'object', 'required': ['automation_id'], 'properties': {'automation_id': {'type': 'string', 'description': 'The automation ID to trigger (e.g., automation.morning_routine)'}}}}, {'name': 'list_entities', 'description': 'List all available entities in Home Assistant', 'inputSchema': {'type': 'object', 'properties': {'domain': {'type': 'string', 'description': 'Optional domain filter (e.g., light, switch, automation)'}}}}]
@yuri-xyz/dune-analytics-mcp
Dune Analytics
Bridge Dune Analytics data to AI agents by fetching and running Dune queries with ease. Retrieve query results as CSV-formatted strings for seamless processing and integration. Empower your AI workflows with up-to-date blockchain analytics data.
2025-05-03T02:40:25.916Z
10
https://smithery.ai/server/@yuri-xyz/dune-analytics-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_latest_result', 'description': 'Get the latest results for a specific query ID as a CSV string on dune analytics', 'inputSchema': {'type': 'object', 'title': 'get_latest_resultArguments', 'required': ['query_id'], 'properties': {'query_id': {'type': 'integer', 'title': 'Query Id'}}}}, {'name': 'run_query', 'description': 'Run a query by ID and return results as a CSV string on dune analytics', 'inputSchema': {'type': 'object', 'title': 'run_queryArguments', 'required': ['query_id'], 'properties': {'query_id': {'type': 'integer', 'title': 'Query Id'}}}}]
@smithery-ai/aws-kb-retrieval-server
AWS Knowledge Base Retrieval
Retrieve information from the AWS Knowledge Base using queries and Knowledge Base IDs.
2025-02-25T14:40:56.604Z
10
https://smithery.ai/server/@smithery-ai/aws-kb-retrieval-server
true
null
{ "scanPassed": true }
[{'name': 'retrieve_from_aws_kb', 'description': 'Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.', 'inputSchema': {'type': 'object', 'required': ['query', 'knowledgeBaseId'], 'properties': {'n': {'type': 'number', 'default': 3, 'description': 'Number of results to retrieve'}, 'query': {'type': 'string', 'description': 'The query to perform retrieval on'}, 'knowledgeBaseId': {'type': 'string', 'description': 'The ID of the AWS Knowledge Base'}}}}]
@amotivv/memory-box-mcp
Memory Box MCP Server
Save, search, and format memories with semantic understanding. Enhance your memory management by leveraging advanced semantic search capabilities directly from Cline. Organize and retrieve your memories efficiently with structured formatting and detailed context.
2025-03-12T02:00:50.418Z
10
https://smithery.ai/server/@amotivv/memory-box-mcp
true
null
{ "scanPassed": true }
[{'name': 'save_memory', 'description': 'Save a memory to Memory Box with proper formatting', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The memory content to save'}, 'type': {'type': 'string', 'description': 'The type of memory (TECHNICAL, DECISION, SOLUTION, CONCEPT, REFERENCE, APPLICATION, FACT) for formatting (default: "TECHNICAL")'}, 'format': {'type': 'boolean', 'description': 'Whether to format the memory according to the system prompt (default: true)'}, 'bucket_id': {'type': 'string', 'description': 'The bucket to save the memory to (default: "Default bucket to store or query memories.")'}}}}, {'name': 'search_memories', 'description': 'Search for memories using semantic search', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'debug': {'type': 'boolean', 'description': 'Include debug information in results (default: false)'}, 'query': {'type': 'string', 'description': 'The search query'}}}}, {'name': 'get_all_memories', 'description': 'Retrieve all memories', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_bucket_memories', 'description': 'Get memories from a specific bucket', 'inputSchema': {'type': 'object', 'required': ['bucket_id'], 'properties': {'bucket_id': {'type': 'string', 'description': 'The bucket to retrieve memories from'}}}}, {'name': 'format_memory', 'description': 'Format a text according to the memory system prompt without saving', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'The text to format'}, 'type': {'type': 'string', 'description': 'The type of memory (TECHNICAL, DECISION, SOLUTION, CONCEPT, REFERENCE, APPLICATION, FACT) (default: "TECHNICAL")'}}}}, {'name': 'get_usage_stats', 'description': 'Retrieve user usage statistics and plan information', 'inputSchema': {'type': 'object', 'properties': {}}}]
@ibproduct/ib-mcp-cache-server
Memory Cache Server
Reduce token consumption by efficiently caching data between language model interactions. Automatically store and retrieve frequently accessed data to enhance performance without any extra effort from you. Experience faster responses and optimized resource usage with seamless caching integration.
2025-03-09T15:01:20.388Z
10
https://smithery.ai/server/@ibproduct/ib-mcp-cache-server
true
null
null
[{'name': 'store_data', 'description': 'Store data in the cache with optional TTL', 'inputSchema': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'Unique identifier for the cached data'}, 'ttl': {'type': 'number', 'description': 'Time-to-live in seconds (optional)'}, 'value': {'type': 'any', 'description': 'Data to cache'}}}}, {'name': 'retrieve_data', 'description': 'Retrieve data from the cache', 'inputSchema': {'type': 'object', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'Key of the cached data to retrieve'}}}}, {'name': 'clear_cache', 'description': 'Clear specific or all cache entries', 'inputSchema': {'type': 'object', 'properties': {'key': {'type': 'string', 'description': 'Specific key to clear (optional - clears all if not provided)'}}}}, {'name': 'get_cache_stats', 'description': 'Get cache statistics', 'inputSchema': {'type': 'object', 'properties': {}}}]
@haltakov/meme-mcp
Meme Generator
Generate memes effortlessly from user prompts using the ImgFlip API. Create custom meme images by specifying templates and text placeholders. Enjoy a fun and interactive way to produce memes directly from your AI models.
2025-03-09T16:01:04.143Z
10
https://smithery.ai/server/@haltakov/meme-mcp
true
null
null
[{'name': 'generateMeme', 'description': 'Generate a meme image from Imgflip using the numeric template id and text', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['templateNumericId', 'text0'], 'properties': {'text0': {'type': 'string'}, 'text1': {'type': 'string'}, 'templateNumericId': {'type': 'string'}}, 'additionalProperties': False}}]
@KinoThe-Kafkaesque/ssh-mcp-server
SSH Server
Enable secure remote access and command execution through SSH using the Model Context Protocol. Manage SSH credentials effortlessly with a built-in SQLite database for data persistence. Experience a type-safe development environment with TypeScript support.
2025-03-30T14:00:29.325Z
10
https://smithery.ai/server/@KinoThe-Kafkaesque/ssh-mcp-server
true
null
null
[{'name': 'ssh_exec', 'description': 'Execute command over SSH using private key file path', 'inputSchema': {'type': 'object', 'required': ['host', 'command', 'username', 'privateKeyPath'], 'properties': {'host': {'type': 'string'}, 'command': {'type': 'string'}, 'username': {'type': 'string'}, 'privateKeyPath': {'type': 'string'}}}}, {'name': 'add_credential', 'description': 'Add a new SSH credential with private key file path', 'inputSchema': {'type': 'object', 'required': ['name', 'host', 'username', 'privateKeyPath'], 'properties': {'host': {'type': 'string'}, 'name': {'type': 'string'}, 'username': {'type': 'string'}, 'privateKeyPath': {'type': 'string'}}}}, {'name': 'list_credentials', 'description': 'List all stored SSH credentials', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'remove_credential', 'description': 'Remove a stored SSH credential', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string'}}}}, {'name': 'rsync_copy', 'description': 'Copy files/directories between local and remote server via rsync', 'inputSchema': {'type': 'object', 'required': ['credentialName', 'localPath', 'remotePath', 'direction'], 'properties': {'direction': {'enum': ['toRemote', 'fromRemote'], 'type': 'string', 'description': 'Direction of copy (toRemote or fromRemote)'}, 'localPath': {'type': 'string', 'description': 'Path on the local machine'}, 'remotePath': {'type': 'string', 'description': 'Path on the remote server'}, 'credentialName': {'type': 'string', 'description': 'Name of the stored credential to use'}}}}]
@tahaswx/mcp-server-serper-test
Serper Search and Scrape
Enable powerful web search and content extraction capabilities. Perform web searches and scrape webpage content seamlessly to enhance your applications with real-time data.
2025-03-17T22:00:24.756Z
10
https://smithery.ai/server/@tahaswx/mcp-server-serper-test
true
null
{ "scanPassed": true }
[{'name': 'google_search', 'description': 'Tool to perform web searches via Serper API and retrieve rich results. It is able to retrieve organic search results, people also ask, related searches, and knowledge graph.', 'inputSchema': {'type': 'object', 'required': ['q', 'gl', 'hl'], 'properties': {'q': {'type': 'string', 'description': "Search query string (e.g., 'artificial intelligence', 'climate change solutions')"}, 'gl': {'type': 'string', 'description': "Optional region code for search results in ISO 3166-1 alpha-2 format (e.g., 'us', 'gb', 'de')"}, 'hl': {'type': 'string', 'description': "Optional language code for search results in ISO 639-1 format (e.g., 'en', 'es', 'fr')"}, 'or': {'type': 'string', 'description': "Alternative terms as comma-separated string (e.g., 'tutorial,guide,course', 'documentation,manual')"}, 'num': {'type': 'number', 'description': 'Number of results to return (default: 10)'}, 'tbs': {'type': 'string', 'description': "Time-based search filter ('qdr:h' for past hour, 'qdr:d' for past day, 'qdr:w' for past week, 'qdr:m' for past month, 'qdr:y' for past year)"}, 'page': {'type': 'number', 'description': 'Page number of results to return (default: 1)'}, 'site': {'type': 'string', 'description': "Limit results to specific domain (e.g., 'github.com', 'wikipedia.org')"}, 'after': {'type': 'string', 'description': "Date after in YYYY-MM-DD format (e.g., '2023-01-01')"}, 'cache': {'type': 'string', 'description': "View Google's cached version of a specific URL (e.g., 'example.com/page')"}, 'exact': {'type': 'string', 'description': "Exact phrase match (e.g., 'machine learning', 'quantum computing')"}, 'inurl': {'type': 'string', 'description': "Search for pages with word in URL (e.g., 'download', 'tutorial')"}, 'before': {'type': 'string', 'description': "Date before in YYYY-MM-DD format (e.g., '2024-01-01')"}, 'exclude': {'type': 'string', 'description': "Terms to exclude from search results as comma-separated string (e.g., 'spam,ads', 'beginner,basic')"}, 'intitle': {'type': 'string', 'description': "Search for pages with word in title (e.g., 'review', 'how to')"}, 'related': {'type': 'string', 'description': "Find similar websites (e.g., 'github.com', 'stackoverflow.com')"}, 'filetype': {'type': 'string', 'description': "Limit to specific file types (e.g., 'pdf', 'doc', 'xls')"}, 'location': {'type': 'string', 'description': "Optional location for search results (e.g., 'SoHo, New York, United States', 'California, United States')"}, 'autocorrect': {'type': 'boolean', 'description': 'Whether to autocorrect spelling in query'}}}}, {'name': 'scrape', 'description': 'Tool to scrape a webpage and retrieve the text and, optionally, the markdown content. It will retrieve also the JSON-LD metadata and the head metadata.', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL of the webpage to scrape.'}, 'includeMarkdown': {'type': 'boolean', 'default': False, 'description': 'Whether to include markdown content.'}}}}]
@mabeldata/pocketbase-mcp
PocketBase MCP Server
Manage your PocketBase collections effortlessly. Fetch, create, update, and delete records with ease, while also handling file uploads and downloads. Streamline your database operations and enhance your application's capabilities with this powerful server.
2025-04-10T05:00:34.462Z
10
https://smithery.ai/server/@mabeldata/pocketbase-mcp
true
null
{ "scanPassed": true }
[{'name': 'fetch_record', 'description': 'Fetch a single record from a PocketBase collection by ID.', 'inputSchema': {'type': 'object', 'required': ['collection', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the record to fetch.'}, 'collection': {'type': 'string', 'description': 'The name or ID of the PocketBase collection.'}}}}, {'name': 'list_records', 'description': 'List records from a PocketBase collection. Supports filtering, sorting, pagination, and expansion.', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'page': {'type': 'number', 'minimum': 1, 'description': 'Page number (defaults to 1).'}, 'sort': {'type': 'string', 'description': 'PocketBase sort string (e.g., "-created,name").'}, 'expand': {'type': 'string', 'description': 'PocketBase expand string (e.g., "user,tags.name").'}, 'filter': {'type': 'string', 'description': 'PocketBase filter string (e.g., "status=\'active\'").'}, 'perPage': {'type': 'number', 'maximum': 500, 'minimum': 1, 'description': 'Items per page (defaults to 30, max 500).'}, 'collection': {'type': 'string', 'description': 'The name or ID of the PocketBase collection.'}}}}, {'name': 'create_record', 'description': 'Create a new record in a PocketBase collection.', 'inputSchema': {'type': 'object', 'required': ['collection', 'data'], 'properties': {'data': {'type': 'object', 'description': 'The data for the new record (key-value pairs).', 'additionalProperties': True}, 'collection': {'type': 'string', 'description': 'The name or ID of the PocketBase collection.'}}}}, {'name': 'update_record', 'description': 'Update an existing record in a PocketBase collection by ID.', 'inputSchema': {'type': 'object', 'required': ['collection', 'id', 'data'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the record to update.'}, 'data': {'type': 'object', 'description': 'The data fields to update (key-value pairs).', 'additionalProperties': True}, 'collection': {'type': 'string', 'description': 'The name or ID of the PocketBase collection.'}}}}, {'name': 'get_collection_schema', 'description': 'Get the schema (fields, rules, etc.) of a PocketBase collection.', 'inputSchema': {'type': 'object', 'required': ['collection'], 'properties': {'collection': {'type': 'string', 'description': 'The name or ID of the PocketBase collection.'}}}}, {'name': 'list_collections', 'description': 'List all collections in the PocketBase instance.', 'inputSchema': {'type': 'object', 'properties': {}, 'additionalProperties': False}}, {'name': 'upload_file', 'description': 'Upload a file (provided as content string) to a PocketBase collection record field.', 'inputSchema': {'type': 'object', 'required': ['collection', 'recordId', 'fileField', 'fileContent', 'fileName'], 'properties': {'fileName': {'type': 'string', 'description': 'The desired name for the uploaded file (e.g., "report.txt").'}, 'recordId': {'type': 'string', 'description': 'The ID of the record to attach the file to.'}, 'fileField': {'type': 'string', 'description': 'The name of the file field in the collection schema.'}, 'collection': {'type': 'string', 'description': 'The name or ID of the collection.'}, 'fileContent': {'type': 'string', 'description': 'The raw content of the file as a string.'}}}}, {'name': 'download_file', 'description': 'Get the URL to download a file from a PocketBase collection record field.', 'inputSchema': {'type': 'object', 'required': ['collection', 'recordId', 'fileField'], 'properties': {'recordId': {'type': 'string', 'description': 'The ID of the record containing the file.'}, 'fileField': {'type': 'string', 'description': 'The name of the file field.'}, 'collection': {'type': 'string', 'description': 'The name or ID of the collection.'}}}}, {'name': 'set_migrations_directory', 'description': 'Set the directory where migration files will be created and read from.', 'inputSchema': {'type': 'object', 'properties': {'customPath': {'type': 'string', 'description': 'Custom path for migrations. If not provided, defaults to "pb_migrations" in the current working directory.'}}}}, {'name': 'create_migration', 'description': 'Create a new, empty PocketBase migration file with a timestamped name.', 'inputSchema': {'type': 'object', 'required': ['description'], 'properties': {'description': {'type': 'string', 'description': 'A brief description for the migration filename (e.g., "add_user_email_index").'}}}}, {'name': 'create_collection_migration', 'description': 'Create a migration file specifically for creating a new PocketBase collection.', 'inputSchema': {'type': 'object', 'required': ['collectionDefinition'], 'properties': {'description': {'type': 'string', 'description': 'Optional description override for the filename.'}, 'collectionDefinition': {'type': 'object', 'required': ['name', 'id'], 'description': 'The full schema definition for the new collection (including name, id, fields, rules, etc.).', 'additionalProperties': True}}}}, {'name': 'add_field_migration', 'description': 'Create a migration file for adding a field to an existing collection.', 'inputSchema': {'type': 'object', 'required': ['collectionNameOrId', 'fieldDefinition'], 'properties': {'description': {'type': 'string', 'description': 'Optional description override for the filename.'}, 'fieldDefinition': {'type': 'object', 'required': ['name', 'type'], 'description': 'The schema definition for the new field.', 'additionalProperties': True}, 'collectionNameOrId': {'type': 'string', 'description': 'The name or ID of the collection to update.'}}}}, {'name': 'list_migrations', 'description': 'List all migration files found in the PocketBase migrations directory.', 'inputSchema': {'type': 'object', 'properties': {}, 'additionalProperties': False}}, {'name': 'apply_migration', 'description': 'Apply a specific migration file.', 'inputSchema': {'type': 'object', 'required': ['migrationFile'], 'properties': {'migrationFile': {'type': 'string', 'description': 'Name of the migration file to apply.'}}}}, {'name': 'revert_migration', 'description': 'Revert a specific migration file.', 'inputSchema': {'type': 'object', 'required': ['migrationFile'], 'properties': {'migrationFile': {'type': 'string', 'description': 'Name of the migration file to revert.'}}}}, {'name': 'apply_all_migrations', 'description': 'Apply all pending migrations.', 'inputSchema': {'type': 'object', 'properties': {'appliedMigrations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of already applied migration filenames.'}}}}, {'name': 'revert_to_migration', 'description': 'Revert migrations up to a specific target.', 'inputSchema': {'type': 'object', 'required': ['targetMigration'], 'properties': {'targetMigration': {'type': 'string', 'description': 'Name of the migration to revert to (exclusive). Use empty string to revert all.'}, 'appliedMigrations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of already applied migration filenames.'}}}}, {'name': 'list_logs', 'description': 'List API request logs from PocketBase with filtering, sorting, and pagination.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'minimum': 1, 'description': 'Page number (defaults to 1).'}, 'sort': {'type': 'string', 'description': 'PocketBase sort string (e.g., "-created,url").'}, 'filter': {'type': 'string', 'description': 'PocketBase filter string (e.g., "method=\'GET\'").'}, 'perPage': {'type': 'number', 'maximum': 500, 'minimum': 1, 'description': 'Items per page (defaults to 30, max 500).'}}}}, {'name': 'get_log', 'description': 'Get a single API request log by ID.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The ID of the log to fetch.'}}}}, {'name': 'get_logs_stats', 'description': 'Get API request logs statistics with optional filtering.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'filter': {'type': 'string', 'description': 'PocketBase filter string (e.g., "method=\'GET\'").'}}}}]
@2geonhyup/dart-mcp
DART Financial Data Server
Provide easy access to Korean corporate financial and business disclosure data using the Financial Supervisory Service's DART API. Search and analyze key financial metrics, detailed financial statements, and business information for companies. Retrieve up-to-date corporate disclosures to support financial research and analysis workflows.
2025-04-21T13:32:33.943Z
30
https://smithery.ai/server/@2geonhyup/dart-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_disclosure', 'description': '\n ํšŒ์‚ฌ์˜ ์ฃผ์š” ์žฌ๋ฌด ์ •๋ณด๋ฅผ ๊ฒ€์ƒ‰ํ•˜์—ฌ ์ œ๊ณตํ•˜๋Š” ๋„๊ตฌ.\n requested_items๊ฐ€ ์ฃผ์–ด์ง€๋ฉด ํ•ด๋‹น ํ•ญ๋ชฉ ๊ด€๋ จ ๋ฐ์ดํ„ฐ๊ฐ€ ์žˆ๋Š” ๊ณต์‹œ๋งŒ ํ•„ํ„ฐ๋งํ•ฉ๋‹ˆ๋‹ค.\n \n Args:\n company_name: ํšŒ์‚ฌ๋ช… (์˜ˆ: ์‚ผ์„ฑ์ „์ž, ๋„ค์ด๋ฒ„ ๋“ฑ)\n start_date: ์‹œ์ž‘์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20230101)\n end_date: ์ข…๋ฃŒ์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20231231)\n ctx: MCP Context ๊ฐ์ฒด\n requested_items: ์‚ฌ์šฉ์ž๊ฐ€ ์š”์ฒญํ•œ ์žฌ๋ฌด ํ•ญ๋ชฉ ์ด๋ฆ„ ๋ฆฌ์ŠคํŠธ (์˜ˆ: ["๋งค์ถœ์•ก", "์˜์—…์ด์ต"]). None์ด๋ฉด ๋ชจ๋“  ์ฃผ์š” ํ•ญ๋ชฉ์„ ๋Œ€์ƒ์œผ๋กœ ํ•จ. ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ํ•ญ๋ชฉ: ๋งค์ถœ์•ก, ์˜์—…์ด์ต, ๋‹น๊ธฐ์ˆœ์ด์ต, ์˜์—…ํ™œ๋™ ํ˜„๊ธˆํ๋ฆ„, ํˆฌ์žํ™œ๋™ ํ˜„๊ธˆํ๋ฆ„, ์žฌ๋ฌดํ™œ๋™ ํ˜„๊ธˆํ๋ฆ„, ์ž์‚ฐ์ด๊ณ„, ๋ถ€์ฑ„์ด๊ณ„, ์ž๋ณธ์ด๊ณ„\n \n Returns:\n ๊ฒ€์ƒ‰๋œ ๊ฐ ๊ณต์‹œ์˜ ์ฃผ์š” ์žฌ๋ฌด ์ •๋ณด ์š”์•ฝ ํ…์ŠคํŠธ (์š”์ฒญ ํ•ญ๋ชฉ ๊ด€๋ จ ๋ฐ์ดํ„ฐ๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ๋งŒ)\n ', 'inputSchema': {'type': 'object', 'title': 'search_disclosureArguments', 'required': ['company_name', 'start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'requested_items': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Requested Items', 'default': None}}}}, {'name': 'search_detailed_financial_data', 'description': '\n ํšŒ์‚ฌ์˜ ์„ธ๋ถ€์ ์ธ ์žฌ๋ฌด ์ •๋ณด๋ฅผ ์ œ๊ณตํ•˜๋Š” ๋„๊ตฌ.\n XBRL ํŒŒ์ผ์„ ํŒŒ์‹ฑํ•˜์—ฌ ์ƒ์„ธํ•œ ์žฌ๋ฌด ๋ฐ์ดํ„ฐ๋ฅผ ์ถ”์ถœํ•ฉ๋‹ˆ๋‹ค.\n \n Args:\n company_name: ํšŒ์‚ฌ๋ช… (์˜ˆ: ์‚ผ์„ฑ์ „์ž, ๋„ค์ด๋ฒ„ ๋“ฑ)\n start_date: ์‹œ์ž‘์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20230101)\n end_date: ์ข…๋ฃŒ์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20231231)\n ctx: MCP Context ๊ฐ์ฒด\n statement_type: ์žฌ๋ฌด์ œํ‘œ ์œ ํ˜• ("์žฌ๋ฌด์ƒํƒœํ‘œ", "์†์ต๊ณ„์‚ฐ์„œ", "ํ˜„๊ธˆํ๋ฆ„ํ‘œ" ์ค‘ ํ•˜๋‚˜ ๋˜๋Š” None)\n None์ธ ๊ฒฝ์šฐ ๋ชจ๋“  ์œ ํ˜•์˜ ์žฌ๋ฌด์ œํ‘œ ์ •๋ณด๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.\n \n Returns:\n ์„ ํƒํ•œ ์žฌ๋ฌด์ œํ‘œ ์œ ํ˜•(๋“ค)์˜ ์„ธ๋ถ€ ํ•ญ๋ชฉ ์ •๋ณด๊ฐ€ ํฌํ•จ๋œ ํ…์ŠคํŠธ\n ', 'inputSchema': {'type': 'object', 'title': 'search_detailed_financial_dataArguments', 'required': ['company_name', 'start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'statement_type': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Statement Type', 'default': None}}}}, {'name': 'search_business_information', 'description': "\n ํšŒ์‚ฌ์˜ ์‚ฌ์—… ๊ด€๋ จ ํ˜„ํ™ฉ ์ •๋ณด๋ฅผ ์ œ๊ณตํ•˜๋Š” ๋„๊ตฌ\n \n Args:\n company_name: ํšŒ์‚ฌ๋ช… (์˜ˆ: ์‚ผ์„ฑ์ „์ž, ๋„ค์ด๋ฒ„ ๋“ฑ)\n start_date: ์‹œ์ž‘์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20230101)\n end_date: ์ข…๋ฃŒ์ผ (YYYYMMDD ํ˜•์‹, ์˜ˆ: 20231231)\n information_type: ์กฐํšŒํ•  ์ •๋ณด ์œ ํ˜• \n '์‚ฌ์—…์˜ ๊ฐœ์š”' - ํšŒ์‚ฌ์˜ ์ „๋ฐ˜์ ์ธ ์‚ฌ์—… ๋‚ด์šฉ\n '์ฃผ์š” ์ œํ’ˆ ๋ฐ ์„œ๋น„์Šค' - ํšŒ์‚ฌ์˜ ์ฃผ์š” ์ œํ’ˆ๊ณผ ์„œ๋น„์Šค ์ •๋ณด\n '์›์žฌ๋ฃŒ ๋ฐ ์ƒ์‚ฐ์„ค๋น„' - ์›์žฌ๋ฃŒ ์กฐ๋‹ฌ ๋ฐ ์ƒ์‚ฐ ์„ค๋น„ ํ˜„ํ™ฉ\n '๋งค์ถœ ๋ฐ ์ˆ˜์ฃผ์ƒํ™ฉ' - ๋งค์ถœ๊ณผ ์ˆ˜์ฃผ ํ˜„ํ™ฉ ์ •๋ณด\n '์œ„ํ—˜๊ด€๋ฆฌ ๋ฐ ํŒŒ์ƒ๊ฑฐ๋ž˜' - ๋ฆฌ์Šคํฌ ๊ด€๋ฆฌ ๋ฐฉ์•ˆ ๋ฐ ํŒŒ์ƒ์ƒํ’ˆ ๊ฑฐ๋ž˜ ์ •๋ณด\n '์ฃผ์š”๊ณ„์•ฝ ๋ฐ ์—ฐ๊ตฌ๊ฐœ๋ฐœํ™œ๋™' - ์ฃผ์š” ๊ณ„์•ฝ ํ˜„ํ™ฉ ๋ฐ R&D ํ™œ๋™\n '๊ธฐํƒ€ ์ฐธ๊ณ ์‚ฌํ•ญ' - ๊ธฐํƒ€ ์‚ฌ์—… ๊ด€๋ จ ์ฐธ๊ณ  ์ •๋ณด\n ctx: MCP Context ๊ฐ์ฒด\n \n Returns:\n ์š”์ฒญํ•œ ์ •๋ณด ์œ ํ˜•์— ๋Œ€ํ•œ ํ•ด๋‹น ํšŒ์‚ฌ์˜ ์‚ฌ์—… ์ •๋ณด ํ…์ŠคํŠธ\n ", 'inputSchema': {'type': 'object', 'title': 'search_business_informationArguments', 'required': ['company_name', 'start_date', 'end_date', 'information_type'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'information_type': {'type': 'string', 'title': 'Information Type'}}}}, {'name': 'get_current_date', 'description': '\n ํ˜„์žฌ ๋‚ ์งœ๋ฅผ YYYYMMDD ํ˜•์‹์œผ๋กœ ๋ฐ˜ํ™˜ํ•˜๋Š” ๋„๊ตฌ\n \n Args:\n ctx: MCP Context ๊ฐ์ฒด (์„ ํƒ ์‚ฌํ•ญ)\n \n Returns:\n YYYYMMDD ํ˜•์‹์˜ ํ˜„์žฌ ๋‚ ์งœ ๋ฌธ์ž์—ด\n ', 'inputSchema': {'type': 'object', 'title': 'get_current_dateArguments', 'properties': {}}}, {'name': 'search_json_financial_data', 'description': '\n ํšŒ์‚ฌ์˜ ์žฌ๋ฌด ์ •๋ณด๋ฅผ JSON API๋ฅผ ํ†ตํ•ด ์ œ๊ณตํ•˜๋Š” ์‹คํŒจ์‹œ ๋ณด์™„ํ•˜๋Š” ๋ณด์กฐ ๋„๊ตฌ.\n search_disclosure, search_detailed_financial_data์ด 2023๋…„ 9์›” ์ด์ „ ์ž๋ฃŒ ๋ถ„์„์— ์‹คํŒจํ–ˆ์„ ๋•Œ ๋Œ€์•ˆ์œผ๋กœ ํ™œ์šฉ.\n \n Args:\n company_name: ํšŒ์‚ฌ๋ช… (์˜ˆ: ์‚ผ์„ฑ์ „์ž, ๋„ค์ด๋ฒ„ ๋“ฑ)\n bsns_year: ์‚ฌ์—…์—ฐ๋„ (4์ž๋ฆฌ, ์˜ˆ: "2023")\n ctx: MCP Context ๊ฐ์ฒด\n reprt_code: ๋ณด๊ณ ์„œ ์ฝ”๋“œ ("11011": ์‚ฌ์—…๋ณด๊ณ ์„œ, "11012": ๋ฐ˜๊ธฐ๋ณด๊ณ ์„œ, "11013": 1๋ถ„๊ธฐ๋ณด๊ณ ์„œ, "11014": 3๋ถ„๊ธฐ๋ณด๊ณ ์„œ)\n fs_div: ๊ฐœ๋ณ„/์—ฐ๊ฒฐ๊ตฌ๋ถ„ ("OFS": ์žฌ๋ฌด์ œํ‘œ, "CFS": ์—ฐ๊ฒฐ์žฌ๋ฌด์ œํ‘œ)\n statement_type: ์žฌ๋ฌด์ œํ‘œ ์œ ํ˜• ("BS": ์žฌ๋ฌด์ƒํƒœํ‘œ, "IS": ์†์ต๊ณ„์‚ฐ์„œ, "CIS": ํฌ๊ด„์†์ต๊ณ„์‚ฐ์„œ, "CF": ํ˜„๊ธˆํ๋ฆ„ํ‘œ, "SCE": ์ž๋ณธ๋ณ€๋™ํ‘œ)\n None์ธ ๊ฒฝ์šฐ ๋ชจ๋“  ์œ ํ˜•์˜ ์žฌ๋ฌด์ œํ‘œ ์ •๋ณด๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.\n \n Returns:\n ์„ ํƒํ•œ ์žฌ๋ฌด์ œํ‘œ ์œ ํ˜•(๋“ค)์˜ ์„ธ๋ถ€ ํ•ญ๋ชฉ ์ •๋ณด๊ฐ€ ํฌํ•จ๋œ ํ…์ŠคํŠธ (๋‹น๊ธฐ ๋ฐ์ดํ„ฐ๋งŒ ํ‘œ์‹œ)\n ', 'inputSchema': {'type': 'object', 'title': 'search_json_financial_dataArguments', 'required': ['company_name', 'bsns_year'], 'properties': {'fs_div': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Fs Div', 'default': 'OFS'}, 'bsns_year': {'type': 'string', 'title': 'Bsns Year'}, 'reprt_code': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Reprt Code', 'default': '11011'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'statement_type': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Statement Type', 'default': None}}}}]
@ashley-ha/mcp-manus
Browser Automation Agent
Automate browser interactions seamlessly with our agent. Leverage the power of the Model Context Protocol to enhance your web automation tasks. Experience state management, interactive element manipulation, and more for efficient browser automation.
2025-03-22T10:00:35.389Z
50
https://smithery.ai/server/@ashley-ha/mcp-manus
true
null
{ "scanPassed": true }
[{'name': 'get_planner_state', 'description': 'Get the current browser state and planning context.\n This tool must be executed before execute_actions tool.\n \n Must return a JSON string in the format:\n {\n "current_state": {\n "evaluation_previous_goal": "Success|Failed|Unknown - Analysis of previous actions",\n "memory": "Description of what has been done and what to remember",\n "next_goal": "What needs to be done with the next immediate action"\n },\n "action": [\n {"action_name": {"param1": "value1", ...}},\n ...\n ]\n }\n ', 'inputSchema': {'type': 'object', 'title': 'get_planner_stateArguments', 'properties': {}}}, {'name': 'execute_actions', 'description': 'Execute actions from the planner state.\n \n Args:\n actions: A dictionary containing the planner state and actions in format:\n {\n "current_state": {\n "evaluation_previous_goal": str,\n "memory": str,\n "next_goal": str\n },\n "action": [\n {"action_name": {"param1": "value1"}},\n ...\n ]\n }\n \n Note: If the page state changes (new elements appear) during action execution,\n the sequence will be interrupted and you\'ll need to get a new planner state.\n ', 'inputSchema': {'type': 'object', 'title': 'execute_actionsArguments', 'required': ['actions'], 'properties': {'actions': {'type': 'object', 'title': 'Actions'}}}}]
@jikime/py-mcp-ko-weather
Korea Weather Service
Provide accurate and up-to-date weather forecasts for Korean regions using official meteorological data. Query location grid coordinates and retrieve detailed short-term weather forecasts to assist in planning and decision-making. Access comprehensive usage instructions and structured prompts to facilitate effective interaction with the weather data tools.
2025-04-16T14:21:33.286Z
9
https://smithery.ai/server/@jikime/py-mcp-ko-weather
true
https://spjawbfpwezjfmicโ€ฆc42c3ee1c8d0.png
{ "scanPassed": true }
[{'name': 'get_grid_location', 'description': 'ํ•œ๊ตญ ๊ธฐ์ƒ์ฒญ API์— ์‚ฌ์šฉ๋˜๋Š” ๊ฒฉ์ž ์ขŒํ‘œ(nx, ny)๋ฅผ ์กฐํšŒํ•ฉ๋‹ˆ๋‹ค. ์‚ฌ์šฉ์ž๊ฐ€ ์ž…๋ ฅํ•œ ์‹œ/๋„, ๊ตฌ/๊ตฐ, ๋™/์/๋ฉด ์ •๋ณด๋ฅผ ๋ฐ”ํƒ•์œผ๋กœ ํ•ด๋‹น ์ง€์—ญ์˜ ๊ธฐ์ƒ์ฒญ ๊ฒฉ์ž ์ขŒํ‘œ๋ฅผ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค์—์„œ ๊ฒ€์ƒ‰ํ•˜์—ฌ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค. ์ด ๋„๊ตฌ๋Š” ๊ธฐ์ƒ์ฒญ API ํ˜ธ์ถœ์— ํ•„์š”ํ•œ ์ •ํ™•ํ•œ ์ขŒํ‘œ๊ฐ’์„ ์–ป๊ธฐ ์œ„ํ•ด ํ•„์ˆ˜์ ์œผ๋กœ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.', 'inputSchema': {'type': 'object', 'title': 'get_grid_locationArguments', 'required': ['city', 'gu', 'dong'], 'properties': {'gu': {'type': 'string', 'title': 'Gu'}, 'city': {'type': 'string', 'title': 'City'}, 'dong': {'type': 'string', 'title': 'Dong'}}}}, {'name': 'get_forecast', 'description': 'ํ•œ๊ตญ ๊ธฐ์ƒ์ฒญ์˜ ์ดˆ๋‹จ๊ธฐ์˜ˆ๋ณด API๋ฅผ ํ˜ธ์ถœํ•˜์—ฌ ํŠน์ • ์ง€์—ญ์˜ ๋‚ ์”จ ์˜ˆ๋ณด ์ •๋ณด๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค. ์‚ฌ์šฉ์ž๊ฐ€ ์ž…๋ ฅํ•œ ์ง€์—ญ ์ •๋ณด์™€ ๊ฒฉ์ž ์ขŒํ‘œ๋ฅผ ๋ฐ”ํƒ•์œผ๋กœ ํ˜„์žฌ ์‹œ์ ์—์„œ์˜ ๊ธฐ์ƒ ์ •๋ณด๋ฅผ ์กฐํšŒํ•ฉ๋‹ˆ๋‹ค. ์ด ๋„๊ตฌ๋Š” ์˜จ๋„, ๊ฐ•์ˆ˜๋Ÿ‰, ํ•˜๋Š˜์ƒํƒœ, ์Šต๋„, ํ’ํ–ฅ, ํ’์† ๋“ฑ ์ƒ์„ธํ•œ ๊ธฐ์ƒ ์ •๋ณด๋ฅผ ํฌํ•จํ•˜๋ฉฐ, 6์‹œ๊ฐ„ ์ด๋‚ด์˜ ๋‹จ๊ธฐ ์˜ˆ๋ณด๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['city', 'gu', 'dong', 'nx', 'ny'], 'properties': {'gu': {'type': 'string', 'title': 'Gu'}, 'nx': {'type': 'integer', 'title': 'Nx'}, 'ny': {'type': 'integer', 'title': 'Ny'}, 'city': {'type': 'string', 'title': 'City'}, 'dong': {'type': 'string', 'title': 'Dong'}}}}]
@ezyang/codemcp
Code MCP
Enable seamless coding interactions with Claude Sonnet. Manage your projects with Git integration for safe edits and rollbacks, while enhancing your coding experience with planned features like linters and test runners. Engage in a collaborative coding environment where you can chat with Claude about your project changes.
2025-03-10T04:00:18.501Z
9
https://smithery.ai/server/@ezyang/codemcp
true
null
{ "scanPassed": true }
[{'name': 'codemcp', 'description': 'If and only if the user explicitly asks you to initialize codemcp with\n path, you should invoke this tool. This will return instructions which you should\n IMMEDIATELY follow before continuing, in particular, it will explain other ways\n you can invoke this tool.\n\n If the user indicates they want to "amend" or "continue working" on a PR,\n you should set reuse_head_chat_id=True to continue using the same chat ID.\n\n In each subsequent request NOT including the initial request to initialize\n codemcp, you must call the UserPrompt tool with the user\'s verbatim\n request text.\n\n Arguments:\n subtool: The subtool to run (InitProject, ...)\n path: The path to the file or directory to operate on\n user_prompt: The user\'s original prompt verbatim, starting AFTER instructions to initialize codemcp (e.g., you should exclude "Initialize codemcp for PATH")\n subject_line: A short subject line in Git conventional commit format (for InitProject)\n reuse_head_chat_id: If True, reuse the chat ID from the HEAD commit instead of generating a new one (for InitProject)\n ... (there are other arguments which will be documented when you InitProject)\n ', 'inputSchema': {'type': 'object', 'title': 'codemcpArguments', 'required': ['subtool'], 'properties': {'mode': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Mode', 'default': None}, 'path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Path', 'default': None}, 'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': None}, 'offset': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Offset', 'default': None}, 'chat_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Chat Id', 'default': None}, 'command': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Command', 'default': None}, 'content': {'title': 'Content', 'default': None}, 'include': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Include', 'default': None}, 'new_str': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'New Str', 'default': None}, 'old_str': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Old Str', 'default': None}, 'pattern': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Pattern', 'default': None}, 'subtool': {'type': 'string', 'title': 'Subtool'}, 'thought': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Thought', 'default': None}, 'arguments': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Arguments', 'default': None}, 'new_string': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'New String', 'default': None}, 'old_string': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Old String', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}, 'user_prompt': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'User Prompt', 'default': None}, 'subject_line': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Subject Line', 'default': None}, 'reuse_head_chat_id': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Reuse Head Chat Id', 'default': None}}}}]
@datafe/quick-chart-mcp
Quick Chart Server
Interact with Quick Chart to generate and retrieve chart images seamlessly. Enhance your AI agents with standardized charting capabilities, making data visualization effortless and efficient.
2025-04-05T10:02:54.057Z
9
https://smithery.ai/server/@datafe/quick-chart-mcp
true
null
{ "scanPassed": true }
[{'name': 'GetChartImgLink', 'description': 'To draw chart and get chart image link by parameters, and parameter grammar follows Quick Chart API (quickchart.io).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'description': "quick chart api's (quickchart.io) parameters and format is JSON object. The object does not include any functions, only values."}}, 'additionalProperties': False}}]
@aldrin-labs/solana-docs-mcp-server
Solana Docs Server
Solana docs context
2025-01-05T12:41:50.373Z
9
https://smithery.ai/server/@aldrin-labs/solana-docs-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_latest_docs', 'description': 'Get latest Solana documentation sections', 'inputSchema': {'type': 'object', 'required': ['section'], 'properties': {'section': {'type': 'string', 'description': 'Documentation section to fetch (e.g., "developing", "running-validator", "economics")'}}}}, {'name': 'search_docs', 'description': 'Search through Solana documentation', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'get_api_reference', 'description': 'Get Solana SDK API reference details', 'inputSchema': {'type': 'object', 'required': ['item'], 'properties': {'item': {'type': 'string', 'description': 'API item to look up (e.g., "transaction", "pubkey", "system_instruction")'}}}}]
@taha-ghadirian/filemanagermcp
File Manager
Manage remote FTP files and directories with ease using a modern, intuitive interface. Upload, download, delete, and organize files recursively to streamline your FTP operations. Enhance your development workflow by integrating this powerful file manager with your preferred IDE or tool supporting MCP.
2025-04-16T06:51:42.349Z
9
https://smithery.ai/server/@taha-ghadirian/filemanagermcp
true
null
{ "scanPassed": true }
[{'name': 'ListFiles', 'description': 'Return list of files in the given directory.', 'inputSchema': {'type': 'object', 'title': 'ListFiles', 'properties': {'directory': {'type': 'string', 'default': '"/"', 'description': 'The directory to list files from.'}, 'recursive': {'type': 'boolean', 'default': 'false', 'description': 'Whether to list files recursively.'}}, 'description': 'Return list of files in the given directory.'}}, {'name': 'DeleteDirectory', 'description': 'Delete a directory from the given path.', 'inputSchema': {'type': 'object', 'title': 'DeleteDirectory', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': "The path to delete the directory from. Example: '/path/to/directory'"}}, 'description': 'Delete a directory from the given path.'}}, {'name': 'DownloadFile', 'description': 'Download a file from the given directory.', 'inputSchema': {'type': 'object', 'title': 'DownloadFile', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': "The file path to download. Example: '/path/to/file.txt'"}, 'localPath': {'type': 'string', 'default': '"."', 'description': "The local path to download the file to, example: 'downloads/file.txt'"}}, 'description': 'Download a file from the given directory.'}}, {'name': 'UploadFile', 'description': 'Upload a file to the given directory.', 'inputSchema': {'type': 'object', 'title': 'UploadFile', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': "The file path to upload. Example: 'downloads/file.txt'"}, 'remotePath': {'type': 'string', 'default': '"/"', 'description': "The remote path to upload the file to. Example: '/path/to/file.txt'"}}, 'description': 'Upload a file to the given directory.'}}, {'name': 'DeleteFile', 'description': 'Delete a file from the given directory.', 'inputSchema': {'type': 'object', 'title': 'DeleteFile', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': "The file path to delete. Example: '/path/to/file.txt'"}}, 'description': 'Delete a file from the given directory.'}}, {'name': 'CreateDirectory', 'description': 'Create a directory in the given path.', 'inputSchema': {'type': 'object', 'title': 'CreateDirectory', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': "The path to create the directory in. Example: '/path/to/directory'"}}, 'description': 'Create a directory in the given path.'}}, {'name': 'DeleteFiles', 'description': 'Delete multiple files from the given paths.', 'inputSchema': {'type': 'object', 'title': 'DeleteFiles', 'required': ['filePaths'], 'properties': {'filePaths': {'type': 'string', 'description': "The file paths to delete, separated by commas. Example: '/path/file1.txt,/path/file2.txt'"}}, 'description': 'Delete multiple files from the given paths.'}}]
@JackKuo666/pubchem-mcp-server
PubChem MCP Server
Enable AI assistants to search and access chemical compound information through a simple interface. Retrieve detailed chemical properties and molecular structures programmatically, enhancing your AI's capabilities in chemistry. Streamline your research and analysis with specialized tools for compound search and visualization.
2025-04-07T10:23:52.870Z
9
https://smithery.ai/server/@JackKuo666/pubchem-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_pubchem_by_name', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_pubchem_by_nameArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5}}}}, {'name': 'search_pubchem_by_smiles', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_pubchem_by_smilesArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5}}}}, {'name': 'get_pubchem_compound_by_cid', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_pubchem_compound_by_cidArguments', 'required': ['cid'], 'properties': {'cid': {'type': 'integer', 'title': 'Cid'}}}}, {'name': 'search_pubchem_advanced', 'description': '', 'inputSchema': {'type': 'object', 'title': 'search_pubchem_advancedArguments', 'properties': {'cid': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Cid', 'default': None}, 'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'smiles': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Smiles', 'default': None}, 'formula': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Formula', 'default': None}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5}}}}]
@MahithChigurupati/confluence-mcp-server
Confluence MCP Server
Integrate seamlessly with Confluence's REST API to manage spaces, pages, and execute content searches programmatically. Enhance your workflow by accessing and manipulating Confluence content directly from your applications.
2025-04-03T15:23:26.268Z
9
https://smithery.ai/server/@MahithChigurupati/confluence-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'list_spaces', 'description': 'List available Confluence spaces with optional filtering.\n \n Args:\n query: Optional search text to filter spaces by name/description\n limit: Maximum number of spaces to return (default: 25)\n ', 'inputSchema': {'type': 'object', 'title': 'list_spacesArguments', 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'query': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Query', 'default': None}}}}, {'name': 'get_page_content', 'description': 'Get the content of a specific Confluence page.\n \n Args:\n page_id: The ID of the Confluence page\n ', 'inputSchema': {'type': 'object', 'title': 'get_page_contentArguments', 'required': ['page_id'], 'properties': {'page_id': {'type': 'string', 'title': 'Page Id'}}}}, {'name': 'search_content', 'description': 'Search for content in Confluence.\n \n Args:\n query: Text to search for\n space_key: Optional space key to limit search to\n limit: Maximum number of results to return (default: 25)\n ', 'inputSchema': {'type': 'object', 'title': 'search_contentArguments', 'required': ['query'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'query': {'type': 'string', 'title': 'Query'}, 'space_key': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Space Key', 'default': None}}}}, {'name': 'list_pages_in_space', 'description': 'List all pages in a Confluence space.\n \n Args:\n space_key: The key of the space to list pages from\n limit: Maximum number of pages to return (default: 25)\n ', 'inputSchema': {'type': 'object', 'title': 'list_pages_in_spaceArguments', 'required': ['space_key'], 'properties': {'limit': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Limit', 'default': 25}, 'space_key': {'type': 'string', 'title': 'Space Key'}}}}]
@FradSer/mcp-server-to-markdown
Markdown่ฝฌๆขๆœๅŠกๅ™จ
ๅฐ†ๅ„็งๆ ผๅผ็š„ๆ–‡ไปถ่ฝฌๆขไธบMarkdownๆ่ฟฐ๏ผŒๅธฎๅŠฉ็”จๆˆท่ฝปๆพ่Žทๅ–ๆ–‡ไปถๅ†…ๅฎน็š„็ป“ๆž„ๅŒ–ไฟกๆฏใ€‚้€š่ฟ‡Cloudflare AIๆœๅŠก๏ผŒๆ”ฏๆŒๅคš็งๆ–‡ไปถ็ฑปๅž‹็š„่ฝฌๆข๏ผŒๆๅ‡ๆ–‡ๆกฃๅค„็†ๆ•ˆ็އใ€‚
2025-03-22T03:00:37.471Z
9
https://smithery.ai/server/@FradSer/mcp-server-to-markdown
true
null
{ "scanPassed": true }
[{'name': 'to-markdown', 'description': 'Generate markdown description for files including PDF (.pdf), Images (.jpeg, .jpg, .png, .webp, .svg), HTML (.html), XML (.xml), Microsoft Office (.xlsx, .xlsm, .xlsb, .xls, .et), Open Document Format (.ods), CSV (.csv), and Apple Documents (.numbers)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['filePaths'], 'properties': {'filePaths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of absolute file paths to generate descriptions for'}}, 'additionalProperties': False}}]
@ahodroj/mcp-iceberg-service
Iceberg Catalog
Manage and query your Apache Iceberg tables effortlessly. Leverage a SQL interface to interact with your Iceberg data lake directly from Claude Desktop, enabling seamless data operations and management.
2025-04-02T02:00:54.865Z
9
https://smithery.ai/server/@ahodroj/mcp-iceberg-service
true
null
{ "scanPassed": true }
[{'name': 'execute_query', 'description': 'Execute a query on Iceberg tables', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Query to execute (supports: LIST TABLES, DESCRIBE TABLE, SELECT, CREATE TABLE)'}}}}]
@sdaaron/generate_image_from_html
Generate Image from HTML
Create images from HTML content effortlessly. Store and summarize notes with a simple interface, enhancing your productivity and organization. Utilize a custom URI scheme for easy access to your notes and generate tailored summaries based on your preferences.
2025-03-18T16:22:26.878Z
9
https://smithery.ai/server/@sdaaron/generate_image_from_html
true
null
{ "scanPassed": true }
[{'name': 'generate_image_from_html', 'description': 'ไฝฟ็”จๆญคๅทฅๅ…ทๅœจๆŠฅๅ‘Šไธญๆ’ๅ…ฅๆ•ฐๆฎๅฏ่ง†ๅŒ–ๅ›พ่กจ๏ผ›ๆญคๅทฅๅ…ทๅฏไปฅๅฐ† HTML ๅ†…ๅฎนๆธฒๆŸ“ไธบๅ›พ็‰‡๏ผŒๅนถไฟๅญ˜ๅˆฐๅ›บๅฎšไฝ็ฝฎใ€‚\n ่ฆๆฑ‚๏ผšไฝฟ็”จ chart.js ็ป˜ๅˆถๅ›พ่กจ๏ผ›ๅผ•ๅ…ฅ tailwindcss ็ผ–ๅ†™ๆ ทๅผ๏ผ›ไธ€ๅฎš็กฎไฟๅ›พ่กจๅกซๅ……ๆ•ดไธช html ๅฐบๅฏธๅนถไธ”ๅž‚็›ดๅ’Œๆฐดๅนณๅฑ…ไธญ๏ผ›้œ€่ฆ่ฎพ็ฝฎๅˆ็†็š„ Y ่ฝด่Œƒๅ›ด๏ผŒไฝฟๅพ—ๅ›พ่กจไธไผšๅ‡บ็Žฐๅคชๅคง้ข็งฏ็ฉบ็™ฝ๏ผ›\n\n Args:\n width: ๅ›พ็‰‡ๅฎฝๅบฆ๏ผˆๅƒ็ด ๏ผ‰\n height: ๅ›พ็‰‡้ซ˜ๅบฆ๏ผˆๅƒ็ด ๏ผ‰\n html_content: ่ฆๆธฒๆŸ“็š„ HTML ๅ†…ๅฎน\n filename: ๅ›พ็‰‡ๆ–‡ไปถๅ\n\n Returns:\n ๆ“ไฝœ็ป“ๆžœไฟกๆฏ\n ', 'inputSchema': {'type': 'object', 'title': 'generate_image_from_htmlArguments', 'required': ['width', 'height', 'html_content', 'filename'], 'properties': {'width': {'type': 'integer', 'title': 'Width'}, 'height': {'type': 'integer', 'title': 'Height'}, 'filename': {'type': 'string', 'title': 'Filename'}, 'html_content': {'type': 'string', 'title': 'Html Content'}}}}]
@lekt9/thegraph-mcp
TheGraph MCP Server
Fetch indexed blockchain data effortlessly for your AI agents. Generate and execute GraphQL queries with ease, leveraging the power of The Graph's subgraphs. Enhance your data analysis and insights with structured blockchain information.
2025-04-10T10:45:39.447Z
9
https://smithery.ai/server/@lekt9/thegraph-mcp
true
null
{ "scanPassed": true }
[{'name': 'getSubgraphSchema', 'description': 'Fetch the schema of a specified subgraph using GraphQL introspection.\n\n Args:\n subgraphId (str): The ID of the subgraph to query.\n asText (bool): If True, return schema as GraphQL text; otherwise, return JSON.\n\n Returns:\n str: Schema in JSON or GraphQL text format, or an error message.\n ', 'inputSchema': {'type': 'object', 'title': 'getSubgraphSchemaArguments', 'required': ['subgraphId'], 'properties': {'asText': {'type': 'boolean', 'title': 'Astext', 'default': False}, 'subgraphId': {'type': 'string', 'title': 'Subgraphid'}}}}, {'name': 'querySubgraph', 'description': 'Execute a GraphQL query against a specified subgraph.\n\n Args:\n subgraphId (str): The ID of the subgraph to query.\n query (str): The GraphQL query string to execute.\n\n Returns:\n str: Query result in JSON format, or an error message.\n ', 'inputSchema': {'type': 'object', 'title': 'querySubgraphArguments', 'required': ['subgraphId', 'query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'subgraphId': {'type': 'string', 'title': 'Subgraphid'}}}}]
@bendusy/pollinations-mcp
Pollinations Server
Connect AI models to Pollinations.ai's image and text generation services using the MCP protocol. Generate stunning images and text effortlessly with a simple API. Enhance your AI capabilities with seamless integration and type safety.
2025-04-06T04:00:52.999Z
9
https://smithery.ai/server/@bendusy/pollinations-mcp
true
null
{ "scanPassed": true }
[{'name': 'generate_image', 'description': 'ไฝฟ็”จPollinations.ai็”Ÿๆˆๅ›พๅƒ', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'safe': {'type': 'boolean', 'default': False, 'description': 'ๅฏ็”จๅฎ‰ๅ…จ่ฟ‡ๆปค๏ผˆ่ฟ‡ๆปคไธ้€‚ๅ†…ๅฎน๏ผ‰'}, 'seed': {'type': 'number', 'description': '้šๆœบ็งๅญๅ€ผ๏ผˆ็”จไบŽ็”Ÿๆˆไธ€่‡ด็š„ๅ›พๅƒ๏ผ‰'}, 'model': {'type': 'string', 'default': 'flux', 'description': '่ฆไฝฟ็”จ็š„ๆจกๅž‹๏ผˆๅฆ‚fluxใ€variation็ญ‰๏ผ‰'}, 'width': {'type': 'number', 'default': 1024, 'description': 'ๅ›พๅƒๅฎฝๅบฆ๏ผˆๅƒ็ด ๏ผ‰'}, 'height': {'type': 'number', 'default': 1024, 'description': 'ๅ›พๅƒ้ซ˜ๅบฆ๏ผˆๅƒ็ด ๏ผ‰'}, 'nologo': {'type': 'boolean', 'default': True, 'description': '่ฎพ็ฝฎไธบtrueๅฏๅŽป้™คๆฐดๅฐ'}, 'prompt': {'type': 'string', 'description': 'ๅ›พๅƒๆ่ฟฐๆ็คบ่ฏ'}, 'enhance': {'type': 'boolean', 'default': False, 'description': 'ๆ้ซ˜ๅ›พๅƒ่ดจ้‡๏ผˆๅบ”็”จๅขžๅผบๆปค้•œ๏ผ‰'}, 'private': {'type': 'boolean', 'default': False, 'description': '่ฎพ็ฝฎไธบtrueๅฏไฝฟๅ›พๅƒ็งๆœ‰'}}}}, {'name': 'download_image', 'description': 'ไธ‹่ฝฝPollinations.ai็”Ÿๆˆ็š„ๅ›พๅƒๅˆฐๆœฌๅœฐๆ–‡ไปถ', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': '่ฆไธ‹่ฝฝ็š„ๅ›พๅƒURL'}, 'output_path': {'type': 'string', 'default': 'image.jpg', 'description': 'ไฟๅญ˜ๅ›พๅƒ็š„่ทฏๅพ„๏ผˆๅŒ…ๆ‹ฌๆ–‡ไปถๅ๏ผ‰'}}}}, {'name': 'generate_text', 'description': 'ไฝฟ็”จPollinations.ai็”Ÿๆˆๆ–‡ๆœฌ', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'json': {'type': 'boolean', 'default': False, 'description': 'ๆ˜ฏๅฆ่ฟ”ๅ›žJSONๆ ผๅผ็š„ๅ“ๅบ”'}, 'seed': {'type': 'number', 'description': '้šๆœบ็งๅญๅ€ผ๏ผˆ็”จไบŽ็”Ÿๆˆไธ€่‡ด็š„็ป“ๆžœ๏ผ‰'}, 'model': {'type': 'string', 'default': 'openai', 'description': '่ฆไฝฟ็”จ็š„ๆจกๅž‹๏ผˆๅฆ‚openaiใ€mistral็ญ‰๏ผ‰'}, 'prompt': {'type': 'string', 'description': 'ๆ–‡ๆœฌๆ็คบ่ฏ'}, 'system': {'type': 'string', 'description': '็ณป็ปŸๆ็คบ่ฏ๏ผˆ่ฎพ็ฝฎAI่กŒไธบ๏ผ‰'}, 'private': {'type': 'boolean', 'default': False, 'description': '่ฎพ็ฝฎไธบtrueๅฏไฝฟๅ“ๅบ”็งๆœ‰'}}}}]
@cedrazgabriel/teste-mcp-cedraz
Weather Tool
Provide real-time weather information and forecasts to enhance your applications. Integrate weather data seamlessly and empower users with up-to-date meteorological insights.
2025-03-18T23:17:18.429Z
9
https://smithery.ai/server/@cedrazgabriel/teste-mcp-cedraz
true
null
{ "scanPassed": true }
[{'name': 'Somar', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number'}, 'b': {'type': 'number'}}, 'additionalProperties': False}}]
@54yyyu/school-mcp
School MCP
Fetch assignment deadlines, manage course materials, and integrate with your calendar seamlessly. Enhance your academic experience by automating reminders and file downloads from Canvas and Gradescope. Simplify your study schedule with easy access to essential academic tools.
2025-03-30T22:01:02.015Z
9
https://smithery.ai/server/@54yyyu/school-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_deadlines', 'description': '\n Get upcoming deadlines from Canvas and Gradescope.\n \n Args:\n days_ahead: Number of days to look ahead for assignments (default: 14)\n ', 'inputSchema': {'type': 'object', 'title': 'get_deadlinesArguments', 'properties': {'days_ahead': {'type': 'integer', 'title': 'Days Ahead', 'default': 14}}}}, {'name': 'add_to_reminders', 'description': '\n Add upcoming deadlines to macOS Reminders.\n \n Args:\n days_ahead: Number of days to look ahead for assignments (default: 14)\n ', 'inputSchema': {'type': 'object', 'title': 'add_to_remindersArguments', 'properties': {'days_ahead': {'type': 'integer', 'title': 'Days Ahead', 'default': 14}}}}, {'name': 'list_courses', 'description': '\n List available courses from Canvas.\n ', 'inputSchema': {'type': 'object', 'title': 'list_coursesArguments', 'properties': {}}}, {'name': 'download_course_files', 'description': '\n Download files from a Canvas course.\n \n Args:\n course_id: Canvas course ID\n download_path: Path to download files to (optional, will use default if not provided)\n ', 'inputSchema': {'type': 'object', 'title': 'download_course_filesArguments', 'required': ['course_id'], 'properties': {'course_id': {'type': 'integer', 'title': 'Course Id'}, 'download_path': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Download Path', 'default': None}}}}, {'name': 'set_download_path', 'description': '\n Set the default download path for Canvas files.\n \n Args:\n path: Path to save downloaded files to\n ', 'inputSchema': {'type': 'object', 'title': 'set_download_pathArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}, {'name': 'get_download_path_info', 'description': '\n Get the current default download path for Canvas files.\n ', 'inputSchema': {'type': 'object', 'title': 'get_download_path_infoArguments', 'properties': {}}}]
@nqdhocai/test-mcp-py
Test Server
Integrate your applications with external data and tools seamlessly. Enhance your workflows by leveraging real-world data and executing actions through a standardized interface. Experience the power of dynamic context integration with ease.
2025-04-14T01:18:10.660Z
9
https://smithery.ai/server/@nqdhocai/test-mcp-py
true
null
{ "scanPassed": true }
[{'name': 'create_user', 'description': 'Create a new user in the database', 'inputSchema': {'type': 'object', 'title': 'create_userArguments', 'required': ['email', 'password', 'full_name'], 'properties': {'role': {'type': 'string', 'title': 'role', 'default': 'user'}, 'email': {'type': 'string', 'title': 'email'}, 'password': {'type': 'string', 'title': 'password'}, 'full_name': {'type': 'string', 'title': 'full_name'}, 'is_email_verified': {'type': 'string', 'title': 'is_email_verified', 'default': False}}}}, {'name': 'find_user', 'description': 'Find a user in the database by email.', 'inputSchema': {'type': 'object', 'title': 'find_userArguments', 'required': ['email'], 'properties': {'email': {'type': 'string', 'title': 'Email'}}}}, {'name': 'find_all_users', 'description': 'Retrieve all users from the database.', 'inputSchema': {'type': 'object', 'title': 'find_all_usersArguments', 'properties': {}}}, {'name': 'get_crypto_price', 'description': 'Get the current price of a cryptocurrency', 'inputSchema': {'type': 'object', 'title': 'get_crypto_priceArguments', 'properties': {'crypto_id': {'type': 'string', 'title': 'crypto_id', 'default': 'bitcoin'}, 'vs_currency': {'type': 'string', 'title': 'vs_currency', 'default': 'usd'}}}}, {'name': 'get_binance_price', 'description': 'Get the current price of a cryptocurrency from Binance', 'inputSchema': {'type': 'object', 'title': 'get_binance_priceArguments', 'properties': {'symbol': {'type': 'string', 'title': 'Symbol', 'default': 'BTCUSDT'}}}}, {'name': 'get_greeting', 'description': 'Return a greeting message.', 'inputSchema': {'type': 'object', 'title': 'get_greetingArguments', 'properties': {'name': {'type': 'string', 'title': 'Name', 'default': 'World'}}}}]
@multiversx/mx-mcp
MultiversX MCP Server
Create and manage PEM wallets for the MultiversX blockchain. Effortlessly retrieve wallet addresses, check balances, and send various token types including EGLD and NFTs. Enhance your blockchain interactions with secure and efficient wallet management capabilities.
2025-04-01T09:05:56.207Z
29
https://smithery.ai/server/@multiversx/mx-mcp
false
null
{ "scanPassed": true }
[{'name': 'get-balance-of-address', 'description': 'Get the balance for a MultiversX address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'The bech32 representation of the address'}}, 'additionalProperties': False}}, {'name': 'get-wallet-address', 'description': 'Get the bech32 address of the wallet set in the environment config', 'inputSchema': {'type': 'object'}}, {'name': 'create-wallet', 'description': 'Create a new wallet and save it as a PEM file. PEM file ARE NOT SECURE. If a wallet already exists, will abort operation.', 'inputSchema': {'type': 'object'}}, {'name': 'send-egld', 'description': 'Create a move balance transaction and send it. Will send EGLD using the wallet set in the env to the specified receiver.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'receiver'], 'properties': {'amount': {'type': 'string', 'description': 'The amount of EGLD to send. This amount will then be denominated (1 EGLD=1000000000000000000)'}, 'receiver': {'type': 'string', 'description': 'The bech32 address of the receiver (erd1...)'}}, 'additionalProperties': False}}, {'name': 'send-fungible-tokens', 'description': 'Create a fungible token transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'token', 'receiver'], 'properties': {'token': {'type': 'string', 'description': 'The identifier of the token to send.'}, 'amount': {'type': 'string', 'description': 'The amount to send. This amount will then be denominated.'}, 'receiver': {'type': 'string', 'description': 'The bech32 address of the receiver (erd1...)'}}, 'additionalProperties': False}}, {'name': 'send-sft-nft-meta-tokens', 'description': 'Create a nft, sft or meta esdt transfer transaction and send it. Will send the specified token using the wallet set in the env to the specified receiver.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['token', 'receiver'], 'properties': {'token': {'type': 'string', 'description': 'The extended identifier of the token to send (e.g. NFTEST-123456-0a).'}, 'amount': {'type': 'string', 'description': 'The amount of tokens to send. ONLY needed for SFT or Meta-ESDT.'}, 'receiver': {'type': 'string', 'description': 'The bech32 address of the receiver (erd1...)'}}, 'additionalProperties': False}}, {'name': 'issue-fungible-token', 'description': 'Create a transaction to issue a fungible token and send it. Will issue the token with the specified arguments. All the properties will be set to true.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'initialSupply', 'numDecimals'], 'properties': {'tokenName': {'type': 'string', 'description': 'The token name.'}, 'numDecimals': {'type': 'string', 'description': 'The number of decimals the token will have.'}, 'tokenTicker': {'type': 'string', 'description': 'The token ticker.'}, 'initialSupply': {'type': 'string', 'description': 'The initial supply that will be minted.'}}, 'additionalProperties': False}}, {'name': 'issue-semi-fungible-collection', 'description': 'Create a transaction to issue a semi-fungible collection (SFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker'], 'properties': {'tokenName': {'type': 'string', 'description': 'The token name.'}, 'tokenTicker': {'type': 'string', 'description': 'The token ticker.'}}, 'additionalProperties': False}}, {'name': 'issue-nft-collection', 'description': 'Create a transaction to issue a non-fungible token collection (NFT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker'], 'properties': {'tokenName': {'type': 'string', 'description': 'The token name.'}, 'tokenTicker': {'type': 'string', 'description': 'The token ticker.'}}, 'additionalProperties': False}}, {'name': 'issue-meta-esdt-collection', 'description': 'Create a transaction to issue a MetaESDT token collection (MESDT) and send it. Will issue the collection with the specified arguments. All the properties will be set to true.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenName', 'tokenTicker', 'numDecimals'], 'properties': {'tokenName': {'type': 'string', 'description': 'The token name.'}, 'numDecimals': {'type': 'string', 'description': 'The number of decimals.'}, 'tokenTicker': {'type': 'string', 'description': 'The token ticker.'}}, 'additionalProperties': False}}, {'name': 'create-sft-nft-mesdt-tokens', 'description': 'Create a transaction to issue a semi-fungible token (SFT), or a non-fungible token (NFT), or a MetaESDT token for a collection and send it.\nPlease also specify the initial quantity and the royalties.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenIdentifier', 'name', 'initialQuantity'], 'properties': {'name': {'type': 'string', 'description': 'The name of the token.'}, 'royalties': {'type': 'string', 'description': "The royalties you'll receive."}, 'initialQuantity': {'type': 'string', 'description': 'The initial quantity(number of tokens) that will be minted. If not provided, defaults to 1.'}, 'tokenIdentifier': {'type': 'string', 'description': 'The identifier of the collection.'}}, 'additionalProperties': False}}, {'name': 'get-tokens-of-address', 'description': 'Get the tokens of an address. Returns the first 25 fungible tokens and the first 25 NFTs, SFTs and MetaESDT. To get more tokens, specify the number of tokens you want to get. Will return the specified number of fungible tokens and the same number of non-fungible. The returned list will contain twice the number of tokens specified, if tokens are available.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'size': {'type': 'number', 'description': 'The number of each token type to be returned. By default, the number is 25.'}, 'address': {'type': 'string', 'description': 'The bech32 address of the account (erd1...)'}}, 'additionalProperties': False}}, {'name': 'send-egld-to-multiple-receivers', 'description': 'Create move balance transactions and send them. Will send EGLD using the wallet set in the env to each specified receiver.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['amount', 'receivers'], 'properties': {'amount': {'type': 'string', 'description': 'The amount of EGLD to send. This amount will then be denominated (1 EGLD=1000000000000000000)'}, 'receivers': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of bech32 addresses of the receivers (erd1...)'}}, 'additionalProperties': False}}, {'name': 'get-network', 'description': 'Get the network set in the environment config', 'inputSchema': {'type': 'object'}}]
@NitayRabi/fitbit-mcp
Fitbit Health and Fitness Data Access
Enable AI assistants to access and analyze your Fitbit health and fitness data seamlessly. Retrieve detailed information such as activities, sleep logs, heart rate, steps, body measurements, and more with simple commands. Enhance your AI interactions by integrating comprehensive Fitbit data insights.
2025-04-16T10:30:32.448Z
8
https://smithery.ai/server/@NitayRabi/fitbit-mcp
true
null
{ "scanPassed": true }
[{'name': 'getUserProfile', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getActivities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}}, 'additionalProperties': False}}, {'name': 'getSleepLogs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}}, 'additionalProperties': False}}, {'name': 'getHeartRate', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for heart rate data: 1d, 7d, 30d'}}, 'additionalProperties': False}}, {'name': 'getSteps', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for step data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getBodyMeasurements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for body data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getFoodLogs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}}, 'additionalProperties': False}}, {'name': 'getWaterLogs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}}, 'additionalProperties': False}}, {'name': 'getLifetimeStats', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getUserSettings', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getFloorsClimbed', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getDistance', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getCalories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getActiveZoneMinutes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'date': {'type': 'string', 'description': 'Date in YYYY-MM-DD format. If not specified, will use today.'}, 'period': {'type': 'string', 'description': 'Period for data: 1d, 7d, 30d, 1w, 1m'}}, 'additionalProperties': False}}, {'name': 'getDevices', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'getBadges', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@davidteren/claude-server
Claude Server
Manage project-specific contexts and maintain conversation continuity seamlessly. Organize your context with hierarchical structures and quick retrieval for efficient workflows. Enhance your interactions with rich metadata and flexible tagging systems.
2025-03-08T23:01:22.523Z
8
https://smithery.ai/server/@davidteren/claude-server
true
null
{ "scanPassed": true }
[{'name': 'save_project_context', 'description': 'Save project-specific context with relationships', 'inputSchema': {'type': 'object', 'required': ['id', 'projectId', 'content'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier for the context'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional tags for categorizing'}, 'content': {'type': 'string', 'description': 'Context content to save'}, 'metadata': {'type': 'object', 'description': 'Optional additional metadata'}, 'projectId': {'type': 'string', 'description': 'Project identifier'}, 'references': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional related context IDs'}, 'parentContextId': {'type': 'string', 'description': 'Optional ID of parent context'}}}}, {'name': 'save_conversation_context', 'description': 'Save conversation context with continuation support', 'inputSchema': {'type': 'object', 'required': ['id', 'sessionId', 'content'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier for the context'}, 'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional tags for categorizing'}, 'content': {'type': 'string', 'description': 'Context content to save'}, 'metadata': {'type': 'object', 'description': 'Optional additional metadata'}, 'sessionId': {'type': 'string', 'description': 'Conversation session identifier'}, 'continuationOf': {'type': 'string', 'description': 'Optional ID of previous context'}}}}, {'name': 'get_context', 'description': 'Retrieve context by ID and optional project ID', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the context to retrieve'}, 'projectId': {'type': 'string', 'description': 'Optional project ID for project contexts'}}}}, {'name': 'list_contexts', 'description': 'List contexts with filtering options', 'inputSchema': {'type': 'object', 'properties': {'tag': {'type': 'string', 'description': 'Optional tag to filter by'}, 'type': {'enum': ['project', 'conversation'], 'type': 'string', 'description': 'Optional type to filter by'}, 'projectId': {'type': 'string', 'description': 'Optional project ID to filter by'}}}}]
@karayaman/lichess-mcp
Lichess Integration
Interact with the Lichess chess platform using natural language. Manage your account, play games, analyze positions, and join tournaments effortlessly. Enhance your chess experience with seamless communication through Claude Desktop.
2025-03-10T15:00:42.751Z
8
https://smithery.ai/server/@karayaman/lichess-mcp
true
null
null
[{'name': 'set_token', 'description': 'Set your Lichess API token', 'inputSchema': {'type': 'object', 'required': ['token'], 'properties': {'token': {'type': 'string', 'description': 'Your Lichess API token'}}}}, {'name': 'get_my_profile', 'description': 'Get your Lichess profile information', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_user_profile', 'description': "Get a user's Lichess profile information", 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'trophies': {'type': 'boolean', 'default': False, 'description': 'Include user trophies'}, 'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'get_my_email', 'description': 'Get your email address', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_kid_mode', 'description': 'Get kid mode status', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'set_kid_mode', 'description': 'Set kid mode status', 'inputSchema': {'type': 'object', 'required': ['value'], 'properties': {'value': {'type': 'boolean', 'description': 'Enable or disable kid mode'}}}}, {'name': 'create_challenge', 'description': 'Create a new challenge', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'color': {'enum': ['white', 'black', 'random'], 'type': 'string', 'default': 'random'}, 'username': {'type': 'string', 'description': 'Username of the player to challenge'}, 'timeControl': {'type': 'string', 'default': '10+0', 'description': "Time control (e.g. '10+0' for 10 minutes)"}}}}, {'name': 'make_move', 'description': 'Make a move in an ongoing game', 'inputSchema': {'type': 'object', 'required': ['gameId', 'move'], 'properties': {'move': {'type': 'string', 'description': "Move in UCI format (e.g. 'e2e4')"}, 'gameId': {'type': 'string', 'description': 'ID of the game'}, 'offeringDraw': {'type': 'boolean', 'default': False, 'description': 'Whether to offer/accept a draw'}}}}, {'name': 'get_preferences', 'description': 'Get your preferences', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_timeline', 'description': 'Get your timeline', 'inputSchema': {'type': 'object', 'properties': {'nb': {'type': 'number', 'default': 15, 'maximum': 30, 'minimum': 1, 'description': 'Max number of events to fetch (1-30)'}, 'since': {'type': 'number', 'description': 'Show events since this timestamp'}}}}, {'name': 'test_tokens', 'description': 'Test multiple OAuth tokens', 'inputSchema': {'type': 'object', 'required': ['tokens'], 'properties': {'tokens': {'type': 'string', 'description': 'OAuth tokens separated by commas. Up to 1000.'}}}}, {'name': 'revoke_token', 'description': 'Revoke the current access token', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'upgrade_to_bot', 'description': 'Upgrade to Bot account. WARNING: This is irreversible and the account must not have played any games.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'add_user_note', 'description': 'Add a private note about a user', 'inputSchema': {'type': 'object', 'required': ['username', 'text'], 'properties': {'text': {'type': 'string', 'description': 'The contents of the note'}, 'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'send_message', 'description': 'Send a private message to another player', 'inputSchema': {'type': 'object', 'required': ['username', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Message text'}, 'username': {'type': 'string', 'description': 'Username of the recipient'}}}}, {'name': 'get_following', 'description': 'Get users followed by the logged in user', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'follow_user', 'description': 'Follow a player', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player to follow'}}}}, {'name': 'unfollow_user', 'description': 'Unfollow a player', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player to unfollow'}}}}, {'name': 'block_user', 'description': 'Block a player', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player to block'}}}}, {'name': 'get_users_status', 'description': 'Get real-time users status', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'string', 'description': 'User IDs separated by commas. Up to 100 IDs.'}, 'withSignal': {'type': 'boolean', 'description': 'Include network signal strength (1-4)'}, 'withGameIds': {'type': 'boolean', 'description': 'Include IDs of ongoing games'}, 'withGameMetas': {'type': 'boolean', 'description': 'Include metadata of ongoing games'}}}}, {'name': 'get_all_top_10', 'description': 'Get the top 10 players for each speed and variant', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_leaderboard', 'description': 'Get the leaderboard for a single speed or variant', 'inputSchema': {'type': 'object', 'required': ['perfType'], 'properties': {'nb': {'type': 'number', 'default': 100, 'maximum': 200, 'minimum': 1, 'description': 'How many users to fetch (1-200)'}, 'perfType': {'enum': ['ultraBullet', 'bullet', 'blitz', 'rapid', 'classical', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'description': 'The speed or variant'}}}}, {'name': 'get_user_public_data', 'description': 'Get public data of a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player'}, 'withTrophies': {'type': 'boolean', 'default': False, 'description': 'Include user trophies'}}}}, {'name': 'get_rating_history', 'description': 'Get rating history of a user for all perf types', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'get_user_performance', 'description': 'Get performance statistics of a user', 'inputSchema': {'type': 'object', 'required': ['username', 'perf'], 'properties': {'perf': {'enum': ['ultraBullet', 'bullet', 'blitz', 'rapid', 'classical', 'correspondence', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'description': 'The speed or variant'}, 'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'get_user_activity', 'description': 'Get activity feed of a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'get_users_by_id', 'description': 'Get multiple users by their IDs', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'string', 'description': 'User IDs separated by commas. Up to 300 IDs.'}}}}, {'name': 'unblock_user', 'description': 'Unblock a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player to unblock'}}}}, {'name': 'export_game', 'description': 'Export one game in PGN or JSON format', 'inputSchema': {'type': 'object', 'required': ['gameId'], 'properties': {'tags': {'type': 'boolean', 'default': True, 'description': 'Include the PGN tags'}, 'evals': {'type': 'boolean', 'default': True, 'description': 'Include analysis evaluation comments'}, 'moves': {'type': 'boolean', 'default': True, 'description': 'Include the PGN moves'}, 'clocks': {'type': 'boolean', 'default': True, 'description': 'Include clock comments in the PGN moves'}, 'gameId': {'type': 'string', 'description': 'The game ID'}, 'opening': {'type': 'boolean', 'default': True, 'description': 'Include opening name'}, 'accuracy': {'type': 'boolean', 'default': False, 'description': 'Include accuracy percentages'}, 'literate': {'type': 'boolean', 'default': False, 'description': 'Include textual annotations'}, 'pgnInJson': {'type': 'boolean', 'default': False, 'description': 'Include the full PGN within the JSON response'}}}}, {'name': 'export_ongoing_game', 'description': 'Export ongoing game of a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'tags': {'type': 'boolean', 'default': True, 'description': 'Include the PGN tags'}, 'evals': {'type': 'boolean', 'default': True, 'description': 'Include analysis evaluation comments'}, 'moves': {'type': 'boolean', 'default': True, 'description': 'Include the PGN moves'}, 'clocks': {'type': 'boolean', 'default': True, 'description': 'Include clock comments in the PGN moves'}, 'opening': {'type': 'boolean', 'default': True, 'description': 'Include opening name'}, 'username': {'type': 'string', 'description': 'The username'}, 'pgnInJson': {'type': 'boolean', 'default': False, 'description': 'Include the full PGN within the JSON response'}}}}, {'name': 'export_user_games', 'description': 'Export all games of a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'vs': {'type': 'string', 'description': 'Only games against this opponent'}, 'max': {'type': 'number', 'description': 'Maximum number of games to download'}, 'sort': {'enum': ['dateAsc', 'dateDesc'], 'type': 'string', 'default': 'dateDesc', 'description': 'Sort order of games'}, 'tags': {'type': 'boolean', 'default': True, 'description': 'Include tags'}, 'color': {'enum': ['white', 'black'], 'type': 'string', 'description': 'Only games played as this color'}, 'evals': {'type': 'boolean', 'default': False, 'description': 'Include analysis'}, 'moves': {'type': 'boolean', 'default': True, 'description': 'Include moves'}, 'rated': {'type': 'boolean', 'description': 'Only rated (true) or casual (false) games'}, 'since': {'type': 'number', 'description': 'Download games played since timestamp'}, 'until': {'type': 'number', 'description': 'Download games played until timestamp'}, 'clocks': {'type': 'boolean', 'default': False, 'description': 'Include clock comments'}, 'lastFen': {'type': 'boolean', 'default': False, 'description': 'Include last position FEN'}, 'ongoing': {'type': 'boolean', 'default': False, 'description': 'Include ongoing games'}, 'opening': {'type': 'boolean', 'default': False, 'description': 'Include opening'}, 'accuracy': {'type': 'boolean', 'default': False, 'description': 'Include accuracy'}, 'analysed': {'type': 'boolean', 'description': 'Only games with or without computer analysis'}, 'finished': {'type': 'boolean', 'default': True, 'description': 'Include finished games'}, 'literate': {'type': 'boolean', 'default': False, 'description': 'Include textual annotations'}, 'perfType': {'enum': ['ultraBullet', 'bullet', 'blitz', 'rapid', 'classical', 'correspondence', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'description': 'Only games in these speeds or variants'}, 'username': {'type': 'string', 'description': 'The username'}}}}, {'name': 'export_games_by_ids', 'description': 'Export multiple games by IDs', 'inputSchema': {'type': 'object', 'required': ['ids'], 'properties': {'ids': {'type': 'string', 'description': 'Game IDs separated by commas. Up to 300 IDs.'}, 'tags': {'type': 'boolean', 'default': True, 'description': 'Include the PGN tags'}, 'evals': {'type': 'boolean', 'default': False, 'description': 'Include analysis'}, 'moves': {'type': 'boolean', 'default': True, 'description': 'Include the PGN moves'}, 'clocks': {'type': 'boolean', 'default': False, 'description': 'Include clock comments'}, 'opening': {'type': 'boolean', 'default': False, 'description': 'Include opening name'}, 'pgnInJson': {'type': 'boolean', 'default': False, 'description': 'Include the full PGN within the JSON response'}}}}, {'name': 'get_tv_channels', 'description': 'Get all TV channels and their current games', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_tv_game', 'description': 'Get current TV game in PGN format', 'inputSchema': {'type': 'object', 'properties': {'channel': {'enum': ['bot', 'blitz', 'racingKings', 'ultraBullet', 'bullet', 'classical', 'threeCheck', 'antichess', 'computer', 'horde', 'rapid', 'atomic', 'crazyhouse', 'chess960', 'kingOfTheHill', 'best'], 'type': 'string', 'description': "Channel name like 'bot', 'blitz', etc."}}}}, {'name': 'get_puzzle_activity', 'description': 'Get your puzzle activity', 'inputSchema': {'type': 'object', 'properties': {'max': {'type': 'number', 'maximum': 200, 'minimum': 1, 'description': 'How many entries to download. Leave empty to get all activity.'}}}}, {'name': 'get_puzzle_dashboard', 'description': 'Get your puzzle dashboard', 'inputSchema': {'type': 'object', 'properties': {'days': {'type': 'number', 'default': 30, 'maximum': 30, 'minimum': 1, 'description': 'How many days of history to return (max 30)'}}}}, {'name': 'get_puzzle_race', 'description': 'Get info about a puzzle race', 'inputSchema': {'type': 'object', 'required': ['raceId'], 'properties': {'raceId': {'type': 'string', 'description': 'ID of the puzzle race'}}}}, {'name': 'create_puzzle_race', 'description': 'Create a puzzle race', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_puzzle_storm_dashboard', 'description': 'Get your puzzle storm dashboard', 'inputSchema': {'type': 'object', 'properties': {'days': {'type': 'number', 'default': 30, 'maximum': 30, 'minimum': 1, 'description': 'How many days of history to return (max 30)'}}}}, {'name': 'get_team_info', 'description': 'Get team information by ID', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'get_team_members', 'description': 'Get members of a team', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'max': {'type': 'number', 'default': 100, 'description': 'Maximum number of members to fetch'}, 'teamId': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'get_team_join_requests', 'description': 'Get join requests for a team', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'join_team', 'description': 'Join a team', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}, 'message': {'type': 'string', 'description': 'Optional message for team leaders'}}}}, {'name': 'leave_team', 'description': 'Leave a team', 'inputSchema': {'type': 'object', 'required': ['teamId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'kick_user_from_team', 'description': 'Kick a user from your team', 'inputSchema': {'type': 'object', 'required': ['teamId', 'userId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}, 'userId': {'type': 'string', 'description': 'The user ID'}}}}, {'name': 'accept_join_request', 'description': 'Accept a join request for your team', 'inputSchema': {'type': 'object', 'required': ['teamId', 'userId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}, 'userId': {'type': 'string', 'description': 'The user ID'}}}}, {'name': 'decline_join_request', 'description': 'Decline a join request for your team', 'inputSchema': {'type': 'object', 'required': ['teamId', 'userId'], 'properties': {'teamId': {'type': 'string', 'description': 'The team ID'}, 'userId': {'type': 'string', 'description': 'The user ID'}}}}, {'name': 'search_teams', 'description': 'Search for teams', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number (starting at 1)'}, 'text': {'type': 'string', 'description': 'Search text'}}}}, {'name': 'make_board_move', 'description': 'Make a move in a board game', 'inputSchema': {'type': 'object', 'required': ['gameId', 'move'], 'properties': {'move': {'type': 'string', 'description': 'Move in UCI format (e.g. e2e4)'}, 'gameId': {'type': 'string', 'description': 'The game ID'}, 'offeringDraw': {'type': 'boolean', 'default': False, 'description': 'Whether to offer/accept a draw'}}}}, {'name': 'abort_board_game', 'description': 'Abort a board game', 'inputSchema': {'type': 'object', 'required': ['gameId'], 'properties': {'gameId': {'type': 'string', 'description': 'The game ID'}}}}, {'name': 'resign_board_game', 'description': 'Resign a board game', 'inputSchema': {'type': 'object', 'required': ['gameId'], 'properties': {'gameId': {'type': 'string', 'description': 'The game ID'}}}}, {'name': 'write_in_chat', 'description': 'Write in the chat of a board game', 'inputSchema': {'type': 'object', 'required': ['gameId', 'room', 'text'], 'properties': {'room': {'enum': ['player', 'spectator'], 'type': 'string', 'description': 'The chat room'}, 'text': {'type': 'string', 'description': 'The message to send'}, 'gameId': {'type': 'string', 'description': 'The game ID'}}}}, {'name': 'handle_draw_board_game', 'description': 'Handle draw offers for a board game', 'inputSchema': {'type': 'object', 'required': ['gameId'], 'properties': {'accept': {'type': 'boolean', 'default': True, 'description': 'Whether to accept or decline the draw offer'}, 'gameId': {'type': 'string', 'description': 'The game ID'}}}}, {'name': 'claim_victory', 'description': 'Claim victory if opponent abandoned the game', 'inputSchema': {'type': 'object', 'required': ['gameId'], 'properties': {'gameId': {'type': 'string', 'description': 'The game ID'}}}}, {'name': 'list_challenges', 'description': 'List incoming and outgoing challenges', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_challenge', 'description': 'Challenge another player', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'fen': {'type': 'string', 'description': 'Custom initial position in FEN format'}, 'days': {'type': 'number', 'description': 'Days per turn for correspondence games'}, 'clock': {'type': 'object', 'properties': {'limit': {'type': 'number', 'description': 'Clock initial time in minutes'}, 'increment': {'type': 'number', 'description': 'Clock increment in seconds'}}, 'description': 'Clock settings'}, 'color': {'enum': ['random', 'white', 'black'], 'type': 'string', 'description': 'Color to play'}, 'rated': {'type': 'boolean', 'default': False, 'description': 'Whether the game is rated'}, 'variant': {'enum': ['standard', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'default': 'standard', 'description': 'Game variant'}, 'username': {'type': 'string', 'description': 'Username of the player to challenge'}}}}, {'name': 'accept_challenge', 'description': 'Accept an incoming challenge', 'inputSchema': {'type': 'object', 'required': ['challengeId'], 'properties': {'challengeId': {'type': 'string', 'description': 'ID of the challenge to accept'}}}}, {'name': 'decline_challenge', 'description': 'Decline an incoming challenge', 'inputSchema': {'type': 'object', 'required': ['challengeId'], 'properties': {'reason': {'enum': ['generic', 'later', 'tooFast', 'tooSlow', 'timeControl', 'rated', 'casual', 'standard', 'variant', 'noBot', 'onlyBot'], 'type': 'string', 'description': 'Reason for declining'}, 'challengeId': {'type': 'string', 'description': 'ID of the challenge to decline'}}}}, {'name': 'cancel_challenge', 'description': 'Cancel an outgoing challenge', 'inputSchema': {'type': 'object', 'required': ['challengeId'], 'properties': {'challengeId': {'type': 'string', 'description': 'ID of the challenge to cancel'}}}}, {'name': 'get_arena_tournaments', 'description': 'Get current tournaments', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_arena', 'description': 'Create a new arena tournament', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the tournament'}, 'rated': {'type': 'boolean', 'default': True, 'description': 'Whether the tournament is rated'}, 'hasChat': {'type': 'boolean', 'default': True, 'description': 'Whether players can discuss in a chat'}, 'minutes': {'type': 'number', 'default': 45, 'description': 'Tournament duration in minutes'}, 'variant': {'enum': ['standard', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'default': 'standard', 'description': 'Variant key'}, 'position': {'type': 'string', 'description': 'Custom initial position in FEN format'}, 'clockTime': {'type': 'number', 'default': 3, 'description': 'Clock initial time in minutes'}, 'startDate': {'type': 'number', 'description': 'Timestamp to start the tournament at a given date'}, 'conditions': {'type': 'object', 'properties': {'allowList': {'type': 'string', 'description': 'List of usernames allowed to join'}, 'maxRating': {'type': 'number', 'description': 'Maximum rating allowed'}, 'minRating': {'type': 'number', 'description': 'Minimum rating required'}, 'teamMember': {'type': 'string', 'description': 'Team ID required to join'}, 'nbRatedGame': {'type': 'number', 'description': 'Minimum number of rated games required'}}, 'description': 'Restrict participation'}, 'streakable': {'type': 'boolean', 'default': True, 'description': 'Whether players can get streaks'}, 'berserkable': {'type': 'boolean', 'default': True, 'description': 'Whether players can use berserk'}, 'description': {'type': 'string', 'description': 'Tournament description (HTML)'}, 'waitMinutes': {'type': 'number', 'default': 5, 'description': 'Time before tournament starts, in minutes'}, 'clockIncrement': {'type': 'number', 'default': 2, 'description': 'Clock increment in seconds'}}}}, {'name': 'get_arena_info', 'description': 'Get info about an arena tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'get_arena_games', 'description': 'Get games of an arena tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'get_arena_results', 'description': 'Get results of an arena tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'join_arena', 'description': 'Join an arena tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'withdraw_from_arena', 'description': 'Withdraw from an arena tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'get_team_battle_results', 'description': 'Get results of a team battle tournament', 'inputSchema': {'type': 'object', 'required': ['tournamentId'], 'properties': {'tournamentId': {'type': 'string', 'description': 'Tournament ID'}}}}, {'name': 'create_swiss', 'description': 'Create a new Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['name', 'teamId', 'clock'], 'properties': {'name': {'type': 'string', 'description': 'Name of the tournament'}, 'clock': {'type': 'object', 'required': ['limit', 'increment'], 'properties': {'limit': {'type': 'number', 'description': 'Clock initial time in seconds'}, 'increment': {'type': 'number', 'description': 'Clock increment in seconds'}}, 'description': 'Clock settings'}, 'rated': {'type': 'boolean', 'default': True, 'description': 'Whether the tournament is rated'}, 'teamId': {'type': 'string', 'description': 'ID of the team hosting the tournament'}, 'variant': {'enum': ['standard', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'default': 'standard', 'description': 'Variant key'}, 'nbRounds': {'type': 'number', 'default': 7, 'description': 'Number of rounds to play'}, 'description': {'type': 'string', 'description': 'Tournament description (HTML)'}, 'roundInterval': {'type': 'number', 'default': 300, 'description': 'Interval between rounds in seconds'}}}}, {'name': 'get_swiss_info', 'description': 'Get info about a Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['swissId'], 'properties': {'swissId': {'type': 'string', 'description': 'Swiss tournament ID'}}}}, {'name': 'get_swiss_games', 'description': 'Get games of a Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['swissId'], 'properties': {'swissId': {'type': 'string', 'description': 'Swiss tournament ID'}}}}, {'name': 'get_swiss_results', 'description': 'Get results of a Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['swissId'], 'properties': {'swissId': {'type': 'string', 'description': 'Swiss tournament ID'}}}}, {'name': 'join_swiss', 'description': 'Join a Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['swissId'], 'properties': {'swissId': {'type': 'string', 'description': 'Swiss tournament ID'}}}}, {'name': 'withdraw_from_swiss', 'description': 'Withdraw from a Swiss tournament', 'inputSchema': {'type': 'object', 'required': ['swissId'], 'properties': {'swissId': {'type': 'string', 'description': 'Swiss tournament ID'}}}}, {'name': 'get_current_simuls', 'description': 'Get recently started simuls', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create_simul', 'description': 'Create a new simul', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the simul'}, 'text': {'type': 'string', 'description': 'Description of the simul'}, 'color': {'enum': ['white', 'black'], 'type': 'string', 'default': 'white', 'description': 'Color the host will play'}, 'variant': {'enum': ['standard', 'chess960', 'crazyhouse', 'antichess', 'atomic', 'horde', 'kingOfTheHill', 'racingKings', 'threeCheck'], 'type': 'string', 'default': 'standard', 'description': 'Variant key'}, 'clockTime': {'type': 'number', 'default': 5, 'description': 'Clock initial time in minutes'}, 'maxRating': {'type': 'number', 'description': 'Maximum rating to join'}, 'minRating': {'type': 'number', 'description': 'Minimum rating to join'}, 'clockIncrement': {'type': 'number', 'default': 3, 'description': 'Clock increment in seconds'}}}}, {'name': 'join_simul', 'description': 'Join a simul', 'inputSchema': {'type': 'object', 'required': ['simulId'], 'properties': {'simulId': {'type': 'string', 'description': 'ID of the simul'}}}}, {'name': 'withdraw_from_simul', 'description': 'Withdraw from a simul', 'inputSchema': {'type': 'object', 'required': ['simulId'], 'properties': {'simulId': {'type': 'string', 'description': 'ID of the simul'}}}}, {'name': 'export_study_chapter', 'description': 'Export one study chapter in PGN format', 'inputSchema': {'type': 'object', 'required': ['studyId', 'chapterId'], 'properties': {'studyId': {'type': 'string', 'description': 'Study ID'}, 'chapterId': {'type': 'string', 'description': 'Chapter ID'}}}}, {'name': 'export_all_study_chapters', 'description': 'Export all chapters of a study in PGN format', 'inputSchema': {'type': 'object', 'required': ['studyId'], 'properties': {'studyId': {'type': 'string', 'description': 'Study ID'}}}}, {'name': 'get_user_studies', 'description': 'Get studies created by a user', 'inputSchema': {'type': 'object', 'required': ['username'], 'properties': {'username': {'type': 'string', 'description': 'Username of the player'}}}}, {'name': 'send_message', 'description': 'Send a private message to another player', 'inputSchema': {'type': 'object', 'required': ['username', 'text'], 'properties': {'text': {'type': 'string', 'description': 'Message text'}, 'username': {'type': 'string', 'description': 'Username of the recipient'}}}}, {'name': 'get_thread', 'description': 'Get a message thread', 'inputSchema': {'type': 'object', 'required': ['userId'], 'properties': {'userId': {'type': 'string', 'description': 'User ID of the other person'}}}}, {'name': 'get_official_broadcasts', 'description': 'Get official broadcasts (TV shows)', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_broadcast', 'description': 'Get a broadcast by its ID', 'inputSchema': {'type': 'object', 'required': ['broadcastId'], 'properties': {'broadcastId': {'type': 'string', 'description': 'ID of the broadcast'}}}}, {'name': 'get_broadcast_round', 'description': 'Get one round of a broadcast', 'inputSchema': {'type': 'object', 'required': ['broadcastId', 'roundId'], 'properties': {'roundId': {'type': 'string', 'description': 'ID of the round'}, 'broadcastId': {'type': 'string', 'description': 'ID of the broadcast'}}}}, {'name': 'push_broadcast_round_pgn', 'description': 'Push PGN to a broadcast round', 'inputSchema': {'type': 'object', 'required': ['broadcastId', 'roundId', 'pgn'], 'properties': {'pgn': {'type': 'string', 'description': 'PGN games to push'}, 'roundId': {'type': 'string', 'description': 'ID of the round'}, 'broadcastId': {'type': 'string', 'description': 'ID of the broadcast'}}}}, {'name': 'get_cloud_eval', 'description': 'Get cloud evaluation for a position', 'inputSchema': {'type': 'object', 'required': ['fen'], 'properties': {'fen': {'type': 'string', 'description': 'FEN of the position to analyze'}, 'multiPv': {'type': 'number', 'default': 1, 'maximum': 5, 'minimum': 1, 'description': 'Number of principal variations (1-5)'}}}}, {'name': 'get_fide_player', 'description': 'Get FIDE player information', 'inputSchema': {'type': 'object', 'required': ['playerId'], 'properties': {'playerId': {'type': 'string', 'description': 'FIDE player ID'}}}}, {'name': 'search_fide_players', 'description': 'Search FIDE players by name', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name of the player to search'}}}}, {'name': 'get_ongoing_games', 'description': 'Get your ongoing games (real-time and correspondence)', 'inputSchema': {'type': 'object', 'properties': {'nb': {'type': 'integer', 'default': 9, 'maximum': 50, 'minimum': 1, 'description': 'Max number of games to fetch (1-50)'}}}}]
@XGenerationLab/xiyan_mcp_server
XiYan MCP Server
Enhance your AI assistants by enabling natural language queries to databases, allowing you to effortlessly fetch data, list tables, and read contents using advanced text-to-SQL techniques. Whether operating in cloud mode or pure local mode, enjoy seamless support for both MySQL and PostgreSQL databases. Elevate your database interaction capabilities to a new level of sophistication.
2025-03-14T06:09:58.166Z
8
https://smithery.ai/server/@XGenerationLab/xiyan_mcp_server
true
null
{ "scanPassed": true }
[{'name': 'get_data', 'description': 'Fetch the data from database through a natural language query\n\n Args:\n query: The query in natual language\n ', 'inputSchema': {'type': 'object', 'title': 'get_dataArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}]
@garc33/js-sandbox-mcp-server
JavaScript Sandbox Server
Execute JavaScript code securely in an isolated environment. Benefit from configurable execution time and memory limits to protect against malicious code. Enhance your applications with safe and efficient code execution capabilities.
2025-03-11T08:01:18.420Z
8
https://smithery.ai/server/@garc33/js-sandbox-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'execute_js', 'description': 'Execute JavaScript code in an isolated environment', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'JavaScript code to execute'}, 'memory': {'type': 'number', 'maximum': 104857600, 'minimum': 1048576, 'description': 'Memory limit in bytes'}, 'timeout': {'type': 'number', 'maximum': 30000, 'minimum': 100, 'description': 'Maximum execution time in milliseconds'}}}}]
@adalovu/mcp-playwright
Playwright Automation Server
Enable LLMs to automate and interact with web browsers using Playwright. Perform actions like taking screenshots, generating test code, scraping web pages, and executing JavaScript in real browser environments. Enhance your AI agents with powerful browser automation capabilities seamlessly integrated via MCP.
2025-04-21T07:28:17.210Z
8
https://smithery.ai/server/@adalovu/mcp-playwright
true
null
{ "scanPassed": true }
[{'name': 'start_codegen_session', 'description': 'Start a new code generation session to record Playwright actions', 'inputSchema': {'type': 'object', 'required': ['options'], 'properties': {'options': {'type': 'object', 'required': ['outputPath'], 'properties': {'outputPath': {'type': 'string', 'description': 'Directory path where generated tests will be saved (use absolute path)'}, 'testNamePrefix': {'type': 'string', 'description': "Prefix to use for generated test names (default: 'GeneratedTest')"}, 'includeComments': {'type': 'boolean', 'description': 'Whether to include descriptive comments in generated tests'}}, 'description': 'Code generation options'}}}}, {'name': 'end_codegen_session', 'description': 'End a code generation session and generate the test file', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to end'}}}}, {'name': 'get_codegen_session', 'description': 'Get information about a code generation session', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to retrieve'}}}}, {'name': 'clear_codegen_session', 'description': 'Clear a code generation session without generating a test', 'inputSchema': {'type': 'object', 'required': ['sessionId'], 'properties': {'sessionId': {'type': 'string', 'description': 'ID of the session to clear'}}}}, {'name': 'playwright_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to navigate to the website specified'}, 'width': {'type': 'number', 'description': 'Viewport width in pixels (default: 1280)'}, 'height': {'type': 'number', 'description': 'Viewport height in pixels (default: 720)'}, 'timeout': {'type': 'number', 'description': 'Navigation timeout in milliseconds'}, 'headless': {'type': 'boolean', 'description': 'Run browser in headless mode (default: false)'}, 'waitUntil': {'type': 'string', 'description': 'Navigation wait condition'}, 'browserType': {'enum': ['chromium', 'firefox', 'webkit'], 'type': 'string', 'description': 'Browser type to use (chromium, firefox, webkit). Defaults to chromium'}}}}, {'name': 'playwright_screenshot', 'description': 'Take a screenshot of the current page or a specific element', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name for the screenshot'}, 'width': {'type': 'number', 'description': 'Width in pixels (default: 800)'}, 'height': {'type': 'number', 'description': 'Height in pixels (default: 600)'}, 'savePng': {'type': 'boolean', 'description': 'Save screenshot as PNG file (default: false)'}, 'fullPage': {'type': 'boolean', 'description': 'Store screenshot of the entire page (default: false)'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to screenshot'}, 'storeBase64': {'type': 'boolean', 'description': 'Store screenshot in base64 format (default: true)'}, 'downloadsDir': {'type': 'string', 'description': "Custom downloads directory path (default: user's Downloads folder)"}}}}, {'name': 'playwright_click', 'description': 'Click an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the element to click'}}}}, {'name': 'playwright_iframe_click', 'description': 'Click an element in an iframe on the page', 'inputSchema': {'type': 'object', 'required': ['iframeSelector', 'selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the element to click'}, 'iframeSelector': {'type': 'string', 'description': 'CSS selector for the iframe containing the element to click'}}}}, {'name': 'playwright_fill', 'description': 'fill out an input field', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to fill'}, 'selector': {'type': 'string', 'description': 'CSS selector for input field'}}}}, {'name': 'playwright_select', 'description': 'Select an element on the page with Select tag', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to select'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to select'}}}}, {'name': 'playwright_hover', 'description': 'Hover an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for element to hover'}}}}, {'name': 'playwright_evaluate', 'description': 'Execute JavaScript in the browser console', 'inputSchema': {'type': 'object', 'required': ['script'], 'properties': {'script': {'type': 'string', 'description': 'JavaScript code to execute'}}}}, {'name': 'playwright_console_logs', 'description': 'Retrieve console logs from the browser with filtering options', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'type': {'enum': ['all', 'error', 'warning', 'log', 'info', 'debug'], 'type': 'string', 'description': 'Type of logs to retrieve (all, error, warning, log, info, debug)'}, 'clear': {'type': 'boolean', 'description': 'Whether to clear logs after retrieval (default: false)'}, 'limit': {'type': 'number', 'description': 'Maximum number of logs to return'}, 'search': {'type': 'string', 'description': 'Text to search for in logs (handles text with square brackets)'}}}}, {'name': 'playwright_close', 'description': 'Close the browser and release all resources', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_get', 'description': 'Perform an HTTP GET request', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform GET operation'}}}}, {'name': 'playwright_post', 'description': 'Perform an HTTP POST request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform POST operation'}, 'token': {'type': 'string', 'description': 'Bearer token for authorization'}, 'value': {'type': 'string', 'description': 'Data to post in the body'}, 'headers': {'type': 'object', 'description': 'Additional headers to include in the request', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'playwright_put', 'description': 'Perform an HTTP PUT request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform PUT operation'}, 'value': {'type': 'string', 'description': 'Data to PUT in the body'}}}}, {'name': 'playwright_patch', 'description': 'Perform an HTTP PATCH request', 'inputSchema': {'type': 'object', 'required': ['url', 'value'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform PUT operation'}, 'value': {'type': 'string', 'description': 'Data to PATCH in the body'}}}}, {'name': 'playwright_delete', 'description': 'Perform an HTTP DELETE request', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to perform DELETE operation'}}}}, {'name': 'playwright_expect_response', 'description': 'Ask Playwright to start waiting for a HTTP response. This tool initiates the wait operation but does not wait for its completion.', 'inputSchema': {'type': 'object', 'required': ['id', 'url'], 'properties': {'id': {'type': 'string', 'description': 'Unique & arbitrary identifier to be used for retrieving this response later with `Playwright_assert_response`.'}, 'url': {'type': 'string', 'description': 'URL pattern to match in the response.'}}}}, {'name': 'playwright_assert_response', 'description': 'Wait for and validate a previously initiated HTTP response wait operation.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Identifier of the HTTP response initially expected using `Playwright_expect_response`.'}, 'value': {'type': 'string', 'description': 'Data to expect in the body of the HTTP response. If provided, the assertion will fail if this value is not found in the response body.'}}}}, {'name': 'playwright_custom_user_agent', 'description': 'Set a custom User Agent for the browser', 'inputSchema': {'type': 'object', 'required': ['userAgent'], 'properties': {'userAgent': {'type': 'string', 'description': 'Custom User Agent for the Playwright browser instance'}}}}, {'name': 'playwright_get_visible_text', 'description': 'Get the visible text content of the current page', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_get_visible_html', 'description': 'Get the HTML content of the current page', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_go_back', 'description': 'Navigate back in browser history', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_go_forward', 'description': 'Navigate forward in browser history', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'playwright_drag', 'description': 'Drag an element to a target location', 'inputSchema': {'type': 'object', 'required': ['sourceSelector', 'targetSelector'], 'properties': {'sourceSelector': {'type': 'string', 'description': 'CSS selector for the element to drag'}, 'targetSelector': {'type': 'string', 'description': 'CSS selector for the target location'}}}}, {'name': 'playwright_press_key', 'description': 'Press a keyboard key', 'inputSchema': {'type': 'object', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': "Key to press (e.g. 'Enter', 'ArrowDown', 'a')"}, 'selector': {'type': 'string', 'description': 'Optional CSS selector to focus before pressing key'}}}}, {'name': 'playwright_save_as_pdf', 'description': 'Save the current page as a PDF file', 'inputSchema': {'type': 'object', 'required': ['outputPath'], 'properties': {'format': {'type': 'string', 'description': "Page format (e.g. 'A4', 'Letter')"}, 'margin': {'type': 'object', 'properties': {'top': {'type': 'string'}, 'left': {'type': 'string'}, 'right': {'type': 'string'}, 'bottom': {'type': 'string'}}, 'description': 'Page margins'}, 'filename': {'type': 'string', 'description': 'Name of the PDF file (default: page.pdf)'}, 'outputPath': {'type': 'string', 'description': 'Directory path where PDF will be saved'}, 'printBackground': {'type': 'boolean', 'description': 'Whether to print background graphics'}}}}, {'name': 'playwright_click_and_switch_tab', 'description': 'Click a link and switch to the newly opened tab', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for the link to click'}}}}]
@afshawnlotfi/mcp-configurable-puppeteer
Configurable Puppeteer Server
Automate browser interactions effortlessly. Capture screenshots, execute JavaScript, and navigate web pages with customizable options. Enhance your LLM's capabilities with real-time web automation.
2025-03-22T18:00:42.590Z
8
https://smithery.ai/server/@afshawnlotfi/mcp-configurable-puppeteer
true
null
{ "scanPassed": true }
[{'name': 'puppeteer_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string'}}}}, {'name': 'puppeteer_screenshot', 'description': 'Take a screenshot of the current page or a specific element', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Name for the screenshot'}, 'width': {'type': 'number', 'description': 'Width in pixels (default: 800)'}, 'height': {'type': 'number', 'description': 'Height in pixels (default: 600)'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to screenshot'}}}}, {'name': 'puppeteer_click', 'description': 'Click an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for element to click'}}}}, {'name': 'puppeteer_fill', 'description': 'Fill out an input field', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to fill'}, 'selector': {'type': 'string', 'description': 'CSS selector for input field'}}}}, {'name': 'puppeteer_select', 'description': 'Select an element on the page with Select tag', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to select'}, 'selector': {'type': 'string', 'description': 'CSS selector for element to select'}}}}, {'name': 'puppeteer_hover', 'description': 'Hover an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for element to hover'}}}}, {'name': 'puppeteer_evaluate', 'description': 'Execute JavaScript in the browser console', 'inputSchema': {'type': 'object', 'required': ['script'], 'properties': {'script': {'type': 'string', 'description': 'JavaScript code to execute'}}}}]
@YingHe-1/yhfirstmcpserver
Desktop TXT File Manager
Manage your desktop TXT files effortlessly. Count, list, and create TXT files with user-friendly interactions. Simplify your file management tasks on your desktop with this intuitive tool.
2025-04-02T10:14:27.596Z
8
https://smithery.ai/server/@YingHe-1/yhfirstmcpserver
true
null
{ "scanPassed": true }
[{'name': 'count_desktop_txt_files', 'description': 'Count the number of .txt files on the desktop.', 'inputSchema': {'type': 'object', 'title': 'count_desktop_txt_filesArguments', 'properties': {}}}, {'name': 'list_desktop_txt_files', 'description': 'Get a list of all .txt filenames on the desktop.', 'inputSchema': {'type': 'object', 'title': 'list_desktop_txt_filesArguments', 'properties': {}}}, {'name': 'create_desktop_txt_file', 'description': 'Create a new .txt file on the desktop using shell command.\n \n Args:\n filename: The name of the file to create (without .txt extension)\n content: Optional content to write to the file\n ctx: MCP Context object for user interaction\n \n Returns:\n A message indicating success or failure\n ', 'inputSchema': {'type': 'object', 'title': 'create_desktop_txt_fileArguments', 'required': ['filename'], 'properties': {'content': {'type': 'string', 'title': 'Content', 'default': ''}, 'filename': {'type': 'string', 'title': 'Filename'}}}}, {'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}]
@lupuletic/onyx-mcp-server
Onyx MCP Server
Connect your MCP-compatible clients to Onyx AI knowledge bases for enhanced semantic search and chat capabilities. Retrieve relevant context from your documents seamlessly, enabling powerful interactions and comprehensive answers. Streamline knowledge management and improve access to information across your organization.
2025-03-23T17:40:52.496Z
8
https://smithery.ai/server/@lupuletic/onyx-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search_onyx', 'description': 'Search the Onyx backend for relevant documents', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The topic to search for'}, 'maxResults': {'type': 'integer', 'maximum': 10, 'minimum': 1, 'description': 'Maximum number of results to return (default: 5)'}, 'chunksAbove': {'type': 'integer', 'default': 1, 'description': 'Number of chunks to include above the matching chunk (default: 1)'}, 'chunksBelow': {'type': 'integer', 'default': 1, 'description': 'Number of chunks to include below the matching chunk (default: 1)'}, 'documentSets': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of document set names to search within (empty for all)'}, 'retrieveFullDocuments': {'type': 'boolean', 'default': False, 'description': 'Whether to retrieve full documents instead of just matching chunks (default: false)'}}}}, {'name': 'chat_with_onyx', 'description': 'Chat with Onyx to get comprehensive answers', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The question to ask Onyx'}, 'personaId': {'type': 'integer', 'default': 15, 'description': 'The ID of the persona to use (default: 15)'}, 'documentSets': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of document set names to search within (empty for all)'}, 'chatSessionId': {'type': 'string', 'description': 'Existing chat session ID to continue a conversation (optional)'}, 'enableAutoDetectFilters': {'type': 'boolean', 'default': True, 'description': 'Whether to enable auto-detection of filters (default: true)'}}}}]
@AshfaaqF/mcp-priam-virustotal
Priam VirusTotal MCP Server
Enable your agents to query VirusTotal for threat intelligence and file reputation data seamlessly. Enhance security workflows by integrating VirusTotal's scanning and analysis capabilities directly into your applications. Quickly access detailed reports and insights to make informed decisions on potential threats.
2025-04-28T00:19:56.338Z
8
https://smithery.ai/server/@AshfaaqF/mcp-priam-virustotal
true
null
{ "scanPassed": true }
[{'name': 'vt_ip_report', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_ip_reportArguments', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'title': 'Ip'}}}}, {'name': 'vt_domain_report', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_domain_reportArguments', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'title': 'Domain'}}}}, {'name': 'vt_filehash_report', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_filehash_reportArguments', 'required': ['file_hash'], 'properties': {'file_hash': {'type': 'string', 'title': 'File Hash'}}}}, {'name': 'vt_url_report', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_url_reportArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'vt_threat_categories', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_threat_categoriesArguments', 'properties': {}}}, {'name': 'vt_attack_tactic', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_attack_tacticArguments', 'required': ['tactic_id'], 'properties': {'tactic_id': {'type': 'string', 'title': 'Tactic Id'}}}}, {'name': 'vt_attack_technique', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_attack_techniqueArguments', 'required': ['technique_id'], 'properties': {'technique_id': {'type': 'string', 'title': 'Technique Id'}}}}, {'name': 'vt_comments', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_commentsArguments', 'required': ['tag'], 'properties': {'tag': {'type': 'string', 'title': 'Tag'}}}}, {'name': 'vt_behavior', 'description': '', 'inputSchema': {'type': 'object', 'title': 'vt_behaviorArguments', 'required': ['file_hash'], 'properties': {'file_hash': {'type': 'string', 'title': 'File Hash'}}}}]
@thomasvan/mcp-brave-search
Brave Search Server
Enable AI assistants to perform web and local business searches using Brave Search. Integrate seamless search capabilities into your MCP-compatible AI workflows. Access real-time search results and local place information effortlessly.
2025-04-26T04:15:28.973Z
8
https://smithery.ai/server/@thomasvan/mcp-brave-search
true
null
{ "scanPassed": true }
[{'name': 'brave_web_search', 'description': 'Execute web search using Brave Search API with improved results\n\nArgs:\n query: Search terms\n count: Desired number of results (10-20)\n', 'inputSchema': {'type': 'object', 'title': 'brave_web_searchArguments', 'required': ['query'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 20}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'brave_local_search', 'description': 'Search for local businesses and places\n\nArgs:\n query: Location terms\n count: Desired number of results (10-20)\n', 'inputSchema': {'type': 'object', 'title': 'brave_local_searchArguments', 'required': ['query'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 20}, 'query': {'type': 'string', 'title': 'Query'}}}}]
@gabrielrojasnyc/hr-mcp-server
HR MCP Server
Access and manage employee data and HR operations seamlessly. Look up employee information, search by various criteria, and submit global leave requests with ease. Enhance your HR processes with structured data access through Claude Desktop.
2025-03-30T17:00:46.670Z
8
https://smithery.ai/server/@gabrielrojasnyc/hr-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_employee_info', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The ID of the employee to retrieve information for'}, 'include_sensitive': {'type': 'boolean', 'default': False, 'description': 'Whether to include sensitive information like SSN (default: false)'}}, 'additionalProperties': False}}, {'name': 'search_employees', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Full or partial name to search for'}, 'email': {'type': 'string', 'description': 'Email address to search for'}, 'title': {'type': 'string', 'description': 'Job title to search for'}, 'skills': {'type': 'string', 'description': 'Skills to search for'}, 'manager': {'type': 'string', 'description': 'Manager ID or name to search for'}, 'benefits': {'type': 'string', 'description': 'Benefits to search for (health, dental, vision, 401k, stock)'}, 'location': {'type': 'string', 'description': 'City, state, or country to search for'}, 'any_field': {'type': 'string', 'description': 'Search across all text fields'}, 'education': {'type': 'string', 'description': 'Education level to search for'}, 'department': {'type': 'string', 'description': 'Department name to search for'}, 'salary_max': {'type': 'number', 'description': 'Maximum salary'}, 'salary_min': {'type': 'number', 'description': 'Minimum salary'}, 'hired_after': {'type': 'string', 'description': 'Find employees hired after this date (YYYY-MM-DD)'}, 'hired_before': {'type': 'string', 'description': 'Find employees hired before this date (YYYY-MM-DD)'}, 'certifications': {'type': 'string', 'description': 'Certifications to search for'}, 'has_direct_reports': {'type': 'boolean', 'description': 'Whether the employee has direct reports'}, 'performance_rating': {'type': 'number', 'description': 'Performance rating to search for (1-5)'}, 'years_of_service_max': {'type': 'number', 'description': 'Maximum years of service'}, 'years_of_service_min': {'type': 'number', 'description': 'Minimum years of service'}}, 'description': 'Search parameters - provide at least one field', 'additionalProperties': False}, 'options': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return (default: 10)'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Number of results to skip (for pagination)'}, 'sort_by': {'type': 'string', 'default': 'name', 'description': 'Field to sort results by (name, department, title, etc.)'}, 'sort_order': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Sort order (ascending or descending)'}, 'exact_match': {'type': 'boolean', 'default': False, 'description': 'Whether to require exact matches (default: false for partial matching)'}, 'output_format': {'enum': ['brief', 'detailed'], 'type': 'string', 'default': 'brief', 'description': 'Output format (brief or detailed)'}, 'case_sensitive': {'type': 'boolean', 'default': False, 'description': 'Whether search should be case-sensitive (default: false)'}, 'include_sensitive': {'type': 'boolean', 'default': False, 'description': 'Whether to include sensitive information like salary, SSN (default: false)'}}, 'description': 'Search options', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'request_global_leave', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['employee_id', 'start_date', 'end_date', 'reason', 'countries'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for the leave request'}, 'end_date': {'type': 'string', 'description': 'End date of the leave (YYYY-MM-DD)'}, 'countries': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Countries for which leave is being requested (e.g., ["USA", "UK"])'}, 'start_date': {'type': 'string', 'description': 'Start date of the leave (YYYY-MM-DD)'}, 'employee_id': {'type': 'string', 'description': 'The ID of the employee requesting leave'}, 'contact_info': {'type': 'object', 'properties': {'email': {'type': 'string', 'description': 'Contact email during leave'}, 'phone': {'type': 'string', 'description': 'Contact phone during leave'}, 'emergency_contact': {'type': 'string', 'description': 'Emergency contact during leave'}}, 'description': 'Contact information during leave', 'additionalProperties': False}}, 'additionalProperties': False}}]
@aantti/mcp-netbird
Netbird MCP Server
Simplify your network management - list and analyze Netbird network peers, groups, policies, and more. Gain insights into the network status and details. A read-only MCP-to-API implementation using Netbird token-based authentication.
2025-04-03T19:00:57.753Z
8
https://smithery.ai/server/@aantti/mcp-netbird
true
null
{ "scanPassed": true }
[{'name': 'list_netbird_groups', 'description': 'List all Netbird groups', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_netbird_nameservers', 'description': 'List all Netbird nameservers', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_netbird_networks', 'description': 'List all Netbird networks', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_netbird_peers', 'description': 'List all Netbird peers', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_netbird_policies', 'description': 'List all Netbird policies', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_netbird_port_allocations', 'description': 'List all Netbird port allocations', 'inputSchema': {'type': 'object', 'properties': {'PeerID': {'type': 'string'}}}}, {'name': 'list_netbird_posture_checks', 'description': 'List all Netbird posture checks', 'inputSchema': {'type': 'object', 'properties': {}}}]
@infinitimeless/claude-lmstudio-bridge
LM Studio Bridge
Connect Claude with your local LLMs in LM Studio to access models, generate text, and perform chat completions seamlessly. Enhance your AI interactions by leveraging the capabilities of your local models with ease.
2025-03-22T06:00:38.018Z
8
https://smithery.ai/server/@infinitimeless/claude-lmstudio-bridge
true
null
{ "scanPassed": true }
[{'name': 'check_lmstudio_connection', 'description': 'Check if the LM Studio server is running and accessible.\n \n Returns:\n Connection status and model information\n ', 'inputSchema': {'type': 'object', 'title': 'check_lmstudio_connectionArguments', 'properties': {}}}, {'name': 'list_lmstudio_models', 'description': 'List available LLM models in LM Studio.\n \n Returns:\n A formatted list of available models with their details.\n ', 'inputSchema': {'type': 'object', 'title': 'list_lmstudio_modelsArguments', 'properties': {}}}, {'name': 'generate_text', 'description': 'Generate text using a local LLM in LM Studio.\n \n Args:\n prompt: The text prompt to send to the model\n model_id: ID of the model to use (leave empty for default model)\n max_tokens: Maximum number of tokens in the response (default: 1000)\n temperature: Randomness of the output (0-1, default: 0.7)\n \n Returns:\n The generated text from the local LLM\n ', 'inputSchema': {'type': 'object', 'title': 'generate_textArguments', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'title': 'Prompt'}, 'model_id': {'type': 'string', 'title': 'Model Id', 'default': ''}, 'max_tokens': {'type': 'integer', 'title': 'Max Tokens', 'default': 1000}, 'temperature': {'type': 'number', 'title': 'Temperature', 'default': 0.7}}}}, {'name': 'chat_completion', 'description': 'Generate a chat completion using a local LLM in LM Studio.\n \n Args:\n messages: JSON string of messages in the format [{"role": "user", "content": "Hello"}, ...]\n or a simple text string which will be treated as a user message\n model_id: ID of the model to use (leave empty for default model)\n max_tokens: Maximum number of tokens in the response (default: 1000)\n temperature: Randomness of the output (0-1, default: 0.7)\n \n Returns:\n The generated text from the local LLM\n ', 'inputSchema': {'type': 'object', 'title': 'chat_completionArguments', 'required': ['messages'], 'properties': {'messages': {'type': 'string', 'title': 'Messages'}, 'model_id': {'type': 'string', 'title': 'Model Id', 'default': ''}, 'max_tokens': {'type': 'integer', 'title': 'Max Tokens', 'default': 1000}, 'temperature': {'type': 'number', 'title': 'Temperature', 'default': 0.7}}}}]
@alinaqi/mcp-linkedin-server
LinkedIn Browser
Automate LinkedIn interactions and extract data securely. Leverage browser automation to manage profiles, posts, and feed while adhering to LinkedIn's terms of service.
2025-03-10T07:00:52.116Z
8
https://smithery.ai/server/@alinaqi/mcp-linkedin-server
true
null
{ "scanPassed": true }
[{'name': 'login_linkedin', 'description': 'Open LinkedIn login page in browser for manual login.\n Username and password are optional - if not provided, user will need to enter them manually.', 'inputSchema': {'type': 'object', '$defs': {'Context': {'type': 'object', 'title': 'Context', 'properties': {}, 'description': 'Context object providing access to MCP capabilities.\n\nThis provides a cleaner interface to MCP\'s RequestContext functionality.\nIt gets injected into tool and resource functions that request it via type hints.\n\nTo use context in a tool function, add a parameter with the Context type annotation:\n\n```python\[email protected]()\ndef my_tool(x: int, ctx: Context) -> str:\n # Log messages to the client\n ctx.info(f"Processing {x}")\n ctx.debug("Debug info")\n ctx.warning("Warning message")\n ctx.error("Error message")\n\n # Report progress\n ctx.report_progress(50, 100)\n\n # Access resources\n data = ctx.read_resource("resource://data")\n\n # Get request info\n request_id = ctx.request_id\n client_id = ctx.client_id\n\n return str(x)\n```\n\nThe context parameter name can be anything as long as it\'s annotated with Context.\nThe context is optional - tools that don\'t need it can omit the parameter.'}}, 'title': 'login_linkedinArguments', 'properties': {'ctx': {'anyOf': [{'$ref': '#/$defs/Context'}, {'type': 'null'}], 'default': None}, 'password': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Password', 'default': None}, 'username': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Username', 'default': None}}}}, {'name': 'login_linkedin_secure', 'description': 'Open LinkedIn login page in browser for manual login using environment credentials as default values.\n \n Optional environment variables:\n - LINKEDIN_USERNAME: Your LinkedIn email/username (will be pre-filled if provided)\n - LINKEDIN_PASSWORD: Your LinkedIn password (will be pre-filled if provided)\n \n Returns:\n dict: Login status and message\n ', 'inputSchema': {'type': 'object', '$defs': {'Context': {'type': 'object', 'title': 'Context', 'properties': {}, 'description': 'Context object providing access to MCP capabilities.\n\nThis provides a cleaner interface to MCP\'s RequestContext functionality.\nIt gets injected into tool and resource functions that request it via type hints.\n\nTo use context in a tool function, add a parameter with the Context type annotation:\n\n```python\[email protected]()\ndef my_tool(x: int, ctx: Context) -> str:\n # Log messages to the client\n ctx.info(f"Processing {x}")\n ctx.debug("Debug info")\n ctx.warning("Warning message")\n ctx.error("Error message")\n\n # Report progress\n ctx.report_progress(50, 100)\n\n # Access resources\n data = ctx.read_resource("resource://data")\n\n # Get request info\n request_id = ctx.request_id\n client_id = ctx.client_id\n\n return str(x)\n```\n\nThe context parameter name can be anything as long as it\'s annotated with Context.\nThe context is optional - tools that don\'t need it can omit the parameter.'}}, 'title': 'login_linkedin_secureArguments', 'properties': {'ctx': {'anyOf': [{'$ref': '#/$defs/Context'}, {'type': 'null'}], 'default': None}}}}, {'name': 'get_linkedin_profile', 'description': 'Get LinkedIn profile information', 'inputSchema': {'type': 'object', 'title': 'get_linkedin_profileArguments', 'required': ['username'], 'properties': {'username': {'type': 'string', 'title': 'Username'}}}}, {'name': 'browse_linkedin_feed', 'description': 'Browse LinkedIn feed and return recent posts\n \n Args:\n ctx: MCP context for logging and progress reporting\n count: Number of posts to retrieve (default: 5)\n \n Returns:\n dict: Contains status, posts array, and any errors\n ', 'inputSchema': {'type': 'object', 'title': 'browse_linkedin_feedArguments', 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 5}}}}, {'name': 'search_linkedin_profiles', 'description': 'Search for LinkedIn profiles matching a query', 'inputSchema': {'type': 'object', 'title': 'search_linkedin_profilesArguments', 'required': ['query'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 5}, 'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'view_linkedin_profile', 'description': 'Visit and extract data from a specific LinkedIn profile', 'inputSchema': {'type': 'object', 'title': 'view_linkedin_profileArguments', 'required': ['profile_url'], 'properties': {'profile_url': {'type': 'string', 'title': 'Profile Url'}}}}, {'name': 'interact_with_linkedin_post', 'description': 'Interact with a LinkedIn post (like, comment)', 'inputSchema': {'type': 'object', 'title': 'interact_with_linkedin_postArguments', 'required': ['post_url'], 'properties': {'action': {'type': 'string', 'title': 'Action', 'default': 'like'}, 'comment': {'type': 'string', 'title': 'Comment', 'default': None}, 'post_url': {'type': 'string', 'title': 'Post Url'}}}}]
@jeezliu/daily-todo
Daily Todo
Manage your tasks efficiently with a simple and intuitive interface. Stay organized and boost your productivity by keeping track of your daily to-dos. Get started quickly and enjoy a seamless experience in task management.
2025-03-31T12:52:35.717Z
8
https://smithery.ai/server/@jeezliu/daily-todo
true
null
{ "scanPassed": true }
[{'name': 'get-daily-todo', 'description': '่Žทๅ–ๆ—ฅๅธธๅพ…ๅŠžไบ‹้กน', 'inputSchema': {'type': 'object'}}]
@DynamicEndpoints/fantasy-pros-mcp
FantasyPros API Server
Access sports data, news, rankings, and projections seamlessly. Retrieve the latest updates and player information for NFL, MLB, NBA, and NHL with ease. Enhance your applications with real-time sports insights and analytics.
2025-03-31T00:39:59.542Z
8
https://smithery.ai/server/@DynamicEndpoints/fantasy-pros-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_sport_news', 'description': 'Get news for a specific sport', 'inputSchema': {'type': 'object', 'required': ['sport'], 'properties': {'limit': {'type': 'number', 'maximum': 25, 'minimum': 1, 'description': 'Number of news items to return (max 25)'}, 'sport': {'enum': ['nfl', 'mlb', 'nba', 'nhl'], 'type': 'string', 'description': 'Sport to get news for'}, 'category': {'enum': ['injury', 'recap', 'transaction', 'rumor', 'breaking'], 'type': 'string', 'description': 'Type of news to show'}}}}, {'name': 'get_players', 'description': 'Get player information for a specific sport', 'inputSchema': {'type': 'object', 'required': ['sport'], 'properties': {'sport': {'enum': ['nfl', 'mlb', 'nba', 'nhl'], 'type': 'string', 'description': 'Sport to get players for'}, 'playerId': {'type': 'string', 'description': 'Filter by specific player ID'}}}}, {'name': 'get_rankings', 'description': 'Get consensus rankings for a sport', 'inputSchema': {'type': 'object', 'required': ['sport'], 'properties': {'sport': {'enum': ['nfl', 'nba'], 'type': 'string', 'description': 'Sport to get rankings for'}, 'scoring': {'enum': ['STD', 'PPR', 'HALF'], 'type': 'string', 'description': 'Scoring type (for NFL)'}, 'position': {'type': 'string', 'description': 'Position to filter by'}}}}, {'name': 'get_projections', 'description': 'Get player projections for a sport', 'inputSchema': {'type': 'object', 'required': ['sport', 'season'], 'properties': {'week': {'type': 'string', 'description': 'Week number (for NFL)'}, 'sport': {'enum': ['nfl', 'mlb', 'nba'], 'type': 'string', 'description': 'Sport to get projections for'}, 'season': {'type': 'string', 'description': 'Season year'}, 'position': {'type': 'string', 'description': 'Position to filter by'}}}}, {'name': 'get_all_news', 'description': 'Get all news from FantasyPros', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'number', 'maximum': 25, 'minimum': 1, 'description': 'Number of news items to return (max 25)'}, 'category': {'enum': ['injury', 'recap', 'transaction', 'rumor', 'breaking'], 'type': 'string', 'description': 'Type of news items to show'}}}}]
@foodbotai/restaurant-menu-mcp
FoodBot Restaurant Menu MCP Server
Provide a customizable MCP server that acts as a transparent layer over essential resources, tools, and protocols to enable dynamic interaction with data and actions. Easily extend and modify available tools to suit your needs. Facilitate resource registration and management to serve as a single source of truth for clients interacting with data.
2025-04-29T07:34:06.853Z
7
https://smithery.ai/server/@foodbotai/restaurant-menu-mcp
true
https://spjawbfpwezjfmicโ€ฆf780f2c82a75.jpg
{ "scanPassed": true }
[{'name': 'get_restaurant_menu', 'description': '\n Fetch restaurant menu categories from the API using configuration values.\n \n Returns:\n List of category display texts\n ', 'inputSchema': {'type': 'object', 'title': 'get_restaurant_menuArguments', 'properties': {}}}, {'name': 'get_category_items', 'description': '\n Fetch items for a specific category using configuration values.\n \n Args:\n category_name: The name of the category to fetch items for\n category_id: Optional - The ID of the category if known\n \n Returns:\n List of items in the category\n ', 'inputSchema': {'type': 'object', 'title': 'get_category_itemsArguments', 'required': ['category_name'], 'properties': {'category_id': {'type': 'integer', 'title': 'Category Id', 'default': None}, 'category_name': {'type': 'string', 'title': 'Category Name'}}}}, {'name': 'get_item_details', 'description': '\n Fetch detailed information about a specific menu item using configuration values.\n \n Args:\n item_name: The name of the item to fetch details for\n item_id: Optional - The ID of the item if known\n selected_modifiers: Optional - Dictionary of selected modifiers for validation\n \n Returns:\n Detailed information about the item\n ', 'inputSchema': {'type': 'object', 'title': 'get_item_detailsArguments', 'required': ['item_name'], 'properties': {'item_id': {'type': 'integer', 'title': 'Item Id', 'default': None}, 'item_name': {'type': 'string', 'title': 'Item Name'}, 'selected_modifiers': {'type': 'object', 'title': 'Selected Modifiers', 'default': None, 'additionalProperties': {'type': 'object', 'additionalProperties': {'type': 'integer'}}}}}}, {'name': 'view_cart', 'description': 'View the current cart with all items and price calculations.', 'inputSchema': {'type': 'object', 'title': 'view_cartArguments', 'properties': {}}}, {'name': 'update_cart_item', 'description': "\n Update cart item quantity or remove item.\n action: 'increment', 'decrement', or 'remove'\n quantity: Optional specific quantity to set\n ", 'inputSchema': {'type': 'object', 'title': 'update_cart_itemArguments', 'required': ['item_id', 'action'], 'properties': {'action': {'type': 'string', 'title': 'Action'}, 'item_id': {'type': 'integer', 'title': 'Item Id'}, 'quantity': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Quantity', 'default': None}}}}, {'name': 'edit_cart_item', 'description': '\n Edit an item in the cart, including modifiers and special instructions.\n ', 'inputSchema': {'type': 'object', 'title': 'edit_cart_itemArguments', 'required': ['item_id'], 'properties': {'item_id': {'type': 'integer', 'title': 'Item Id'}, 'modifiers': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Modifiers', 'default': None}, 'special_instruction': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Special Instruction', 'default': None}}}}, {'name': 'clear_cart', 'description': '\n Clear all items from the cart.\n ', 'inputSchema': {'type': 'object', 'title': 'clear_cartArguments', 'properties': {}}}, {'name': 'add_item_to_cart', 'description': '\n Add an item to the cart with modifiers and special instructions.\n ', 'inputSchema': {'type': 'object', 'title': 'add_item_to_cartArguments', 'required': ['item_id'], 'properties': {'item_id': {'type': 'integer', 'title': 'Item Id'}, 'quantity': {'type': 'integer', 'title': 'Quantity', 'default': 1}, 'selected_modifiers': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'string'}, {'type': 'null'}], 'title': 'Selected Modifiers', 'default': None}, 'special_instruction': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Special Instruction', 'default': None}}}}, {'name': 'save_order', 'description': '\n Save the order with dining option, payment details and user details\n ', 'inputSchema': {'type': 'object', 'title': 'save_orderArguments', 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'mobile': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Mobile', 'default': None}, 'country_code': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Country Code', 'default': None}, 'dining_option': {'type': 'string', 'title': 'Dining Option', 'default': None}, 'order_tag_number': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Order Tag Number', 'default': None}}}}, {'name': 'select_dining_option', 'description': '\n Validate and select dining option for order\n \n Args:\n dining_option: Selected dining option (dinein or takeout)\n \n Returns:\n Dictionary with success status and selected option or error message\n ', 'inputSchema': {'type': 'object', 'title': 'select_dining_optionArguments', 'properties': {'dining_option': {'type': 'string', 'title': 'dining_option', 'default': None}}}}, {'name': 'handle_payment_flow', 'description': '\n Handle the payment flow for orders.\n \n Args:\n data: Dictionary containing data for the payment flow\n - dining_option: The selected dining option (dinein/takeout)\n - order_tag_number: The order tag number for dine-in orders\n - name: Customer name\n - mobile: Customer mobile number\n - country_code: Country code for mobile number\n \n Returns:\n Dictionary with success status and order details or error message\n ', 'inputSchema': {'type': 'object', 'title': 'handle_payment_flowArguments', 'required': ['data'], 'properties': {'data': {'type': 'string', 'title': 'data'}}}}]
@MasonChow/source-map-parser-mcp
Source Map Parser
Parse JavaScript error stack traces back to the original source code and extract relevant context information. Help developers quickly locate and fix issues by mapping errors to their source. Utilize batch parsing and context extraction for enhanced debugging capabilities.
2025-04-01T06:42:51.905Z
7
https://smithery.ai/server/@MasonChow/source-map-parser-mcp
true
null
{ "scanPassed": true }
[{'name': 'operating_guide', 'description': '\n # Parse Error Stack Trace\n\n This tool allows you to parse error stack traces by mapping them to the corresponding source code locations using source maps.\n It is particularly useful for debugging production errors where the stack trace points to minified or obfuscated code.\n', 'inputSchema': {'type': 'object'}}, {'name': 'parse_stack', 'description': '\n # Parse Error Stack Trace\n\n This tool allows you to parse error stack traces by providing the following:\n - A downloadable source map URL.\n - The line and column numbers from the stack trace.\n\n The tool will map the provided stack trace information to the corresponding source code location using the source map.\n It also supports fetching additional context lines around the error location for better debugging.\n\n ## Parameters:\n - **stacks**: An array of stack trace objects, each containing:\n - **line**: The line number in the stack trace.\n - **column**: The column number in the stack trace.\n - **sourceMapUrl**: The URL of the source map file corresponding to the stack trace.\n\n - **ctxOffset** (optional): The number of additional context lines to include before and after the error location in the source code. Defaults to 5.\n\n ## Returns:\n - A JSON object containing the parsed stack trace information, including the mapped source code location and context lines.\n - If parsing fails, an error message will be returned for the corresponding stack trace.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['stacks'], 'properties': {'stacks': {'type': 'array', 'items': {'type': 'object', 'required': ['line', 'column', 'sourceMapUrl'], 'properties': {'line': {'type': 'number', 'description': 'The line number in the stack trace.'}, 'column': {'type': 'number', 'description': 'The column number in the stack trace.'}, 'sourceMapUrl': {'type': 'string', 'description': 'The URL of the source map file corresponding to the stack trace.'}}, 'additionalProperties': False}}, 'ctxOffset': {'type': 'number', 'default': 5, 'description': 'The number of additional context lines to include before and after the error location in the source code.'}}, 'additionalProperties': False}}]
@buoooou/supaui-mcp
SupaUI MCP
Automatically generate a variety of UI components to improve development efficiency. Seamlessly integrate with Claude and Windsurf AI assistants to support custom component query and generation.
2025-03-10T11:21:21.768Z
27
https://smithery.ai/server/@buoooou/supaui-mcp
true
null
{ "scanPassed": true }
[{'name': 'fetch-ui', 'description': '\n"Use this tool when the user wants to see component, get inspiration, or /buou or /ui fetch data and previews from buouui.com. \nThis tool ONLY returns the text snippet for that UI component. \nAfter calling this tool, you must edit or add files to integrate the snippet into the codebase."\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message', 'searchQuery'], 'properties': {'message': {'type': 'string', 'description': 'Full users message'}, 'searchQuery': {'type': 'string', 'description': "Search query for buouui.com(library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase"}}, 'additionalProperties': False}}, {'name': 'list-ui', 'description': '\n"Use this tool when the user wants to see buouui.com component, or /buou fetch data and previews from buouui.com. \nThis tool returns the JSON data of matching components without generating new code. This tool ONLY returns the text snippet for that UI component. \nAfter calling this tool, you need to display the data in the UI, and finally you need to show the website page of the buouui.com."\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message', 'searchQuery'], 'properties': {'message': {'type': 'string', 'description': 'Full users message'}, 'searchQuery': {'type': 'string', 'description': "Search query for buouui.com(library for searching UI components) to find a UI component that matches the user's message. Must be a two-four words max or phrase"}}, 'additionalProperties': False}}, {'name': 'create-image', 'description': '\n"Use this tool when the user requests a new image, mentions /buou /image or asks for a image.\nIf the customer provides the picture editing operation of the attachment, please send it to the corresponding tool.\nThis tool ONLY returns the url of the image. \nAfter calling this tool, Please show the image returned by this tool and provide it for download.\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message', 'image'], 'properties': {'image': {'type': 'string', 'description': 'If the customer provides the picture editing operation of the attachment,please send it to the corresponding tool,otherwise, pass an empty string'}, 'message': {'type': 'string', 'description': "Translate into English and explain the content of the customer's image."}}, 'additionalProperties': False}}]
@AshfaaqF/mcp-priam-rstcloud
Priam RSTCloud MCP Server
The RST Cloud MCP Server exposes RST Cloudโ€™s core threat-intelligence APIsโ€”WHOIS, IOC Lookup, Noise Control, Threat Feed and Report Hubโ€”through simple, MCP tools.
2025-04-27T23:53:28.694Z
7
https://smithery.ai/server/@AshfaaqF/mcp-priam-rstcloud
true
null
{ "scanPassed": true }
[{'name': 'rst_whois', 'description': 'Retrieve WHOIS information for a domain from RST Cloud.', 'inputSchema': {'type': 'object', 'title': 'rst_whoisArguments', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'title': 'Domain'}}}}, {'name': 'rst_ioc_lookup', 'description': 'Retrieve IOC information from RST Cloud.', 'inputSchema': {'type': 'object', 'title': 'rst_ioc_lookupArguments', 'required': ['ioc_value'], 'properties': {'ioc_value': {'type': 'string', 'title': 'Ioc Value'}}}}, {'name': 'rst_noise_control', 'description': 'Check if a specific IOC is considered benign via RST Cloud Noise Control.', 'inputSchema': {'type': 'object', 'title': 'rst_noise_controlArguments', 'required': ['ioc_value'], 'properties': {'ioc_value': {'type': 'string', 'title': 'Ioc Value'}}}}, {'name': 'rst_report', 'description': "\n Retrieve threat intelligence reports from RST Cloud Report Hub.\n Date must be provided in a format parseable by dateutil (e.g. '2025-04-25').\n ", 'inputSchema': {'type': 'object', 'title': 'rst_reportArguments', 'required': ['date_str'], 'properties': {'date_str': {'type': 'string', 'title': 'Date Str'}}}}, {'name': 'rst_threat_feed', 'description': '\n Retrieve threat feed information for an IOC (IP, Domain, URL, HASH) from RST Cloud Threat Feed.\n ', 'inputSchema': {'type': 'object', 'title': 'rst_threat_feedArguments', 'required': ['ioc_value'], 'properties': {'ioc_value': {'type': 'string', 'title': 'Ioc Value'}}}}]
@meowrain/mcp-server-cambridge-dict
Dictionary Server
Retrieve word meanings seamlessly from the Cambridge Dictionary. Enhance your AI assistants with robust dictionary query tools through the MCP protocol. Integrate effortlessly into your command line for quick access to definitions and examples.
2025-04-02T08:40:40.389Z
7
https://smithery.ai/server/@meowrain/mcp-server-cambridge-dict
true
null
{ "scanPassed": true }
[{'name': 'lookup_word', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['word'], 'properties': {'word': {'type': 'string', 'minLength': 1, 'description': 'The word to look up'}}, 'additionalProperties': False}}]
@RusianHu/ashare-mcp
Ashare Stock Market Data Service - A่‚กๆ•ฐๆฎๆŸฅ่ฏข
Provide real-time and historical stock market data for the A-share market through a simple and efficient API. Support multiple time intervals and stock code formats with high data reliability from dual data sources. Enable seamless integration as an MCP server for easy access to stock price queries.
2025-04-27T16:27:12.362Z
7
https://smithery.ai/server/@RusianHu/ashare-mcp
true
null
null
[{'name': 'get_price', 'description': "\n ่Žทๅ–่‚ก็ฅจ่กŒๆƒ…ๆ•ฐๆฎ๏ผŒๆ”ฏๆŒๅˆ†้’Ÿ็บฟใ€ๆ—ฅ็บฟใ€ๅ‘จ็บฟใ€ๆœˆ็บฟใ€‚\n \n Args:\n code: ่ฏๅˆธไปฃ็ ๏ผŒๅฆ‚'sh000001'ๆˆ–'000001.XSHG'\n end_date: ็ป“ๆŸๆ—ฅๆœŸ๏ผŒๆ ผๅผไธบ'YYYY-MM-DD'\n count: ่Žทๅ–็š„K็บฟๆ•ฐ้‡\n frequency: K็บฟๅ‘จๆœŸ๏ผŒๅˆ†้’Ÿ็บฟ๏ผš'1m', '5m', '15m', '30m', '60m'๏ผŒๆ—ฅ็บฟ๏ผš'1d'๏ผŒๅ‘จ็บฟ๏ผš'1w'๏ผŒๆœˆ็บฟ๏ผš'1M'\n fields: ่ฟ”ๅ›žๅญ—ๆฎตๅˆ—่กจ๏ผŒ้ป˜่ฎคไธบๅ…จ้ƒจ\n \n Returns:\n StockData: ๅŒ…ๅซ่‚ก็ฅจไปฃ็ ใ€่กŒๆƒ…ๆ•ฐๆฎๅ’Œๅค„็†ๆถˆๆฏ็š„ๅฏน่ฑก\n ", 'inputSchema': {'type': 'object', 'title': 'get_priceArguments', 'required': ['code'], 'properties': {'code': {'type': 'string', 'title': 'Code', 'description': "่ฏๅˆธไปฃ็ ๏ผŒๅฆ‚'sh000001'ๆˆ–'000001.XSHG'"}, 'count': {'type': 'integer', 'title': 'Count', 'default': 10, 'description': '่Žทๅ–็š„K็บฟๆ•ฐ้‡'}, 'fields': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Fields', 'default': [], 'description': '่ฟ”ๅ›žๅญ—ๆฎตๅˆ—่กจ๏ผŒ้ป˜่ฎคไธบๅ…จ้ƒจ'}, 'end_date': {'type': 'string', 'title': 'End Date', 'default': '', 'description': "็ป“ๆŸๆ—ฅๆœŸ๏ผŒๆ ผๅผไธบ'YYYY-MM-DD'"}, 'frequency': {'enum': ['1m', '5m', '15m', '30m', '60m', '1d', '1w', '1M'], 'type': 'string', 'title': 'Frequency', 'default': '1d', 'description': "K็บฟๅ‘จๆœŸ๏ผŒๅˆ†้’Ÿ็บฟ๏ผš'1m', '5m', '15m', '30m', '60m'๏ผŒๆ—ฅ็บฟ๏ผš'1d'๏ผŒๅ‘จ็บฟ๏ผš'1w'๏ผŒๆœˆ็บฟ๏ผš'1M'"}}}}]
@sanjoy1234/multi-search-mcp
Multi-Search MCP Server
Enable multi-source search capabilities through a unified interface. Integrate various search engines and data sources seamlessly to enhance information retrieval. Simplify complex search workflows by consolidating results from multiple providers.
2025-04-21T17:52:07.407Z
7
https://smithery.ai/server/@sanjoy1234/multi-search-mcp
true
null
{ "scanPassed": true }
[{'name': 'google_search', 'description': 'Run a Google search via SerpApi (Custom Search no longer needed).', 'inputSchema': {'type': 'object', 'title': 'google_searchArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'brave_search', 'description': 'Fetch search results from Brave News API.', 'inputSchema': {'type': 'object', 'title': 'brave_searchArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'duck_search', 'description': 'Query DuckDuckGo Instant Answer API (no key required).', 'inputSchema': {'type': 'object', 'title': 'duck_searchArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}]
@isdaniel/mcp-metal-price
Metal Price Server
Provide current and historical precious metal prices including gold, silver, platinum, and palladium in multiple currencies. Query prices by metal symbol and date to get accurate market data. Easily integrate metal price information into your applications via a simple MCP tool.
2025-04-20T09:11:12.419Z
7
https://smithery.ai/server/@isdaniel/mcp-metal-price
true
null
{ "scanPassed": true }
[{'name': 'get_gold_price', 'description': 'Get current gold price in specified currency', 'inputSchema': {'type': 'object', 'required': ['currency', 'metal'], 'properties': {'date': {'type': 'string', 'default': '', 'description': 'Historical date (YYYYMMDD format, optional)'}, 'metal': {'type': 'string', 'default': 'XAU', 'description': 'Metal symbol (XAU, XAG, XPT, XPD)'}, 'currency': {'type': 'string', 'default': 'USD', 'description': 'Currency code (ISO 4217 format e.g. USD, EUR)'}}}}]
@xiyuefox/mcp-server-perplexity
Perplexity MCP Server
Request chat completions with citations from Perplexity. Enhance your applications with powerful conversational capabilities by integrating the Perplexity API seamlessly. Experience efficient and informative interactions with minimal setup.
2025-03-11T03:19:30.903Z
7
https://smithery.ai/server/@xiyuefox/mcp-server-perplexity
true
null
{ "scanPassed": true }
[{'name': 'ask_perplexity', 'description': "\nPerplexity equips agents with a specialized tool for efficiently\ngathering source-backed information from the internet, ideal for\nscenarios requiring research, fact-checking, or contextual data to\ninform decisions and responses.\nEach response includes citations, which provide transparent references\nto the sources used for the generated answer, and choices, which\ncontain the model's suggested responses, enabling users to access\nreliable information and diverse perspectives.\nThis function may encounter timeout errors due to long processing times,\nbut retrying the operation can lead to successful completion.\n[Response structure]\n- id: An ID generated uniquely for each response.\n- model: The model used to generate the response.\n- object: The object type, which always equals `chat.completion`.\n- created: The Unix timestamp (in seconds) of when the completion was\n created.\n- citations[]: Citations for the generated answer.\n- choices[]: The list of completion choices the model generated for the\n input prompt.\n- usage: Usage statistics for the completion request.\n", 'inputSchema': {'type': 'object', 'required': ['model', 'messages'], 'properties': {'model': {'enum': ['llama-3.1-sonar-small-128k-online'], 'type': 'string', 'description': 'The name of the model that will complete your prompt.'}, 'messages': {'type': 'array', 'items': {'type': 'object', 'required': ['content', 'role'], 'properties': {'role': {'enum': ['system', 'user', 'assistant'], 'type': 'string', 'description': 'The role of the speaker in this turn of conversation. After the (optional) system message, user and assistant roles should alternate with user then assistant, ending in user.'}, 'content': {'type': 'string', 'description': 'The contents of the message in this turn of conversation.'}}}, 'description': 'A list of messages comprising the conversation so far.'}}}}]
@davidrojasliblab/test
Liblab Translation SDK
Provide seamless integration with a wide range of translation APIs including Morse code, Braille, Star Wars dialects, Pirate Speak, and more. Enable your applications to translate text into various fun and unique languages effortlessly. Simplify adding diverse language translation capabilities to your projects with easy-to-use SDK methods.
2025-04-16T21:12:26.083Z
7
https://smithery.ai/server/@davidrojasliblab/test
true
null
{ "scanPassed": true }
[{'name': 'get_translate_morse', 'description': 'Translate from English to morse code.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_morse2english', 'description': 'Translate from Morse code to English.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_morse_audio', 'description': 'Translate from English to morse code and get the result as an audio file.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}, 'tone': {'type': 'number', 'description': 'Audio Tone FrequencyHz'}, 'speed': {'type': 'number', 'description': 'Audio Speed WordsMinute'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_braille', 'description': 'Translate from English to Braille. This is what you use if you have a braille display. This API translates the English text into characters that a braille display understands and you can feed the translated text directly to the display.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_braille_dots', 'description': 'Use this to see which dots are enabled for each Braille letters. This is highly educational to see which dots are enabled and can potentially drive a non braille display which works on individual dots.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_braille_unicode', 'description': 'Translate from English to Braille Unicode characters.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_braille_image', 'description': 'Translate from English to Braille image characters. This is probably what you want to use if you are displaying braille in a browser.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_braille_html', 'description': 'Translate from English to Braille Image characters. This is probably what you want to use if you are displaying braille in a browser.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_yoda', 'description': 'Translate from English to Yoda Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_sith', 'description': 'Translate from English to Sith Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_cheunh', 'description': 'Translate from English to Starwars cheunh.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_gungan', 'description': 'Translate from English to Starwars Gungan Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_mandalorian', 'description': 'Translate from English to Starwars Mandalorian Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_huttese', 'description': 'Translate from English to Starwars Huttese Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_vulcan', 'description': 'Translate from English to Startrek Vulcan Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_klingon', 'description': 'Translate from English to Startrek Klingon Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_sindarin', 'description': 'Translate from English to Elvish Sindarin Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_quneya', 'description': 'Translate from English to Elvish Quenya Language.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_pirate', 'description': 'Translate from English to Pirate Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_minion', 'description': 'Translate from English to Minion Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_ferblatin', 'description': 'Translate from English to Ferb Latin.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_chef', 'description': 'Translate from English to Swedish Chef speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_dolan', 'description': 'Translate from English to Dolan Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_fudd', 'description': 'Translate from English to Fudd Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_valspeak', 'description': 'Translate from English to Valley Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_jive', 'description': 'Translate from normal English to Jive Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_cockney', 'description': 'Translate from English to Cockney Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_brooklyn', 'description': 'Translate from English to Brooklyn Speak.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_piglatin', 'description': 'Translate from English to Pig Latin.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_dothraki', 'description': 'Translate from English to Dothraki.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_valyrian', 'description': 'Translate from English to Valyrian.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_oldenglish', 'description': 'Translate from English to Old English.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_shakespeare', 'description': 'Translate from English to Shakespeare English.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_us2uk', 'description': 'Translate from US English to UK English.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_uk2us', 'description': 'Translate from UK English to US English.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_translate_ermahgerd', 'description': 'Translate from English to ERMAHGERD.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'params': {'type': 'object', 'properties': {'text': {'type': 'string', 'description': 'Text to translate'}}, 'additionalProperties': False}, 'requestConfig': {'type': 'object', 'properties': {'retry': {'type': 'object', 'required': ['attempts'], 'properties': {'delayMs': {'type': 'number', 'description': 'Delay in milliseconds between retry attempts'}, 'attempts': {'type': 'number', 'description': 'Number of times a request should be retried upon failure'}}, 'description': 'Configuration for request retry behavior', 'additionalProperties': False}, 'baseUrl': {'type': 'string', 'description': 'Base URL for the API requests'}, 'validation': {'type': 'object', 'properties': {'responseValidation': {'type': 'boolean', 'description': 'Whether the response should be validated against a schema'}}, 'description': 'Settings related to request and response validation', 'additionalProperties': False}}, 'description': 'Configuration object for customizing request behavior', 'additionalProperties': False}}, 'additionalProperties': False}}]
@QuantML-Github/alpha-vantage-mcp
Alpha Vantage MCP Server
Access real-time financial market data effortlessly. Retrieve stock quotes, company information, and cryptocurrency exchange rates with a standardized interface. Enhance your applications with reliable financial insights using the Alpha Vantage API.
2025-04-02T01:02:29.060Z
7
https://smithery.ai/server/@QuantML-Github/alpha-vantage-mcp
true
null
{ "scanPassed": true }
[{'name': 'get-stock-quote', 'description': 'Get current stock quote information', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Stock symbol (e.g., AAPL, MSFT)'}}}}, {'name': 'get-company-info', 'description': 'Get detailed company information', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Stock symbol (e.g., AAPL, MSFT)'}}}}, {'name': 'get-crypto-exchange-rate', 'description': 'Get current cryptocurrency exchange rate', 'inputSchema': {'type': 'object', 'required': ['crypto_symbol'], 'properties': {'market': {'type': 'string', 'default': 'USD', 'description': 'Market currency (e.g., USD, EUR)'}, 'crypto_symbol': {'type': 'string', 'description': 'Cryptocurrency symbol (e.g., BTC, ETH)'}}}}, {'name': 'get-time-series', 'description': 'Get daily time series data for a stock', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Stock symbol (e.g., AAPL, MSFT)'}, 'outputsize': {'enum': ['compact', 'full'], 'type': 'string', 'default': 'compact', 'description': 'compact (latest 100 data points) or full (up to 20 years of data)'}}}}, {'name': 'get-historical-options', 'description': 'Get historical options chain data for a stock with sorting capabilities', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'date': {'type': 'string', 'pattern': '^20[0-9]{2}-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12][0-9]|3[01])$', 'description': 'Optional: Trading date in YYYY-MM-DD format (defaults to previous trading day, must be after 2008-01-01)'}, 'limit': {'type': 'integer', 'default': 10, 'minimum': -1, 'description': 'Optional: Number of contracts to return (default: 10, use -1 for all contracts)'}, 'symbol': {'type': 'string', 'description': 'Stock symbol (e.g., AAPL, MSFT)'}, 'sort_by': {'enum': ['strike', 'expiration', 'volume', 'open_interest', 'implied_volatility', 'delta', 'gamma', 'theta', 'vega', 'rho', 'last', 'bid', 'ask'], 'type': 'string', 'default': 'strike', 'description': 'Optional: Field to sort by'}, 'sort_order': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Optional: Sort order'}}}}]
@Streen9/azure-mcp
Azure MCP
Enable Claude Desktop to manage Azure resources through natural language queries.
2025-02-23T01:00:18.008Z
7
https://smithery.ai/server/@Streen9/azure-mcp
true
null
{ "scanPassed": true }
[{'name': 'run-azure-code', 'description': 'Run Azure code', 'inputSchema': {'type': 'object', 'required': ['reasoning', 'code'], 'properties': {'code': {'type': 'string', 'description': 'Your job is to answer questions about Azure environment by writing Javascript code using Azure SDK. The code must adhere to a few rules:\n- Use the provided client instances: \'resourceClient\' for ResourceManagementClient and \'subscriptionClient\' for SubscriptionClient\n- DO NOT create new client instances or import Azure SDK packages\n- Use async/await and promises\n- Think step-by-step before writing the code\n- Avoid hardcoded values like Resource IDs\n- Handle errors gracefully\n- Handle pagination correctly using for-await-of loops\n- Data returned must be JSON containing only the minimal amount of data needed\n- Code MUST "return" a value: string, number, boolean or JSON object'}, 'tenantId': {'type': 'string', 'description': 'Azure Tenant ID'}, 'reasoning': {'type': 'string', 'description': 'The reasoning behind the code'}, 'subscriptionId': {'type': 'string', 'description': 'Azure Subscription ID'}}}}, {'name': 'list-tenants', 'description': 'List all available Azure tenants', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'select-tenant', 'description': 'Select Azure tenant and subscription', 'inputSchema': {'type': 'object', 'required': ['tenantId', 'subscriptionId'], 'properties': {'tenantId': {'type': 'string', 'description': 'Azure Tenant ID to select'}, 'subscriptionId': {'type': 'string', 'description': 'Azure Subscription ID to select'}}}}]
@roman0211/mcp-crypto-price
Crypto Price & Market Analysis 123
Provide real-time cryptocurrency data and market analysis. Access current prices, historical trends, and detailed market insights through an easy-to-use interface.
2025-04-10T07:11:26.960Z
7
https://smithery.ai/server/@roman0211/mcp-crypto-price
true
null
{ "scanPassed": true }
[{'name': 'get-crypto-price', 'description': 'Get current price and 24h stats for a cryptocurrency', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Cryptocurrency symbol (e.g., BTC, ETH)'}}}}, {'name': 'get-market-analysis', 'description': 'Get detailed market analysis including top exchanges and volume distribution', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Cryptocurrency symbol (e.g., BTC, ETH)'}}}}, {'name': 'get-historical-analysis', 'description': 'Get historical price analysis with customizable timeframe', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'days': {'type': 'number', 'default': 7, 'description': 'Number of days to analyze (1-30)'}, 'symbol': {'type': 'string', 'description': 'Cryptocurrency symbol (e.g., BTC, ETH)'}, 'interval': {'type': 'string', 'default': 'h1', 'description': 'Time interval (m5, m15, m30, h1, h2, h6, h12, d1)'}}}}]
@nqdhocai/test-mcp-smithery
Smithery
Enhance your applications with dynamic context integration. Seamlessly connect your LLMs to external data and tools for enriched interactions and real-time data manipulation.
2025-04-13T08:25:21.254Z
7
https://smithery.ai/server/@nqdhocai/test-mcp-smithery
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': '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}}]
@BitlyExchange/exchange
Bitly Exchange MCP Server
Provide MCP service for Bitly Exchange Traders. Bitly Exchange is an Fully-Onchain Orderbook-based Crypto Exchange providing safe and fast exchange service. You can use Bitly MCP server to make limit/market orders, look up orderbook, K-lines, trading history, balances and more in Bitly. For now, it supports the following blockchains: 1. Base Sepolia (testnet): - networkId: 84532 2. Redstone: - networkId: 690 3. Base Mainnet: - networkId: 8453 4. Polygon: - networkId: 137
2025-04-26T05:43:24.501Z
7
https://smithery.ai/server/@BitlyExchange/exchange
true
https://spjawbfpwezjfmicโ€ฆe1c2edeb5081.jpg
{ "scanPassed": true }
[{'name': 'get_balance', 'description': 'Retrieves the current token balance deposited in Bitly Exchange for a specific token contract. Requires network ID (chain ID) and ERC20 token contract address. Returns a stringified JSON object mapping token addresses to their real (human-readable) balance amounts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'tokenAddress'], 'properties': {'networkId': {'type': 'number'}, 'tokenAddress': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_trade_pairs_info', 'description': 'Fetches trading pair information including market addresses, display names, and base/quote token details. Requires network ID and array of pair IDs. Returns an array of ExchangeMarketType objects containing marketAddress, displayName, tokenX, and tokenY information. Leave pairIds to empty array to get all pairs.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_tokens_info', 'description': 'Retrieves metadata and on-chain information for specified ERC20 tokens. Requires network ID and array of token contract addresses. Returns an array of TokenInfoTypeWithAddress objects containing symbol, name, decimals, and address for each token. Leave tokensAddress to empty array to get all tokens.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'tokensAddress'], 'properties': {'networkId': {'type': 'number'}, 'tokensAddress': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'get_trade_volumes', 'description': 'Calculates trading volumes for specified pairs over a given time period. Requires network ID, array of pair IDs, and relative time window in seconds. Returns a MarketsVolumes object mapping market addresses to their real (human-readable) volume amounts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds', 'relativeTimeInSec'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}, 'relativeTimeInSec': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_orderbook', 'description': 'Retrieves the complete order book for a trading pair within specified price range. Requires network ID, pair ID, and price range (low/high). Returns an OrderbookType object with arrays of asks and bids, each containing direction, price and amount information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId', 'priceRange'], 'properties': {'pairId': {'type': 'string'}, 'networkId': {'type': 'number'}, 'priceRange': {'type': 'object', 'required': ['low', 'high'], 'properties': {'low': {'type': 'number'}, 'high': {'type': 'number'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get_my_open_orders', 'description': 'Lists all currently open limit orders for the authenticated wallet across specified trading pairs. Requires network ID and array of pair IDs. Returns an ExchangeOrderDetails object mapping market addresses to arrays of objects with the following properties: sold (number), earned (number), selling (number), price (number), and direction (OrderDirection).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'place_limit_order', 'description': 'Submits a new limit order to the exchange. Requires network ID, pair ID, direction (BUY/SELL), price, and volume. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId', 'direction', 'price', 'volume'], 'properties': {'price': {'type': 'number'}, 'pairId': {'type': 'string'}, 'volume': {'type': 'number'}, 'direction': {'enum': ['BUY', 'SELL'], 'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'place_market_order', 'description': 'Executes an immediate market order at current best available price. Requires network ID, pair ID, direction (BUY/SELL), volume, current price estimate, and maximum acceptable slippage percentage. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId', 'direction', 'volume', 'curPrice', 'slippage'], 'properties': {'pairId': {'type': 'string'}, 'volume': {'type': 'number'}, 'curPrice': {'type': 'number'}, 'slippage': {'type': 'number'}, 'direction': {'enum': ['BUY', 'SELL'], 'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'cancel_limit_order', 'description': 'Cancels a specific open limit order identified by its market, direction and price point. Requires network ID, pair ID, direction (BUY/SELL), and exact price point. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId', 'direction', 'point'], 'properties': {'point': {'type': 'number'}, 'pairId': {'type': 'string'}, 'direction': {'enum': ['BUY', 'SELL'], 'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'cancel_all_limit_order', 'description': 'Cancels all open limit orders for the authenticated wallet in a specific market. Requires network ID and pair ID. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId'], 'properties': {'pairId': {'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'claim_earning', 'description': 'Claims trading rewards for a specific filled limit order. Requires network ID, pair ID, direction (BUY/SELL), and exact price point. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId', 'direction', 'point'], 'properties': {'point': {'type': 'number'}, 'pairId': {'type': 'string'}, 'direction': {'enum': ['BUY', 'SELL'], 'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'claim_all_earnings', 'description': 'Claims all available trading rewards for the authenticated wallet in a specific market. Requires network ID and pair ID. Returns a stringified ContractTransaction object containing the transaction details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairId'], 'properties': {'pairId': {'type': 'string'}, 'networkId': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_finished_orders', 'description': 'Retrieves historical order data for filled/cancelled orders within a specified time range. Requires network ID, array of pair IDs, and from/to timestamps (in seconds relative to now). Returns an ExchangeOrdersType object mapping market addresses to arrays of order information including direction, volume, price, timestamp, and transaction hash.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds', 'relativeFromInSec', 'relativeToInSec'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}, 'relativeToInSec': {'type': 'number'}, 'relativeFromInSec': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_market_order_history', 'description': 'Fetches trade history for specified markets. Requires network ID, array of pair IDs, and from/to timestamps (in seconds relative to now). Returns an ExchangeOrdersType object mapping market addresses to arrays of order information including direction, volume, price, timestamp, and transaction hash.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds', 'relativeFromInSec', 'relativeToInSec'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}, 'relativeToInSec': {'type': 'number'}, 'relativeFromInSec': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_prices', 'description': 'Retrieves current or historical price data for specified trading pairs. Requires network ID, array of pair IDs, and timestamp (in seconds relative to now). Returns a PricesMap object mapping market addresses to their current price values.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds', 'relativeTimeInSec'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}, 'relativeTimeInSec': {'type': 'number'}}, 'additionalProperties': False}}, {'name': 'get_klines', 'description': 'Fetches OHLCV (Open-High-Low-Close-Volume) candle data for technical analysis. Requires network ID, array of pair IDs, candle resolution (60s, 240s, 1D), and from/to timestamps. Returns arrays of CandleResult objects containing open, high, low, close, volume, symbol, and time information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkId', 'pairIds', 'resolution', 'relativeFromInSec', 'relativeToInSec'], 'properties': {'pairIds': {'type': 'array', 'items': {'type': 'string'}}, 'networkId': {'type': 'number'}, 'resolution': {'enum': ['60', '240', '1D'], 'type': 'string'}, 'relativeToInSec': {'type': 'number'}, 'relativeFromInSec': {'type': 'number'}}, 'additionalProperties': False}}]
@Antipas/mcp-4oimage
4o-image Image Generation Server
Generate and edit high-quality images using simple text prompts. Transform existing images or create new art, 3D characters, and custom visuals with real-time progress updates. Automatically open generated images in your browser for immediate viewing.
2025-04-22T09:35:37.798Z
7
https://smithery.ai/server/@Antipas/mcp-4oimage
true
https://spjawbfpwezjfmicโ€ฆ5ebce8fee089.jpg
{ "scanPassed": true }
[{'name': 'generateImage', 'description': 'Generate images using the 4o-image API and automatically open the results in your browser.\n\nThis tool generates images based on your prompt and automatically opens them in your default browser, while also returning a clickable link.\n\nThe tool supports two modes:\n1. Text-to-image - Create new images using just a text prompt\n2. Image editing - Provide a base image and prompt for editing or style transfer\n\nThe response will include a direct link to the generated image and detailed information.\n\nVisit our website: https://4o-image.app/', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Text description of the desired image content'}, 'imageBase64': {'type': 'string', 'description': 'Optional base image (Base64 encoded) for image editing or upscaling'}}}}]
@RusianHu/weibo_hotsearch_mcp
Weibo Hot Search Service - ่Žทๅ–ๅพฎๅš็ƒญๆœ
Provide real-time access to the top 10 trending topics on Weibo without requiring user authentication. Easily integrate trending data into AI assistants supporting MCP protocol for enhanced social media insights. Analyze and explore popular topics effortlessly within your AI workflows.
2025-04-26T18:20:13.748Z
7
https://smithery.ai/server/@RusianHu/weibo_hotsearch_mcp
true
null
{ "scanPassed": true }
[{'name': 'get_hot_search', 'description': '\n ่Žทๅ–ๅพฎๅš็ƒญๆœๆฆœๅ‰10ๆกๅ†…ๅฎน\n\n Returns:\n List[str]: ็ƒญๆœๅˆ—่กจ๏ผŒๅฆ‚ๆžœ่Žทๅ–ๅคฑ่ดฅๅˆ™่ฟ”ๅ›ž้”™่ฏฏไฟกๆฏ\n ', 'inputSchema': {'type': 'object', 'title': 'get_hot_searchArguments', 'properties': {}}}]
mapbox-mcp-server
Mapbox Server
Navigation and mapping tools using the Mapbox API.
2025-01-01T08:54:20.046Z
7
https://smithery.ai/server/mapbox-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'mapbox_directions', 'description': 'Get navigation route between two points', 'inputSchema': {'type': 'object', 'required': ['coordinates'], 'properties': {'profile': {'enum': ['driving-traffic', 'driving', 'walking', 'cycling'], 'type': 'string', 'default': 'driving-traffic', 'description': 'Navigation mode'}, 'coordinates': {'type': 'array', 'items': {'type': 'object', 'required': ['longitude', 'latitude'], 'properties': {'latitude': {'type': 'number', 'maximum': 90, 'minimum': -90, 'description': 'Latitude'}, 'longitude': {'type': 'number', 'maximum': 180, 'minimum': -180, 'description': 'Longitude'}}}, 'description': 'Array of coordinates'}}}}, {'name': 'mapbox_directions_by_places', 'description': 'Get navigation route between multiple places using their names', 'inputSchema': {'type': 'object', 'required': ['places'], 'properties': {'places': {'type': 'array', 'items': {'type': 'string'}, 'minItems': 2, 'description': 'Array of place names to route between'}, 'profile': {'enum': ['driving-traffic', 'driving', 'walking', 'cycling'], 'type': 'string', 'default': 'driving', 'description': 'Navigation mode'}, 'language': {'type': 'string', 'pattern': '^[a-z]{2}$', 'description': 'Language for geocoding results'}}}}, {'name': 'mapbox_matrix', 'description': 'Calculate travel time and distance matrices between coordinates', 'inputSchema': {'type': 'object', 'required': ['coordinates'], 'properties': {'profile': {'enum': ['driving', 'walking', 'cycling'], 'type': 'string', 'default': 'driving', 'description': 'Navigation mode'}, 'sources': {'type': 'array', 'items': {'type': 'number', 'minimum': 0}, 'description': 'Indices of source coordinates'}, 'bearings': {'type': 'array', 'items': {'type': 'object', 'required': ['angle', 'deviation'], 'properties': {'angle': {'type': 'number', 'maximum': 360, 'minimum': 0, 'description': 'Angle in degrees from true north'}, 'deviation': {'type': 'number', 'maximum': 180, 'minimum': 0, 'description': 'Allowed deviation in degrees'}}}, 'description': 'Bearings for coordinates'}, 'depart_at': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$', 'description': 'Departure time in ISO 8601 format'}, 'approaches': {'type': 'array', 'items': {'enum': ['unrestricted', 'curb'], 'type': 'string'}, 'description': 'Approaches to coordinates'}, 'annotations': {'enum': ['duration', 'distance', 'duration,distance'], 'type': 'string', 'default': 'duration,distance', 'description': 'Type of matrix to return'}, 'coordinates': {'type': 'array', 'items': {'type': 'object', 'required': ['longitude', 'latitude'], 'properties': {'latitude': {'type': 'number', 'maximum': 90, 'minimum': -90, 'description': 'Latitude'}, 'longitude': {'type': 'number', 'maximum': 180, 'minimum': -180, 'description': 'Longitude'}}}, 'maxItems': 25, 'minItems': 2, 'description': 'Array of coordinates'}, 'destinations': {'type': 'array', 'items': {'type': 'number', 'minimum': 0}, 'description': 'Indices of destination coordinates'}, 'fallback_speed': {'type': 'number', 'minimum': 0, 'description': 'Speed for direct path calculation when no route exists'}}}}, {'name': 'mapbox_matrix_by_places', 'description': 'Calculate travel time and distance matrices between places using their names', 'inputSchema': {'type': 'object', 'required': ['places'], 'properties': {'places': {'type': 'array', 'items': {'type': 'string'}, 'maxItems': 25, 'minItems': 2, 'description': 'Array of place names'}, 'profile': {'enum': ['driving', 'walking', 'cycling'], 'type': 'string', 'default': 'driving', 'description': 'Navigation mode'}, 'sources': {'type': 'array', 'items': {'type': 'number', 'minimum': 0}, 'description': 'Indices of source places'}, 'language': {'type': 'string', 'pattern': '^[a-z]{2}$', 'description': 'Language for geocoding results'}, 'depart_at': {'type': 'string', 'pattern': '^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$', 'description': 'Departure time in ISO 8601 format'}, 'annotations': {'enum': ['duration', 'distance', 'duration,distance'], 'type': 'string', 'default': 'duration,distance', 'description': 'Type of matrix to return'}, 'destinations': {'type': 'array', 'items': {'type': 'number', 'minimum': 0}, 'description': 'Indices of destination places'}, 'fallback_speed': {'type': 'number', 'minimum': 0, 'description': 'Speed for direct path calculation when no route exists'}}}}, {'name': 'mapbox_geocoding', 'description': 'Search for places and convert addresses into coordinates', 'inputSchema': {'type': 'object', 'required': ['searchText'], 'properties': {'limit': {'type': 'number', 'default': 5, 'maximum': 10, 'minimum': 1, 'description': 'Limit the number of results'}, 'types': {'type': 'array', 'items': {'enum': ['country', 'region', 'postcode', 'district', 'place', 'locality', 'neighborhood', 'address', 'poi'], 'type': 'string'}, 'description': 'Filter results by feature types'}, 'language': {'type': 'string', 'pattern': '^[a-z]{2}$', 'description': 'Language of the search results'}, 'fuzzyMatch': {'type': 'boolean', 'default': True, 'description': 'Enable/disable fuzzy matching'}, 'searchText': {'type': 'string', 'description': 'The search text to geocode'}}}}]
@aguaitech/Elementor-MCP
Elementor MCP Server
Perform CRUD operations on Elementor page data seamlessly. Integrate with your WordPress site to manage Elementor content programmatically. Simplify Elementor project workflows with this dedicated MCP server.
2025-04-23T07:01:21.574Z
7
https://smithery.ai/server/@aguaitech/Elementor-MCP
true
null
{ "scanPassed": true }
[{'name': 'create_page', 'description': 'Creates a new page in WordPress with Elementor data, it will return the created page ID.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['title', 'elementor_data'], 'properties': {'title': {'type': 'string', 'description': 'The title for the new page (required).'}, 'status': {'enum': ['publish', 'future', 'draft', 'pending', 'private'], 'type': 'string', 'description': "The status for the page (e.g., 'publish', 'draft'). Defaults to 'draft' on create."}, 'content': {'type': 'string', 'description': 'The standard WordPress content for the page (optional).'}, 'elementor_data': {'type': 'string', 'description': 'The Elementor page data as a JSON string (required for create).'}}, 'additionalProperties': False}}, {'name': 'get_page', 'description': 'Retrieves a specific page from WordPress by its ID, including meta fields like _elementor_data.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'pageId': {'type': 'integer', 'description': 'The ID of the page to retrieve.', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'download_page_to_file', 'description': 'Downloads a specific page from WordPress by its ID, including meta fields like _elementor_data, and saves it to a file.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId', 'filePath'], 'properties': {'pageId': {'type': 'integer', 'description': 'The ID of the page to download.', 'exclusiveMinimum': 0}, 'filePath': {'type': 'string', 'description': 'The path to save the file to, have to be the absolute path.'}, 'onlyElementorData': {'type': 'boolean', 'default': False, 'description': 'Whether to only save the _elementor_data field to the file, defaults to false.'}}, 'additionalProperties': False}}, {'name': 'update_page', 'description': 'Updates an existing page in WordPress with Elementor data, it will return a boolean value to indicate if the update was successful.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'title': {'type': 'string', 'description': 'The title for the page.'}, 'pageId': {'type': 'integer', 'description': 'The ID of the page to update.', 'exclusiveMinimum': 0}, 'status': {'enum': ['publish', 'future', 'draft', 'pending', 'private'], 'type': 'string', 'description': "The status for the page (e.g., 'publish', 'draft')."}, 'content': {'type': 'string', 'description': 'The standard WordPress content for the page (optional).'}, 'elementor_data': {'type': 'string', 'description': 'The Elementor page data as a JSON string. Optional for update.'}}, 'additionalProperties': False}}, {'name': 'update_page_from_file', 'description': 'Updates an existing page in WordPress with Elementor data from a file, it will return a boolean value to indicate if the update was successful.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId', 'elementorFilePath'], 'properties': {'title': {'type': 'string', 'description': 'The title for the page.'}, 'pageId': {'type': 'integer', 'description': 'The ID of the page to update.', 'exclusiveMinimum': 0}, 'status': {'enum': ['publish', 'future', 'draft', 'pending', 'private'], 'type': 'string', 'description': "The status for the page (e.g., 'publish', 'draft')."}, 'contentFilePath': {'type': 'string', 'description': 'The absolute path to the file to update the WordPress content from, optional.'}, 'elementorFilePath': {'type': 'string', 'description': 'The absolute path to the file to update the Elementor data from.'}}, 'additionalProperties': False}}, {'name': 'delete_page', 'description': 'Deletes a specific page from WordPress, it will return a boolean value to indicate if the deletion was successful.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pageId'], 'properties': {'force': {'type': 'boolean', 'default': False, 'description': 'Whether to bypass the trash and force deletion. Defaults to false.'}, 'pageId': {'type': 'integer', 'description': 'The ID of the page to delete.', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get_page_id_by_slug', 'description': 'Retrieves the ID of a specific WordPress page by its slug.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['slug'], 'properties': {'slug': {'type': 'string', 'description': 'The slug (URL-friendly name) of the page to find.'}}, 'additionalProperties': False}}]
@tomekkorbak/oura-mcp-server
Oura API Integration Server
Access sleep, readiness, and resilience data from the Oura API.
2025-02-28T01:01:03.610Z
7
https://smithery.ai/server/@tomekkorbak/oura-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_sleep_data', 'description': '\n Get sleep data for a specific date range.\n\n Args:\n start_date: Start date in ISO format (YYYY-MM-DD)\n end_date: End date in ISO format (YYYY-MM-DD)\n\n Returns:\n Dictionary containing sleep data\n ', 'inputSchema': {'type': 'object', 'title': 'get_sleep_dataArguments', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_readiness_data', 'description': '\n Get readiness data for a specific date range.\n\n Args:\n start_date: Start date in ISO format (YYYY-MM-DD)\n end_date: End date in ISO format (YYYY-MM-DD)\n\n Returns:\n Dictionary containing readiness data\n ', 'inputSchema': {'type': 'object', 'title': 'get_readiness_dataArguments', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_resilience_data', 'description': '\n Get resilience data for a specific date range.\n\n Args:\n start_date: Start date in ISO format (YYYY-MM-DD)\n end_date: End date in ISO format (YYYY-MM-DD)\n\n Returns:\n Dictionary containing resilience data\n ', 'inputSchema': {'type': 'object', 'title': 'get_resilience_dataArguments', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}}}}, {'name': 'get_today_sleep_data', 'description': '\n Get sleep data for today.\n\n Returns:\n Dictionary containing sleep data for today\n ', 'inputSchema': {'type': 'object', 'title': 'get_today_sleep_dataArguments', 'properties': {}}}, {'name': 'get_today_readiness_data', 'description': '\n Get readiness data for today.\n\n Returns:\n Dictionary containing readiness data for today\n ', 'inputSchema': {'type': 'object', 'title': 'get_today_readiness_dataArguments', 'properties': {}}}, {'name': 'get_today_resilience_data', 'description': '\n Get resilience data for today.\n\n Returns:\n Dictionary containing resilience data for today\n ', 'inputSchema': {'type': 'object', 'title': 'get_today_resilience_dataArguments', 'properties': {}}}]
@oraichain/orai-multichain-mcp
Oraichain Multichain Server
Connect and interact with multichain data seamlessly. Leverage the power of Oraichain to query blockchain information and integrate with AI agents effortlessly.
2025-03-25T01:05:55.769Z
6
https://smithery.ai/server/@oraichain/orai-multichain-mcp
true
null
{ "scanPassed": true }
[{'name': 'oraichain_balance', 'description': 'Get the balance of a Oraichain wallet.\n\n If you want to get the balance of your first wallet, you don\'t need to provide the accountIndex.\n\n Inputs ( input is a JSON string ):\n denom: string, eg: "orai",\n address: string, eg: "orai1...",\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['denom', 'address'], 'properties': {'denom': {'type': 'string', 'description': 'The denomination of the coin'}, 'address': {'type': 'string', 'description': 'The address of the wallet'}}, 'additionalProperties': False}}, {'name': 'delegate', 'description': "Delegate tokens to a validator on Oraichain.\n\n Inputs:\n delegatorAddress: string - The address of the delegator\n validatorAddress: string - The address of the validator to delegate to\n amount: string - The amount to delegate in ORAI\n publicKey: string - The delegator's public key for signing\n ", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegatorAddress', 'validatorAddress', 'amount', 'publicKey'], 'properties': {'amount': {'type': 'string', 'description': 'The amount to delegate in ORAI'}, 'publicKey': {'type': 'string', 'description': "The delegator's public key for signing"}, 'delegatorAddress': {'type': 'string', 'description': 'The address of the delegator'}, 'validatorAddress': {'type': 'string', 'description': 'The address of the validator to delegate to'}}, 'additionalProperties': False}}, {'name': 'getDelegations', 'description': 'Get all delegations for a delegator on Oraichain.\n\n Inputs (input is a JSON string):\n delegatorAddress: string - The address of the delegator\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegatorAddress'], 'properties': {'delegatorAddress': {'type': 'string', 'description': 'The address of the delegator'}}, 'additionalProperties': False}}, {'name': 'getValidatorInfo', 'description': 'Get validator information including commission on Oraichain.\n\n Inputs (input is a JSON string):\n validatorAddress: string - The address of the validator\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['validatorAddress'], 'properties': {'validatorAddress': {'type': 'string', 'description': 'The address of the validator'}}, 'additionalProperties': False}}, {'name': 'redelegate', 'description': "Redelegate tokens from one validator to another on Oraichain.\n\n Inputs (input is a JSON string):\n delegatorAddress: string - The address of the delegator\n validatorSrcAddress: string - The address of the source validator\n validatorDstAddress: string - The address of the destination validator\n amount: string - The amount to redelegate in ORAI\n publicKey: string - The delegator's public key for signing\n ", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegatorAddress', 'validatorSrcAddress', 'validatorDstAddress', 'amount', 'publicKey'], 'properties': {'amount': {'type': 'string', 'description': 'The amount to redelegate in ORAI'}, 'publicKey': {'type': 'string', 'description': "The delegator's public key for signing"}, 'delegatorAddress': {'type': 'string', 'description': 'The address of the delegator'}, 'validatorDstAddress': {'type': 'string', 'description': 'The address of the destination validator'}, 'validatorSrcAddress': {'type': 'string', 'description': 'The address of the source validator'}}, 'additionalProperties': False}}, {'name': 'undelegate', 'description': "Undelegate tokens from a validator on Oraichain.\n\n Inputs (input is a JSON string):\n delegatorAddress: string - The address of the delegator\n validatorAddress: string - The address of the validator to undelegate from\n amount: string - The amount to undelegate in ORAI\n publicKey: string - The delegator's public key for signing\n ", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['delegatorAddress', 'validatorAddress', 'amount', 'publicKey'], 'properties': {'amount': {'type': 'string', 'description': 'The amount to undelegate in ORAI'}, 'publicKey': {'type': 'string', 'description': "The delegator's public key for signing"}, 'delegatorAddress': {'type': 'string', 'description': 'The address of the delegator'}, 'validatorAddress': {'type': 'string', 'description': 'The address of the validator to undelegate from'}}, 'additionalProperties': False}}, {'name': 'claimCommission', 'description': "Claim validator commission rewards on Oraichain.\n\n Inputs (input is a JSON string):\n validatorAddress: string - The address of the validator\n publicKey: string - The validator's public key for signing\n ", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['validatorAddress', 'publicKey'], 'properties': {'publicKey': {'type': 'string', 'description': "The validator's public key for signing"}, 'validatorAddress': {'type': 'string', 'description': 'The address of the validator'}}, 'additionalProperties': False}}, {'name': 'oraichain_token_transfer', 'description': 'Transfer a token with an amount to a recipient address.\n\n Inputs (input is a JSON string):\n senderAddress: string - The sender address\n recipient: string - The recipient address\n publicKey: string - The public key of the sender\n amount: {\n amount: string - The amount of tokens to transfer\n denom: string - The denom of the token to transfer\n }\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['senderAddress', 'recipient', 'publicKey', 'amount'], 'properties': {'amount': {'type': 'object', 'required': ['amount', 'denom'], 'properties': {'denom': {'type': 'string', 'description': 'The denom of the token to transfer'}, 'amount': {'type': 'string', 'description': 'The amount of tokens to transfer'}}, 'additionalProperties': False}, 'publicKey': {'type': 'string', 'description': 'The public key of the sender'}, 'recipient': {'type': 'string', 'description': 'The recipient address'}, 'senderAddress': {'type': 'string', 'description': 'The sender address'}}, 'additionalProperties': False}}, {'name': 'oraichain_broadcast_tx', 'description': 'Broadcast a signed transaction to the network.\n\n Inputs (input is a JSON string):\n signedTx: string - The signed transaction in base64 format\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['signedTx'], 'properties': {'signedTx': {'type': 'string', 'description': 'The signed transaction in base64 format'}}, 'additionalProperties': False}}, {'name': 'oraichain_broadcast_tx_from_bytes', 'description': 'Broadcast a signed transaction to the network using signed body bytes, auth bytes and signature.\n\n Inputs (input is a JSON string):\n signedBodyBytes: string - The signed transaction body in base64 format\n signedAuthBytes: string - The signed transaction auth info in base64 format\n signatures: string[] - The signatures for the transaction in base64 format\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['signedBodyBytes', 'signedAuthBytes', 'signatures'], 'properties': {'signatures': {'type': 'array', 'items': {'type': 'string', 'description': 'The signatures for the transaction in base64 format'}}, 'signedAuthBytes': {'type': 'string', 'description': 'The signed transaction auth info in base64 format'}, 'signedBodyBytes': {'type': 'string', 'description': 'The signed transaction body in base64 format'}}, 'additionalProperties': False}}, {'name': 'oraichain_broadcast_sign_doc', 'description': 'Broadcast a sign doc base64 to the network.\n\n Inputs (input is a JSON string):\n signDocBase64: string - The sign doc base64\n publicKey: string - The public key\n signature: string - The signature\n ', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['signDocBase64', 'publicKey', 'signature'], 'properties': {'publicKey': {'type': 'string', 'description': 'The public key'}, 'signature': {'type': 'string', 'description': 'The signature'}, 'signDocBase64': {'type': 'string', 'description': 'The sign doc base64'}}, 'additionalProperties': False}}]
@c-rick/dioxide-mcp-server
Dioxide Faucet Server
Provide a simple faucet service to distribute Dioxide tokens on test networks. Enable easy token requests by specifying a recipient address and receive transaction hashes in response. Integrate seamlessly with MCP clients to facilitate testing and development workflows.
2025-04-18T08:56:26.641Z
6
https://smithery.ai/server/@c-rick/dioxide-mcp-server
true
null
null
[{'name': 'faucet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string'}}, 'additionalProperties': False}}]
@jetbalsa/mcp-opensearch-js
OpenSearch Server
Query and analyze Wazuh security logs stored in OpenSearch. Search for alerts, get detailed information, generate statistics, and visualize trends over time with ease. Enhance your security monitoring capabilities with structured error handling and progress reporting for long-running operations.
2025-04-02T08:00:55.522Z
6
https://smithery.ai/server/@jetbalsa/mcp-opensearch-js
true
null
null
[{'name': 'listIndexes', 'description': 'List all available indexes in OpenSearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'pattern': {'type': 'string', 'default': '*', 'description': "Index pattern to filter (e.g., 'logs-*')"}}, 'additionalProperties': False}}, {'name': 'searchLogs', 'description': 'Search for logs in any OpenSearch index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query', 'index'], 'properties': {'index': {'type': 'string', 'description': 'Index pattern to search'}, 'query': {'type': 'string', 'description': 'The search query text'}, 'fields': {'type': 'string', 'description': 'Comma-separated list of fields to return'}, 'timeField': {'type': 'string', 'default': '@timestamp', 'description': 'Name of the timestamp field'}, 'timeRange': {'type': 'string', 'default': '24h', 'description': 'Time range (e.g., 1h, 24h, 7d)'}, 'maxResults': {'type': 'number', 'default': 20, 'description': 'Maximum number of results to return'}}, 'additionalProperties': False}}, {'name': 'getIndexMapping', 'description': 'Get the field mappings for an index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index'], 'properties': {'index': {'type': 'string', 'description': 'Index name to inspect'}}, 'additionalProperties': False}}, {'name': 'exploreFieldValues', 'description': 'Explore possible values for a field in an index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index', 'field'], 'properties': {'field': {'type': 'string', 'description': 'Field name to explore'}, 'index': {'type': 'string', 'description': 'Index pattern to search'}, 'query': {'type': 'string', 'default': '*', 'description': 'Optional query to filter documents'}, 'maxValues': {'type': 'number', 'default': 20, 'description': 'Maximum number of values to return'}}, 'additionalProperties': False}}, {'name': 'monitorLogs', 'description': 'Monitor logs in real-time (simulated)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index'], 'properties': {'index': {'type': 'string', 'description': 'Index pattern to monitor'}, 'query': {'type': 'string', 'default': '*', 'description': 'Filter query'}, 'maxResults': {'type': 'number', 'default': 10, 'description': 'Number of logs to show'}, 'refreshInterval': {'type': 'number', 'default': 5, 'description': 'Refresh interval in seconds'}}, 'additionalProperties': False}}, {'name': 'searchAlerts', 'description': 'Search for security alerts in Wazuh data', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'index': {'type': 'string', 'default': 'wazuh-alerts-*', 'description': 'Index pattern to search'}, 'query': {'type': 'string', 'description': 'The search query text'}, 'timeRange': {'type': 'string', 'default': '24h', 'description': 'Time range (e.g., 1h, 24h, 7d)'}, 'maxResults': {'type': 'number', 'default': 10, 'description': 'Maximum number of results to return'}}, 'additionalProperties': False}}, {'name': 'getAlertDetails', 'description': 'Get detailed information about a specific alert by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The alert ID'}, 'index': {'type': 'string', 'default': 'wazuh-alerts-*', 'description': 'Index pattern'}}, 'additionalProperties': False}}, {'name': 'alertStatistics', 'description': 'Get statistics about security alerts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'field': {'type': 'string', 'default': 'rule.level', 'description': 'Field to aggregate by'}, 'index': {'type': 'string', 'default': 'wazuh-alerts-*', 'description': 'Index pattern'}, 'timeRange': {'type': 'string', 'default': '24h', 'description': 'Time range (e.g., 1h, 24h, 7d)'}}, 'additionalProperties': False}}, {'name': 'visualizeAlertTrend', 'description': 'Visualize alert trends over time', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'index': {'type': 'string', 'default': 'wazuh-alerts-*', 'description': 'Index pattern'}, 'query': {'type': 'string', 'default': '*', 'description': 'Query to filter alerts'}, 'interval': {'type': 'string', 'default': '1d', 'description': 'Time interval for grouping (e.g., 1h, 1d)'}, 'timeRange': {'type': 'string', 'default': '7d', 'description': 'Time range (e.g., 1h, 24h, 7d)'}}, 'additionalProperties': False}}]
@JigsawStack/ai-web-search
JigsawStack AI Web Search
Effortlessly search the Web and get access to high-quality results powered with AI. Learn more about this API here: https://jigsawstack.com/docs/api-reference/web/ai-search Get your jigsawstack API key here: https://jigsawstack.com/dashboard/
2025-03-02T07:51:47.017Z
3
https://smithery.ai/server/@JigsawStack/ai-web-search
true
https://spjawbfpwezjfmicโ€ฆ54b33daf7b73.jpg
{ "scanPassed": true }
[{'name': 'ai_web_search', 'description': 'Perform a JigsawStack search powered by AI. Get better. Faster. Smarter. Results.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'ai_overview': {'type': 'boolean', 'description': 'AI overview'}, 'safe_search': {'enum': ['strict', 'moderate', 'off'], 'type': 'string', 'description': 'Safe search level'}, 'spell_check': {'type': 'boolean', 'description': 'Spell check'}}}}]
mcp-datetime
Datetime Formatting Server
A service for generating datetime strings in various formats, optimized for integration with the Claude Desktop Application.
2024-12-20T07:57:12.428Z
6
https://smithery.ai/server/mcp-datetime
true
null
{ "scanPassed": true }
[{'name': 'get_datetime', 'description': 'Get current date and time in various formats', 'inputSchema': {'type': 'object', 'required': ['format'], 'properties': {'format': {'type': 'string', 'description': '\nAvailable formats:\n- date: 2024-12-10\n- date_slash: 2024/12/10\n- date_jp: 2024ๅนด12ๆœˆ10ๆ—ฅ\n- datetime: 2024-12-10 00:54:01\n- datetime_jp: 2024ๅนด12ๆœˆ10ๆ—ฅ 00ๆ™‚54ๅˆ†01็ง’\n- datetime_t: 2024-12-10T00:54:01\n- compact: 20241210005401\n- compact_date: 20241210\n- compact_time: 005401\n- filename_md: 20241210005401.md\n- filename_txt: 20241210005401.txt\n- filename_log: 20241210005401.log\n- iso: 2024-12-10T00:54:01+0900\n- iso_basic: 20241210T005401+0900\n- log: 2024-12-10 00:54:01.123456\n- log_compact: 20241210_005401\n- time: 00:54:01\n- time_jp: 00ๆ™‚54ๅˆ†01็ง’\n'}}}}]
@jikime/py-mcp-google-toolbox
Google Toolbox
Provide AI assistants with powerful tools to interact seamlessly with Google services such as Gmail, Google Calendar, Google Drive, and Google Search. Enable efficient management of emails, calendar events, file searches, and web searches through a unified interface. Enhance productivity by integrating these Google functionalities directly into your AI workflows.
2025-05-01T10:50:03.308Z
6
https://smithery.ai/server/@jikime/py-mcp-google-toolbox
true
https://spjawbfpwezjfmicโ€ฆd344b2432bd6.png
{ "scanPassed": true }
[{'name': 'list_emails', 'description': 'List recent emails from Gmail inbox', 'inputSchema': {'type': 'object', 'title': 'list_emailsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'search_emails', 'description': 'Search emails with advanced query', 'inputSchema': {'type': 'object', 'title': 'search_emailsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'title': 'send_emailArguments', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'anyOf': [{'type': 'string', 'format': 'email'}, {'type': 'null'}], 'title': 'Cc', 'default': None}, 'to': {'type': 'string', 'title': 'To', 'format': 'email'}, 'bcc': {'anyOf': [{'type': 'string', 'format': 'email'}, {'type': 'null'}], 'title': 'Bcc', 'default': None}, 'body': {'type': 'string', 'title': 'Body'}, 'subject': {'type': 'string', 'title': 'Subject'}}}}, {'name': 'modify_email', 'description': 'Modify email labels (archive, trash, mark read/unread, etc.)', 'inputSchema': {'type': 'object', 'title': 'modify_emailArguments', 'required': ['id'], 'properties': {'id': {'type': 'string', 'title': 'Id'}, 'add_labels': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Add Labels', 'default': None}, 'remove_labels': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Remove Labels', 'default': None}}}}, {'name': 'list_events', 'description': 'List upcoming calendar events', 'inputSchema': {'type': 'object', 'title': 'list_eventsArguments', 'properties': {'time_max': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Max', 'default': None}, 'time_min': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Time Min', 'default': None}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'create_event', 'description': 'Create a new calendar event', 'inputSchema': {'type': 'object', 'title': 'create_eventArguments', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'title': 'End'}, 'start': {'type': 'string', 'title': 'Start'}, 'summary': {'type': 'string', 'title': 'Summary'}, 'location': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Location', 'default': None}, 'attendees': {'anyOf': [{'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, {'type': 'null'}], 'title': 'Attendees', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'update_event', 'description': 'Update an existing calendar event', 'inputSchema': {'type': 'object', 'title': 'update_eventArguments', 'required': ['event_id'], 'properties': {'end': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'End', 'default': None}, 'start': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Start', 'default': None}, 'summary': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Summary', 'default': None}, 'event_id': {'type': 'string', 'title': 'Event Id'}, 'location': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Location', 'default': None}, 'attendees': {'anyOf': [{'type': 'array', 'items': {'type': 'string', 'format': 'email'}}, {'type': 'null'}], 'title': 'Attendees', 'default': None}, 'description': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Description', 'default': None}}}}, {'name': 'delete_event', 'description': 'Delete a calendar event', 'inputSchema': {'type': 'object', 'title': 'delete_eventArguments', 'required': ['event_id'], 'properties': {'event_id': {'type': 'string', 'title': 'Event Id'}}}}, {'name': 'search_google', 'description': 'Perform a Google search and return formatted results', 'inputSchema': {'type': 'object', 'title': 'search_googleArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'num_results': {'type': 'integer', 'title': 'Num Results', 'default': 5}}}}, {'name': 'read_gdrive_file', 'description': 'Read contents of a file from Google Drive', 'inputSchema': {'type': 'object', 'title': 'read_gdrive_fileArguments', 'required': ['file_id'], 'properties': {'file_id': {'type': 'string', 'title': 'File Id'}}}}, {'name': 'search_gdrive', 'description': 'Search for files in Google Drive', 'inputSchema': {'type': 'object', 'title': 'search_gdriveArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'page_size': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page Size', 'default': 10}, 'page_token': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Page Token', 'default': None}}}}]
@mikechao/balldontlie-mcp
Balldontlie Sports Data Server
Provide up-to-date information about players, teams, and games for the NBA, NFL, and MLB. Query detailed sports data dynamically to enhance your applications or agents with real-time sports insights. Easily integrate with popular clients like Claude Desktop and LibreChat using your Balldontlie API key.
2025-04-15T21:26:04.540Z
6
https://smithery.ai/server/@mikechao/balldontlie-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_teams', 'description': 'Gets the list of team from one of the following leagues NBA, MLB, NFL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['league'], 'properties': {'league': {'enum': ['NBA', 'MLB', 'NFL'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'get_players', 'description': 'Gets the list of players from one of the following leagues NBA, MLB, NFL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['league'], 'properties': {'cursor': {'type': 'number', 'description': 'Cursor for pagination, the value should be next_cursor from previous call of get_players tool, optional'}, 'league': {'enum': ['NBA', 'MLB', 'NFL'], 'type': 'string'}, 'lastName': {'type': 'string', 'description': 'Last name of the player to search for, optional'}, 'firstName': {'type': 'string', 'description': 'First name of the player to search for, optional'}}, 'additionalProperties': False}}, {'name': 'get_games', 'description': 'Gets the list of games from one of the following leagues NBA, MLB, NFL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['league'], 'properties': {'dates': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Get games for a specific date, format: YYYY-MM-DD, optional'}, 'cursor': {'type': 'number', 'description': 'Cursor for pagination, the value should be next_cursor from previous call of get_games tool, optional'}, 'league': {'enum': ['NBA', 'MLB', 'NFL'], 'type': 'string'}, 'seasons': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Get games for a specific season, format: YYYY, optional'}, 'teamIds': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Get games for specific team IDs, optional'}}, 'additionalProperties': False}}, {'name': 'get_game', 'description': 'Get a specific game from one of the following leagues NBA, MLB, NFL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['league', 'gameId'], 'properties': {'gameId': {'type': 'number', 'description': 'Game ID to get the game for, the value should be Game ID from previous call of get_games tool'}, 'league': {'enum': ['NBA', 'MLB', 'NFL'], 'type': 'string'}}, 'additionalProperties': False}}]
@taejulee/opsnow-mcp-asset-server-no-server
OpsNow Asset Server
This is a Proof of Concept (PoC) project by OpsNow to provide asset exploration capabilities through Claude MCP (Model Context Protocol).
2025-04-10T15:23:46.120Z
6
https://smithery.ai/server/@taejulee/opsnow-mcp-asset-server-no-server
true
null
{ "scanPassed": true }
[{'name': 'get-usage', 'description': 'Get cloud usage summary for multiple vendors and products', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'vendors': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of cloud vendor names (e.g. ['AWS', 'Azure'])"}, 'products': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of cloud product names (e.g. ['EC2', 'VM'])"}}, 'additionalProperties': False}}]
@jerpint/paperpal
paperpal
Enhance your literature review process by seamlessly searching and discussing machine learning papers. Engage in natural conversations with your LLMs to discover new research and organize your ideas effectively. Leverage the power of arXiv and Hugging Face papers to enrich your writing experience.
2025-03-31T15:00:42.019Z
6
https://smithery.ai/server/@jerpint/paperpal
true
null
null
[{'name': 'semantic_search_papers_on_huggingface', 'description': 'Search for papers on HuggingFace using semantic search.\n\n Args:\n query (str): The query term to search for. It will automatically determine if it should use keywords or a natural language query, so format your queries accordingly.\n top_n (int): The number of papers to return. Default is 10, but you can set it to any number.\n\n Returns:\n str: A list of papers with the title, summary, ID, and upvotes.\n ', 'inputSchema': {'type': 'object', 'title': 'semantic_search_papers_on_huggingfaceArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'top_n': {'type': 'integer', 'title': 'Top N', 'default': 10}}}}, {'name': 'fetch_paper_details_from_arxiv', 'description': 'Get the Arxiv info for a list of papers.\n\n Args:\n arxiv_ids (list[str] | str): The IDs of the papers to get the Arxiv info for, e.g. ["2503.01469", "2503.01470"]\n ', 'inputSchema': {'type': 'object', 'title': 'fetch_paper_details_from_arxivArguments', 'required': ['arxiv_ids'], 'properties': {'arxiv_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'string'}], 'title': 'Arxiv Ids'}}}}]
@mikephul/linear-mcp
Linear MCP Server
Manage issues, projects, and teams programmatically through the Linear platform. Interact with Linear's API to create, update, and list issues and projects seamlessly. Enhance your AI agents with powerful tools for effective project management.
2025-04-14T09:17:58.942Z
6
https://smithery.ai/server/@mikephul/linear-mcp
true
null
{ "scanPassed": true }
[{'name': 'create_issue', 'description': 'Create a new issue in Linear', 'inputSchema': {'type': 'object', 'required': ['title', 'teamId'], 'properties': {'title': {'type': 'string', 'description': 'Issue title'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Label IDs to apply (optional)'}, 'teamId': {'type': 'string', 'description': 'Team ID'}, 'priority': {'type': 'number', 'maximum': 4, 'minimum': 0, 'description': 'Priority (0-4, optional)'}, 'assigneeId': {'type': 'string', 'description': 'Assignee user ID (optional)'}, 'description': {'type': 'string', 'description': 'Issue description (markdown supported)'}}}}, {'name': 'list_issues', 'description': 'List issues with optional filters', 'inputSchema': {'type': 'object', 'properties': {'first': {'type': 'number', 'description': 'Number of issues to return (default: 50)'}, 'status': {'type': 'string', 'description': 'Filter by status (optional)'}, 'teamId': {'type': 'string', 'description': 'Filter by team ID (optional)'}, 'assigneeId': {'type': 'string', 'description': 'Filter by assignee ID (optional)'}}}}, {'name': 'update_issue', 'description': 'Update an existing issue', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'title': {'type': 'string', 'description': 'New title (optional)'}, 'status': {'type': 'string', 'description': 'New status (optional)'}, 'issueId': {'type': 'string', 'description': 'Issue ID'}, 'priority': {'type': 'number', 'maximum': 4, 'minimum': 0, 'description': 'New priority (0-4, optional)'}, 'assigneeId': {'type': 'string', 'description': 'New assignee ID (optional)'}, 'description': {'type': 'string', 'description': 'New description (optional)'}}}}, {'name': 'list_teams', 'description': 'List all teams in the workspace', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_projects', 'description': 'List all projects', 'inputSchema': {'type': 'object', 'properties': {'first': {'type': 'number', 'description': 'Number of projects to return (default: 50)'}, 'teamId': {'type': 'string', 'description': 'Filter by team ID (optional)'}}}}, {'name': 'search_issues', 'description': 'Search for issues using a text query', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'first': {'type': 'number', 'description': 'Number of results to return (default: 50)'}, 'query': {'type': 'string', 'description': 'Search query text'}}}}, {'name': 'get_issue', 'description': 'Get detailed information about a specific issue', 'inputSchema': {'type': 'object', 'required': ['issueId'], 'properties': {'issueId': {'type': 'string', 'description': 'Issue ID'}}}}]
@malloryai/mallory-mcp-server
Mallory - Cyber Threat Intelligence
Mallory provides a robust source of cyber and threat intelligence. Use this MCP Server to enable your agents with real-time cyber threat intelligence and detailed information about vulnerabilities, threat actors, malware, techniques and other cyber-relevant entities and content.
2025-04-16T15:13:42.814Z
6
https://smithery.ai/server/@malloryai/mallory-mcp-server
true
https://spjawbfpwezjfmicโ€ฆe20b2c7dd7c0.png
{ "scanPassed": true }
[{'name': 'get_exploitation', 'description': 'Get a specific exploitation\n\n Use this to look up exploitation data when you want to know if a vulnerability has been\n exploited in the wild, and who detected the exploitation. This function retrieves detailed\n information about a specific exploitation incident using its unique identifier.\n\n Args:\n identifier (str): The unique UUID of the exploitation to retrieve.\n Example format: "123e4567-e89b-12d3-a456-426614174000"\n\n Returns:\n Dict[str, Any]: Dictionary containing detailed exploitation data including:\n - uuid: Unique identifier for the exploitation\n - begins_at: When the exploitation was first observed\n - ends_at: When the exploitation activity ended\n - count: Number of exploitation occurrences detected\n - detection_signature_uuid: UUID of the detection signature\n - detection_signature_name: Name of the detection signature\n - detection_signature_source: Source of the detection (e.g., vendor, tool)\n - detection_signature_method: Method used for detection\n - created_at: When this record was created\n - updated_at: When this record was last updated\n ', 'inputSchema': {'type': 'object', 'title': 'get_exploitationArguments', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'title': 'Identifier'}}}}, {'name': 'list_exploitations', 'description': "Get exploitation data\n\n Use this to look up exploitation data when you want to know if vulnerabilities have been\n exploited in the wild, and who detected the exploitations. This function retrieves a list\n of exploitation incidents with filtering and sorting options.\n\n The data can help identify:\n - Recent exploitations in the wild\n - Which detection signatures identified the exploitations\n - Frequency of exploitation activities (count)\n - Timeframes of exploitation activities\n\n\n Args:\n offset (int, optional): The number of items to skip before starting to collect the result set.\n Defaults to 0.\n limit (int, optional): The maximum number of items to return. Minimum value is 1.\n Defaults to 10 (API default is 100).\n sort (str, optional): Field to sort by - either 'count', 'created_at', or 'updated_at'.\n Defaults to 'created_at'.\n order (str, optional): Sort order - either 'asc' or 'desc'.\n Defaults to 'desc'.\n\n Returns:\n Dict[str, Any]: Dictionary containing:\n - data: List of exploitation records with fields including:\n - uuid\n - begins_at\n - ends_at\n - count\n - detection_signature_uuid\n - detection_signature_name\n - detection_signature_source\n - detection_signature_method\n - created_at\n - updated_at\n ", 'inputSchema': {'type': 'object', 'title': 'list_exploitationsArguments', 'properties': {'sort': {'type': 'string', 'title': 'Sort', 'default': 'created_at'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'order': {'type': 'string', 'title': 'Order', 'default': 'desc'}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'get_threat_actor', 'description': 'Get threat actor by identifier\n\n Use this tool when you need detailed intelligence about a specific threat actor or\n advanced persistent threat (APT) group. This information is valuable for:\n - Understanding the tactics, techniques, and procedures (TTPs) of threat actors\n - Researching who might be behind a security incident\n - Evaluating the sophistication level of potential adversaries\n - Gathering threat intelligence for security briefings\n - Understanding which sectors or regions a threat actor typically targets\n\n Args:\n identifier (str): The identifier of the threat actor - can be either:\n - UUID (e.g., "a9b46d37-42b8-4b27-8b69-583dbcb2f5e1")\n - Name (e.g., "dark_cloud_shield")\n\n Returns:\n Dict[str, Any]: Detailed threat actor information including:\n - uuid: Unique identifier for this threat actor\n - name: Machine-readable name (typically lowercase with underscores)\n - display_name: Human-readable name with proper formatting\n - created_at/updated_at/enriched_at: Timestamps for record management\n - gen_description: Generated description (if available)\n - mentions: List of references to this threat actor from various sources, each containing:\n - uuid: Unique identifier for this mention\n - overview: Summary of the threat actor\'s activities from this source\n - published_at: When the source material was published\n - collected_at: When this mention was collected\n - reference_url: URL of the source material\n - reference_source: Name of the source (e.g., "talos_intelligence_blog")\n - reference_user_generated_content: Whether this is user-generated content\n - Other metadata about the mention and reference\n\n These mentions provide valuable context about the threat actor\'s:\n - Known attack vectors and exploited vulnerabilities\n - Target sectors, regions, or organizations\n - Tools and malware used\n - Attribution confidence and alternate names\n ', 'inputSchema': {'type': 'object', 'title': 'get_threat_actorArguments', 'properties': {'identifier': {'type': 'string', 'title': 'Identifier', 'default': None}}}}, {'name': 'list_threat_actors', 'description': 'Get threat actors\n\n Use this tool when you need to search, browse, or list multiple threat actors. This is\n particularly useful for:\n - Discovering recently added threat actors in the database\n - Searching for specific threat actors by name\n - Creating reports on threat actor landscapes\n - Building comprehensive threat intelligence briefings\n - Comparing multiple threat actors\n\n Args:\n filter (str, optional): A string used to filter threat actors. It can start with specific prefixes:\n * `name:`: Filter by Name.\n * `uuid:`: Filter by UUID.\n * If no prefix is provided, it defaults to a name filter.\n Defaults to "".\n offset (int, optional): The number of items to skip before starting to collect the result set.\n Defaults to 0.\n limit (int, optional): The maximum number of items to return. Minimum value is 1.\n Defaults to 10 (API default is 100).\n sort (str, optional): Field to sort by - either \'name\', \'created_at\', or \'updated_at\'.\n Defaults to \'created_at\'.\n order (str, optional): Sort order - either \'asc\' or \'desc\'.\n Defaults to \'desc\'.\n\n Returns:\n Dict[str, Any]: Dictionary containing:\n - total: Total number of threat actors matching the filter criteria\n - offset: Current pagination offset\n - limit: Number of items returned per page\n - message: Status message (usually null when successful)\n - data: List of threat actor records, each containing:\n - uuid: Unique identifier for the threat actor\n - name: Machine-readable name (typically lowercase with underscores)\n - display_name: Human-readable name with proper formatting\n - gen_description: Generated description (if available)\n - misp_uuid: Reference ID in MISP (Malware Information Sharing Platform)\n - created_at: Timestamp when this record was first added\n - updated_at: Timestamp when this record was last modified\n - enriched_at: Timestamp when this record was last enriched with additional data\n\n Note: This function returns summary information about threat actors. To get detailed\n information including mentions and intelligence sources for a specific threat actor,\n use the get_threat_actor() function with the uuid or name.\n ', 'inputSchema': {'type': 'object', 'title': 'list_threat_actorsArguments', 'properties': {'sort': {'type': 'string', 'title': 'Sort', 'default': 'created_at'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'order': {'type': 'string', 'title': 'Order', 'default': 'desc'}, 'filter': {'type': 'string', 'title': 'Filter', 'default': ''}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'get_mentioned_threat_actors', 'description': 'Get mentioned threat actors\n\n Use this tool when you need to monitor recent threat actor activities mentioned in\n threat intelligence sources. This is especially valuable for:\n - Tracking emerging threats and active threat actors\n - Monitoring the latest threat intelligence reporting\n - Identifying which threat actors are currently active or trending\n - Building situational awareness of the current threat landscape\n - Obtaining recent summaries of threat actor tactics and campaigns\n\n Unlike list_threat_actors() which returns basic threat actor records, this function\n returns actual mentions with context from recent intelligence sources.\n\n Args:\n offset (int, optional): The number of items to skip before starting to collect the result set. Defaults to 0.\n limit (int, optional): The maximum number of items to return. Minimum value is 1. Defaults to 10.\n sort (str, optional): Field to sort by - either \'name\', \'created_at\', or \'updated_at\'. Defaults to \'created_at\'.\n order (str, optional): Sort order - either \'asc\' or \'desc\'. Defaults to \'desc\'.\n\n Returns:\n Dict[str, Any]: Dictionary containing:\n - total: Total number of threat actor mentions available\n - offset: Current pagination offset\n - limit: Number of items returned per page\n - message: Status message (usually null when successful)\n - data: List of recent threat actor mentions, each containing:\n - uuid: Unique identifier for this mention\n - overview: Summary of the threat actor\'s recent activities or campaigns\n - created_at: Timestamp when this mention was first added to the system\n - updated_at: Timestamp when this mention was last updated\n - published_at: Original publication date of the source material\n - collected_at: When this intelligence was collected\n - reference_url: URL of the source article or report\n - reference_source: Name of the intelligence source (e.g., "securityaffairs")\n - reference_user_generated_content: Whether this is from user-generated content\n - threat_actor_uuid: UUID of the referenced threat actor\n - threat_actor_name: Name of the referenced threat actor\n\n This function provides timely intelligence about threat actors from recently published\n sources, making it ideal for staying current on the threat landscape.\n ', 'inputSchema': {'type': 'object', 'title': 'get_mentioned_threat_actorsArguments', 'properties': {'sort': {'type': 'string', 'title': 'Sort', 'default': 'created_at'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'order': {'type': 'string', 'title': 'Order', 'default': 'desc'}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'find_vulnerability', 'description': 'Find a vulnerability by CVE identifier\n\n Use this tool when you need detailed information about a specific vulnerability,\n including its severity scores, description, and whether it has been exploited in the wild.\n This is particularly useful for threat assessment, prioritizing patching, or\n understanding the technical details of a specific CVE.\n\n Args:\n cve (str): The CVE to search for\n\n Returns:\n Dict[str, Any]: Dictionary containing vulnerability details including:\n - uuid: Unique identifier for this vulnerability record\n - cve_id: The CVE identifier\n - description: Detailed description of the vulnerability\n - created_at/updated_at: Timestamps for record creation and updates\n - cvss_base_score: Severity score (0.0-10.0, higher is more severe)\n - cvss_version: Version of the CVSS scoring system used\n - cvss_vector: Detailed scoring vector showing attack characteristics\n - cvss_data: List of all available CVSS scores from different sources\n - epss_score: Exploit Prediction Scoring System score (probability of exploitation)\n - epss_percentile: Percentile ranking of the EPSS score\n - cisa_kev_added_at: When CISA added this to Known Exploited Vulnerabilities catalog (if applicable)\n - weaknesses: List of CWE identifiers associated with this vulnerability\n - mentions_count: Number of references to this vulnerability\n - detection_signatures_count: Number of detection signatures available\n - exploits_count: Number of known exploit implementations\n - exploitations_count: Number of recorded instances of exploitation in the wild\n - vulnerable_configurations_count: Number of affected system configurations\n ', 'inputSchema': {'type': 'object', 'title': 'find_vulnerabilityArguments', 'properties': {'cve': {'type': 'string', 'title': 'Cve', 'default': None}}}}, {'name': 'get_vulnerabilities', 'description': 'Get vulnerabilities\n\n Use this tool when you need to search or browse multiple vulnerabilities, such as when:\n - Discovering recently added vulnerabilities in the database\n - Searching for vulnerabilities by keywords in their descriptions\n - Finding all vulnerabilities related to a specific technology\n - Creating reports on vulnerability trends or statistics\n - Looking for high-severity vulnerabilities based on CVSS or EPSS scores\n\n Args:\n filter (str, optional): A string used to filter vulnerabilities. It can start with specific prefixes:\n * `cve:`: Filter by CVE ID.\n * `uuid:`: Filter by UUID.\n * `desc:`: Filter by description.\n * If the filter string matches the pattern `CVE-` or a UUID pattern, it will be treated as a specific filter.\n * If no prefix is provided, it defaults to a description filter.\n Defaults to "".\n offset (int, optional): The number of items to skip before starting to collect the result set.\n Defaults to 0.\n limit (int, optional): The maximum number of items to return. Minimum value is 1.\n Defaults to 10 (API default is 100).\n sort (str, optional): Field to sort by - either \'cve_id\', \'created_at\', \'updated_at\',\n \'cvss_3_base_score\', \'epss_score\', or \'epss_percentile\'.\n Defaults to \'created_at\'.\n order (str, optional): Sort order - either \'asc\' or \'desc\'.\n Defaults to \'desc\'.\n\n Returns:\n Dict[str, Any]: Dictionary containing:\n - total: Total number of vulnerabilities matching the filter criteria\n - offset: Current pagination offset\n - limit: Number of items returned per page\n - message: Status message (usually null when successful)\n - data: List of vulnerability records, each containing:\n - uuid: Unique identifier for the vulnerability\n - cve_id: The CVE identifier\n - description: Detailed description of the vulnerability\n - created_at/updated_at: Timestamps for record creation and updates\n - cvss_base_score: Severity score (if available)\n - cvss_version: Version of the CVSS scoring system used\n - cvss_vector: Detailed scoring vector\n - cvss_data: Additional CVSS scoring information\n - epss_score: Exploit Prediction Scoring System score\n - epss_percentile: Percentile ranking of the EPSS score\n - cisa_kev_added_at: Date added to CISA\'s Known Exploited Vulnerabilities catalog\n - gen_description/gen_name: Generated content (if available)\n ', 'inputSchema': {'type': 'object', 'title': 'get_vulnerabilitiesArguments', 'properties': {'sort': {'type': 'string', 'title': 'Sort', 'default': 'created_at'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 10}, 'order': {'type': 'string', 'title': 'Order', 'default': 'desc'}, 'filter': {'type': 'string', 'title': 'Filter', 'default': ''}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'get_vulnerability_detection_signatures', 'description': 'Get detection signatures for a specific vulnerability\n\n Use this tool when you need to understand how a specific vulnerability can be detected\n in your environment. Detection signatures provide technical indicators that can help\n security teams identify if they\'re exposed to or being targeted by a particular\n vulnerability. This is particularly useful for:\n - Building detection rules for security monitoring tools\n - Understanding the technical indicators of compromise\n - Verifying if detection capabilities exist for a specific vulnerability\n - Determining which sources (vendors, researchers) have published detection methods\n\n Args:\n identifier (str): The unique CVE ID or UUID of the vulnerability to retrieve.\n Example formats: "CVE-2023-1234" or "123e4567-e89b-12d3-a456-426614174000"\n\n Returns:\n Dict[str, Any]: List of detection signatures for the specified vulnerability,\n where each signature contains:\n - uuid: Unique identifier for this detection signature\n - source: Origin of the detection signature (e.g., "cisa_kev", "snort", "yara")\n - method: How the signature was created (e.g., "manual", "automated")\n - description: Human-readable description of what the signature detects\n - upstream_id: Original identifier from the source system\n - created_at: Timestamp when this signature was first added\n - updated_at: Timestamp when this signature was last modified\n ', 'inputSchema': {'type': 'object', 'title': 'get_vulnerability_detection_signaturesArguments', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'title': 'Identifier'}}}}, {'name': 'get_vulnerability_exploitations', 'description': 'Get exploitation data for a specific vulnerability\n\n Use this tool when you need to determine if a vulnerability has been actively exploited\n in the wild. This information is critical for risk assessment, incident response, and\n prioritization of remediation efforts. Exploitation data can help you:\n - Validate that a vulnerability is being actively used by threat actors\n - Understand when exploitation began and if it\'s ongoing\n - Identify which detection mechanisms observed the exploitation\n - Determine the frequency or prevalence of exploitation (count)\n - Make data-driven decisions about patching priorities\n\n Args:\n identifier (str): The unique CVE ID or UUID of the vulnerability to retrieve.\n Example formats: "CVE-2023-1234" or "123e4567-e89b-12d3-a456-426614174000"\n\n Returns:\n Dict[str, Any]: List of exploitation records for the specified vulnerability,\n where each record contains:\n - uuid: Unique identifier for this exploitation record\n - begins_at: Timestamp when exploitation was first observed\n - ends_at: Timestamp when exploitation activity ended\n - count: Number of exploitation occurrences detected\n - created_at: Timestamp when this record was first added\n - updated_at: Timestamp when this record was last modified\n - detection_signature_uuid: UUID of the signature that detected this exploitation\n - detection_signature_name: Name of the detection signature\n - detection_signature_source: Source of the detection (e.g., "cisa_kev")\n - detection_signature_method: Method used for detection (e.g., "manual")\n\n An empty list indicates no known exploitation events for this vulnerability.\n ', 'inputSchema': {'type': 'object', 'title': 'get_vulnerability_exploitationsArguments', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'title': 'Identifier'}}}}, {'name': 'get_vulnerability_configurations', 'description': 'Get configuration information for a specific vulnerability\n\n Use this tool when you need to understand exactly which systems, products, or versions\n are affected by a vulnerability. This information is essential for:\n - Determining if your specific product versions are vulnerable\n - Planning targeted remediation efforts\n - Conducting accurate asset vulnerability mapping\n - Filtering out false positives in vulnerability scanning\n - Understanding the scope of affected software/hardware configurations\n\n The configuration data follows CPE (Common Platform Enumeration) standards to precisely\n identify affected systems.\n\n Args:\n identifier (str): The unique CVE ID or UUID of the vulnerability to retrieve.\n Example formats: "CVE-2023-1234" or "123e4567-e89b-12d3-a456-426614174000"\n\n Returns:\n Dict[str, Any]: List of vulnerable configurations for the specified vulnerability,\n where each configuration contains:\n - uuid: Unique identifier for this configuration record\n - cpe_id: Identifier for this CPE configuration\n - set_id: Identifier for the set this configuration belongs to\n - is_vulnerable: Boolean indicating if this configuration is vulnerable\n - vendor/vendor_display_name: The vendor of the affected product\n - product/product_display_name: The affected product name\n - product_type: Type of product (e.g., "application", "os")\n - Version range indicators:\n - versionStartIncluding/versionStartExcluding: Minimum affected version\n - versionEndIncluding/versionEndExcluding: Maximum affected version\n - updateStartIncluding/updateEndIncluding: Update version specifiers\n - Platform details:\n - edition: Edition of the product\n - language: Language of the product\n - sw_edition: Software edition information\n - target_sw: Target software environment (e.g., "wordpress")\n - target_hw: Target hardware environment\n - other: Additional targeting information\n - created_at/updated_at: Timestamps for record management\n - cve_id: The CVE identifier associated with this configuration\n\n An empty list indicates no specific configuration information is available.\n ', 'inputSchema': {'type': 'object', 'title': 'get_vulnerability_configurationsArguments', 'required': ['identifier'], 'properties': {'identifier': {'type': 'string', 'title': 'Identifier'}}}}]
@Chenzhi-Ana/feishu_mcp_server
้ฃžไนฆMCPๆœบๅ™จไบบ
Enable users of Claude or Cursor to execute business logic using the Feishu bot through an MCP server proxy. Seamlessly integrate LLM capabilities with Feishu's API for enhanced automation and interaction. Simplify your workflow by leveraging the power of language models in your Feishu applications.
2025-03-15T15:12:26.216Z
6
https://smithery.ai/server/@Chenzhi-Ana/feishu_mcp_server
true
null
{ "scanPassed": true }
[{'name': 'send_message', 'description': '\n ๅ‘้€้ฃžไนฆๆถˆๆฏ\n \n Args:\n state: ่ฆๅ‘้€็š„ๆถˆๆฏๅ†…ๅฎน\n ', 'inputSchema': {'type': 'object', 'title': 'send_messageArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}]
@LoSinCos/stock-ticker-mcp
Stock Ticker Server
Provide a playful and irreverent stock query tool that responds with humorous rude messages. Enhance your agent's interaction with a unique and entertaining stock ticker experience. Easily integrate with Claude Desktop for seamless usage.
2025-04-16T18:48:00.772Z
6
https://smithery.ai/server/@LoSinCos/stock-ticker-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_stock', 'description': 'This tool is meant to search stocks but just returns a practical joke.\nArgs:\n stock_ticker: a stock ticker symbol that will be ignored\n Example payload: "AAPL"\n\nReturns:\n str: A practical joke\n Example Response: "haha jokes on your, no stock ticker for you" \n', 'inputSchema': {'type': 'object', 'title': 'search_stockArguments', 'required': ['stock_ticker'], 'properties': {'stock_ticker': {'type': 'string', 'title': 'Stock Ticker'}}}}]
@QuantumLeap-us/css-mcp-server
CSS Tutor
Provide personalized updates about new CSS features to enhance your learning experience. Connect with an AI client to fetch the latest CSS news and manage your knowledge effectively. Engage with tailored guidance to stay updated on CSS developments.
2025-04-13T03:51:06.172Z
6
https://smithery.ai/server/@QuantumLeap-us/css-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'read_from_memory', 'description': "Reads the user's current CSS knowledge from memory.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'write_to_memory', 'description': "Updates the user's CSS knowledge memory for a specific concept.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['concept', 'known'], 'properties': {'known': {'type': 'boolean', 'description': 'Whether the user knows this concept (true/false)'}, 'concept': {'type': 'string', 'description': "The CSS concept name (e.g., 'Flexbox')"}}, 'additionalProperties': False}}, {'name': 'get_latest_updates', 'description': 'Fetches recent news and updates about CSS features using Perplexity Sonar via OpenRouter.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@0xKoda/WireMCP
WireMCP
Empower your LLMs with real-time network traffic analysis. Capture, analyze, and contextualize live network data to enhance threat detection and diagnostics. Transform complex packet captures into accessible insights for security audits and anomaly detection.
2025-04-01T01:00:36.974Z
6
https://smithery.ai/server/@0xKoda/WireMCP
true
null
{ "scanPassed": true }
[{'name': 'capture_packets', 'description': 'Capture live traffic and provide raw packet data as JSON for LLM analysis', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'duration': {'type': 'number', 'default': 5, 'description': 'Capture duration in seconds'}, 'interface': {'type': 'string', 'default': 'en0', 'description': 'Network interface to capture from (e.g., eth0, en0)'}}, 'additionalProperties': False}}, {'name': 'get_summary_stats', 'description': 'Capture live traffic and provide protocol hierarchy statistics for LLM analysis', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'duration': {'type': 'number', 'default': 5, 'description': 'Capture duration in seconds'}, 'interface': {'type': 'string', 'default': 'en0', 'description': 'Network interface to capture from (e.g., eth0, en0)'}}, 'additionalProperties': False}}, {'name': 'get_conversations', 'description': 'Capture live traffic and provide TCP/UDP conversation statistics for LLM analysis', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'duration': {'type': 'number', 'default': 5, 'description': 'Capture duration in seconds'}, 'interface': {'type': 'string', 'default': 'en0', 'description': 'Network interface to capture from (e.g., eth0, en0)'}}, 'additionalProperties': False}}, {'name': 'check_threats', 'description': 'Capture live traffic and check IPs against URLhaus blacklist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'duration': {'type': 'number', 'default': 5, 'description': 'Capture duration in seconds'}, 'interface': {'type': 'string', 'default': 'en0', 'description': 'Network interface to capture from (e.g., eth0, en0)'}}, 'additionalProperties': False}}, {'name': 'check_ip_threats', 'description': 'Check a given IP address against URLhaus blacklist for IOCs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'pattern': '\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\b', 'description': 'IP address to check (e.g., 192.168.1.1)'}}, 'additionalProperties': False}}, {'name': 'analyze_pcap', 'description': 'Analyze a PCAP file and provide general packet data as JSON for LLM analysis', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pcapPath'], 'properties': {'pcapPath': {'type': 'string', 'description': 'Path to the PCAP file to analyze (e.g., ./demo.pcap)'}}, 'additionalProperties': False}}, {'name': 'extract_credentials', 'description': 'Extract potential credentials (HTTP Basic Auth, FTP, Telnet) from a PCAP file for LLM analysis', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pcapPath'], 'properties': {'pcapPath': {'type': 'string', 'description': 'Path to the PCAP file to analyze (e.g., ./demo.pcap)'}}, 'additionalProperties': False}}]
@zxsimple/reference-servers
Fetch Server
Retrieve and process web content effortlessly. Convert HTML to markdown for easier consumption by LLMs, allowing for efficient information extraction from web pages. Utilize advanced features like content truncation and customizable user agents to enhance your web fetching capabilities.
2025-04-02T03:00:09.662Z
6
https://smithery.ai/server/@zxsimple/reference-servers
true
null
null
[{'name': 'fetch', 'description': 'Fetches a URL from the internet and optionally extracts its contents as markdown.\n\nAlthough originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that.', 'inputSchema': {'type': 'object', 'title': 'Fetch', 'required': ['url'], 'properties': {'raw': {'type': 'boolean', 'title': 'Raw', 'default': False, 'description': 'Get the actual HTML content if the requested page, without simplification.'}, 'url': {'type': 'string', 'title': 'Url', 'format': 'uri', 'minLength': 1, 'description': 'URL to fetch'}, 'max_length': {'type': 'integer', 'title': 'Max Length', 'default': 5000, 'description': 'Maximum number of characters to return.', 'exclusiveMaximum': 1000000, 'exclusiveMinimum': 0}, 'start_index': {'type': 'integer', 'title': 'Start Index', 'default': 0, 'minimum': 0, 'description': 'On return output starting at this character index, useful if a previous fetch was truncated and more context is required.'}}, 'description': 'Parameters for fetching a URL.'}}]
@handoing/ig-download-mcp-server
Instagram Video Downloader
Fetch and download Instagram videos effortlessly. Track progress and manage downloads to your local path with ease. Integrate seamlessly with your applications using this lightweight MCP service.
2025-04-03T08:00:59.983Z
6
https://smithery.ai/server/@handoing/ig-download-mcp-server
true
null
null
[{'name': 'download', 'description': 'Instagram downloader', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url', 'path'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'Instagram website address (e.g. https://www.instagram.com/p/DHvN6-xygmQ/, https://www.instagram.com/p/DHaq23Oy1iV/)'}, 'path': {'type': 'string', 'description': 'Download local path (e.g. /Users/project/vue, /Users/download)'}}, 'additionalProperties': False}}]
@hugeicons/mcp-server
Hugeicons MCP Server
Integrate Hugeicons seamlessly into your applications. Discover icons, access platform-specific usage instructions, and enhance your projects with comprehensive documentation and examples.
2025-04-11T01:00:54.340Z
6
https://smithery.ai/server/@hugeicons/mcp-server
true
null
null
[{'name': 'list_icons', 'description': 'Get a list of all available Hugeicons icons', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'search_icons', 'description': "Search for icons by name or tags. Use commas to search for multiple icons (e.g. 'home, notification, settings')", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to find relevant icons. Separate multiple searches with commas'}}}}, {'name': 'get_platform_usage', 'description': 'Get platform-specific usage instructions for Hugeicons', 'inputSchema': {'type': 'object', 'required': ['platform'], 'properties': {'platform': {'enum': ['react', 'vue', 'angular', 'svelte', 'react-native', 'flutter'], 'type': 'string', 'description': 'Platform name (react, vue, angular, svelte, react-native, flutter)'}}}}]
@Kartha-AI/google-cloud-healthcare-api-mcp
Google Cloud Healthcare API Server
Interact with FHIR resources and public medical research APIs seamlessly. Leverage healthcare tools to manage patient data, retrieve observations, and conduct medical research efficiently. Enhance your applications with secure access to healthcare information through a SmartonFHIR gateway.
2025-04-09T05:40:25.847Z
6
https://smithery.ai/server/@Kartha-AI/google-cloud-healthcare-api-mcp
true
null
{ "scanPassed": true }
[{'name': 'find_patient', 'description': 'Search for a patient by demographics', 'inputSchema': {'type': 'object', 'required': ['lastName'], 'properties': {'gender': {'enum': ['male', 'female', 'other', 'unknown'], 'type': 'string'}, 'lastName': {'type': 'string'}, 'birthDate': {'type': 'string', 'description': 'YYYY-MM-DD format'}, 'firstName': {'type': 'string'}}}}, {'name': 'get_patient_observations', 'description': 'Get observations (vitals, labs) for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'code': {'type': 'string', 'description': 'LOINC or SNOMED code'}, 'dateTo': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'status': {'enum': ['registered', 'preliminary', 'final', 'amended', 'corrected', 'cancelled'], 'type': 'string'}, 'dateFrom': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_conditions', 'description': 'Get medical conditions/diagnoses for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'status': {'enum': ['active', 'inactive', 'resolved'], 'type': 'string'}, 'onsetDate': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_medications', 'description': 'Get medication orders for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'status': {'enum': ['active', 'completed', 'stopped', 'on-hold'], 'type': 'string'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_encounters', 'description': 'Get healthcare encounters/visits for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'dateTo': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'status': {'enum': ['planned', 'arrived', 'in-progress', 'finished', 'cancelled'], 'type': 'string'}, 'dateFrom': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_allergies', 'description': 'Get allergies and intolerances for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'type': {'enum': ['allergy', 'intolerance'], 'type': 'string'}, 'status': {'enum': ['active', 'inactive', 'resolved'], 'type': 'string'}, 'category': {'enum': ['food', 'medication', 'environment', 'biologic'], 'type': 'string'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_procedures', 'description': 'Get procedures performed on a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'dateTo': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'status': {'enum': ['preparation', 'in-progress', 'completed', 'entered-in-error'], 'type': 'string'}, 'dateFrom': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_patient_careplans', 'description': 'Get care plans for a patient', 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'dateTo': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'status': {'enum': ['draft', 'active', 'suspended', 'completed', 'cancelled'], 'type': 'string'}, 'category': {'type': 'string'}, 'dateFrom': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'get_vital_signs', 'description': "Get patient's vital signs history", 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'patientId': {'type': 'string'}, 'timeframe': {'type': 'string', 'description': 'e.g., 3m, 6m, 1y, all'}}}}, {'name': 'get_lab_results', 'description': "Get patient's lab results", 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'category': {'type': 'string', 'description': 'e.g., CBC, METABOLIC, LIPIDS, ALL'}, 'patientId': {'type': 'string'}, 'timeframe': {'type': 'string'}}}}, {'name': 'get_medications_history', 'description': "Get patient's medication history including changes", 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'patientId': {'type': 'string'}, 'includeDiscontinued': {'type': 'boolean'}}}}, {'name': 'get_appointments', 'description': "Get patient's Appointments", 'inputSchema': {'type': 'object', 'required': ['patientId'], 'properties': {'dateTo': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'dateFrom': {'type': 'string', 'description': 'YYYY-MM-DD'}, 'patientId': {'type': 'string'}}}}, {'name': 'search-pubmed', 'description': 'Search PubMed for medical literature', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string'}, 'maxResults': {'type': 'number'}}}}, {'name': 'search-trials', 'description': 'Search ClinicalTrials.gov for relevant studies', 'inputSchema': {'type': 'object', 'required': ['condition'], 'properties': {'location': {'type': 'string'}, 'condition': {'type': 'string'}}}}, {'name': 'get-drug-info', 'description': 'Get Drug details by a generic name', 'inputSchema': {'type': 'object', 'required': ['genericName'], 'properties': {'genericName': {'type': 'string'}}}}]
@gitmotion/ntfy-me-mcp
ntfy-me-mcp
Send real-time notifications to your devices via the ntfy service, enabling AI assistants to notify you upon task completion, errors, or milestones without constant monitoring. Benefit from intelligent features like automatic URL detection for clickable actions and smart markdown formatting for rich notifications. Securely support both public and self-hosted ntfy servers with token authentication and easy setup via npm, Docker, or VS Code integration.
2025-04-17T22:00:46.229Z
6
https://smithery.ai/server/@gitmotion/ntfy-me-mcp
true
https://spjawbfpwezjfmicโ€ฆef4d6f1c97e0.png
{ "scanPassed": true }
[{'name': 'ntfy_me', 'description': "Send a notification to the user via ntfy. Use this tool when the user asks to 'send a notification', 'notify me', 'send me an alert', 'message me', 'ping me', or any similar request. This tool is perfect for sending status updates, alerts, reminders, or notifications about completed tasks.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['taskTitle', 'taskSummary'], 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Tags for the notification'}, 'actions': {'type': 'array', 'items': {'type': 'object', 'required': ['action', 'label', 'url'], 'properties': {'url': {'type': 'string'}, 'clear': {'type': 'boolean'}, 'label': {'type': 'string'}, 'action': {'type': 'string', 'const': 'view'}}, 'additionalProperties': False}, 'description': 'Optional array of view actions to add to the notification'}, 'ntfyUrl': {'type': 'string', 'description': 'Optional custom ntfy URL (defaults to NTFY_URL env var or https://ntfy.sh)'}, 'markdown': {'type': 'boolean', 'description': 'Whether to format the message with Markdown support'}, 'priority': {'enum': ['min', 'low', 'default', 'high', 'max'], 'type': 'string', 'description': 'Message priority level'}, 'ntfyTopic': {'type': 'string', 'description': 'Optional custom ntfy topic (defaults to NTFY_TOPIC env var)'}, 'taskTitle': {'type': 'string', 'description': 'Current task title/status'}, 'accessToken': {'type': 'string', 'description': 'Optional access token for authentication (defaults to NTFY_TOKEN env var)'}, 'taskSummary': {'type': 'string', 'description': 'Current task summary'}}, 'additionalProperties': False}}, {'name': 'ntfy_me_fetch', 'description': "Fetch cached messages from an ntfy server topic. Use this tool when the user asks to 'show notifications', 'get my messages', 'show my alerts', 'find notifications', 'search notifications', or any similar request. Great for finding recent notifications, checking message history, or searching for specific notifications by content, title, tags, or priority.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'tags': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}], 'description': "Find messages with specific tags (e.g., 'error', 'warning', 'success')"}, 'since': {'type': ['string', 'number'], 'description': "How far back to retrieve messages: timespan (e.g., '10m', '1h', '1d'), timestamp, message ID, or 'all' for all messages. Default: 10 minutes"}, 'ntfyUrl': {'type': 'string', 'description': 'Optional custom ntfy server URL (defaults to NTFY_URL env var or https://ntfy.sh)'}, 'messageId': {'type': 'string', 'description': 'Find a specific message by its ID'}, 'ntfyTopic': {'type': 'string', 'description': 'Optional custom ntfy topic/channel to get messages from (defaults to NTFY_TOPIC env var)'}, 'priorities': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}], 'description': 'Find messages with specific priority levels (min, low, default, high, max)'}, 'accessToken': {'type': 'string', 'description': 'Optional access token for authentication (defaults to NTFY_TOKEN env var)'}, 'messageText': {'type': 'string', 'description': 'Find messages containing this exact text content'}, 'messageTitle': {'type': 'string', 'description': 'Find messages with this exact title/subject'}}, 'additionalProperties': False}}]
@mk965/asset-price-mcp
Asset Price MCP
Retrieve and display real-time asset price information effortlessly. Access current prices for various assets, including precious metals and cryptocurrencies, to enhance your applications. Simplify data retrieval for large language models with this dedicated service.
2025-03-31T02:09:26.268Z
6
https://smithery.ai/server/@mk965/asset-price-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_asset_price', 'description': 'Retrieves current pricing information for various assets including precious metals and cryptocurrencies', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'random_string': {'type': 'string', 'description': 'Dummy parameter for no-parameter tools'}}, 'additionalProperties': False}}]
@BioContext/pubchem-mcp
PubChem Data Access Server
Provide seamless access to PubChem chemical and bioassay data through a standardized MCP interface. Search compounds, retrieve detailed chemical and bioassay information, and query molecular properties to enhance your chemical data workflows. Integrate effortlessly with any MCP client to enrich your applications with comprehensive PubChem data.
2025-04-17T17:25:47.604Z
6
https://smithery.ai/server/@BioContext/pubchem-mcp
true
null
null
[{'name': 'search_compound', 'description': '\n Search for compounds by name, CID, or other identifiers.\n \n Args:\n query: The search query (compound name, CID, SMILES, etc.)\n max_results: Maximum number of results to return (default: 10)\n \n Returns:\n Dictionary with search results\n ', 'inputSchema': {'type': 'object', 'title': 'search_compoundArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 10}}}}, {'name': 'get_compound_details', 'description': '\n Get detailed information about a specific compound by its PubChem CID.\n \n Args:\n cid: PubChem Compound ID (CID)\n \n Returns:\n Dictionary with compound details\n ', 'inputSchema': {'type': 'object', 'title': 'get_compound_detailsArguments', 'required': ['cid'], 'properties': {'cid': {'type': 'integer', 'title': 'Cid'}}}}, {'name': 'get_compound_properties', 'description': '\n Get physical and chemical properties of a compound.\n \n Args:\n cid: PubChem Compound ID (CID)\n \n Returns:\n Dictionary with compound properties\n ', 'inputSchema': {'type': 'object', 'title': 'get_compound_propertiesArguments', 'required': ['cid'], 'properties': {'cid': {'type': 'integer', 'title': 'Cid'}}}}, {'name': 'search_bioassay', 'description': '\n Search for bioassays related to a compound or target.\n \n Args:\n query: Search query (compound name, target name, etc.)\n max_results: Maximum number of results to return (default: 5)\n \n Returns:\n Dictionary with bioassay search results\n ', 'inputSchema': {'type': 'object', 'title': 'search_bioassayArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'max_results': {'type': 'integer', 'title': 'Max Results', 'default': 5}}}}, {'name': 'get_substance_details', 'description': '\n Get detailed information about a specific substance by its PubChem SID.\n \n Args:\n sid: PubChem Substance ID (SID)\n \n Returns:\n Dictionary with substance details\n ', 'inputSchema': {'type': 'object', 'title': 'get_substance_detailsArguments', 'required': ['sid'], 'properties': {'sid': {'type': 'integer', 'title': 'Sid'}}}}]
@BarkApp/pote-mcp
Pote
Pote lists all a lot of dog breed information with wiki pages for over 200 dog breeds.
2025-04-07T21:46:39.509Z
6
https://smithery.ai/server/@BarkApp/pote-mcp
true
null
{ "scanPassed": true }
[{'name': 'get-all-breeds', 'description': 'Get a list of all supported dog breeds and their IDs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'includeImage': {'type': 'boolean', 'description': 'Whether to include cover images in the response'}}, 'additionalProperties': False}}, {'name': 'get-breed-info', 'description': 'Get detailed information about a specific dog breed by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['breedId'], 'properties': {'breedId': {'type': 'string', 'description': 'The ID of the dog breed'}}, 'additionalProperties': False}}, {'name': 'get-breed-posts', 'description': 'Get a list of available dog posts/ads for a specific breed.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['breedId'], 'properties': {'limit': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Maximum number of posts to return'}, 'offset': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'Number of posts to skip'}, 'breedId': {'type': 'string', 'description': 'The ID of the dog breed'}}, 'additionalProperties': False}}, {'name': 'get-post-by-id', 'description': "Get more detailed information about a specific post by providing the ID of the post in the database. The ID should be found in the list of posts returned by the get-breed-posts tool. It's a mongodb id.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['postId'], 'properties': {'postId': {'type': 'string', 'description': 'The ID of the post'}}, 'additionalProperties': False}}]
@deepsuthar496/figma-mcp-server
Figma MCP Server
Integrate seamlessly with Figma's API to manage files, comments, and projects. Enhance your design workflow by automating tasks like retrieving file information and managing comments directly from your applications.
2025-04-03T01:01:07.148Z
6
https://smithery.ai/server/@deepsuthar496/figma-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_file', 'description': 'Get information about a Figma file', 'inputSchema': {'type': 'object', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'description': 'The Figma file key'}}}}, {'name': 'get_file_comments', 'description': 'Get comments from a Figma file', 'inputSchema': {'type': 'object', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'description': 'The Figma file key'}}}}, {'name': 'post_comment', 'description': 'Post a comment to a Figma file', 'inputSchema': {'type': 'object', 'required': ['file_key', 'message'], 'properties': {'message': {'type': 'string', 'description': 'The comment message'}, 'file_key': {'type': 'string', 'description': 'The Figma file key'}}}}, {'name': 'delete_comment', 'description': 'Delete a comment from a Figma file', 'inputSchema': {'type': 'object', 'required': ['file_key', 'comment_id'], 'properties': {'file_key': {'type': 'string', 'description': 'The Figma file key'}, 'comment_id': {'type': 'string', 'description': 'The comment ID'}}}}, {'name': 'get_team_projects', 'description': 'Get projects for a team', 'inputSchema': {'type': 'object', 'required': ['team_id'], 'properties': {'team_id': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'get_project_files', 'description': 'Get files in a project', 'inputSchema': {'type': 'object', 'required': ['project_id'], 'properties': {'project_id': {'type': 'string', 'description': 'The project ID'}}}}, {'name': 'get_file_components', 'description': 'Get components in a file', 'inputSchema': {'type': 'object', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'description': 'The Figma file key'}}}}, {'name': 'get_component_styles', 'description': 'Get published styles', 'inputSchema': {'type': 'object', 'required': ['team_id'], 'properties': {'team_id': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'get_file_versions', 'description': 'Get version history of a file', 'inputSchema': {'type': 'object', 'required': ['file_key'], 'properties': {'file_key': {'type': 'string', 'description': 'The Figma file key'}}}}, {'name': 'create_webhook', 'description': 'Create a webhook', 'inputSchema': {'type': 'object', 'required': ['team_id', 'event_type', 'callback_url'], 'properties': {'team_id': {'type': 'string', 'description': 'The team ID'}, 'event_type': {'type': 'string', 'description': 'The event type to listen for'}, 'callback_url': {'type': 'string', 'description': 'The callback URL'}}}}, {'name': 'get_webhooks', 'description': 'List webhooks', 'inputSchema': {'type': 'object', 'required': ['team_id'], 'properties': {'team_id': {'type': 'string', 'description': 'The team ID'}}}}, {'name': 'delete_webhook', 'description': 'Delete a webhook', 'inputSchema': {'type': 'object', 'required': ['webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'description': 'The webhook ID'}}}}]
@jifrozen0110/riot
Riot Server
Provide AI assistants with real-time League of Legends data by integrating with the Riot Games API. Retrieve player summaries, ranked stats, champion mastery, recent matches, and match summaries through natural language queries. Enhance your AI's gaming knowledge with detailed and up-to-date game information.
2025-04-21T05:55:10.722Z
6
https://smithery.ai/server/@jifrozen0110/riot
true
null
{ "scanPassed": true }
[{'name': 'get_top_champions_tool', 'description': "\n๐Ÿ” Get the player's top champion masteries.\n\nReturns a list of the player's most-played champions based on mastery points.\n", 'inputSchema': {'type': 'object', 'title': 'get_top_champions_toolArguments', 'required': ['game_name', 'tag_line'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 3}, 'language': {'type': 'string', 'title': 'Language', 'default': 'en_US'}, 'tag_line': {'type': 'string', 'title': 'Tag Line'}, 'game_name': {'type': 'string', 'title': 'Game Name'}}}}, {'name': 'get_recent_matches_tool', 'description': "\n๐Ÿ•น๏ธ Get the player's recent match history.\n\nReturns a brief summary of the player's most recent matches, including champion, score, and result.\n", 'inputSchema': {'type': 'object', 'title': 'get_recent_matches_toolArguments', 'required': ['game_name', 'tag_line'], 'properties': {'count': {'type': 'integer', 'title': 'Count', 'default': 3}, 'tag_line': {'type': 'string', 'title': 'Tag Line'}, 'game_name': {'type': 'string', 'title': 'Game Name'}}}}, {'name': 'get_champion_mastery_tool', 'description': "\n๐ŸŽฏ Get the player's mastery info for a specific champion.\n\nReturns detailed mastery data (level, points, last play time, etc.) for the requested champion.\n", 'inputSchema': {'type': 'object', 'title': 'get_champion_mastery_toolArguments', 'required': ['game_name', 'tag_line', 'champion_name'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': 'en_US'}, 'tag_line': {'type': 'string', 'title': 'Tag Line'}, 'game_name': {'type': 'string', 'title': 'Game Name'}, 'champion_name': {'type': 'string', 'title': 'Champion Name'}}}}, {'name': 'get_player_summary', 'description': "\n๐Ÿงพ Get a complete summary of a player's profile.\n\nIncludes level, solo rank, top champion masteries, and recent matches in a single output.\n", 'inputSchema': {'type': 'object', 'title': 'get_player_summaryArguments', 'required': ['game_name', 'tag_line'], 'properties': {'language': {'type': 'string', 'title': 'Language', 'default': 'en_US'}, 'tag_line': {'type': 'string', 'title': 'Tag Line'}, 'game_name': {'type': 'string', 'title': 'Game Name'}}}}, {'name': 'get_match_summary', 'description': '\n๐Ÿ“Š Get a detailed summary of a specific match for a given player.\n\nExtracts and returns only the relevant stats (KDA, damage, vision, win/loss, etc.) from the match.\n', 'inputSchema': {'type': 'object', 'title': 'get_match_summaryArguments', 'required': ['match_id', 'puuid'], 'properties': {'puuid': {'type': 'string', 'title': 'Puuid'}, 'match_id': {'type': 'string', 'title': 'Match Id'}}}}]
@8bitsats/grok_mcp
Grok AI MCP Server
Analyze Solana blockchain transactions and addresses, process images, and answer general queries with advanced AI capabilities. Leverage Grok's vision and contextual understanding to gain insights and enhance your blockchain experience.
2025-03-10T21:00:39.958Z
5
https://smithery.ai/server/@8bitsats/grok_mcp
true
null
{ "scanPassed": true }
[{'name': 'analyze_transaction', 'description': 'Analyze a Solana transaction using Grok AI', 'inputSchema': {'type': 'object', 'required': ['signature'], 'properties': {'details': {'type': 'string', 'description': 'Optional JSON string with additional transaction details'}, 'signature': {'type': 'string', 'description': 'Transaction signature to analyze'}, 'screenshot': {'type': 'string', 'description': 'Optional base64 encoded screenshot of transaction data'}}}}, {'name': 'analyze_address', 'description': 'Analyze a Solana address using Grok AI', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Solana address to analyze'}, 'screenshot': {'type': 'string', 'description': 'Optional base64 encoded screenshot of address data'}}}}, {'name': 'analyze_image', 'description': 'Analyze an image using Grok AI vision capabilities', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'image': {'type': 'string', 'description': 'Base64 encoded image data'}, 'prompt': {'type': 'string', 'description': 'Question or prompt about the image'}, 'image_url': {'type': 'string', 'description': 'Optional URL of an image to analyze (alternative to base64)'}}}}, {'name': 'ask_grok', 'description': 'Ask Grok a general question', 'inputSchema': {'type': 'object', 'required': ['question'], 'properties': {'image': {'type': 'string', 'description': 'Optional base64 encoded image to include with the question'}, 'context': {'type': 'string', 'description': 'Optional context for the question'}, 'question': {'type': 'string', 'description': 'Question to ask Grok'}, 'image_url': {'type': 'string', 'description': 'Optional URL of an image to include (alternative to base64)'}}}}]
@boorich/mcp-human-loop
Human Loop Server
Manage human-agent collaboration efficiently by determining when human intervention is necessary in AI operations. Utilize a sequential scoring system to evaluate requests across multiple dimensions, ensuring that only truly complex or sensitive cases reach human operators. Enhance decision-making transparency and system learning through tracked outcomes and adjustable thresholds.
2025-03-09T18:00:38.855Z
5
https://smithery.ai/server/@boorich/mcp-human-loop
true
null
{ "scanPassed": true }
[{'name': 'evaluate_need_for_human', 'description': 'Evaluate if a task requires human intervention', 'inputSchema': {'type': 'object', 'required': ['taskDescription'], 'properties': {'taskDescription': {'type': 'string', 'description': 'Description of the task to be evaluated'}, 'modelCapabilities': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of model capabilities'}}}}]
@Szowesgad/mcp-server-semgrep
MCP Server Semgrep
Integrate advanced static code analysis and security vulnerability detection into your development workflow. Enhance code quality and maintainability through a conversational interface with AI assistants. Automate error detection and enforce coding standards effortlessly.
2025-03-18T01:03:21.831Z
5
https://smithery.ai/server/@Szowesgad/mcp-server-semgrep
true
null
{ "scanPassed": true }
[{'name': 'scan_directory', 'description': 'Performs a Semgrep scan on a directory', 'inputSchema': {'type': 'object', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'Absolute path to the directory to scan (must be within MCP directory)'}, 'config': {'type': 'string', 'default': 'auto', 'description': 'Semgrep configuration (e.g. "auto" or absolute path to rule file)'}}}}, {'name': 'list_rules', 'description': 'Lists available Semgrep rules', 'inputSchema': {'type': 'object', 'properties': {'language': {'type': 'string', 'description': 'Programming language for rules (optional)'}}}}, {'name': 'analyze_results', 'description': 'Analyzes scan results', 'inputSchema': {'type': 'object', 'required': ['results_file'], 'properties': {'results_file': {'type': 'string', 'description': 'Absolute path to JSON results file (must be within MCP directory)'}}}}, {'name': 'create_rule', 'description': 'Creates a new Semgrep rule', 'inputSchema': {'type': 'object', 'required': ['output_path', 'pattern', 'language', 'message'], 'properties': {'id': {'type': 'string', 'default': 'custom_rule', 'description': 'Rule identifier'}, 'message': {'type': 'string', 'description': 'Message to display when rule matches'}, 'pattern': {'type': 'string', 'description': 'Search pattern for the rule'}, 'language': {'type': 'string', 'description': 'Target language for the rule'}, 'severity': {'type': 'string', 'default': 'WARNING', 'description': 'Rule severity (ERROR, WARNING, INFO)'}, 'output_path': {'type': 'string', 'description': 'Absolute path for output rule file'}}}}, {'name': 'filter_results', 'description': 'Filters scan results by various criteria', 'inputSchema': {'type': 'object', 'required': ['results_file'], 'properties': {'rule_id': {'type': 'string', 'description': 'Filter by rule ID'}, 'language': {'type': 'string', 'description': 'Filter by programming language'}, 'severity': {'type': 'string', 'description': 'Filter by severity (ERROR, WARNING, INFO)'}, 'path_pattern': {'type': 'string', 'description': 'Filter by file path pattern (regex)'}, 'results_file': {'type': 'string', 'description': 'Absolute path to JSON results file'}, 'message_pattern': {'type': 'string', 'description': 'Filter by message content (regex)'}}}}, {'name': 'export_results', 'description': 'Exports scan results in various formats', 'inputSchema': {'type': 'object', 'required': ['results_file', 'output_file'], 'properties': {'format': {'type': 'string', 'default': 'text', 'description': 'Output format (json, sarif, text)'}, 'output_file': {'type': 'string', 'description': 'Absolute path to output file'}, 'results_file': {'type': 'string', 'description': 'Absolute path to JSON results file'}}}}, {'name': 'compare_results', 'description': 'Compares two scan results', 'inputSchema': {'type': 'object', 'required': ['old_results', 'new_results'], 'properties': {'new_results': {'type': 'string', 'description': 'Absolute path to newer JSON results file'}, 'old_results': {'type': 'string', 'description': 'Absolute path to older JSON results file'}}}}]
@fortunto2/prefect-mcp-server
Prefect MCP Server
Interact seamlessly with the Prefect API to enhance your workflow. Set up a reliable server configuration tailored for the Cursor IDE, enabling efficient management of your Prefect tasks and resources. Simplify your development process with easy installation and configuration steps.
2025-04-05T11:00:37.243Z
5
https://smithery.ai/server/@fortunto2/prefect-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_flow_by_id', 'description': 'Get a flow by its ID.\n\n Args:\n flow_id: ID of the flow to retrieve.\n ', 'inputSchema': {'type': 'object', 'title': 'get_flow_by_idArguments', 'required': ['flow_id'], 'properties': {'flow_id': {'type': 'string', 'title': 'Flow Id'}}}}, {'name': 'get_flow_by_name', 'description': 'Get a flow by its name.\n\n Args:\n name: Name of the flow to retrieve.\n ', 'inputSchema': {'type': 'object', 'title': 'get_flow_by_nameArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'list_flows', 'description': 'Get a list of flows from the Prefect API.\n\n Args:\n limit: Maximum number of flows to return (default 20).\n offset: Number of flows to skip (default 0).\n ', 'inputSchema': {'type': 'object', 'title': 'list_flowsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}}}}, {'name': 'search_flows', 'description': 'Search for flows by name and/or tags.\n\n Args:\n name: Optional name to search for (case-insensitive contains match).\n tags: Optional list of tags to filter by.\n limit: Maximum number of flows to return (default 20).\n ', 'inputSchema': {'type': 'object', 'title': 'search_flowsArguments', 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}}}}, {'name': 'get_flow_run_by_id', 'description': 'Get a flow run by its ID.\n\n Args:\n flow_run_id: ID of the flow run to retrieve.\n ', 'inputSchema': {'type': 'object', 'title': 'get_flow_run_by_idArguments', 'required': ['flow_run_id'], 'properties': {'flow_run_id': {'type': 'string', 'title': 'Flow Run Id'}}}}, {'name': 'list_flow_runs', 'description': 'Get a list of flow runs from the Prefect API.\n\n Args:\n limit: Maximum number of flow runs to return (default 20).\n offset: Number of flow runs to skip (default 0).\n flow_id: Optional ID of the flow to filter runs by.\n ', 'inputSchema': {'type': 'object', 'title': 'list_flow_runsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'flow_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Flow Id', 'default': None}}}}, {'name': 'search_flow_runs_by_state', 'description': 'Search for flow runs by state.\n\n Args:\n state_type: Optional state type (e.g., "COMPLETED", "FAILED", "CRASHED").\n state_name: Optional state name (e.g., "Completed", "Failed").\n limit: Maximum number of flow runs to return (default 20).\n ', 'inputSchema': {'type': 'object', 'title': 'search_flow_runs_by_stateArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'state_name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'State Name', 'default': None}, 'state_type': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'State Type', 'default': None}}}}, {'name': 'cancel_flow_run', 'description': 'Cancel a flow run.\n\n Args:\n flow_run_id: ID of the flow run to cancel.\n ', 'inputSchema': {'type': 'object', 'title': 'cancel_flow_runArguments', 'required': ['flow_run_id'], 'properties': {'flow_run_id': {'type': 'string', 'title': 'Flow Run Id'}}}}, {'name': 'get_deployment_by_id', 'description': 'Get a deployment by its ID.\n\n Args:\n deployment_id: ID of the deployment to retrieve.\n ', 'inputSchema': {'type': 'object', 'title': 'get_deployment_by_idArguments', 'required': ['deployment_id'], 'properties': {'deployment_id': {'type': 'string', 'title': 'Deployment Id'}}}}, {'name': 'get_deployment_by_name', 'description': 'Get a deployment by its name.\n\n Args:\n name: Name of the deployment to retrieve, in format "flow_name/deployment_name".\n ', 'inputSchema': {'type': 'object', 'title': 'get_deployment_by_nameArguments', 'required': ['name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}}}}, {'name': 'list_deployments', 'description': 'Get a list of deployments from the Prefect API.\n\n Args:\n limit: Maximum number of deployments to return (default 20).\n offset: Number of deployments to skip (default 0).\n flow_id: Optional ID of the flow to filter deployments by.\n ', 'inputSchema': {'type': 'object', 'title': 'list_deploymentsArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'offset': {'type': 'integer', 'title': 'Offset', 'default': 0}, 'flow_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Flow Id', 'default': None}}}}, {'name': 'search_deployments_by_status', 'description': 'Search for deployments by schedule status.\n\n Args:\n is_schedule_active: Filter deployments by whether their schedule is active.\n limit: Maximum number of deployments to return (default 20).\n ', 'inputSchema': {'type': 'object', 'title': 'search_deployments_by_statusArguments', 'properties': {'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'is_schedule_active': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Is Schedule Active', 'default': None}}}}, {'name': 'create_flow_run_from_deployment', 'description': "Create a new flow run for the specified deployment.\n\n Args:\n deployment_id: ID of the deployment or name in format 'flow_name/deployment_name'.\n parameters: Dictionary with parameters for the flow run (optional).\n name: Optional name for the flow run.\n timeout: Timeout in seconds, 0 means no waiting for completion (default 0).\n ", 'inputSchema': {'type': 'object', 'title': 'create_flow_run_from_deploymentArguments', 'required': ['deployment_id'], 'properties': {'name': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Name', 'default': None}, 'timeout': {'type': 'integer', 'title': 'Timeout', 'default': 0}, 'parameters': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Parameters', 'default': None}, 'deployment_id': {'type': 'string', 'title': 'Deployment Id'}}}}, {'name': 'filter_flows', 'description': 'Filter flows based on specified criteria.\n\n Args:\n filter_criteria: Dictionary with filter criteria according to Prefect API.\n Example: {"flows": {"tags": {"all_": ["production"]}}}\n ', 'inputSchema': {'type': 'object', 'title': 'filter_flowsArguments', 'required': ['filter_criteria'], 'properties': {'filter_criteria': {'type': 'object', 'title': 'Filter Criteria', 'additionalProperties': True}}}}, {'name': 'filter_flow_runs', 'description': 'Filter flow runs based on specified criteria.\n\n Args:\n filter_criteria: Dictionary with filter criteria according to Prefect API.\n Example: {"flow_runs": {"state": {"type": {"any_": ["FAILED", "CRASHED"]}}}}\n ', 'inputSchema': {'type': 'object', 'title': 'filter_flow_runsArguments', 'required': ['filter_criteria'], 'properties': {'filter_criteria': {'type': 'object', 'title': 'Filter Criteria', 'additionalProperties': True}}}}, {'name': 'filter_deployments', 'description': 'Filter deployments based on specified criteria.\n\n Args:\n filter_criteria: Dictionary with filter criteria according to Prefect API.\n Example: {"deployments": {"is_schedule_active": {"eq_": true}}}\n ', 'inputSchema': {'type': 'object', 'title': 'filter_deploymentsArguments', 'required': ['filter_criteria'], 'properties': {'filter_criteria': {'type': 'object', 'title': 'Filter Criteria', 'additionalProperties': True}}}}, {'name': 'create_flow_run', 'description': 'Create a new flow run for the specified deployment (Legacy).\n\n Args:\n deployment_id: ID of the deployment to create a run for.\n parameters: Dictionary with parameters for the flow run (optional).\n ', 'inputSchema': {'type': 'object', 'title': 'create_flow_runArguments', 'required': ['deployment_id'], 'properties': {'parameters': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Parameters', 'default': None}, 'deployment_id': {'type': 'string', 'title': 'Deployment Id'}}}}]
mcp-package-docs
Package Docs
Access package documentation for Go, Python, and NPM.
2025-01-01T06:39:54.811Z
5
https://smithery.ai/server/mcp-package-docs
true
null
{ "scanPassed": true }
[{'name': 'search_package_docs', 'description': 'Search for symbols or content within package documentation', 'inputSchema': {'type': 'object', 'required': ['package', 'query', 'language'], 'properties': {'fuzzy': {'type': 'boolean', 'default': True, 'description': 'Enable fuzzy matching'}, 'query': {'type': 'string', 'description': 'Search query'}, 'package': {'type': 'string', 'description': 'Package name to search within'}, 'language': {'enum': ['go', 'python', 'npm'], 'type': 'string', 'description': 'Package language/ecosystem'}, 'projectPath': {'type': 'string', 'description': 'Optional path to project directory for local .npmrc files'}}}}, {'name': 'lookup_go_doc', 'description': 'Look up Go package documentation', 'inputSchema': {'type': 'object', 'required': ['package'], 'properties': {'symbol': {'type': 'string', 'description': 'Optional symbol name to look up specific documentation'}, 'package': {'type': 'string', 'description': 'Full package import path (e.g. encoding/json)'}, 'projectPath': {'type': 'string', 'description': 'Optional path to project directory for local .npmrc files'}}}}, {'name': 'lookup_python_doc', 'description': 'Look up Python package documentation', 'inputSchema': {'type': 'object', 'required': ['package'], 'properties': {'symbol': {'type': 'string', 'description': 'Optional symbol name to look up specific documentation'}, 'package': {'type': 'string', 'description': 'Package name (e.g. requests)'}, 'projectPath': {'type': 'string', 'description': 'Optional path to project directory for local .npmrc files'}}}}, {'name': 'lookup_npm_doc', 'description': 'Look up NPM package documentation', 'inputSchema': {'type': 'object', 'required': ['package'], 'properties': {'package': {'type': 'string', 'description': 'Package name (e.g. axios)'}, 'version': {'type': 'string', 'description': 'Optional package version'}, 'projectPath': {'type': 'string', 'description': 'Optional path to project directory for local .npmrc files'}}}}]
@ccheshirecat/proxmoxmcp
Proxmox Manager
Manage your Proxmox hypervisors effortlessly. Interact with nodes, VMs, and containers through a clean and secure interface. Enhance your virtualization experience with powerful tools and logging capabilities.
2025-04-14T12:50:38.901Z
5
https://smithery.ai/server/@ccheshirecat/proxmoxmcp
true
null
{ "scanPassed": true }
[{'name': 'get_nodes', 'description': 'List all nodes in the Proxmox cluster with their status, CPU, memory, and role information.\n\nExample:\n{"node": "pve1", "status": "online", "cpu_usage": 0.15, "memory": {"used": "8GB", "total": "32GB"}}', 'inputSchema': {'type': 'object', 'title': 'get_nodesArguments', 'properties': {}}}, {'name': 'get_node_status', 'description': 'Get detailed status information for a specific Proxmox node.\n\nParameters:\nnode* - Name/ID of node to query (e.g. \'pve1\')\n\nExample:\n{"cpu": {"usage": 0.15}, "memory": {"used": "8GB", "total": "32GB"}}', 'inputSchema': {'type': 'object', 'title': 'get_node_statusArguments', 'required': ['node'], 'properties': {'node': {'type': 'string', 'title': 'Node', 'description': "Name/ID of node to query (e.g. 'pve1', 'proxmox-node2')"}}}}]
@mdwoicke/dify-mcp-server-js
Dify Server
Provide Ant Design business component code generation by integrating with the Dify AI API. Support text and optional image inputs with streaming response handling to enhance developer productivity. Enable seamless integration with tools like Continue and Cline for efficient MCP usage.
2025-05-04T17:59:03.546Z
5
https://smithery.ai/server/@mdwoicke/dify-mcp-server-js
true
null
{ "scanPassed": true }
[{'name': 'antd-component-codegen-mcp-tool', 'description': 'Send a message to Dify chat API for generating antd biz components code', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The message to send'}, 'imageFilePath': {'type': 'string', 'description': 'The image file absolute path to send'}}}}]
@yywz1999/gdb-mcp-server
GDB MCP ๆœๅŠกๅ™จ
็ฎ€ๅŒ–่ฐƒ่ฏ•่ฟ‡็จ‹๏ผŒๅ…่ฎธ AI ไปฃ็†ไธŽ GDB ่ฟ›่กŒๆ— ็ผไบคไบ’ใ€‚้€š่ฟ‡ๆ™บ่ƒฝๅ‘ฝไปคๅค„็†ๅ’Œๅคšๆžถๆž„ๆ”ฏๆŒ๏ผŒๆๅ‡่ฐƒ่ฏ•ๆ•ˆ็އใ€‚
2025-04-08T09:48:33.349Z
5
https://smithery.ai/server/@yywz1999/gdb-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'sys_find_gdb_processes', 'description': 'ๆŸฅๆ‰พ็ณป็ปŸไธญ่ฟ่กŒ็š„ๆ‰€ๆœ‰GDB่ฟ›็จ‹', 'inputSchema': {'type': 'object', 'title': 'sys_find_gdb_processesArguments', 'properties': {'random_string': {'type': 'string', 'title': 'random_string', 'default': 'dummy'}}}}, {'name': 'sys_attach_to_gdb', 'description': '้™„ๅŠ ๅˆฐ็Žฐๆœ‰็š„GDB่ฟ›็จ‹', 'inputSchema': {'type': 'object', 'title': 'sys_attach_to_gdbArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}, 'tty_device': {'type': 'string', 'title': 'tty_device', 'default': None}}}}, {'name': 'sys_start_gdb_with_remote', 'description': 'ๅฏๅŠจGDBๅนถ่ฟžๆŽฅๅˆฐ่ฟœ็จ‹่ฐƒ่ฏ•็›ฎๆ ‡', 'inputSchema': {'type': 'object', 'title': 'sys_start_gdb_with_remoteArguments', 'required': ['target_address'], 'properties': {'executable': {'type': 'string', 'title': 'executable', 'default': None}, 'target_address': {'type': 'string', 'title': 'target_address'}}}}, {'name': 'gdb_execute_command', 'description': 'ๆ‰ง่กŒGDBๅ‘ฝไปค', 'inputSchema': {'type': 'object', 'title': 'gdb_execute_commandArguments', 'required': ['command'], 'properties': {'command': {'type': 'string', 'title': 'command'}, 'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_set_breakpoint', 'description': '่ฎพ็ฝฎๆ–ญ็‚น', 'inputSchema': {'type': 'object', 'title': 'gdb_set_breakpointArguments', 'required': ['location'], 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}, 'location': {'type': 'string', 'title': 'location'}}}}, {'name': 'gdb_delete_breakpoint', 'description': 'ๅˆ ้™คๆ–ญ็‚น', 'inputSchema': {'type': 'object', 'title': 'gdb_delete_breakpointArguments', 'required': ['number'], 'properties': {'number': {'type': 'string', 'title': 'number'}, 'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_step', 'description': 'ๅ•ๆญฅๆ‰ง่กŒ', 'inputSchema': {'type': 'object', 'title': 'gdb_stepArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_next', 'description': 'ไธ‹ไธ€ๆญฅๆ‰ง่กŒ', 'inputSchema': {'type': 'object', 'title': 'gdb_nextArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_finish', 'description': '่ฟ่กŒ่‡ณๅ‡ฝๆ•ฐ่ฟ”ๅ›ž', 'inputSchema': {'type': 'object', 'title': 'gdb_finishArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_continue', 'description': '็ปง็ปญๆ‰ง่กŒ', 'inputSchema': {'type': 'object', 'title': 'gdb_continueArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_get_registers', 'description': '่Žทๅ–ๅฏ„ๅญ˜ๅ™จๅ€ผ', 'inputSchema': {'type': 'object', 'title': 'gdb_get_registersArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_examine_memory', 'description': 'ๆฃ€ๆŸฅๅ†…ๅญ˜', 'inputSchema': {'type': 'object', 'title': 'gdb_examine_memoryArguments', 'required': ['address'], 'properties': {'count': {'type': 'string', 'title': 'count', 'default': '10'}, 'address': {'type': 'string', 'title': 'address'}, 'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}, 'format_type': {'type': 'string', 'title': 'format_type', 'default': 'x'}}}}, {'name': 'gdb_get_stack', 'description': '่Žทๅ–ๅ †ๆ ˆไฟกๆฏ', 'inputSchema': {'type': 'object', 'title': 'gdb_get_stackArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_get_locals', 'description': '่Žทๅ–ๅฑ€้ƒจๅ˜้‡', 'inputSchema': {'type': 'object', 'title': 'gdb_get_localsArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}}}}, {'name': 'gdb_disassemble', 'description': 'ๅๆฑ‡็ผ–ไปฃ็ ', 'inputSchema': {'type': 'object', 'title': 'gdb_disassembleArguments', 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}, 'location': {'type': 'string', 'title': 'location', 'default': ''}}}}, {'name': 'gdb_connect_remote', 'description': '่ฟžๆŽฅๅˆฐ่ฟœ็จ‹่ฐƒ่ฏ•็›ฎๆ ‡', 'inputSchema': {'type': 'object', 'title': 'gdb_connect_remoteArguments', 'required': ['target_address'], 'properties': {'gdb_pid': {'type': 'string', 'title': 'gdb_pid', 'default': None}, 'target_address': {'type': 'string', 'title': 'target_address'}}}}]
@cfdude/super-shell-mcp
Super Shell
Execute shell commands securely across multiple platforms with built-in whitelisting and approval mechanisms. Simplify command execution with automatic platform detection and comprehensive logging. Enhance your workflow by managing commands efficiently and safely.
2025-03-22T11:00:54.729Z
5
https://smithery.ai/server/@cfdude/super-shell-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_platform_info', 'description': 'Get information about the current platform and shell', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'execute_command', 'description': 'Execute a shell command on the current platform', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'args': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Command arguments'}, 'command': {'type': 'string', 'description': 'The command to execute'}}}}, {'name': 'get_whitelist', 'description': 'Get the list of whitelisted commands', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'add_to_whitelist', 'description': 'Add a command to the whitelist', 'inputSchema': {'type': 'object', 'required': ['command', 'securityLevel'], 'properties': {'command': {'type': 'string', 'description': 'The command to whitelist'}, 'description': {'type': 'string', 'description': 'Description of the command'}, 'securityLevel': {'enum': ['safe', 'requires_approval', 'forbidden'], 'type': 'string', 'description': 'Security level for the command'}}}}, {'name': 'update_security_level', 'description': 'Update the security level of a whitelisted command', 'inputSchema': {'type': 'object', 'required': ['command', 'securityLevel'], 'properties': {'command': {'type': 'string', 'description': 'The command to update'}, 'securityLevel': {'enum': ['safe', 'requires_approval', 'forbidden'], 'type': 'string', 'description': 'New security level for the command'}}}}, {'name': 'remove_from_whitelist', 'description': 'Remove a command from the whitelist', 'inputSchema': {'type': 'object', 'required': ['command'], 'properties': {'command': {'type': 'string', 'description': 'The command to remove from whitelist'}}}}, {'name': 'get_pending_commands', 'description': 'Get the list of commands pending approval', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'approve_command', 'description': 'Approve a pending command', 'inputSchema': {'type': 'object', 'required': ['commandId'], 'properties': {'commandId': {'type': 'string', 'description': 'ID of the command to approve'}}}}, {'name': 'deny_command', 'description': 'Deny a pending command', 'inputSchema': {'type': 'object', 'required': ['commandId'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for denial'}, 'commandId': {'type': 'string', 'description': 'ID of the command to deny'}}}}]
mcp-shell-server
Shell Server
Execute whitelisted shell commands securely via MCP.
2025-01-12T07:16:43.022Z
5
https://smithery.ai/server/mcp-shell-server
true
null
{ "scanPassed": true }
[{'name': 'shell_execute', 'description': 'Execute a shell command\nAllowed commands: find, cat, pwd, ls, wc, grep, touch', 'inputSchema': {'type': 'object', 'required': ['command', 'directory'], 'properties': {'stdin': {'type': 'string', 'description': 'Input to be passed to the command via stdin'}, 'command': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Command and its arguments as array'}, 'timeout': {'type': 'integer', 'minimum': 0, 'description': 'Maximum execution time in seconds'}, 'directory': {'type': 'string', 'description': 'Working directory where the command will be executed'}}}}]