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
|
---|---|---|---|---|---|---|---|---|---|
@DynamicEndpoints/cloudflare-github-backup-mcp | Cloudflare to GitHub Backup | Automate the backup of your Cloudflare projects to a GitHub repository. Ensure your projects are securely stored and easily retrievable with this seamless integration. Start safeguarding your Cloudflare data today with minimal setup required. | 2025-03-09T15:01:10.307Z | 0 | https://smithery.ai/server/@DynamicEndpoints/cloudflare-github-backup-mcp | true | null | {
"scanPassed": true
} | [{'name': 'backup_projects', 'description': 'Backup Cloudflare projects to GitHub', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'projectIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of Cloudflare project IDs to backup. If not provided, all projects will be backed up.'}}}}, {'name': 'restore_project', 'description': 'Restore a Cloudflare project from a backup', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project to restore'}, 'timestamp': {'type': 'string', 'description': 'Optional timestamp of the backup to restore. If not provided, the most recent backup will be used.'}}}}, {'name': 'list_backups', 'description': 'List available backups for a Cloudflare project', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project'}}}}] |
@DynamicEndpoints/cloudflare-github-backup-mcp | Cloudflare to GitHub Backup | Automate the backup of your Cloudflare projects to a GitHub repository. Ensure your projects are securely stored and easily retrievable with this seamless integration. Start safeguarding your Cloudflare data today with minimal setup required. | 2025-03-09T15:01:10.307Z | 0 | https://smithery.ai/server/@DynamicEndpoints/cloudflare-github-backup-mcp | true | null | {
"scanPassed": true
} | [{'name': 'backup_projects', 'description': 'Backup Cloudflare projects to GitHub', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'projectIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of Cloudflare project IDs to backup. If not provided, all projects will be backed up.'}}}}, {'name': 'restore_project', 'description': 'Restore a Cloudflare project from a backup', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project to restore'}, 'timestamp': {'type': 'string', 'description': 'Optional timestamp of the backup to restore. If not provided, the most recent backup will be used.'}}}}, {'name': 'list_backups', 'description': 'List available backups for a Cloudflare project', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project'}}}}] |
@crunchloop/mcp-devcontainers | Devcontainers Integration Server | Manage and interact with development containers seamlessly by starting environments, running user setup commands, and executing arbitrary shell commands inside devcontainers. Simplify your development workflow by controlling devcontainers directly through this server. Requires Docker and the devcontainers CLI for operation. | 2025-04-17T15:00:25.303Z | 0 | https://smithery.ai/server/@crunchloop/mcp-devcontainers | true | null | null | [{'name': 'devcontainer_up', 'description': 'Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_run_user_commands', 'description': 'Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainerfor the specified workspace folder. Use this to execute setup or initialization commandsafter the devcontainer starts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_exec', 'description': 'Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder', 'command'], 'properties': {'command': {'type': 'array', 'items': {'type': 'string'}}, 'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}] |
@crunchloop/mcp-devcontainers | Devcontainers Integration Server | Manage and interact with development containers seamlessly by starting environments, running user setup commands, and executing arbitrary shell commands inside devcontainers. Simplify your development workflow by controlling devcontainers directly through this server. Requires Docker and the devcontainers CLI for operation. | 2025-04-17T15:00:25.303Z | 0 | https://smithery.ai/server/@crunchloop/mcp-devcontainers | true | null | null | [{'name': 'devcontainer_up', 'description': 'Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_run_user_commands', 'description': 'Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainerfor the specified workspace folder. Use this to execute setup or initialization commandsafter the devcontainer starts.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder'], 'properties': {'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'devcontainer_exec', 'description': 'Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceFolder', 'command'], 'properties': {'command': {'type': 'array', 'items': {'type': 'string'}}, 'outputFilePath': {'type': 'string'}, 'workspaceFolder': {'type': 'string'}}, 'additionalProperties': False}}] |
@etruong42/prometheus-mcp | Prometheus MCP Server | Expose Prometheus monitoring and visualization tools to your language model agents, enabling them to query metrics and generate charts dynamically. Enhance your LLM's capabilities with real-time observability data and graphical insights. Easily integrate with Claude and other MCP-compatible clients for seamless interaction. | 2025-04-16T14:00:45.133Z | 0 | https://smithery.ai/server/@etruong42/prometheus-mcp | true | null | {
"scanPassed": true
} | [{'name': 'prometheus_query_range', 'description': '\n Query Prometheus /query_range API endpoint and return\n an image of a plot of the time series monitoring data.\n Use this tool whenever the user asks about the status\n of their compute infrastructure.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_query_rangeArguments', 'required': ['query', 'start_time', 'end_time', 'step'], 'properties': {'step': {'type': 'string', 'title': 'Step'}, 'query': {'type': 'string', 'title': 'Query'}, 'end_time': {'type': 'string', 'title': 'End Time'}, 'start_time': {'type': 'string', 'title': 'Start Time'}}}}, {'name': 'prometheus_alert_rules', 'description': '\n Query the Prometheus /rules API.\n Returns a list of alerting and recording rules that are currently loaded.\n In addition it returns the currently active alerts fired by the Prometheus\n instance of each alerting rule.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_alert_rulesArguments', 'properties': {}}}] |
@etruong42/prometheus-mcp | Prometheus MCP Server | Expose Prometheus monitoring and visualization tools to your language model agents, enabling them to query metrics and generate charts dynamically. Enhance your LLM's capabilities with real-time observability data and graphical insights. Easily integrate with Claude and other MCP-compatible clients for seamless interaction. | 2025-04-16T14:00:45.133Z | 0 | https://smithery.ai/server/@etruong42/prometheus-mcp | true | null | {
"scanPassed": true
} | [{'name': 'prometheus_query_range', 'description': '\n Query Prometheus /query_range API endpoint and return\n an image of a plot of the time series monitoring data.\n Use this tool whenever the user asks about the status\n of their compute infrastructure.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_query_rangeArguments', 'required': ['query', 'start_time', 'end_time', 'step'], 'properties': {'step': {'type': 'string', 'title': 'Step'}, 'query': {'type': 'string', 'title': 'Query'}, 'end_time': {'type': 'string', 'title': 'End Time'}, 'start_time': {'type': 'string', 'title': 'Start Time'}}}}, {'name': 'prometheus_alert_rules', 'description': '\n Query the Prometheus /rules API.\n Returns a list of alerting and recording rules that are currently loaded.\n In addition it returns the currently active alerts fired by the Prometheus\n instance of each alerting rule.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_alert_rulesArguments', 'properties': {}}}] |
@vakharwalad23/google-mcp | Google MCP | Integrate seamlessly with Google services like Gmail and Calendar to enhance your AI client capabilities. Send emails, manage calendars, and automate workflows effortlessly with a few commands. Streamline your tasks and improve productivity by leveraging Google’s powerful tools directly from your AI interface. | 2025-04-07T19:59:12.075Z | 1 | https://smithery.ai/server/@vakharwalad23/google-mcp | false | null | {
"scanPassed": true
} | [{'name': 'google_calendar_set_default', 'description': 'Set the default calendar ID for operations', 'inputSchema': {'type': 'object', 'required': ['calendarId'], 'properties': {'calendarId': {'type': 'string', 'description': 'The ID of the calendar to set as default'}}}}, {'name': 'google_calendar_list_calendars', 'description': 'List all available calendars', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_calendar_create_event', 'description': 'Create a new event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time of the event in ISO 8601 format (e.g. 2025-04-02T11:00:00-07:00)'}, 'start': {'type': 'string', 'description': 'Start time of the event in ISO 8601 format (e.g. 2025-04-02T10:00:00-07:00)'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_get_events', 'description': 'Retrieve upcoming events from Google Calendar', 'inputSchema': {'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Free text search term for events'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'timeMax': {'type': 'string', 'description': 'End date/time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start date/time in ISO format (defaults to now)'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'showDeleted': {'type': 'boolean', 'description': 'Whether to include deleted events'}}}}, {'name': 'google_calendar_get_event', 'description': 'Get detailed information about a specific event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to retrieve'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_update_event', 'description': 'Update an existing event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO 8601 format'}, 'start': {'type': 'string', 'description': 'Start time in ISO 8601 format'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'eventId': {'type': 'string', 'description': 'ID of the event to update'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_delete_event', 'description': 'Delete an event from Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to delete'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_find_free_time', 'description': 'Find available time slots between events', 'inputSchema': {'type': 'object', 'required': ['startDate', 'endDate', 'duration'], 'properties': {'endDate': {'type': 'string', 'description': 'End of search period (ISO format)'}, 'duration': {'type': 'number', 'description': 'Minimum slot duration in minutes'}, 'startDate': {'type': 'string', 'description': 'Start of search period (ISO format)'}, 'calendarIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional: Calendar IDs to check (defaults to primary if not specified)'}}}}, {'name': 'google_gmail_list_labels', 'description': 'List all available Gmail labels', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_gmail_list_emails', 'description': 'List emails from a specific label or folder', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': "Label IDs to filter messages (e.g., 'INBOX', 'SENT')"}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return'}}}}, {'name': 'google_gmail_get_email', 'description': 'Get detailed information about a specific email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}, 'messageId': {'type': 'string', 'description': 'ID of the email to retrieve'}}}}, {'name': 'google_gmail_get_email_by_index', 'description': 'Get email by its index from the most recent search results', 'inputSchema': {'type': 'object', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'Index of the email from search results (starting from 1)'}, 'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}}}}, {'name': 'google_gmail_send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_draft_email', 'description': 'Create a draft email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_delete_email', 'description': 'Delete or trash an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to delete'}, 'permanently': {'type': 'boolean', 'description': 'Whether to permanently delete or move to trash'}}}}, {'name': 'google_gmail_modify_labels', 'description': 'Add or remove labels from an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the message'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove from the message'}}}}] |
@vakharwalad23/google-mcp | Google MCP | Integrate seamlessly with Google services like Gmail and Calendar to enhance your AI client capabilities. Send emails, manage calendars, and automate workflows effortlessly with a few commands. Streamline your tasks and improve productivity by leveraging Google’s powerful tools directly from your AI interface. | 2025-04-07T19:59:12.075Z | 1 | https://smithery.ai/server/@vakharwalad23/google-mcp | false | null | {
"scanPassed": true
} | [{'name': 'google_calendar_set_default', 'description': 'Set the default calendar ID for operations', 'inputSchema': {'type': 'object', 'required': ['calendarId'], 'properties': {'calendarId': {'type': 'string', 'description': 'The ID of the calendar to set as default'}}}}, {'name': 'google_calendar_list_calendars', 'description': 'List all available calendars', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_calendar_create_event', 'description': 'Create a new event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time of the event in ISO 8601 format (e.g. 2025-04-02T11:00:00-07:00)'}, 'start': {'type': 'string', 'description': 'Start time of the event in ISO 8601 format (e.g. 2025-04-02T10:00:00-07:00)'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_get_events', 'description': 'Retrieve upcoming events from Google Calendar', 'inputSchema': {'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Free text search term for events'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'timeMax': {'type': 'string', 'description': 'End date/time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start date/time in ISO format (defaults to now)'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'showDeleted': {'type': 'boolean', 'description': 'Whether to include deleted events'}}}}, {'name': 'google_calendar_get_event', 'description': 'Get detailed information about a specific event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to retrieve'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_update_event', 'description': 'Update an existing event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO 8601 format'}, 'start': {'type': 'string', 'description': 'Start time in ISO 8601 format'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'eventId': {'type': 'string', 'description': 'ID of the event to update'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_delete_event', 'description': 'Delete an event from Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to delete'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_find_free_time', 'description': 'Find available time slots between events', 'inputSchema': {'type': 'object', 'required': ['startDate', 'endDate', 'duration'], 'properties': {'endDate': {'type': 'string', 'description': 'End of search period (ISO format)'}, 'duration': {'type': 'number', 'description': 'Minimum slot duration in minutes'}, 'startDate': {'type': 'string', 'description': 'Start of search period (ISO format)'}, 'calendarIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional: Calendar IDs to check (defaults to primary if not specified)'}}}}, {'name': 'google_gmail_list_labels', 'description': 'List all available Gmail labels', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_gmail_list_emails', 'description': 'List emails from a specific label or folder', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': "Label IDs to filter messages (e.g., 'INBOX', 'SENT')"}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return'}}}}, {'name': 'google_gmail_get_email', 'description': 'Get detailed information about a specific email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}, 'messageId': {'type': 'string', 'description': 'ID of the email to retrieve'}}}}, {'name': 'google_gmail_get_email_by_index', 'description': 'Get email by its index from the most recent search results', 'inputSchema': {'type': 'object', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'Index of the email from search results (starting from 1)'}, 'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}}}}, {'name': 'google_gmail_send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_draft_email', 'description': 'Create a draft email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_delete_email', 'description': 'Delete or trash an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to delete'}, 'permanently': {'type': 'boolean', 'description': 'Whether to permanently delete or move to trash'}}}}, {'name': 'google_gmail_modify_labels', 'description': 'Add or remove labels from an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the message'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove from the message'}}}}] |
@jimpick/mcp-json-db-collection-server | JSON Document Collection Server | Create and manage multiple JSON document databases effortlessly. Sync your databases to the cloud for easy access and collaboration. Enhance your AI systems with structured data using the Model Context Protocol. | 2025-03-13T05:01:25.586Z | 0 | https://smithery.ai/server/@jimpick/mcp-json-db-collection-server | true | null | {
"scanPassed": true
} | [{'name': 'create_json_doc_database', 'description': 'Create a JSON document database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'delete_json_doc_database', 'required': ['databaseName'], 'description': 'Delete a JSON document database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'connect_json_doc_database_to_cloud', 'required': ['databaseName'], 'description': 'Connect a JSON document database to cloud sync service. Show the dashboard URL after connecting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_json_doc_databases', 'description': 'Returns the list of JSON document databases. Use this to understand which databases are available before trying to access JSON documents.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'save_json_doc_to_db', 'description': 'Save a JSON document to a document database', 'inputSchema': {'type': 'object', 'required': ['doc', 'databaseName'], 'properties': {'doc': {'type': 'object', 'description': 'JSON document to save'}, 'databaseName': {'type': 'string', 'description': 'document database to save to'}}}}, {'name': 'query_json_docs_from_db', 'required': ['sortField'], 'description': 'Query JSON documents sorted by a field from a document database. If no sortField is provided, use the _id field.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName', 'sortField'], 'properties': {'sortField': {'type': 'string'}, 'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'load_json_doc_from_db', 'description': 'Load a JSON document by ID from a document database', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of document to load'}, 'databaseName': {'type': 'string', 'description': 'name of document database to load from'}}}}, {'name': 'delete_json_doc_from_db', 'description': 'Delete a JSON document by ID from a document database', 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'ID of document to delete'}, 'databaseName': {'type': 'string', 'description': 'name of document database to delete from'}}}}, {'name': 'connect_json_doc_database_to_cloud', 'description': 'Connect a JSON document database to cloud sync service', 'inputSchema': {'type': 'object', 'properties': {'databaseName': {'type': 'string', 'description': 'name of document database to connect to cloud'}}}}] |
@jimpick/mcp-json-db-collection-server | JSON Document Collection Server | Create and manage multiple JSON document databases effortlessly. Sync your databases to the cloud for easy access and collaboration. Enhance your AI systems with structured data using the Model Context Protocol. | 2025-03-13T05:01:25.586Z | 0 | https://smithery.ai/server/@jimpick/mcp-json-db-collection-server | true | null | {
"scanPassed": true
} | [{'name': 'create_json_doc_database', 'description': 'Create a JSON document database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'delete_json_doc_database', 'required': ['databaseName'], 'description': 'Delete a JSON document database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'connect_json_doc_database_to_cloud', 'required': ['databaseName'], 'description': 'Connect a JSON document database to cloud sync service. Show the dashboard URL after connecting.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'list_json_doc_databases', 'description': 'Returns the list of JSON document databases. Use this to understand which databases are available before trying to access JSON documents.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'save_json_doc_to_db', 'description': 'Save a JSON document to a document database', 'inputSchema': {'type': 'object', 'required': ['doc', 'databaseName'], 'properties': {'doc': {'type': 'object', 'description': 'JSON document to save'}, 'databaseName': {'type': 'string', 'description': 'document database to save to'}}}}, {'name': 'query_json_docs_from_db', 'required': ['sortField'], 'description': 'Query JSON documents sorted by a field from a document database. If no sortField is provided, use the _id field.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName', 'sortField'], 'properties': {'sortField': {'type': 'string'}, 'databaseName': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'load_json_doc_from_db', 'description': 'Load a JSON document by ID from a document database', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of document to load'}, 'databaseName': {'type': 'string', 'description': 'name of document database to load from'}}}}, {'name': 'delete_json_doc_from_db', 'description': 'Delete a JSON document by ID from a document database', 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'ID of document to delete'}, 'databaseName': {'type': 'string', 'description': 'name of document database to delete from'}}}}, {'name': 'connect_json_doc_database_to_cloud', 'description': 'Connect a JSON document database to cloud sync service', 'inputSchema': {'type': 'object', 'properties': {'databaseName': {'type': 'string', 'description': 'name of document database to connect to cloud'}}}}] |
@baryhuang/my-apple-remembers | My Apple Remembers | Recall and save memories from your Apple Notes effortlessly. Access notes, calendar events, and files on your Mac, and persist important information for future reference with minimal setup. Enjoy universal compatibility across all macOS versions. | 2025-03-27T16:22:57.198Z | 0 | https://smithery.ai/server/@baryhuang/my-apple-remembers | true | null | {
"scanPassed": true
} | [{'name': 'my_apple_recall_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to recall the apple notes, apple calendar, imessages, chat messages, files, context or any other information of a MacOs machine can have access to.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}, {'name': 'my_apple_save_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to save relevant information to the apple notes. You decide what information to save. You should always add a new notes with a timestamp as the title.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}] |
@baryhuang/my-apple-remembers | My Apple Remembers | Recall and save memories from your Apple Notes effortlessly. Access notes, calendar events, and files on your Mac, and persist important information for future reference with minimal setup. Enjoy universal compatibility across all macOS versions. | 2025-03-27T16:22:57.198Z | 0 | https://smithery.ai/server/@baryhuang/my-apple-remembers | true | null | {
"scanPassed": true
} | [{'name': 'my_apple_recall_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to recall the apple notes, apple calendar, imessages, chat messages, files, context or any other information of a MacOs machine can have access to.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}, {'name': 'my_apple_save_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to save relevant information to the apple notes. You decide what information to save. You should always add a new notes with a timestamp as the title.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}] |
@heroku/heroku-mcp-server | Heroku Platform MCP Server | Interact seamlessly with Heroku Platform resources using natural language. Manage applications, dynos, add-ons, and more through LLM-driven tools. Enhance your development workflow with secure access to Heroku APIs. | 2025-04-08T10:01:00.790Z | 0 | https://smithery.ai/server/@heroku/heroku-mcp-server | true | null | null | [{'name': 'list_apps', 'description': 'List Heroku applications with flexible filtering options. Use this tool when you need to: 1) Show all apps owned by the user, 2) Show apps where the user is a collaborator (use all=true), 3) Filter apps by team or private space. Note: For checking app name availability, prefer using get_app_info as it returns a more focused dataset. The response includes app names, regions, and ownership information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'When true, displays a comprehensive list including: (1) apps owned by the user and (2) apps where the user is a collaborator through direct access or team membership. When false or omitted, shows only owned apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as generation, buildpacks, owner information, and region. When false or omitted, returns a simplified text format.'}, 'team': {'type': 'string', 'description': 'Filters the results to show only apps belonging to a specific team. Provide the team name to filter. This parameter is mutually exclusive with the space parameter.'}, 'space': {'type': 'string', 'description': 'Filters the results to show only apps within a specific private space. Provide the private space name to filter. This parameter is mutually exclusive with the team parameter.'}, 'personal': {'type': 'boolean', 'description': 'Forces the tool to list applications from your personal account, even when you have a default team configured. When true, overrides any default team setting and shows only apps owned by your personal account. This is particularly useful when you work with multiple teams but need to specifically view your personal apps. When false or omitted, follows the default behavior of using the default team if one is set.'}}, 'additionalProperties': False}}, {'name': 'get_app_info', 'description': 'Get comprehensive information about a Heroku application. Use this tool when you need to: 1) View app configuration and settings, 2) Check dyno formation and scaling, 3) List add-ons and buildpacks, 4) View collaborators and access details, 5) Check domains and certificates. Accepts app name and optional JSON format. Returns detailed app status and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to get information about. This must be an existing app that you have access to.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as add-ons, dynos, buildpack configurations, collaborators, and domain information. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'create_app', 'description': "Create a new Heroku application with customizable settings. Use this tool when a user wants to: 1) Create a new app with a specific name, 2) Create an app in a particular region (US/EU), 3) Create an app within a team, or 4) Create an app in a private space. The tool handles name generation if not specified and returns the new app's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'app': {'type': 'string', 'description': "Specifies the desired name for the new Heroku app. If omitted, Heroku will auto-generate a random name. Best practice: Provide a meaningful, unique name that reflects your application's purpose."}, 'team': {'type': 'string', 'description': "Associates the app with a specific team for collaborative development and management. Provide the team name to set ownership. The app will be created under the team's account rather than your personal account."}, 'space': {'type': 'string', 'description': 'Places the app in a specific private space, which provides enhanced security and networking features. Specify the private space name. Note: When used, the app inherits the region from the private space and the region parameter cannot be used.'}, 'region': {'enum': ['us', 'eu'], 'type': 'string', 'description': 'Determines the geographical region where your app will run. Options: "us" (United States) or "eu" (Europe). Defaults to "us" if not specified. Note: Cannot be used with space parameter.'}}, 'additionalProperties': False}}, {'name': 'rename_app', 'description': "Rename an existing Heroku application. Use this tool when a user needs to: 1) Change an app's name, or 2) Resolve naming conflicts. Requires both current app name and desired new name. The tool validates name availability and handles the rename process.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'newName'], 'properties': {'app': {'type': 'string', 'description': 'The current name of the Heroku app you want to rename. This must be an existing app that you have access to.'}, 'newName': {'type': 'string', 'description': 'The new name you want to give to the app. Must be unique across all Heroku apps.'}}, 'additionalProperties': False}}, {'name': 'transfer_app', 'description': "Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'recipient'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.'}, 'recipient': {'type': 'string', 'description': 'The email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.'}}, 'additionalProperties': False}}, {'name': 'maintenance_on', 'description': 'Enable maintenance mode for Heroku applications. Use this tool when you need to: 1) Redirect traffic to a maintenance page, 2) Prepare for system updates or deployments, 3) Schedule planned maintenance windows, 4) Gracefully handle service interruptions. The tool manages traffic routing and process states while preserving running operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'maintenance_off', 'description': 'Disable maintenance mode for Heroku applications. Use this tool when you need to: 1) Restore normal application traffic routing, 2) Resume dyno operations after maintenance, 3) Complete deployment processes, 4) Verify application health after maintenance. The tool handles service restoration and process resumption.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'get_app_logs', 'description': 'View application logs with flexible filtering options. Use this tool when you need to: 1) Monitor application activity in real-time, 2) Debug issues by viewing recent logs, 3) Filter logs by dyno, process type, or source.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': "Specifies the target Heroku app whose logs to retrieve. Requirements and behaviors: 1) App must exist and be accessible to you with appropriate permissions, 2) The response includes both system events and application output, 3) Currently it's only available to Cedar generation apps."}, 'source': {'type': 'string', 'description': 'Filter logs by their origin. Key characteristics: 1) Common values: "app" (application logs), "heroku" (platform events), 2) When omitted, shows logs from all sources. Best practice: Use "app" for application debugging, "heroku" for platform troubleshooting.'}, 'dynoName': {'type': 'string', 'description': 'Filter logs by specific dyno instance. Important behaviors: 1) Format is "process_type.instance_number" (e.g., "web.1", "worker.2"). 2) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging specific dyno behavior or performance issues.'}, 'processType': {'type': 'string', 'description': 'Filter logs by process type. Key characteristics: 1) Common values: "web" (web dynos), "worker" (background workers), 2) Shows logs from all instances of the specified process type, 3) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging issues specific to web or worker processes.'}}, 'additionalProperties': False}}, {'name': 'list_private_spaces', 'description': 'List Heroku Private Spaces available to the user. Use this tool when you need to: 1) View all private spaces, 2) Get space details like CIDR blocks and regions, 3) Check space compliance features, or 4) View space capacity information. Supports JSON output for detailed metadata. Essential for enterprise space management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': "Controls the output format. When true, returns a detailed JSON response containing private space metadata such as generation's unsupported features, IPv4 and IPv6 CIDR blocks. When false or omitted, returns a simplified text format."}}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List Heroku Teams the user belongs to. Use this tool when you need to: 1) View all accessible teams, 2) Check team membership, 3) Get team metadata and enterprise relationships, or 4) Verify team access for app operations. Supports JSON output for detailed team information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing team metadata such as enterprise account name. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'list_addons', 'description': 'List Heroku add-ons with flexible filtering options. Use this tool when you need to: 1) View all add-ons across your apps, 2) List add-ons for a specific app, 3) Get detailed add-on metadata in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'Forces the tool to list all add-ons across all apps accessible to the user. When true, this flag: 1) Overrides any default app setting from Git remote configuration, 2) Ignores the app flag if provided, 3) Shows a comprehensive list including: app name, add-on name, service plan, billing status, and provisioning status for each add-on. When false or omitted, respects the default app setting and the app flag.'}, 'app': {'type': 'string', 'description': 'Specifies a single Heroku app whose add-ons you want to list. Important behaviors: 1) When provided, shows add-ons and attachments only for this specific app, 2) When omitted, falls back to the default app from Git remote if configured, 3) If no default app exists, lists add-ons for all accessible apps, 4) This flag is completely ignored when all=true. The response includes both provisioned add-ons and add-on attachments from other apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing: 1) Complete add-on metadata including ID, name, and creation timestamp, 2) Detailed plan information including tier and cost, 3) Configuration variables set by the add-on, 4) Attachment details if the add-on is shared with other apps, 5) Billing and compliance status information. When false or omitted, returns a human-readable text format with basic information.'}}, 'additionalProperties': False}}, {'name': 'get_addon_info', 'description': 'Get comprehensive information about a Heroku add-on. Use this tool when you need to: 1) View add-on details, 2) Check plan details and state, 3) View billing information. Accepts add-on ID, name, or attachment name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['addon'], 'properties': {'app': {'type': 'string', 'description': 'Provides application context for finding the add-on. Affects how the addon parameter is interpreted: 1) When provided: - Searches for the add-on only within this specific app, - Enables use of attachment names in the addon parameter, - Must have access to this app. 2) When omitted: - First tries using default app from Git remote configuration, - If no default app, addon parameter must be an ID or globally unique name, - Cannot use attachment names without app context. Best practice: Always provide when using attachment names.'}, 'addon': {'type': 'string', 'description': 'Identifies the add-on to retrieve information about. Accepts three types of identifiers: 1) Add-on ID (uuid format, works globally without app context), 2) Add-on name (e.g., "postgresql-curved-12345", works globally without app context), 3) Attachment name (e.g., "DATABASE", requires app context). Important behaviors: - When using attachment name, must provide app flag or have default app set, - Attachment name must be from the app where attached, not the provisioning app, - Add-on ID and unique names work with correct app context or without app context, - Must have access to the app where the add-on is either provisioned or attached.'}}, 'additionalProperties': False}}, {'name': 'create_addon', 'description': "Create a new Heroku add-on for an application. Use this tool when you need to: 1) Provision a new add-on for your app, 2) Specify a particular service and plan, 3) Set a custom name for the add-on or attachment. The tool handles the provisioning process and returns the new add-on's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'serviceAndPlan'], 'properties': {'as': {'type': 'string', 'description': 'Sets a custom local name for the add-on attachment in the app. Important details: 1) Must be unique within the app (no other attachment can use the same name), 2) Used as a prefix for config vars (e.g., "CUSTOM_NAME_URL" instead of "HEROKU_POSTGRESQL_URL"), 3) Makes the add-on easier to identify in app context (e.g., "as: DATABASE" is clearer than "postgresql-curved-12345"), 4) When omitted, Heroku generates a default name based on the add-on service. Best practice: Use meaningful names that indicate the add-on\'s purpose (e.g., "PRIMARY_DB", "CACHE").'}, 'app': {'type': 'string', 'description': 'Specifies the target Heroku app for add-on provisioning. Requirements and behaviors: 1) App must exist and be accessible to you with write permissions, 2) App region may affect which add-on services are available, 3) If app is in a Private Space, only add-ons compliant with the space requirements can be provisioned. The add-on will be provisioned directly to this app and config vars will be set automatically.'}, 'name': {'type': 'string', 'description': 'Assigns a custom global identifier for the add-on instance. Key characteristics: 1) Must be unique across all add-ons in Heroku (not just your apps), 2) Can be used to reference the add-on from any app or context, 3) Useful for identifying the add-on in cross-app scenarios or automation, 4) When omitted, Heroku generates a unique name (e.g., "postgresql-curved-12345"). Best practice: Include app name or environment if using custom names (e.g., "myapp-prod-db").'}, 'serviceAndPlan': {'type': 'string', 'description': 'Specifies which add-on service and plan to provision. Format and behavior: 1) Required format: "service_slug:plan_slug" (e.g., "heroku-postgresql:essential-0"), 2) If only service slug provided, the default (usually the cheapest or free) plan will be selected, 3) Some plans may have prerequisites (e.g., inside a private space, specific regions). Use list_addon_services and list_addon_plans tools to discover available options.'}}, 'additionalProperties': False}}, {'name': 'list_addon_services', 'description': 'List available Heroku add-on services. Use this tool when you need to view all available add-on services. Returns a list of add-on services with their basic information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing additional add-on service metadata such as sharing options and supported app generations. When false or omitted, returns a simplified text format including only the add-on service slug, name and state.'}}, 'additionalProperties': False}}, {'name': 'list_addon_plans', 'description': 'List available plans for a specific Heroku add-on service. Use this tool when you need to: 1) View all plans for a service, 2) Compare plan pricing, 3) Check plan availability. Requires add-on service slug and returns detailed plan information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['service'], 'properties': {'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing additional add-on plan metadata including descriptions, pricing and indicating if the plan is installableinside a private space or not. When false or omitted, returns a human-readable text format.'}, 'service': {'type': 'string', 'description': 'Identifies the add-on service whose plans you want to list. Requirements and behaviors: 1) Must be a valid service slug (e.g., "heroku-postgresql", "heroku-redis", etc.), 2) Can be obtained from the list_addon_services command output. '}}, 'additionalProperties': False}}, {'name': 'pg_psql', 'description': 'Execute SQL queries against Heroku PostgreSQL databases. Use this tool when you need to: 1) Run SQL queries for database analysis, 2) Investigate database locks and performance, 3) Make schema modifications or updates, 4) Execute complex database operations. The tool provides direct SQL access with support for file-based queries and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'app to run command against'}, 'file': {'type': 'string', 'description': 'SQL file to run; command is ignored if provided; must be an absolute path; must supply either command or file'}, 'command': {'type': 'string', 'description': 'SQL command to run; file is ignored if provided; must be single line; must supply either command or file'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'credential': {'type': 'string', 'description': 'credential to use'}}, 'additionalProperties': False}}, {'name': 'pg_info', 'description': 'Display detailed information about Heroku PostgreSQL databases. Use this tool when you need to: 1) View comprehensive database configuration and status, 2) Monitor database performance metrics, 3) Check connection and resource utilization, 4) Assess database health and capacity. The tool provides detailed insights into database operations and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to inspect.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, all databases are shown."}}, 'additionalProperties': False}}, {'name': 'pg_ps', 'description': 'Monitor active database queries and processes. Use this tool when you need to: 1) View currently executing queries, 2) Track query progress and resource usage, 3) Identify long-running or blocked queries, 4) Debug performance issues in real-time. The tool provides detailed visibility into database activity with optional verbose output.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database processes to view.'}, 'verbose': {'type': 'boolean', 'description': 'When true, shows additional query details including query plan and memory usage.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_locks', 'description': 'Analyze database locks and blocking transactions. Use this tool when you need to: 1) Identify blocked queries and lock chains, 2) Investigate deadlock situations, 3) Monitor transaction lock states, 4) Resolve blocking issues affecting performance. The tool helps diagnose and resolve database concurrency problems.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database locks to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_outliers', 'description': 'Identify resource-intensive database operations. Use this tool when you need to: 1) Find slow or expensive queries, 2) Analyze query performance patterns, 3) Optimize database workload, 4) Track query statistics over time. The tool helps identify opportunities for performance optimization.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose query statistics to analyze.'}, 'num': {'type': 'number', 'description': 'The number of queries to display. Defaults to 10.'}, 'reset': {'type': 'boolean', 'description': 'When true, resets statistics gathered by pg_stat_statements.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_credentials', 'description': 'Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database credentials to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_kill', 'description': 'Terminate specific database processes. Use this tool when you need to: 1) Stop problematic or stuck queries, 2) Clear blocking transactions, 3) Manage resource-intensive operations, 4) Handle runaway processes safely. The tool provides controlled process termination with optional force mode.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'pid'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database process to terminate.'}, 'pid': {'type': 'number', 'description': 'The process ID to terminate, as shown by pg_ps.'}, 'force': {'type': 'boolean', 'description': 'When true, forces immediate termination instead of graceful shutdown.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_maintenance', 'description': 'Monitor database maintenance status and operations. Use this tool when you need to: 1) Check current maintenance windows, 2) View scheduled maintenance activities, 3) Track maintenance operation progress, 4) Plan database maintenance tasks. The tool provides visibility into database maintenance state and scheduling.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Show current maintenance information for the app.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_backups', 'description': 'Manage database backup operations and schedules. Use this tool when you need to: 1) View existing database backups, 2) Monitor backup schedules and status, 3) Track backup operation progress, 4) Verify backup availability. The tool helps maintain database backup operations and disaster recovery readiness.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose backups to manage.'}}, 'additionalProperties': False}}, {'name': 'pg_upgrade', 'description': 'Upgrade PostgreSQL database version. Use this tool when you need to: 1) Migrate to a newer PostgreSQL version, 2) Plan version upgrade paths, 3) Execute controlled version migrations, 4) Verify upgrade compatibility. The tool manages safe database version upgrades with confirmation protection.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to upgrade.'}, 'confirm': {'type': 'string', 'description': 'Confirmation string required for this potentially destructive operation.'}, 'version': {'type': 'string', 'description': 'PostgreSQL version to upgrade to'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'ps_list', 'description': 'List and monitor Heroku application dynos. Use this tool when you need to: 1) View all running dynos for an app, 2) Check dyno status and health, 3) Monitor application process states, 4) Verify dyno configurations. The tool provides process visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to list processes for'}, 'json': {'type': 'boolean', 'description': 'Return process information in json format'}}, 'additionalProperties': False}}, {'name': 'ps_scale', 'description': 'Scale and resize Heroku application dynos. Use this tool when you need to: 1) Adjust dyno quantities up or down, 2) Change dyno sizes for performance, 3) View current formation details, 4) Manage resource allocation. The tool handles dyno scaling with support for type-specific adjustments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to scale'}, 'dyno': {'type': 'string', 'description': 'The type and quantity of dynos to scale (e.g., web=3:Standard-2X, worker+1). Omit to display current formation.'}}, 'additionalProperties': False}}, {'name': 'ps_restart', 'description': 'Restart Heroku application processes. Use this tool when you need to: 1) Restart specific dynos by name, 2) Restart all dynos of a process type, 3) Perform full application restarts, 4) Reset dyno states selectively. The tool manages process restarts with flexible targeting options.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to restart processes for'}, 'dyno-name': {'type': 'string', 'description': 'Specific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos'}, 'process-type': {'type': 'string', 'description': 'Type of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos'}}, 'additionalProperties': False}}, {'name': 'pipelines_create', 'description': 'Create new Heroku deployment pipelines. Use this tool when you need to: 1) Set up new deployment workflows, 2) Create staged application environments, 3) Organize apps by development stages, 4) Configure team-based pipeline structures. The tool manages pipeline creation with optional team and initial app configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'stage'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to add to the pipeline'}, 'name': {'type': 'string', 'description': 'Name of the pipeline to create'}, 'team': {'type': 'string', 'description': 'Team to create the pipeline in'}, 'stage': {'enum': ['development', 'staging', 'production'], 'type': 'string', 'description': 'Stage of first app in pipeline (e.g., production, staging, development)'}}, 'additionalProperties': False}}, {'name': 'pipelines_promote', 'description': 'Promote applications through pipeline stages. Use this tool when you need to: 1) Deploy code to staging or production environments, 2) Manage staged releases, 3) Coordinate multi-app promotions, 4) Control deployment workflows. The tool handles safe promotion of apps between pipeline stages.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'to': {'type': 'string', 'description': 'comma separated list of apps to promote to'}, 'app': {'type': 'string', 'description': 'Name of the app to promote from'}}, 'additionalProperties': False}}, {'name': 'pipelines_list', 'description': 'View available Heroku pipelines. Use this tool when you need to: 1) List accessible pipelines, 2) Check pipeline ownership and access, 3) View pipeline organization, 4) Find specific pipeline configurations. The tool provides pipeline visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}}, 'additionalProperties': False}}, {'name': 'pipelines_info', 'description': 'Display detailed pipeline configuration. Use this tool when you need to: 1) View pipeline stage configuration, 2) Check connected applications, 3) Verify pipeline settings, 4) Monitor pipeline status. The tool provides comprehensive pipeline information and structure details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pipeline'], 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}, 'pipeline': {'type': 'string', 'description': 'Name of the pipeline to get info for'}}, 'additionalProperties': False}}, {'name': 'deploy_to_heroku', 'description': 'Deploy projects to Heroku, replaces manual git push workflows. Use this tool when you need to: 1) Deploy a new application with specific app.json configuration, 2) Update an existing application with new code, 3) Configure team or private space deployments, or 4) Set up environment-specific configurations. Important: Check for an app.json file first. If an app.json does not exist in the workspace, you must create one and pass it in via the appJson parameter. The tool handles app creation, source code deployment, and environment setup. Requires valid app.json in workspace or provided via configuration. Supports team deployments, private spaces, and custom environment variables.Use apps_list tool with the "all" param to get a list of apps for the user to choose from when deploying to an existing app and the app name was not provided.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'rootUri', 'appJson'], 'properties': {'env': {'type': 'object', 'description': 'Key-value pairs of environment variables for the deployment that override the ones in app.json', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Heroku application name for deployment target. If omitted, a new app will be created with a random name. If supplied and the app does not exist, the tool will create a new app with the given name.'}, 'teamId': {'type': 'string', 'description': 'Heroku team identifier for team-scoped deployments. Use teams_list tool to get a list of teams if needed.'}, 'appJson': {'type': 'string', 'description': 'Stringified app.json configuration for deployment. Used for dynamic configurations or converted projects.\n The app.json string must be valid and conform to the following schema: {"default":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Heroku app.json Schema","description":"app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. Used for dynamic configurations or converted projects","type":"object","properties":{"name":{"type":"string","pattern":"^[a-zA-Z-_\\\\.]+","maxLength":300},"description":{"type":"string"},"keywords":{"type":"array","items":{"type":"string"}},"website":{"$ref":"#/definitions/uriString"},"repository":{"$ref":"#/definitions/uriString"},"logo":{"$ref":"#/definitions/uriString"},"success_url":{"type":"string"},"scripts":{"$ref":"#/definitions/scripts"},"env":{"$ref":"#/definitions/env"},"formation":{"$ref":"#/definitions/formation"},"addons":{"$ref":"#/definitions/addons"},"buildpacks":{"$ref":"#/definitions/buildpacks"},"environments":{"$ref":"#/definitions/environments"},"stack":{"$ref":"#/definitions/stack"},"image":{"type":"string"}},"additionalProperties":false,"definitions":{"uriString":{"type":"string","format":"uri"},"scripts":{"type":"object","properties":{"postdeploy":{"type":"string"},"pr-predestroy":{"type":"string"}},"additionalProperties":false},"env":{"type":"object","patternProperties":{"^[A-Z][A-Z0-9_]*$":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"string"},"required":{"type":"boolean"},"generator":{"type":"string","enum":["secret"]}},"additionalProperties":false}}},"dynoSize":{"type":"string","enum":["free","eco","hobby","basic","standard-1x","standard-2x","performance-m","performance-l","private-s","private-m","private-l","shield-s","shield-m","shield-l"]},"formation":{"type":"object","patternProperties":{"^[a-zA-Z0-9_-]+$":{"type":"object","properties":{"quantity":{"type":"integer","minimum":0},"size":{"$ref":"#/definitions/dynoSize"}},"required":["quantity"],"additionalProperties":false}}},"addons":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"plan":{"type":"string"},"as":{"type":"string"},"options":{"type":"object"}},"required":["plan"],"additionalProperties":false}]}},"buildpacks":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},"environmentConfig":{"type":"object","properties":{"env":{"type":"object"},"formation":{"type":"object"},"addons":{"type":"array"},"buildpacks":{"type":"array"}}},"environments":{"type":"object","properties":{"test":{"allOf":[{"$ref":"#/definitions/environmentConfig"},{"type":"object","properties":{"scripts":{"type":"object","properties":{"test":{"type":"string"}},"additionalProperties":false}}}]},"review":{"$ref":"#/definitions/environmentConfig"},"production":{"$ref":"#/definitions/environmentConfig"}},"additionalProperties":false},"stack":{"type":"string","enum":["heroku-18","heroku-20","heroku-22","heroku-24"]}}}}'}, 'rootUri': {'type': 'string', 'minLength': 1, 'description': "The absolute path of the user's workspace unless otherwise specified by the user. Must be a string that can be resolved to a valid directory using node's path module."}, 'spaceId': {'type': 'string', 'description': 'Heroku private space identifier for space-scoped deployments. Use spaces_list tool to get a list of spaces if needed.'}, 'tarballUri': {'type': 'string', 'description': 'The URL of the tarball to deploy. If not provided, the rootUri must be provided and the tool will create a new tarball from the contents of the rootUri.'}, 'internalRouting': {'type': 'boolean', 'description': 'Enables internal routing within private spaces. Use this flag when you need to configure private spaces for internal routing.'}}, 'additionalProperties': False}}, {'name': 'deploy_one_off_dyno', 'description': '\nExecute code or a command on a Heroku one-off dyno in a sandboxed environment with network and filesystem access.\n\n**Requirements:**\n- Display command output to the user.\n- Determine app language using the \'app_info\' tool to identify the Heroku buildpack.\n- Use shell commands for environment setup (e.g., package installations) before execution.\n- Output must utilize standard input/output.\n\n**Capabilities:**\n- Network and filesystem access\n- Environment variables support\n- File creation and execution in supported languages\n- Temporary directory management\n\n**Guidelines:**\n1. Use the appropriate Heroku-supported language runtime.\n2. Ensure correct syntax and module imports for the chosen language.\n3. Organize code into classes/functions, executed from the top level.\n4. For external packages:\n - Specify in the appropriate package manager file.\n - Minimize dependencies.\n - Prefer native modules when possible.\n\n**Example (Node.js package manager file):**\n```json\n{\n "type": "module",\n "dependencies": {\n "axios": "^1.6.0"\n }\n}\n```\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'command'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables for the dyno (optional).', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Name of the Heroku app for the one-off dyno.'}, 'size': {'type': 'string', 'default': 'standard-1x', 'description': 'Dyno size (optional).'}, 'command': {'type': 'string', 'description': 'Command to execute in the one-off dyno.'}, 'sources': {'type': 'array', 'items': {'type': 'object', 'required': ['relativePath', 'contents'], 'properties': {'contents': {'type': 'string', 'description': 'Contents of the source file represented as a string.'}, 'relativePath': {'type': 'string', 'description': 'A virtual path to the source file used to create the tarball entry for this file.'}}, 'additionalProperties': False}, 'description': 'Array of objects representing the source files to include in the dyno.'}, 'timeToLive': {'type': 'number', 'default': 3600, 'description': 'Dyno lifespan in seconds (optional).'}}, 'additionalProperties': False}}] |
@heroku/heroku-mcp-server | Heroku Platform MCP Server | Interact seamlessly with Heroku Platform resources using natural language. Manage applications, dynos, add-ons, and more through LLM-driven tools. Enhance your development workflow with secure access to Heroku APIs. | 2025-04-08T10:01:00.790Z | 0 | https://smithery.ai/server/@heroku/heroku-mcp-server | true | null | null | [{'name': 'list_apps', 'description': 'List Heroku applications with flexible filtering options. Use this tool when you need to: 1) Show all apps owned by the user, 2) Show apps where the user is a collaborator (use all=true), 3) Filter apps by team or private space. Note: For checking app name availability, prefer using get_app_info as it returns a more focused dataset. The response includes app names, regions, and ownership information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'When true, displays a comprehensive list including: (1) apps owned by the user and (2) apps where the user is a collaborator through direct access or team membership. When false or omitted, shows only owned apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as generation, buildpacks, owner information, and region. When false or omitted, returns a simplified text format.'}, 'team': {'type': 'string', 'description': 'Filters the results to show only apps belonging to a specific team. Provide the team name to filter. This parameter is mutually exclusive with the space parameter.'}, 'space': {'type': 'string', 'description': 'Filters the results to show only apps within a specific private space. Provide the private space name to filter. This parameter is mutually exclusive with the team parameter.'}, 'personal': {'type': 'boolean', 'description': 'Forces the tool to list applications from your personal account, even when you have a default team configured. When true, overrides any default team setting and shows only apps owned by your personal account. This is particularly useful when you work with multiple teams but need to specifically view your personal apps. When false or omitted, follows the default behavior of using the default team if one is set.'}}, 'additionalProperties': False}}, {'name': 'get_app_info', 'description': 'Get comprehensive information about a Heroku application. Use this tool when you need to: 1) View app configuration and settings, 2) Check dyno formation and scaling, 3) List add-ons and buildpacks, 4) View collaborators and access details, 5) Check domains and certificates. Accepts app name and optional JSON format. Returns detailed app status and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to get information about. This must be an existing app that you have access to.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as add-ons, dynos, buildpack configurations, collaborators, and domain information. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'create_app', 'description': "Create a new Heroku application with customizable settings. Use this tool when a user wants to: 1) Create a new app with a specific name, 2) Create an app in a particular region (US/EU), 3) Create an app within a team, or 4) Create an app in a private space. The tool handles name generation if not specified and returns the new app's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'app': {'type': 'string', 'description': "Specifies the desired name for the new Heroku app. If omitted, Heroku will auto-generate a random name. Best practice: Provide a meaningful, unique name that reflects your application's purpose."}, 'team': {'type': 'string', 'description': "Associates the app with a specific team for collaborative development and management. Provide the team name to set ownership. The app will be created under the team's account rather than your personal account."}, 'space': {'type': 'string', 'description': 'Places the app in a specific private space, which provides enhanced security and networking features. Specify the private space name. Note: When used, the app inherits the region from the private space and the region parameter cannot be used.'}, 'region': {'enum': ['us', 'eu'], 'type': 'string', 'description': 'Determines the geographical region where your app will run. Options: "us" (United States) or "eu" (Europe). Defaults to "us" if not specified. Note: Cannot be used with space parameter.'}}, 'additionalProperties': False}}, {'name': 'rename_app', 'description': "Rename an existing Heroku application. Use this tool when a user needs to: 1) Change an app's name, or 2) Resolve naming conflicts. Requires both current app name and desired new name. The tool validates name availability and handles the rename process.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'newName'], 'properties': {'app': {'type': 'string', 'description': 'The current name of the Heroku app you want to rename. This must be an existing app that you have access to.'}, 'newName': {'type': 'string', 'description': 'The new name you want to give to the app. Must be unique across all Heroku apps.'}}, 'additionalProperties': False}}, {'name': 'transfer_app', 'description': "Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'recipient'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.'}, 'recipient': {'type': 'string', 'description': 'The email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.'}}, 'additionalProperties': False}}, {'name': 'maintenance_on', 'description': 'Enable maintenance mode for Heroku applications. Use this tool when you need to: 1) Redirect traffic to a maintenance page, 2) Prepare for system updates or deployments, 3) Schedule planned maintenance windows, 4) Gracefully handle service interruptions. The tool manages traffic routing and process states while preserving running operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'maintenance_off', 'description': 'Disable maintenance mode for Heroku applications. Use this tool when you need to: 1) Restore normal application traffic routing, 2) Resume dyno operations after maintenance, 3) Complete deployment processes, 4) Verify application health after maintenance. The tool handles service restoration and process resumption.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'get_app_logs', 'description': 'View application logs with flexible filtering options. Use this tool when you need to: 1) Monitor application activity in real-time, 2) Debug issues by viewing recent logs, 3) Filter logs by dyno, process type, or source.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': "Specifies the target Heroku app whose logs to retrieve. Requirements and behaviors: 1) App must exist and be accessible to you with appropriate permissions, 2) The response includes both system events and application output, 3) Currently it's only available to Cedar generation apps."}, 'source': {'type': 'string', 'description': 'Filter logs by their origin. Key characteristics: 1) Common values: "app" (application logs), "heroku" (platform events), 2) When omitted, shows logs from all sources. Best practice: Use "app" for application debugging, "heroku" for platform troubleshooting.'}, 'dynoName': {'type': 'string', 'description': 'Filter logs by specific dyno instance. Important behaviors: 1) Format is "process_type.instance_number" (e.g., "web.1", "worker.2"). 2) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging specific dyno behavior or performance issues.'}, 'processType': {'type': 'string', 'description': 'Filter logs by process type. Key characteristics: 1) Common values: "web" (web dynos), "worker" (background workers), 2) Shows logs from all instances of the specified process type, 3) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging issues specific to web or worker processes.'}}, 'additionalProperties': False}}, {'name': 'list_private_spaces', 'description': 'List Heroku Private Spaces available to the user. Use this tool when you need to: 1) View all private spaces, 2) Get space details like CIDR blocks and regions, 3) Check space compliance features, or 4) View space capacity information. Supports JSON output for detailed metadata. Essential for enterprise space management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': "Controls the output format. When true, returns a detailed JSON response containing private space metadata such as generation's unsupported features, IPv4 and IPv6 CIDR blocks. When false or omitted, returns a simplified text format."}}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List Heroku Teams the user belongs to. Use this tool when you need to: 1) View all accessible teams, 2) Check team membership, 3) Get team metadata and enterprise relationships, or 4) Verify team access for app operations. Supports JSON output for detailed team information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing team metadata such as enterprise account name. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'list_addons', 'description': 'List Heroku add-ons with flexible filtering options. Use this tool when you need to: 1) View all add-ons across your apps, 2) List add-ons for a specific app, 3) Get detailed add-on metadata in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'Forces the tool to list all add-ons across all apps accessible to the user. When true, this flag: 1) Overrides any default app setting from Git remote configuration, 2) Ignores the app flag if provided, 3) Shows a comprehensive list including: app name, add-on name, service plan, billing status, and provisioning status for each add-on. When false or omitted, respects the default app setting and the app flag.'}, 'app': {'type': 'string', 'description': 'Specifies a single Heroku app whose add-ons you want to list. Important behaviors: 1) When provided, shows add-ons and attachments only for this specific app, 2) When omitted, falls back to the default app from Git remote if configured, 3) If no default app exists, lists add-ons for all accessible apps, 4) This flag is completely ignored when all=true. The response includes both provisioned add-ons and add-on attachments from other apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing: 1) Complete add-on metadata including ID, name, and creation timestamp, 2) Detailed plan information including tier and cost, 3) Configuration variables set by the add-on, 4) Attachment details if the add-on is shared with other apps, 5) Billing and compliance status information. When false or omitted, returns a human-readable text format with basic information.'}}, 'additionalProperties': False}}, {'name': 'get_addon_info', 'description': 'Get comprehensive information about a Heroku add-on. Use this tool when you need to: 1) View add-on details, 2) Check plan details and state, 3) View billing information. Accepts add-on ID, name, or attachment name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['addon'], 'properties': {'app': {'type': 'string', 'description': 'Provides application context for finding the add-on. Affects how the addon parameter is interpreted: 1) When provided: - Searches for the add-on only within this specific app, - Enables use of attachment names in the addon parameter, - Must have access to this app. 2) When omitted: - First tries using default app from Git remote configuration, - If no default app, addon parameter must be an ID or globally unique name, - Cannot use attachment names without app context. Best practice: Always provide when using attachment names.'}, 'addon': {'type': 'string', 'description': 'Identifies the add-on to retrieve information about. Accepts three types of identifiers: 1) Add-on ID (uuid format, works globally without app context), 2) Add-on name (e.g., "postgresql-curved-12345", works globally without app context), 3) Attachment name (e.g., "DATABASE", requires app context). Important behaviors: - When using attachment name, must provide app flag or have default app set, - Attachment name must be from the app where attached, not the provisioning app, - Add-on ID and unique names work with correct app context or without app context, - Must have access to the app where the add-on is either provisioned or attached.'}}, 'additionalProperties': False}}, {'name': 'create_addon', 'description': "Create a new Heroku add-on for an application. Use this tool when you need to: 1) Provision a new add-on for your app, 2) Specify a particular service and plan, 3) Set a custom name for the add-on or attachment. The tool handles the provisioning process and returns the new add-on's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'serviceAndPlan'], 'properties': {'as': {'type': 'string', 'description': 'Sets a custom local name for the add-on attachment in the app. Important details: 1) Must be unique within the app (no other attachment can use the same name), 2) Used as a prefix for config vars (e.g., "CUSTOM_NAME_URL" instead of "HEROKU_POSTGRESQL_URL"), 3) Makes the add-on easier to identify in app context (e.g., "as: DATABASE" is clearer than "postgresql-curved-12345"), 4) When omitted, Heroku generates a default name based on the add-on service. Best practice: Use meaningful names that indicate the add-on\'s purpose (e.g., "PRIMARY_DB", "CACHE").'}, 'app': {'type': 'string', 'description': 'Specifies the target Heroku app for add-on provisioning. Requirements and behaviors: 1) App must exist and be accessible to you with write permissions, 2) App region may affect which add-on services are available, 3) If app is in a Private Space, only add-ons compliant with the space requirements can be provisioned. The add-on will be provisioned directly to this app and config vars will be set automatically.'}, 'name': {'type': 'string', 'description': 'Assigns a custom global identifier for the add-on instance. Key characteristics: 1) Must be unique across all add-ons in Heroku (not just your apps), 2) Can be used to reference the add-on from any app or context, 3) Useful for identifying the add-on in cross-app scenarios or automation, 4) When omitted, Heroku generates a unique name (e.g., "postgresql-curved-12345"). Best practice: Include app name or environment if using custom names (e.g., "myapp-prod-db").'}, 'serviceAndPlan': {'type': 'string', 'description': 'Specifies which add-on service and plan to provision. Format and behavior: 1) Required format: "service_slug:plan_slug" (e.g., "heroku-postgresql:essential-0"), 2) If only service slug provided, the default (usually the cheapest or free) plan will be selected, 3) Some plans may have prerequisites (e.g., inside a private space, specific regions). Use list_addon_services and list_addon_plans tools to discover available options.'}}, 'additionalProperties': False}}, {'name': 'list_addon_services', 'description': 'List available Heroku add-on services. Use this tool when you need to view all available add-on services. Returns a list of add-on services with their basic information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing additional add-on service metadata such as sharing options and supported app generations. When false or omitted, returns a simplified text format including only the add-on service slug, name and state.'}}, 'additionalProperties': False}}, {'name': 'list_addon_plans', 'description': 'List available plans for a specific Heroku add-on service. Use this tool when you need to: 1) View all plans for a service, 2) Compare plan pricing, 3) Check plan availability. Requires add-on service slug and returns detailed plan information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['service'], 'properties': {'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing additional add-on plan metadata including descriptions, pricing and indicating if the plan is installableinside a private space or not. When false or omitted, returns a human-readable text format.'}, 'service': {'type': 'string', 'description': 'Identifies the add-on service whose plans you want to list. Requirements and behaviors: 1) Must be a valid service slug (e.g., "heroku-postgresql", "heroku-redis", etc.), 2) Can be obtained from the list_addon_services command output. '}}, 'additionalProperties': False}}, {'name': 'pg_psql', 'description': 'Execute SQL queries against Heroku PostgreSQL databases. Use this tool when you need to: 1) Run SQL queries for database analysis, 2) Investigate database locks and performance, 3) Make schema modifications or updates, 4) Execute complex database operations. The tool provides direct SQL access with support for file-based queries and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'app to run command against'}, 'file': {'type': 'string', 'description': 'SQL file to run; command is ignored if provided; must be an absolute path; must supply either command or file'}, 'command': {'type': 'string', 'description': 'SQL command to run; file is ignored if provided; must be single line; must supply either command or file'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'credential': {'type': 'string', 'description': 'credential to use'}}, 'additionalProperties': False}}, {'name': 'pg_info', 'description': 'Display detailed information about Heroku PostgreSQL databases. Use this tool when you need to: 1) View comprehensive database configuration and status, 2) Monitor database performance metrics, 3) Check connection and resource utilization, 4) Assess database health and capacity. The tool provides detailed insights into database operations and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to inspect.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, all databases are shown."}}, 'additionalProperties': False}}, {'name': 'pg_ps', 'description': 'Monitor active database queries and processes. Use this tool when you need to: 1) View currently executing queries, 2) Track query progress and resource usage, 3) Identify long-running or blocked queries, 4) Debug performance issues in real-time. The tool provides detailed visibility into database activity with optional verbose output.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database processes to view.'}, 'verbose': {'type': 'boolean', 'description': 'When true, shows additional query details including query plan and memory usage.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_locks', 'description': 'Analyze database locks and blocking transactions. Use this tool when you need to: 1) Identify blocked queries and lock chains, 2) Investigate deadlock situations, 3) Monitor transaction lock states, 4) Resolve blocking issues affecting performance. The tool helps diagnose and resolve database concurrency problems.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database locks to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_outliers', 'description': 'Identify resource-intensive database operations. Use this tool when you need to: 1) Find slow or expensive queries, 2) Analyze query performance patterns, 3) Optimize database workload, 4) Track query statistics over time. The tool helps identify opportunities for performance optimization.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose query statistics to analyze.'}, 'num': {'type': 'number', 'description': 'The number of queries to display. Defaults to 10.'}, 'reset': {'type': 'boolean', 'description': 'When true, resets statistics gathered by pg_stat_statements.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_credentials', 'description': 'Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database credentials to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_kill', 'description': 'Terminate specific database processes. Use this tool when you need to: 1) Stop problematic or stuck queries, 2) Clear blocking transactions, 3) Manage resource-intensive operations, 4) Handle runaway processes safely. The tool provides controlled process termination with optional force mode.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'pid'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database process to terminate.'}, 'pid': {'type': 'number', 'description': 'The process ID to terminate, as shown by pg_ps.'}, 'force': {'type': 'boolean', 'description': 'When true, forces immediate termination instead of graceful shutdown.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_maintenance', 'description': 'Monitor database maintenance status and operations. Use this tool when you need to: 1) Check current maintenance windows, 2) View scheduled maintenance activities, 3) Track maintenance operation progress, 4) Plan database maintenance tasks. The tool provides visibility into database maintenance state and scheduling.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Show current maintenance information for the app.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_backups', 'description': 'Manage database backup operations and schedules. Use this tool when you need to: 1) View existing database backups, 2) Monitor backup schedules and status, 3) Track backup operation progress, 4) Verify backup availability. The tool helps maintain database backup operations and disaster recovery readiness.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose backups to manage.'}}, 'additionalProperties': False}}, {'name': 'pg_upgrade', 'description': 'Upgrade PostgreSQL database version. Use this tool when you need to: 1) Migrate to a newer PostgreSQL version, 2) Plan version upgrade paths, 3) Execute controlled version migrations, 4) Verify upgrade compatibility. The tool manages safe database version upgrades with confirmation protection.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to upgrade.'}, 'confirm': {'type': 'string', 'description': 'Confirmation string required for this potentially destructive operation.'}, 'version': {'type': 'string', 'description': 'PostgreSQL version to upgrade to'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'ps_list', 'description': 'List and monitor Heroku application dynos. Use this tool when you need to: 1) View all running dynos for an app, 2) Check dyno status and health, 3) Monitor application process states, 4) Verify dyno configurations. The tool provides process visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to list processes for'}, 'json': {'type': 'boolean', 'description': 'Return process information in json format'}}, 'additionalProperties': False}}, {'name': 'ps_scale', 'description': 'Scale and resize Heroku application dynos. Use this tool when you need to: 1) Adjust dyno quantities up or down, 2) Change dyno sizes for performance, 3) View current formation details, 4) Manage resource allocation. The tool handles dyno scaling with support for type-specific adjustments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to scale'}, 'dyno': {'type': 'string', 'description': 'The type and quantity of dynos to scale (e.g., web=3:Standard-2X, worker+1). Omit to display current formation.'}}, 'additionalProperties': False}}, {'name': 'ps_restart', 'description': 'Restart Heroku application processes. Use this tool when you need to: 1) Restart specific dynos by name, 2) Restart all dynos of a process type, 3) Perform full application restarts, 4) Reset dyno states selectively. The tool manages process restarts with flexible targeting options.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to restart processes for'}, 'dyno-name': {'type': 'string', 'description': 'Specific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos'}, 'process-type': {'type': 'string', 'description': 'Type of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos'}}, 'additionalProperties': False}}, {'name': 'pipelines_create', 'description': 'Create new Heroku deployment pipelines. Use this tool when you need to: 1) Set up new deployment workflows, 2) Create staged application environments, 3) Organize apps by development stages, 4) Configure team-based pipeline structures. The tool manages pipeline creation with optional team and initial app configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'stage'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to add to the pipeline'}, 'name': {'type': 'string', 'description': 'Name of the pipeline to create'}, 'team': {'type': 'string', 'description': 'Team to create the pipeline in'}, 'stage': {'enum': ['development', 'staging', 'production'], 'type': 'string', 'description': 'Stage of first app in pipeline (e.g., production, staging, development)'}}, 'additionalProperties': False}}, {'name': 'pipelines_promote', 'description': 'Promote applications through pipeline stages. Use this tool when you need to: 1) Deploy code to staging or production environments, 2) Manage staged releases, 3) Coordinate multi-app promotions, 4) Control deployment workflows. The tool handles safe promotion of apps between pipeline stages.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'to': {'type': 'string', 'description': 'comma separated list of apps to promote to'}, 'app': {'type': 'string', 'description': 'Name of the app to promote from'}}, 'additionalProperties': False}}, {'name': 'pipelines_list', 'description': 'View available Heroku pipelines. Use this tool when you need to: 1) List accessible pipelines, 2) Check pipeline ownership and access, 3) View pipeline organization, 4) Find specific pipeline configurations. The tool provides pipeline visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}}, 'additionalProperties': False}}, {'name': 'pipelines_info', 'description': 'Display detailed pipeline configuration. Use this tool when you need to: 1) View pipeline stage configuration, 2) Check connected applications, 3) Verify pipeline settings, 4) Monitor pipeline status. The tool provides comprehensive pipeline information and structure details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pipeline'], 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}, 'pipeline': {'type': 'string', 'description': 'Name of the pipeline to get info for'}}, 'additionalProperties': False}}, {'name': 'deploy_to_heroku', 'description': 'Deploy projects to Heroku, replaces manual git push workflows. Use this tool when you need to: 1) Deploy a new application with specific app.json configuration, 2) Update an existing application with new code, 3) Configure team or private space deployments, or 4) Set up environment-specific configurations. Important: Check for an app.json file first. If an app.json does not exist in the workspace, you must create one and pass it in via the appJson parameter. The tool handles app creation, source code deployment, and environment setup. Requires valid app.json in workspace or provided via configuration. Supports team deployments, private spaces, and custom environment variables.Use apps_list tool with the "all" param to get a list of apps for the user to choose from when deploying to an existing app and the app name was not provided.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'rootUri', 'appJson'], 'properties': {'env': {'type': 'object', 'description': 'Key-value pairs of environment variables for the deployment that override the ones in app.json', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Heroku application name for deployment target. If omitted, a new app will be created with a random name. If supplied and the app does not exist, the tool will create a new app with the given name.'}, 'teamId': {'type': 'string', 'description': 'Heroku team identifier for team-scoped deployments. Use teams_list tool to get a list of teams if needed.'}, 'appJson': {'type': 'string', 'description': 'Stringified app.json configuration for deployment. Used for dynamic configurations or converted projects.\n The app.json string must be valid and conform to the following schema: {"default":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Heroku app.json Schema","description":"app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. Used for dynamic configurations or converted projects","type":"object","properties":{"name":{"type":"string","pattern":"^[a-zA-Z-_\\\\.]+","maxLength":300},"description":{"type":"string"},"keywords":{"type":"array","items":{"type":"string"}},"website":{"$ref":"#/definitions/uriString"},"repository":{"$ref":"#/definitions/uriString"},"logo":{"$ref":"#/definitions/uriString"},"success_url":{"type":"string"},"scripts":{"$ref":"#/definitions/scripts"},"env":{"$ref":"#/definitions/env"},"formation":{"$ref":"#/definitions/formation"},"addons":{"$ref":"#/definitions/addons"},"buildpacks":{"$ref":"#/definitions/buildpacks"},"environments":{"$ref":"#/definitions/environments"},"stack":{"$ref":"#/definitions/stack"},"image":{"type":"string"}},"additionalProperties":false,"definitions":{"uriString":{"type":"string","format":"uri"},"scripts":{"type":"object","properties":{"postdeploy":{"type":"string"},"pr-predestroy":{"type":"string"}},"additionalProperties":false},"env":{"type":"object","patternProperties":{"^[A-Z][A-Z0-9_]*$":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"string"},"required":{"type":"boolean"},"generator":{"type":"string","enum":["secret"]}},"additionalProperties":false}}},"dynoSize":{"type":"string","enum":["free","eco","hobby","basic","standard-1x","standard-2x","performance-m","performance-l","private-s","private-m","private-l","shield-s","shield-m","shield-l"]},"formation":{"type":"object","patternProperties":{"^[a-zA-Z0-9_-]+$":{"type":"object","properties":{"quantity":{"type":"integer","minimum":0},"size":{"$ref":"#/definitions/dynoSize"}},"required":["quantity"],"additionalProperties":false}}},"addons":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"plan":{"type":"string"},"as":{"type":"string"},"options":{"type":"object"}},"required":["plan"],"additionalProperties":false}]}},"buildpacks":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},"environmentConfig":{"type":"object","properties":{"env":{"type":"object"},"formation":{"type":"object"},"addons":{"type":"array"},"buildpacks":{"type":"array"}}},"environments":{"type":"object","properties":{"test":{"allOf":[{"$ref":"#/definitions/environmentConfig"},{"type":"object","properties":{"scripts":{"type":"object","properties":{"test":{"type":"string"}},"additionalProperties":false}}}]},"review":{"$ref":"#/definitions/environmentConfig"},"production":{"$ref":"#/definitions/environmentConfig"}},"additionalProperties":false},"stack":{"type":"string","enum":["heroku-18","heroku-20","heroku-22","heroku-24"]}}}}'}, 'rootUri': {'type': 'string', 'minLength': 1, 'description': "The absolute path of the user's workspace unless otherwise specified by the user. Must be a string that can be resolved to a valid directory using node's path module."}, 'spaceId': {'type': 'string', 'description': 'Heroku private space identifier for space-scoped deployments. Use spaces_list tool to get a list of spaces if needed.'}, 'tarballUri': {'type': 'string', 'description': 'The URL of the tarball to deploy. If not provided, the rootUri must be provided and the tool will create a new tarball from the contents of the rootUri.'}, 'internalRouting': {'type': 'boolean', 'description': 'Enables internal routing within private spaces. Use this flag when you need to configure private spaces for internal routing.'}}, 'additionalProperties': False}}, {'name': 'deploy_one_off_dyno', 'description': '\nExecute code or a command on a Heroku one-off dyno in a sandboxed environment with network and filesystem access.\n\n**Requirements:**\n- Display command output to the user.\n- Determine app language using the \'app_info\' tool to identify the Heroku buildpack.\n- Use shell commands for environment setup (e.g., package installations) before execution.\n- Output must utilize standard input/output.\n\n**Capabilities:**\n- Network and filesystem access\n- Environment variables support\n- File creation and execution in supported languages\n- Temporary directory management\n\n**Guidelines:**\n1. Use the appropriate Heroku-supported language runtime.\n2. Ensure correct syntax and module imports for the chosen language.\n3. Organize code into classes/functions, executed from the top level.\n4. For external packages:\n - Specify in the appropriate package manager file.\n - Minimize dependencies.\n - Prefer native modules when possible.\n\n**Example (Node.js package manager file):**\n```json\n{\n "type": "module",\n "dependencies": {\n "axios": "^1.6.0"\n }\n}\n```\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'command'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables for the dyno (optional).', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Name of the Heroku app for the one-off dyno.'}, 'size': {'type': 'string', 'default': 'standard-1x', 'description': 'Dyno size (optional).'}, 'command': {'type': 'string', 'description': 'Command to execute in the one-off dyno.'}, 'sources': {'type': 'array', 'items': {'type': 'object', 'required': ['relativePath', 'contents'], 'properties': {'contents': {'type': 'string', 'description': 'Contents of the source file represented as a string.'}, 'relativePath': {'type': 'string', 'description': 'A virtual path to the source file used to create the tarball entry for this file.'}}, 'additionalProperties': False}, 'description': 'Array of objects representing the source files to include in the dyno.'}, 'timeToLive': {'type': 'number', 'default': 3600, 'description': 'Dyno lifespan in seconds (optional).'}}, 'additionalProperties': False}}] |
@blake365/macrostrat-mcp | Macrostrat API Server | Query comprehensive geologic data and information using natural language. Analyze geological data to enhance understanding and create graphics from the data. Access a wide range of geologic units, minerals, and timescales effortlessly. | 2025-03-10T08:00:32.162Z | 0 | https://smithery.ai/server/@blake365/macrostrat-mcp | true | null | {
"scanPassed": true
} | [{'name': 'find-columns', 'description': 'Query Macrostrat stratigraphic columns', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'adjacents': {'type': 'boolean', 'description': 'Include adjacent columns'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short'}}}}, {'name': 'find-units', 'description': 'Query Macrostrat geologic units', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short. Long provides lots of good details'}}}}, {'name': 'defs', 'description': 'Routes giving access to standard fields and dictionaries used in Macrostrat', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'parameters'], 'properties': {'endpoint': {'enum': ['lithologies', 'structures', 'columns', 'econs', 'minerals', 'timescales', 'environments', 'strat_names', 'measurements', 'intervals'], 'type': 'string', 'description': 'The endpoint to query'}, 'parameters': {'type': 'string', 'description': 'parameters to pass to the endpoint'}}}}, {'name': 'defs-autocomplete', 'description': 'Quickly retrieve all definitions matching a query. Limited to 100 results', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'the search term'}}}}, {'name': 'mineral-info', 'description': 'Get information about a mineral, use one property', 'inputSchema': {'type': 'object', 'properties': {'element': {'type': 'string', 'description': 'An element that the mineral is made of'}, 'mineral': {'type': 'string', 'description': 'The name of the mineral'}, 'mineral_type': {'type': 'string', 'description': 'The type of mineral'}}}}, {'name': 'timescale', 'description': 'Get information about a time period', 'inputSchema': {'type': 'object', 'properties': {'age': {'type': 'number'}}}}] |
@blake365/macrostrat-mcp | Macrostrat API Server | Query comprehensive geologic data and information using natural language. Analyze geological data to enhance understanding and create graphics from the data. Access a wide range of geologic units, minerals, and timescales effortlessly. | 2025-03-10T08:00:32.162Z | 0 | https://smithery.ai/server/@blake365/macrostrat-mcp | true | null | {
"scanPassed": true
} | [{'name': 'find-columns', 'description': 'Query Macrostrat stratigraphic columns', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'adjacents': {'type': 'boolean', 'description': 'Include adjacent columns'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short'}}}}, {'name': 'find-units', 'description': 'Query Macrostrat geologic units', 'inputSchema': {'type': 'object', 'required': ['lat', 'lng', 'responseType'], 'properties': {'lat': {'type': 'number', 'description': 'A valid latitude in decimal degrees'}, 'lng': {'type': 'number', 'description': 'A valid longitude in decimal degrees'}, 'responseType': {'enum': ['long', 'short'], 'type': 'string', 'default': 'long', 'description': 'The length of response long or short. Long provides lots of good details'}}}}, {'name': 'defs', 'description': 'Routes giving access to standard fields and dictionaries used in Macrostrat', 'inputSchema': {'type': 'object', 'required': ['endpoint', 'parameters'], 'properties': {'endpoint': {'enum': ['lithologies', 'structures', 'columns', 'econs', 'minerals', 'timescales', 'environments', 'strat_names', 'measurements', 'intervals'], 'type': 'string', 'description': 'The endpoint to query'}, 'parameters': {'type': 'string', 'description': 'parameters to pass to the endpoint'}}}}, {'name': 'defs-autocomplete', 'description': 'Quickly retrieve all definitions matching a query. Limited to 100 results', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'the search term'}}}}, {'name': 'mineral-info', 'description': 'Get information about a mineral, use one property', 'inputSchema': {'type': 'object', 'properties': {'element': {'type': 'string', 'description': 'An element that the mineral is made of'}, 'mineral': {'type': 'string', 'description': 'The name of the mineral'}, 'mineral_type': {'type': 'string', 'description': 'The type of mineral'}}}}, {'name': 'timescale', 'description': 'Get information about a time period', 'inputSchema': {'type': 'object', 'properties': {'age': {'type': 'number'}}}}] |
@KaranThink41/keka_official_mcp | Keka HR Integration Server | Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize OAuth2 authentication for safe access and leverage modular tools to streamline HR workflows. Deploy easily with Docker support for containerized environments. | 2025-04-19T07:35:12.269Z | 0 | https://smithery.ai/server/@KaranThink41/keka_official_mcp | true | null | {
"scanPassed": true
} | [{'name': 'keka_get_employee_profile', 'description': 'Get detailed profile information for a specific employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_attendance', 'description': 'Get attendance records for an employee within a date range', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100, max: 100)'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_types', 'description': 'Get the list of available leave types', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'keka_apply_leave', 'description': 'Apply for leave for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date', 'leave_type', 'reason'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for applying leave'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'leave_type': {'type': 'string', 'description': 'UUID of the leave type'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_balances', 'description': 'Get a consolidated view of all leave balances for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_view_leave_history', 'description': 'View the leave history for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'status': {'type': 'string', 'description': 'Filter by leave request status'}, 'end_date': {'type': 'string', 'description': 'Filter by end date (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100)'}, 'start_date': {'type': 'string', 'description': 'Filter by start date (YYYY-MM-DD)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_payslip', 'description': 'Get payslip for an employee for a specific month and year', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'month', 'year'], 'properties': {'year': {'type': 'string', 'description': 'Year (YYYY)'}, 'month': {'type': 'string', 'description': 'Month (1-12)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_upcoming_holidays', 'description': 'Get the list of upcoming company holidays', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@KaranThink41/keka_official_mcp | Keka HR Integration Server | Integrate and automate Keka HR platform features such as employee management, attendance, leave, payslip, and holiday data through a secure MCP server. Utilize OAuth2 authentication for safe access and leverage modular tools to streamline HR workflows. Deploy easily with Docker support for containerized environments. | 2025-04-19T07:35:12.269Z | 0 | https://smithery.ai/server/@KaranThink41/keka_official_mcp | true | null | {
"scanPassed": true
} | [{'name': 'keka_get_employee_profile', 'description': 'Get detailed profile information for a specific employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_attendance', 'description': 'Get attendance records for an employee within a date range', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100, max: 100)'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_types', 'description': 'Get the list of available leave types', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'keka_apply_leave', 'description': 'Apply for leave for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'start_date', 'end_date', 'leave_type', 'reason'], 'properties': {'reason': {'type': 'string', 'description': 'Reason for applying leave'}, 'end_date': {'type': 'string', 'description': 'End date in YYYY-MM-DD format'}, 'leave_type': {'type': 'string', 'description': 'UUID of the leave type'}, 'start_date': {'type': 'string', 'description': 'Start date in YYYY-MM-DD format'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_leave_balances', 'description': 'Get a consolidated view of all leave balances for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_view_leave_history', 'description': 'View the leave history for an employee', 'inputSchema': {'type': 'object', 'required': ['employee_id'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Page number for pagination (default: 1)'}, 'status': {'type': 'string', 'description': 'Filter by leave request status'}, 'end_date': {'type': 'string', 'description': 'Filter by end date (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'default': 100, 'description': 'Number of records per page (default: 100)'}, 'start_date': {'type': 'string', 'description': 'Filter by start date (YYYY-MM-DD)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_payslip', 'description': 'Get payslip for an employee for a specific month and year', 'inputSchema': {'type': 'object', 'required': ['employee_id', 'month', 'year'], 'properties': {'year': {'type': 'string', 'description': 'Year (YYYY)'}, 'month': {'type': 'string', 'description': 'Month (1-12)'}, 'employee_id': {'type': 'string', 'description': 'The UUID of the employee'}}}}, {'name': 'keka_get_upcoming_holidays', 'description': 'Get the list of upcoming company holidays', 'inputSchema': {'type': 'object', 'properties': {}}}] |
@dulbrich/familysearch-mcp | FamilySearch MCP Server | Interact with FamilySearch's family history data seamlessly. Search for person records, view detailed information, and explore ancestors and descendants using AI tools. Authenticate securely and access historical records with ease. | 2025-03-24T18:01:19.967Z | 0 | https://smithery.ai/server/@dulbrich/familysearch-mcp | true | null | {
"scanPassed": true
} | [{'name': 'say-hello', 'description': 'Say hello to the user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the user to say hello to'}}, 'additionalProperties': False}}, {'name': 'configure', 'description': 'Configure FamilySearch API credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string', 'description': 'Your FamilySearch API client ID'}, 'redirectUri': {'type': 'string', 'description': 'OAuth redirect URI (default: https://localhost:8080/oauth-redirect)'}}, 'additionalProperties': False}}, {'name': 'authenticate', 'description': 'Authenticate with FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'password'], 'properties': {'password': {'type': 'string', 'description': 'Your FamilySearch password'}, 'username': {'type': 'string', 'description': 'Your FamilySearch username'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'description': 'Get information about the currently authenticated user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-persons', 'description': 'Search for person records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Name to search for'}, 'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'gender': {'enum': ['MALE', 'FEMALE'], 'type': 'string', 'description': 'Gender'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}}, 'additionalProperties': False}}, {'name': 'get-person', 'description': 'Get detailed information about a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}}, 'additionalProperties': False}}, {'name': 'get-ancestors', 'description': 'Get ancestors of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 4, max: 8)'}}, 'additionalProperties': False}}, {'name': 'get-descendants', 'description': 'Get descendants of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 2, max: 3)'}}, 'additionalProperties': False}}, {'name': 'search-records', 'description': 'Search for historical records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'surname': {'type': 'string', 'description': 'Surname/last name'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'givenName': {'type': 'string', 'description': 'Given name'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}, 'collectionId': {'type': 'string', 'description': 'Specific collection ID to search in'}}, 'additionalProperties': False}}] |
@dulbrich/familysearch-mcp | FamilySearch MCP Server | Interact with FamilySearch's family history data seamlessly. Search for person records, view detailed information, and explore ancestors and descendants using AI tools. Authenticate securely and access historical records with ease. | 2025-03-24T18:01:19.967Z | 0 | https://smithery.ai/server/@dulbrich/familysearch-mcp | true | null | {
"scanPassed": true
} | [{'name': 'say-hello', 'description': 'Say hello to the user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the user to say hello to'}}, 'additionalProperties': False}}, {'name': 'configure', 'description': 'Configure FamilySearch API credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string', 'description': 'Your FamilySearch API client ID'}, 'redirectUri': {'type': 'string', 'description': 'OAuth redirect URI (default: https://localhost:8080/oauth-redirect)'}}, 'additionalProperties': False}}, {'name': 'authenticate', 'description': 'Authenticate with FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'password'], 'properties': {'password': {'type': 'string', 'description': 'Your FamilySearch password'}, 'username': {'type': 'string', 'description': 'Your FamilySearch username'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'description': 'Get information about the currently authenticated user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-persons', 'description': 'Search for person records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Name to search for'}, 'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'gender': {'enum': ['MALE', 'FEMALE'], 'type': 'string', 'description': 'Gender'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}}, 'additionalProperties': False}}, {'name': 'get-person', 'description': 'Get detailed information about a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}}, 'additionalProperties': False}}, {'name': 'get-ancestors', 'description': 'Get ancestors of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 4, max: 8)'}}, 'additionalProperties': False}}, {'name': 'get-descendants', 'description': 'Get descendants of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 2, max: 3)'}}, 'additionalProperties': False}}, {'name': 'search-records', 'description': 'Search for historical records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'surname': {'type': 'string', 'description': 'Surname/last name'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'givenName': {'type': 'string', 'description': 'Given name'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}, 'collectionId': {'type': 'string', 'description': 'Specific collection ID to search in'}}, 'additionalProperties': False}}] |
@mirinda-cmd/reference-servers-check-x | Model Context Protocol Servers | Enable seamless integration of Large Language Models with various tools and data sources. Leverage secure, controlled access to enhance your applications with powerful functionalities. Start building your own MCP servers or utilize existing ones to unlock new capabilities for your LLMs. HELLO | 2025-04-10T17:12:36.049Z | 0 | https://smithery.ai/server/@mirinda-cmd/reference-servers-check-x | true | null | {
"scanPassed": true
} | [{'name': 'echo', 'description': 'Echoes back the input', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message'], 'properties': {'message': {'type': 'string', 'description': 'Message to echo'}}, 'additionalProperties': False}}, {'name': 'add', 'description': 'Adds two numbers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['a', 'b'], 'properties': {'a': {'type': 'number', 'description': 'First number'}, 'b': {'type': 'number', 'description': 'Second number'}}, 'additionalProperties': False}}, {'name': 'printEnv', 'description': 'Prints all environment variables, helpful for debugging MCP server configuration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'longRunningOperation', 'description': 'Demonstrates a long running operation with progress updates', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'steps': {'type': 'number', 'default': 5, 'description': 'Number of steps in the operation'}, 'duration': {'type': 'number', 'default': 10, 'description': 'Duration of the operation in seconds'}}, 'additionalProperties': False}}, {'name': 'sampleLLM', 'description': "Samples from an LLM using MCP's sampling feature", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'The prompt to send to the LLM'}, 'maxTokens': {'type': 'number', 'default': 100, 'description': 'Maximum number of tokens to generate'}}, 'additionalProperties': False}}, {'name': 'getTinyImage', 'description': 'Returns the MCP_TINY_IMAGE', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@akiojin/playfab-mcp-server | PlayFab Server | Connect your AI assistant with PlayFab services to access item searches, player profiles, and segment information seamlessly. Enable natural interactions with PlayFab data through your LLM client. Start leveraging PlayFab functionalities effortlessly with this middleware solution. | 2025-04-02T09:01:02.869Z | 0 | https://smithery.ai/server/@akiojin/playfab-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_items', 'description': 'PlayFab search items', 'inputSchema': {'type': 'object', 'required': ['count'], 'properties': {'count': {'type': 'number', 'description': 'Number of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10.'}, 'filter': {'type': 'string', 'description': 'An OData filter used to refine the search query (For example: "type eq \'ugc\'"). More info about Filter Complexity limits can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits'}, 'search': {'type': 'string', 'description': 'The text to search for.'}, 'orderBy': {'type': 'string', 'description': 'An OData orderBy used to order the results of the search query. For example: "rating/average asc"'}, 'continuationToken': {'type': 'string', 'description': 'An opaque token used to retrieve the next page of items, if any are available.'}}}}, {'name': 'get_all_segments', 'description': 'PlayFab get all segments', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_players_in_segments', 'description': 'Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being called 30 times in one minute. You will be returned an error if you exceed this threshold.', 'inputSchema': {'type': 'object', 'required': ['segmentId'], 'properties': {'segmentId': {'type': 'string', 'description': 'The ID of the segment to retrieve players from.'}, 'continuationToken': {'type': 'string', 'description': 'An opaque token used to retrieve the next page of items, if any are available.'}}}}] |
@akiojin/playfab-mcp-server | PlayFab Server | Connect your AI assistant with PlayFab services to access item searches, player profiles, and segment information seamlessly. Enable natural interactions with PlayFab data through your LLM client. Start leveraging PlayFab functionalities effortlessly with this middleware solution. | 2025-04-02T09:01:02.869Z | 0 | https://smithery.ai/server/@akiojin/playfab-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_items', 'description': 'PlayFab search items', 'inputSchema': {'type': 'object', 'required': ['count'], 'properties': {'count': {'type': 'number', 'description': 'Number of items to retrieve. This value is optional. Maximum page size is 50. Default value is 10.'}, 'filter': {'type': 'string', 'description': 'An OData filter used to refine the search query (For example: "type eq \'ugc\'"). More info about Filter Complexity limits can be found here: https://learn.microsoft.com/en-us/gaming/playfab/features/economy-v2/catalog/search#limits'}, 'search': {'type': 'string', 'description': 'The text to search for.'}, 'orderBy': {'type': 'string', 'description': 'An OData orderBy used to order the results of the search query. For example: "rating/average asc"'}, 'continuationToken': {'type': 'string', 'description': 'An opaque token used to retrieve the next page of items, if any are available.'}}}}, {'name': 'get_all_segments', 'description': 'PlayFab get all segments', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'get_players_in_segments', 'description': 'Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being called 30 times in one minute. You will be returned an error if you exceed this threshold.', 'inputSchema': {'type': 'object', 'required': ['segmentId'], 'properties': {'segmentId': {'type': 'string', 'description': 'The ID of the segment to retrieve players from.'}, 'continuationToken': {'type': 'string', 'description': 'An opaque token used to retrieve the next page of items, if any are available.'}}}}] |
@dragonkhoi/ramp-mcp | Ramp MCP | Access your Ramp data seamlessly from any MCP client. Interact with your credit card transactions and spend management tools effortlessly. Enhance your financial insights with a simple command interface. | 2025-03-12T23:10:54.775Z | 0 | https://smithery.ai/server/@dragonkhoi/ramp-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_credit_card_transactions', 'description': 'Retrieve information about your Ramp credit card transactions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'start': {'type': 'string'}, 'state': {'type': 'string'}, 'card_id': {'type': 'string', 'format': 'uuid'}, 'to_date': {'type': 'string', 'format': 'date-time'}, 'trip_id': {'type': 'string', 'format': 'uuid'}, 'user_id': {'type': 'string', 'format': 'uuid'}, 'limit_id': {'type': 'string', 'format': 'uuid'}, 'entity_id': {'type': 'string', 'format': 'uuid'}, 'from_date': {'type': 'string', 'format': 'date-time'}, 'page_size': {'type': 'number'}, 'max_amount': {'type': ['string', 'number']}, 'min_amount': {'type': ['string', 'number']}, 'sync_ready': {'type': 'boolean'}, 'location_id': {'type': 'string', 'format': 'uuid'}, 'merchant_id': {'type': 'string', 'format': 'uuid'}, 'statement_id': {'type': 'string', 'format': 'uuid'}, 'synced_after': {'type': 'string', 'format': 'date-time'}, 'department_id': {'type': 'string', 'format': 'uuid'}, 'requires_memo': {'type': 'boolean'}, 'sk_category_id': {'type': 'string'}, 'order_by_date_asc': {'type': 'boolean'}, 'order_by_date_desc': {'type': 'boolean'}, 'has_no_sync_commits': {'type': 'boolean'}, 'order_by_amount_asc': {'type': 'boolean'}, 'order_by_amount_desc': {'type': 'boolean'}, 'include_merchant_data': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'get_ramp_statements', 'description': 'Retrieve Ramp statements with optional date filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'start': {'type': 'string', 'description': 'Token for pagination'}, 'to_date': {'type': 'string', 'description': 'End date in ISO format (YYYY-MM-DD)'}, 'from_date': {'type': 'string', 'description': 'Start date in ISO format (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'description': 'Number of results per page'}}, 'additionalProperties': False}}] |
@dragonkhoi/ramp-mcp | Ramp MCP | Access your Ramp data seamlessly from any MCP client. Interact with your credit card transactions and spend management tools effortlessly. Enhance your financial insights with a simple command interface. | 2025-03-12T23:10:54.775Z | 0 | https://smithery.ai/server/@dragonkhoi/ramp-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_credit_card_transactions', 'description': 'Retrieve information about your Ramp credit card transactions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'start': {'type': 'string'}, 'state': {'type': 'string'}, 'card_id': {'type': 'string', 'format': 'uuid'}, 'to_date': {'type': 'string', 'format': 'date-time'}, 'trip_id': {'type': 'string', 'format': 'uuid'}, 'user_id': {'type': 'string', 'format': 'uuid'}, 'limit_id': {'type': 'string', 'format': 'uuid'}, 'entity_id': {'type': 'string', 'format': 'uuid'}, 'from_date': {'type': 'string', 'format': 'date-time'}, 'page_size': {'type': 'number'}, 'max_amount': {'type': ['string', 'number']}, 'min_amount': {'type': ['string', 'number']}, 'sync_ready': {'type': 'boolean'}, 'location_id': {'type': 'string', 'format': 'uuid'}, 'merchant_id': {'type': 'string', 'format': 'uuid'}, 'statement_id': {'type': 'string', 'format': 'uuid'}, 'synced_after': {'type': 'string', 'format': 'date-time'}, 'department_id': {'type': 'string', 'format': 'uuid'}, 'requires_memo': {'type': 'boolean'}, 'sk_category_id': {'type': 'string'}, 'order_by_date_asc': {'type': 'boolean'}, 'order_by_date_desc': {'type': 'boolean'}, 'has_no_sync_commits': {'type': 'boolean'}, 'order_by_amount_asc': {'type': 'boolean'}, 'order_by_amount_desc': {'type': 'boolean'}, 'include_merchant_data': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'get_ramp_statements', 'description': 'Retrieve Ramp statements with optional date filtering and pagination.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'start': {'type': 'string', 'description': 'Token for pagination'}, 'to_date': {'type': 'string', 'description': 'End date in ISO format (YYYY-MM-DD)'}, 'from_date': {'type': 'string', 'description': 'Start date in ISO format (YYYY-MM-DD)'}, 'page_size': {'type': 'number', 'description': 'Number of results per page'}}, 'additionalProperties': False}}] |
@klauseduard/vibe-coded-jira-mcp | JIRA Integration Server | Integrate JIRA with your Cursor IDE to streamline issue management. Fetch, search, and filter JIRA issues effortlessly using JQL, while enjoying detailed error handling and logging. Enhance your productivity by customizing your view of JIRA data directly within your development environment. | 2025-03-23T00:00:28.085Z | 0 | https://smithery.ai/server/@klauseduard/vibe-coded-jira-mcp | true | null | null | [{'name': 'get_issue', 'description': 'Get a JIRA issue by key', 'inputSchema': {'type': 'object', 'title': 'get_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'search_issues', 'description': 'Search for JIRA issues using JQL (JIRA Query Language).\n \nRequired parameters:\n- jql: JIRA Query Language string (e.g., "project = EHEALTHDEV AND assignee = currentUser()")\n\nOptional parameters:\n- max_results: Number of results to return (default: 50, max: 100)\n- start_at: Pagination offset (default: 0)\n- fields: List of fields to return (default: ["key", "summary", "status", "assignee", "issuetype", "priority", "created", "updated"])\n\nExample JQL queries:\n- "project = EHEALTHDEV AND status = \'In Progress\'"\n- "assignee = currentUser() ORDER BY created DESC"\n- "priority = Major AND created >= startOfDay(-7)"\n', 'inputSchema': {'type': 'object', 'title': 'search_issuesArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'add_comment', 'description': 'Add a comment to a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n- comment: Comment text to add to the issue\n\nOptional parameters:\n- visibility: Visibility settings for the comment (e.g., {\'type\': \'role\', \'value\': \'Administrators\'})\n\nExample:\n{\n "issue_key": "PROJ-123",\n "comment": "This is a comment added via the MCP server",\n "visibility": {\n "type": "group",\n "value": "jira-developers"\n }\n}\n', 'inputSchema': {'type': 'object', 'title': 'add_commentArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'create_issue', 'description': 'Create a new JIRA issue.\n\nRequired parameters:\n- project_key: The project key (e.g. PROJ)\n- summary: Issue summary/title\n\nOptional parameters:\n- description: Issue description\n- issue_type: Issue type (default: "Task")\n- priority: Issue priority\n- assignee: Username of the assignee\n- labels: List of labels\n- custom_fields: Custom field values\n\nExample:\n{\n "project_key": "PROJ",\n "summary": "Implement new feature",\n "description": "Add the ability to create issues",\n "issue_type": "Task",\n "priority": "High",\n "assignee": "john.doe",\n "labels": ["feature", "v0.4"]\n}\n', 'inputSchema': {'type': 'object', 'title': 'create_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'update_issue', 'description': 'Update an existing JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g. PROJ-123)\n\nOptional parameters:\n- summary: New issue summary/title\n- description: New issue description\n- priority: New issue priority\n- assignee: New assignee username\n- labels: New list of labels\n- comment: Comment to add to the issue\n- custom_fields: Custom field values to update\n\nExample:\n{\n "issue_key": "PROJ-123",\n "summary": "Updated feature implementation",\n "description": "Adding more capabilities to issue creation",\n "priority": "High",\n "assignee": "jane.doe",\n "labels": ["feature", "v0.4", "in-progress"],\n "comment": "Updated the implementation plan"\n}\n', 'inputSchema': {'type': 'object', 'title': 'update_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'get_projects', 'description': "Get list of JIRA projects.\n\nOptional parameters:\n- include_archived: Whether to include archived projects (default: False)\n- max_results: Maximum number of results to return (default: 50, max: 100)\n- start_at: Index of the first result to return (default: 0)\n\nReturns project information including:\n- id: Project ID\n- key: Project key\n- name: Project name\n- description: Project description\n- lead: Project lead's display name\n- url: Project URL\n- style: Project style\n- archived: Whether the project is archived\n- category: Project category name\n- simplified: Whether the project is simplified\n- project_type_key: Project type key\n", 'inputSchema': {'type': 'object', 'title': 'get_projectsArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'clone_issue', 'description': 'Clone an existing JIRA issue.\n\nRequired parameters:\n- source_issue_key: The source JIRA issue key to clone from (e.g., PROJ-123)\n\nOptional parameters:\n- project_key: The target project key if different from source\n- summary: New summary (defaults to \'Clone of [ORIGINAL-SUMMARY]\')\n- description: New description (defaults to original description)\n- issue_type: Issue type (defaults to original issue type)\n- priority: Issue priority (defaults to original priority)\n- assignee: Username of the assignee (defaults to original assignee)\n- labels: List of labels (defaults to original labels)\n- custom_fields: Custom field values to override\n- copy_attachments: Whether to copy attachments from the source issue (default: false)\n- add_link_to_source: Whether to add a link to the source issue (default: true)\n\nExample:\n{\n "source_issue_key": "PROJ-123",\n "project_key": "NEWPROJ",\n "summary": "Cloned issue with modifications",\n "assignee": "jane.doe",\n "copy_attachments": true,\n "custom_fields": {\n "customfield_10001": "High",\n "customfield_10002": "Backend"\n }\n}\n', 'inputSchema': {'type': 'object', 'title': 'clone_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'log_work', 'description': 'Log work time on a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n- time_spent: Time spent in JIRA format (e.g., \'2h 30m\', \'1d\', \'30m\')\n\nOptional parameters:\n- comment: Comment for the work log\n- started_at: When the work was started (defaults to now)\n\nExample:\n{\n "issue_key": "EHEALTHDEV-123",\n "time_spent": "2h 30m",\n "comment": "Implemented feature X",\n "started_at": "2024-03-08T10:00:00"\n}\n', 'inputSchema': {'type': 'object', 'title': 'log_workArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'get_comments', 'description': 'Get comments for a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n\nOptional parameters:\n- max_results: Maximum number of comments to return (default: 50, max: 100)\n- start_at: Index of the first comment to return (default: 0)\n\nExample:\n{\n "issue_key": "PROJ-123",\n "max_results": 20,\n "start_at": 0\n}\n\nReturns:\n- issue_key: The issue key\n- total: Total number of comments for the issue\n- start_at: Index of the first comment returned\n- max_results: Maximum number of comments returned\n- comments: Array of comment objects with:\n - id: Comment ID\n - author: Display name of the comment author\n - body: Text content of the comment\n - created: Creation timestamp\n - updated: Last update timestamp (if available)\n - visibility: Visibility restrictions (if any)\n', 'inputSchema': {'type': 'object', 'title': 'get_commentsArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}] |
@klauseduard/vibe-coded-jira-mcp | JIRA Integration Server | Integrate JIRA with your Cursor IDE to streamline issue management. Fetch, search, and filter JIRA issues effortlessly using JQL, while enjoying detailed error handling and logging. Enhance your productivity by customizing your view of JIRA data directly within your development environment. | 2025-03-23T00:00:28.085Z | 0 | https://smithery.ai/server/@klauseduard/vibe-coded-jira-mcp | true | null | null | [{'name': 'get_issue', 'description': 'Get a JIRA issue by key', 'inputSchema': {'type': 'object', 'title': 'get_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'search_issues', 'description': 'Search for JIRA issues using JQL (JIRA Query Language).\n \nRequired parameters:\n- jql: JIRA Query Language string (e.g., "project = EHEALTHDEV AND assignee = currentUser()")\n\nOptional parameters:\n- max_results: Number of results to return (default: 50, max: 100)\n- start_at: Pagination offset (default: 0)\n- fields: List of fields to return (default: ["key", "summary", "status", "assignee", "issuetype", "priority", "created", "updated"])\n\nExample JQL queries:\n- "project = EHEALTHDEV AND status = \'In Progress\'"\n- "assignee = currentUser() ORDER BY created DESC"\n- "priority = Major AND created >= startOfDay(-7)"\n', 'inputSchema': {'type': 'object', 'title': 'search_issuesArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'add_comment', 'description': 'Add a comment to a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n- comment: Comment text to add to the issue\n\nOptional parameters:\n- visibility: Visibility settings for the comment (e.g., {\'type\': \'role\', \'value\': \'Administrators\'})\n\nExample:\n{\n "issue_key": "PROJ-123",\n "comment": "This is a comment added via the MCP server",\n "visibility": {\n "type": "group",\n "value": "jira-developers"\n }\n}\n', 'inputSchema': {'type': 'object', 'title': 'add_commentArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'create_issue', 'description': 'Create a new JIRA issue.\n\nRequired parameters:\n- project_key: The project key (e.g. PROJ)\n- summary: Issue summary/title\n\nOptional parameters:\n- description: Issue description\n- issue_type: Issue type (default: "Task")\n- priority: Issue priority\n- assignee: Username of the assignee\n- labels: List of labels\n- custom_fields: Custom field values\n\nExample:\n{\n "project_key": "PROJ",\n "summary": "Implement new feature",\n "description": "Add the ability to create issues",\n "issue_type": "Task",\n "priority": "High",\n "assignee": "john.doe",\n "labels": ["feature", "v0.4"]\n}\n', 'inputSchema': {'type': 'object', 'title': 'create_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'update_issue', 'description': 'Update an existing JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g. PROJ-123)\n\nOptional parameters:\n- summary: New issue summary/title\n- description: New issue description\n- priority: New issue priority\n- assignee: New assignee username\n- labels: New list of labels\n- comment: Comment to add to the issue\n- custom_fields: Custom field values to update\n\nExample:\n{\n "issue_key": "PROJ-123",\n "summary": "Updated feature implementation",\n "description": "Adding more capabilities to issue creation",\n "priority": "High",\n "assignee": "jane.doe",\n "labels": ["feature", "v0.4", "in-progress"],\n "comment": "Updated the implementation plan"\n}\n', 'inputSchema': {'type': 'object', 'title': 'update_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'get_projects', 'description': "Get list of JIRA projects.\n\nOptional parameters:\n- include_archived: Whether to include archived projects (default: False)\n- max_results: Maximum number of results to return (default: 50, max: 100)\n- start_at: Index of the first result to return (default: 0)\n\nReturns project information including:\n- id: Project ID\n- key: Project key\n- name: Project name\n- description: Project description\n- lead: Project lead's display name\n- url: Project URL\n- style: Project style\n- archived: Whether the project is archived\n- category: Project category name\n- simplified: Whether the project is simplified\n- project_type_key: Project type key\n", 'inputSchema': {'type': 'object', 'title': 'get_projectsArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'clone_issue', 'description': 'Clone an existing JIRA issue.\n\nRequired parameters:\n- source_issue_key: The source JIRA issue key to clone from (e.g., PROJ-123)\n\nOptional parameters:\n- project_key: The target project key if different from source\n- summary: New summary (defaults to \'Clone of [ORIGINAL-SUMMARY]\')\n- description: New description (defaults to original description)\n- issue_type: Issue type (defaults to original issue type)\n- priority: Issue priority (defaults to original priority)\n- assignee: Username of the assignee (defaults to original assignee)\n- labels: List of labels (defaults to original labels)\n- custom_fields: Custom field values to override\n- copy_attachments: Whether to copy attachments from the source issue (default: false)\n- add_link_to_source: Whether to add a link to the source issue (default: true)\n\nExample:\n{\n "source_issue_key": "PROJ-123",\n "project_key": "NEWPROJ",\n "summary": "Cloned issue with modifications",\n "assignee": "jane.doe",\n "copy_attachments": true,\n "custom_fields": {\n "customfield_10001": "High",\n "customfield_10002": "Backend"\n }\n}\n', 'inputSchema': {'type': 'object', 'title': 'clone_issueArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'log_work', 'description': 'Log work time on a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n- time_spent: Time spent in JIRA format (e.g., \'2h 30m\', \'1d\', \'30m\')\n\nOptional parameters:\n- comment: Comment for the work log\n- started_at: When the work was started (defaults to now)\n\nExample:\n{\n "issue_key": "EHEALTHDEV-123",\n "time_spent": "2h 30m",\n "comment": "Implemented feature X",\n "started_at": "2024-03-08T10:00:00"\n}\n', 'inputSchema': {'type': 'object', 'title': 'log_workArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}, {'name': 'get_comments', 'description': 'Get comments for a JIRA issue.\n\nRequired parameters:\n- issue_key: The JIRA issue key (e.g., PROJ-123)\n\nOptional parameters:\n- max_results: Maximum number of comments to return (default: 50, max: 100)\n- start_at: Index of the first comment to return (default: 0)\n\nExample:\n{\n "issue_key": "PROJ-123",\n "max_results": 20,\n "start_at": 0\n}\n\nReturns:\n- issue_key: The issue key\n- total: Total number of comments for the issue\n- start_at: Index of the first comment returned\n- max_results: Maximum number of comments returned\n- comments: Array of comment objects with:\n - id: Comment ID\n - author: Display name of the comment author\n - body: Text content of the comment\n - created: Creation timestamp\n - updated: Last update timestamp (if available)\n - visibility: Visibility restrictions (if any)\n', 'inputSchema': {'type': 'object', 'title': 'get_commentsArguments', 'required': ['arguments'], 'properties': {'arguments': {'type': 'object', 'title': 'Arguments', 'additionalProperties': True}}}}] |
@EthanKang1/ynab-mcp | YNAB MCP | Provide seamless access to your YNAB budget data through MCP-enabled clients. Retrieve user info, budgets, categories, and detailed budget settings to enhance your financial workflows. Empower your applications with real-time budget insights and transaction data. | 2025-04-20T01:47:21.512Z | 0 | https://smithery.ai/server/@EthanKang1/ynab-mcp | true | null | null | [{'name': 'GetUser', 'description': 'Retrieves information about the authenticated YNAB user, including user ID and email.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'ListBudgets', 'description': 'Lists all budgets accessible to the authenticated user, including budget IDs and names.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'GetBudget', 'description': 'Retrieves detailed information about a specific budget, including transactions, categories, and balances. The API returns monetary amounts in milliunits (e.g., 1000 = $1.00). Supports optional date filtering and transaction limiting.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'end_date': {'type': 'string', 'default': 'current_month_end', 'description': 'End date in YYYY-MM-DD format (client-side filter)'}, 'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch'}, 'start_date': {'type': 'string', 'default': 'current_month_start', 'description': 'Start date in YYYY-MM-DD format (client-side filter)'}, 'max_transactions': {'type': 'number', 'default': '10', 'description': 'Number of transactions to return'}}}}, {'name': 'GetBudgetCategories', 'description': 'Retrieves all categories defined in the specified budget, including category groups, names, and IDs.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch'}}}}, {'name': 'GetBudgetSettings', 'description': 'Retrieves settings for the specified budget, including currency format, date format, and other preferences.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch settings for'}}}}] |
@EthanKang1/ynab-mcp | YNAB MCP | Provide seamless access to your YNAB budget data through MCP-enabled clients. Retrieve user info, budgets, categories, and detailed budget settings to enhance your financial workflows. Empower your applications with real-time budget insights and transaction data. | 2025-04-20T01:47:21.512Z | 0 | https://smithery.ai/server/@EthanKang1/ynab-mcp | true | null | null | [{'name': 'GetUser', 'description': 'Retrieves information about the authenticated YNAB user, including user ID and email.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'ListBudgets', 'description': 'Lists all budgets accessible to the authenticated user, including budget IDs and names.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'GetBudget', 'description': 'Retrieves detailed information about a specific budget, including transactions, categories, and balances. The API returns monetary amounts in milliunits (e.g., 1000 = $1.00). Supports optional date filtering and transaction limiting.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'end_date': {'type': 'string', 'default': 'current_month_end', 'description': 'End date in YYYY-MM-DD format (client-side filter)'}, 'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch'}, 'start_date': {'type': 'string', 'default': 'current_month_start', 'description': 'Start date in YYYY-MM-DD format (client-side filter)'}, 'max_transactions': {'type': 'number', 'default': '10', 'description': 'Number of transactions to return'}}}}, {'name': 'GetBudgetCategories', 'description': 'Retrieves all categories defined in the specified budget, including category groups, names, and IDs.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch'}}}}, {'name': 'GetBudgetSettings', 'description': 'Retrieves settings for the specified budget, including currency format, date format, and other preferences.', 'inputSchema': {'type': 'object', 'required': ['budget_id'], 'properties': {'budget_id': {'type': 'string', 'description': 'The ID of the budget to fetch settings for'}}}}] |
@juhemcp/jnews-mcp-server | Juhe News Server | Fetch the latest trending news headlines and detailed content effortlessly. Access a variety of news categories including recommendations, domestic, technology, and sports. Enhance your applications with real-time news updates using our easy-to-integrate server. | 2025-04-05T08:00:50.479Z | 0 | https://smithery.ai/server/@juhemcp/jnews-mcp-server | true | null | null | [{'name': 'get_news_list', 'description': '通过新闻类型获取今日热点新闻头条', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': '当前页数, 默认1, 最大50'}, 'type': {'type': 'string', 'description': '新闻类型:top(推荐,默认),guonei(国内),guoji(国际),yule(娱乐),tiyu(体育),junshi(军事),keji(科技),caijing(财经),youxi(游戏),qiche(汽车),jiankang(健康)'}, 'page_size': {'type': 'number', 'description': '每页返回新闻条数, 默认20, 最大50'}}}}, {'name': 'get_news_content', 'description': '根据新闻ID获取新闻的详细内容', 'inputSchema': {'type': 'object', 'required': ['uniquekey'], 'properties': {'uniquekey': {'type': 'string', 'description': '新闻ID(gew_news_list中返回的uniquekey)'}}}}] |
@juhemcp/jnews-mcp-server | Juhe News Server | Fetch the latest trending news headlines and detailed content effortlessly. Access a variety of news categories including recommendations, domestic, technology, and sports. Enhance your applications with real-time news updates using our easy-to-integrate server. | 2025-04-05T08:00:50.479Z | 0 | https://smithery.ai/server/@juhemcp/jnews-mcp-server | true | null | null | [{'name': 'get_news_list', 'description': '通过新闻类型获取今日热点新闻头条', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'number', 'description': '当前页数, 默认1, 最大50'}, 'type': {'type': 'string', 'description': '新闻类型:top(推荐,默认),guonei(国内),guoji(国际),yule(娱乐),tiyu(体育),junshi(军事),keji(科技),caijing(财经),youxi(游戏),qiche(汽车),jiankang(健康)'}, 'page_size': {'type': 'number', 'description': '每页返回新闻条数, 默认20, 最大50'}}}}, {'name': 'get_news_content', 'description': '根据新闻ID获取新闻的详细内容', 'inputSchema': {'type': 'object', 'required': ['uniquekey'], 'properties': {'uniquekey': {'type': 'string', 'description': '新闻ID(gew_news_list中返回的uniquekey)'}}}}] |
@vinsidious/whodis-mcp-server | Whodis Domain Availability Server | Check the availability of domain names using WHOIS lookups integrated as an MCP tool. Enable AI assistants and other tools to seamlessly verify domain registration status within their workflows. Provides a CLI interface and detailed logging for easy testing and monitoring. | 2025-04-30T21:51:47.025Z | 0 | https://smithery.ai/server/@vinsidious/whodis-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'check-domain-availability', 'description': 'PURPOSE: Checks the availability of one or more domain names.\n INPUT: An array of domain names.\n OUTPUT: A JSON object containing two arrays: \'available\' (domains that appear to be unregistered) and \'unavailable\' (domains that appear to be registered). Note: Availability checks depend on WHOIS server responses and might not be 100% accurate for all TLDs or due to temporary network issues. Domains where lookup failed are omitted.\n WHEN TO USE: Use this tool when you need to determine if specific domain names can potentially be registered.\n EXAMPLE: { "domains": ["google.com", "example-domain-that-is-likely-free-12345.com"] }', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string', 'minLength': 1}, 'minItems': 1, 'description': 'An array of domain names to check for availability'}}, 'additionalProperties': False}}] |
@vinsidious/whodis-mcp-server | Whodis Domain Availability Server | Check the availability of domain names using WHOIS lookups integrated as an MCP tool. Enable AI assistants and other tools to seamlessly verify domain registration status within their workflows. Provides a CLI interface and detailed logging for easy testing and monitoring. | 2025-04-30T21:51:47.025Z | 0 | https://smithery.ai/server/@vinsidious/whodis-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'check-domain-availability', 'description': 'PURPOSE: Checks the availability of one or more domain names.\n INPUT: An array of domain names.\n OUTPUT: A JSON object containing two arrays: \'available\' (domains that appear to be unregistered) and \'unavailable\' (domains that appear to be registered). Note: Availability checks depend on WHOIS server responses and might not be 100% accurate for all TLDs or due to temporary network issues. Domains where lookup failed are omitted.\n WHEN TO USE: Use this tool when you need to determine if specific domain names can potentially be registered.\n EXAMPLE: { "domains": ["google.com", "example-domain-that-is-likely-free-12345.com"] }', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string', 'minLength': 1}, 'minItems': 1, 'description': 'An array of domain names to check for availability'}}, 'additionalProperties': False}}] |
@alexanimal/tradovate-mcp-server | Tradovate Tools | Manage your trading operations seamlessly. Access and analyze contracts, positions, and market data with ease, while executing trades directly through the Tradovate platform. | 2025-03-11T00:22:02.667Z | 0 | https://smithery.ai/server/@alexanimal/tradovate-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_contract_details', 'description': 'Get detailed information about a specific contract by symbol', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}}}}, {'name': 'list_positions', 'description': 'List all positions for the account', 'inputSchema': {'type': 'object', 'properties': {'accountId': {'type': 'string', 'description': 'Account ID (optional, defaults to primary account)'}}}}, {'name': 'place_order', 'description': 'Place a new order', 'inputSchema': {'type': 'object', 'required': ['symbol', 'action', 'orderType', 'quantity'], 'properties': {'price': {'type': 'number', 'description': 'Price for limit orders'}, 'action': {'enum': ['Buy', 'Sell'], 'type': 'string', 'description': 'Buy or Sell'}, 'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}, 'quantity': {'type': 'number', 'description': 'Number of contracts'}, 'orderType': {'enum': ['Market', 'Limit', 'Stop', 'StopLimit'], 'type': 'string', 'description': 'Type of order'}, 'stopPrice': {'type': 'number', 'description': 'Stop price for stop orders'}}}}, {'name': 'modify_order', 'description': 'Modify an existing order', 'inputSchema': {'type': 'object', 'required': ['orderId'], 'properties': {'price': {'type': 'number', 'description': 'New price for limit orders'}, 'orderId': {'type': 'string', 'description': 'ID of the order to modify'}, 'quantity': {'type': 'number', 'description': 'New quantity'}, 'stopPrice': {'type': 'number', 'description': 'New stop price for stop orders'}}}}, {'name': 'cancel_order', 'description': 'Cancel an existing order', 'inputSchema': {'type': 'object', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to cancel'}}}}, {'name': 'liquidate_position', 'description': 'Close an existing position', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}}}}, {'name': 'get_account_summary', 'description': 'Get account summary information', 'inputSchema': {'type': 'object', 'properties': {'accountId': {'type': 'string', 'description': 'Account ID (optional, defaults to primary account)'}}}}, {'name': 'get_market_data', 'description': 'Get market data for a specific contract', 'inputSchema': {'type': 'object', 'required': ['symbol', 'dataType'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}, 'dataType': {'enum': ['Quote', 'DOM', 'Chart'], 'type': 'string', 'description': 'Type of market data'}, 'chartTimeframe': {'enum': ['1min', '5min', '15min', '30min', '1hour', '4hour', '1day'], 'type': 'string', 'description': 'Timeframe for chart data'}}}}] |
@alexanimal/tradovate-mcp-server | Tradovate Tools | Manage your trading operations seamlessly. Access and analyze contracts, positions, and market data with ease, while executing trades directly through the Tradovate platform. | 2025-03-11T00:22:02.667Z | 0 | https://smithery.ai/server/@alexanimal/tradovate-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'get_contract_details', 'description': 'Get detailed information about a specific contract by symbol', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}}}}, {'name': 'list_positions', 'description': 'List all positions for the account', 'inputSchema': {'type': 'object', 'properties': {'accountId': {'type': 'string', 'description': 'Account ID (optional, defaults to primary account)'}}}}, {'name': 'place_order', 'description': 'Place a new order', 'inputSchema': {'type': 'object', 'required': ['symbol', 'action', 'orderType', 'quantity'], 'properties': {'price': {'type': 'number', 'description': 'Price for limit orders'}, 'action': {'enum': ['Buy', 'Sell'], 'type': 'string', 'description': 'Buy or Sell'}, 'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}, 'quantity': {'type': 'number', 'description': 'Number of contracts'}, 'orderType': {'enum': ['Market', 'Limit', 'Stop', 'StopLimit'], 'type': 'string', 'description': 'Type of order'}, 'stopPrice': {'type': 'number', 'description': 'Stop price for stop orders'}}}}, {'name': 'modify_order', 'description': 'Modify an existing order', 'inputSchema': {'type': 'object', 'required': ['orderId'], 'properties': {'price': {'type': 'number', 'description': 'New price for limit orders'}, 'orderId': {'type': 'string', 'description': 'ID of the order to modify'}, 'quantity': {'type': 'number', 'description': 'New quantity'}, 'stopPrice': {'type': 'number', 'description': 'New stop price for stop orders'}}}}, {'name': 'cancel_order', 'description': 'Cancel an existing order', 'inputSchema': {'type': 'object', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to cancel'}}}}, {'name': 'liquidate_position', 'description': 'Close an existing position', 'inputSchema': {'type': 'object', 'required': ['symbol'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}}}}, {'name': 'get_account_summary', 'description': 'Get account summary information', 'inputSchema': {'type': 'object', 'properties': {'accountId': {'type': 'string', 'description': 'Account ID (optional, defaults to primary account)'}}}}, {'name': 'get_market_data', 'description': 'Get market data for a specific contract', 'inputSchema': {'type': 'object', 'required': ['symbol', 'dataType'], 'properties': {'symbol': {'type': 'string', 'description': 'Symbol of the contract (e.g., ESZ4, NQZ4)'}, 'dataType': {'enum': ['Quote', 'DOM', 'Chart'], 'type': 'string', 'description': 'Type of market data'}, 'chartTimeframe': {'enum': ['1min', '5min', '15min', '30min', '1hour', '4hour', '1day'], 'type': 'string', 'description': 'Timeframe for chart data'}}}}] |
@cremich/promptz-mcp | promptz.dev MCP Server | Access prompts directly from promptz.dev to streamline your development workflow. Reduce context switching by integrating prompt retrieval seamlessly into your AI assistants. Enhance your productivity with easy access to a variety of prompt templates. | 2025-04-05T13:00:26.606Z | 0 | https://smithery.ai/server/@cremich/promptz-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_prompts', 'description': 'List available prompts from promptz.dev', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter prompts by tags (e.g. ['CLI', 'JavaScript'])"}, 'cursor': {'type': 'string', 'description': 'Pagination token for fetching the next set of results'}}}}, {'name': 'get_prompt', 'description': 'Get a specific prompt by ID or name', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name of the prompt to retrieve'}}}}, {'name': 'list_rules', 'description': 'List available project rules from promptz.dev', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter rules by tags (e.g. ['CDK', 'React'])"}, 'cursor': {'type': 'string', 'description': 'Pagination token for fetching the next set of results'}}}}, {'name': 'get_rule', 'description': 'Get a specific project rule by name', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name of the rule to retrieve'}}}}] |
@cremich/promptz-mcp | promptz.dev MCP Server | Access prompts directly from promptz.dev to streamline your development workflow. Reduce context switching by integrating prompt retrieval seamlessly into your AI assistants. Enhance your productivity with easy access to a variety of prompt templates. | 2025-04-05T13:00:26.606Z | 0 | https://smithery.ai/server/@cremich/promptz-mcp | true | null | {
"scanPassed": true
} | [{'name': 'list_prompts', 'description': 'List available prompts from promptz.dev', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter prompts by tags (e.g. ['CLI', 'JavaScript'])"}, 'cursor': {'type': 'string', 'description': 'Pagination token for fetching the next set of results'}}}}, {'name': 'get_prompt', 'description': 'Get a specific prompt by ID or name', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name of the prompt to retrieve'}}}}, {'name': 'list_rules', 'description': 'List available project rules from promptz.dev', 'inputSchema': {'type': 'object', 'properties': {'tags': {'type': 'array', 'items': {'type': 'string'}, 'description': "Filter rules by tags (e.g. ['CDK', 'React'])"}, 'cursor': {'type': 'string', 'description': 'Pagination token for fetching the next set of results'}}}}, {'name': 'get_rule', 'description': 'Get a specific project rule by name', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Name of the rule to retrieve'}}}}] |
@devassistantai/github-projects | GitHub Projects | Manage GitHub Projects V2 efficiently by interacting with the GitHub Projects API through a set of powerful tools. Perform project, item, task, field, and view management operations seamlessly from your language model or client. Enhance your workflow with tested, production-ready capabilities for project automation and organization. | 2025-04-29T05:16:09.737Z | 0 | https://smithery.ai/server/@devassistantai/github-projects | true | null | {
"scanPassed": true
} | [{'name': 'test_connection', 'description': 'Test GitHub API connection and token validity', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_projects', 'description': 'List GitHub Projects (V2) for a user or organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'type'], 'properties': {'type': {'enum': ['user', 'organization'], 'type': 'string', 'description': 'Type of owner (user or organization)'}, 'first': {'type': 'number', 'description': 'Number of projects to return'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Username or organization name'}}, 'additionalProperties': False}}, {'name': 'create_project', 'description': 'Create a new GitHub Project (V2) for a user or organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'type', 'title'], 'properties': {'type': {'enum': ['user', 'organization'], 'type': 'string', 'description': 'Type of owner (user or organization)'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Username or organization name'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Project title'}, 'layout': {'enum': ['BOARD', 'TABLE'], 'type': 'string', 'description': 'Project layout type (BOARD or TABLE)'}, 'public': {'type': 'boolean', 'description': 'Whether the project is public'}, 'description': {'type': 'string', 'description': 'Project description'}}, 'additionalProperties': False}}, {'name': 'update_project', 'description': 'Update an existing GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'title': {'type': 'string', 'description': 'New project title'}, 'closed': {'type': 'boolean', 'description': 'Whether the project should be closed'}, 'public': {'type': 'boolean', 'description': 'Whether the project should be public'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'description': {'type': 'string', 'description': 'New project description'}}, 'additionalProperties': False}}, {'name': 'toggle_project_archive', 'description': 'Archive or unarchive a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'archived'], 'properties': {'archived': {'type': 'boolean', 'description': 'Whether the project should be archived (true) or unarchived (false)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'update_project_item', 'description': 'Update an existing project item in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId', 'fieldId', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to set for the field as a string. For complex values, use JSON format.'}, 'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'fieldId': {'type': 'string', 'minLength': 1, 'description': 'Field ID (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'remove_project_item', 'description': 'Remove an item from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_fields', 'description': 'List fields from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'first': {'type': 'number', 'description': 'Number of fields to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_views', 'description': 'List views from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'first': {'type': 'number', 'description': 'Number of views to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_items', 'description': 'List items from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'after': {'type': 'string', 'description': 'Cursor for pagination'}, 'first': {'type': 'number', 'description': 'Number of items to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'add_project_item', 'description': 'Add an existing Issue or Pull Request to a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'contentId'], 'properties': {'contentId': {'type': 'string', 'minLength': 1, 'description': 'Content ID (GraphQL global ID of an Issue or Pull Request)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_draft_item', 'description': 'Create a draft item in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'title'], 'properties': {'body': {'type': 'string', 'description': 'Body content for the draft item'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Title for the draft item'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_project_field', 'description': 'Create a new field in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'name', 'dataType'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'Field name'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'color': {'enum': ['GREEN', 'YELLOW', 'ORANGE', 'RED', 'PURPLE', 'BLUE', 'PINK', 'GRAY'], 'type': 'string'}}, 'additionalProperties': False}, 'description': 'Options for single select fields'}, 'dataType': {'enum': ['TEXT', 'NUMBER', 'DATE', 'SINGLE_SELECT'], 'type': 'string', 'description': 'Field data type'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_task', 'description': 'Create a new task (as draft or real issue) in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'title'], 'properties': {'body': {'type': 'string', 'description': 'Task description/body'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Task title'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the task'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'GitHub usernames to assign to the task'}, 'milestone': {'type': 'string', 'description': 'Milestone ID to associate with the task'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'asDraftItem': {'type': 'boolean', 'description': 'Create as draft item instead of real issue (default: false)'}, 'customFields': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldId', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to set (format depends on field type)'}, 'fieldId': {'type': 'string', 'description': 'Field ID (GraphQL global ID)'}}, 'additionalProperties': False}, 'description': 'Custom fields to set on the task'}, 'repositoryId': {'type': 'string', 'description': 'Repository ID (optional, required to create a real issue)'}}, 'additionalProperties': False}}, {'name': 'manage_task_status', 'description': 'Update task status and optionally add a comment in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId', 'statusFieldId', 'newStatus'], 'properties': {'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'newStatus': {'type': 'string', 'minLength': 1, 'description': 'New status value to set (option name from single select field)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'addComment': {'type': 'boolean', 'description': 'Whether to add a comment about the status change'}, 'commentBody': {'type': 'string', 'description': 'Comment body text (required if addComment is true)'}, 'statusFieldId': {'type': 'string', 'minLength': 1, 'description': 'Status field ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'group_tasks', 'description': 'Group multiple tasks by setting the same field value for all of them in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'groupById', 'items', 'groupValue'], 'properties': {'items': {'type': 'array', 'items': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'minItems': 1, 'description': 'List of item IDs to group'}, 'groupById': {'type': 'string', 'minLength': 1, 'description': 'Field ID to group by (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'groupValue': {'type': 'string', 'minLength': 1, 'description': 'Value to set for the group field'}}, 'additionalProperties': False}}, {'name': 'convert_draft_to_issue', 'description': 'Convert a draft item to an issue in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'draftId', 'repositoryId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the task'}, 'draftId': {'type': 'string', 'minLength': 1, 'description': 'Draft item ID (GraphQL global ID)'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'GitHub usernames to assign to the task'}, 'milestone': {'type': 'string', 'description': 'Milestone ID to associate with the task'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'repositoryId': {'type': 'string', 'minLength': 1, 'description': 'Repository ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'get_issue_id', 'description': 'Get the ID of an issue in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issueNumber'], 'properties': {'repo': {'type': 'string', 'minLength': 1, 'description': 'Repository name'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Repository owner (username or organization name)'}, 'issueNumber': {'type': 'integer', 'description': 'Issue number', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'bulk_add_issues', 'description': 'Bulk add issues to a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'owner', 'repo', 'issueNumbers'], 'properties': {'repo': {'type': 'string', 'minLength': 1, 'description': 'Repository name'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Repository owner (username or organization name)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'statusValue': {'type': 'string', 'description': 'Optional status value to set (required if statusFieldId is provided)'}, 'issueNumbers': {'type': 'array', 'items': {'type': 'integer', 'exclusiveMinimum': 0}, 'minItems': 1, 'description': 'List of issue numbers to add'}, 'statusFieldId': {'type': 'string', 'description': 'Optional status field ID to set initial status'}}, 'additionalProperties': False}}] |
@devassistantai/github-projects | GitHub Projects | Manage GitHub Projects V2 efficiently by interacting with the GitHub Projects API through a set of powerful tools. Perform project, item, task, field, and view management operations seamlessly from your language model or client. Enhance your workflow with tested, production-ready capabilities for project automation and organization. | 2025-04-29T05:16:09.737Z | 0 | https://smithery.ai/server/@devassistantai/github-projects | true | null | {
"scanPassed": true
} | [{'name': 'test_connection', 'description': 'Test GitHub API connection and token validity', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_projects', 'description': 'List GitHub Projects (V2) for a user or organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'type'], 'properties': {'type': {'enum': ['user', 'organization'], 'type': 'string', 'description': 'Type of owner (user or organization)'}, 'first': {'type': 'number', 'description': 'Number of projects to return'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Username or organization name'}}, 'additionalProperties': False}}, {'name': 'create_project', 'description': 'Create a new GitHub Project (V2) for a user or organization', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'type', 'title'], 'properties': {'type': {'enum': ['user', 'organization'], 'type': 'string', 'description': 'Type of owner (user or organization)'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Username or organization name'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Project title'}, 'layout': {'enum': ['BOARD', 'TABLE'], 'type': 'string', 'description': 'Project layout type (BOARD or TABLE)'}, 'public': {'type': 'boolean', 'description': 'Whether the project is public'}, 'description': {'type': 'string', 'description': 'Project description'}}, 'additionalProperties': False}}, {'name': 'update_project', 'description': 'Update an existing GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'title': {'type': 'string', 'description': 'New project title'}, 'closed': {'type': 'boolean', 'description': 'Whether the project should be closed'}, 'public': {'type': 'boolean', 'description': 'Whether the project should be public'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'description': {'type': 'string', 'description': 'New project description'}}, 'additionalProperties': False}}, {'name': 'toggle_project_archive', 'description': 'Archive or unarchive a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'archived'], 'properties': {'archived': {'type': 'boolean', 'description': 'Whether the project should be archived (true) or unarchived (false)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'update_project_item', 'description': 'Update an existing project item in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId', 'fieldId', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to set for the field as a string. For complex values, use JSON format.'}, 'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'fieldId': {'type': 'string', 'minLength': 1, 'description': 'Field ID (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'remove_project_item', 'description': 'Remove an item from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId'], 'properties': {'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_fields', 'description': 'List fields from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'first': {'type': 'number', 'description': 'Number of fields to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_views', 'description': 'List views from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'first': {'type': 'number', 'description': 'Number of views to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'list_project_items', 'description': 'List items from a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId'], 'properties': {'after': {'type': 'string', 'description': 'Cursor for pagination'}, 'first': {'type': 'number', 'description': 'Number of items to return'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'add_project_item', 'description': 'Add an existing Issue or Pull Request to a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'contentId'], 'properties': {'contentId': {'type': 'string', 'minLength': 1, 'description': 'Content ID (GraphQL global ID of an Issue or Pull Request)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_draft_item', 'description': 'Create a draft item in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'title'], 'properties': {'body': {'type': 'string', 'description': 'Body content for the draft item'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Title for the draft item'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_project_field', 'description': 'Create a new field in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'name', 'dataType'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'Field name'}, 'options': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'color': {'enum': ['GREEN', 'YELLOW', 'ORANGE', 'RED', 'PURPLE', 'BLUE', 'PINK', 'GRAY'], 'type': 'string'}}, 'additionalProperties': False}, 'description': 'Options for single select fields'}, 'dataType': {'enum': ['TEXT', 'NUMBER', 'DATE', 'SINGLE_SELECT'], 'type': 'string', 'description': 'Field data type'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'create_task', 'description': 'Create a new task (as draft or real issue) in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'title'], 'properties': {'body': {'type': 'string', 'description': 'Task description/body'}, 'title': {'type': 'string', 'minLength': 1, 'description': 'Task title'}, 'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the task'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'GitHub usernames to assign to the task'}, 'milestone': {'type': 'string', 'description': 'Milestone ID to associate with the task'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'asDraftItem': {'type': 'boolean', 'description': 'Create as draft item instead of real issue (default: false)'}, 'customFields': {'type': 'array', 'items': {'type': 'object', 'required': ['fieldId', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to set (format depends on field type)'}, 'fieldId': {'type': 'string', 'description': 'Field ID (GraphQL global ID)'}}, 'additionalProperties': False}, 'description': 'Custom fields to set on the task'}, 'repositoryId': {'type': 'string', 'description': 'Repository ID (optional, required to create a real issue)'}}, 'additionalProperties': False}}, {'name': 'manage_task_status', 'description': 'Update task status and optionally add a comment in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'itemId', 'statusFieldId', 'newStatus'], 'properties': {'itemId': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'newStatus': {'type': 'string', 'minLength': 1, 'description': 'New status value to set (option name from single select field)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'addComment': {'type': 'boolean', 'description': 'Whether to add a comment about the status change'}, 'commentBody': {'type': 'string', 'description': 'Comment body text (required if addComment is true)'}, 'statusFieldId': {'type': 'string', 'minLength': 1, 'description': 'Status field ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'group_tasks', 'description': 'Group multiple tasks by setting the same field value for all of them in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'groupById', 'items', 'groupValue'], 'properties': {'items': {'type': 'array', 'items': {'type': 'string', 'minLength': 1, 'description': 'Item ID (GraphQL global ID)'}, 'minItems': 1, 'description': 'List of item IDs to group'}, 'groupById': {'type': 'string', 'minLength': 1, 'description': 'Field ID to group by (GraphQL global ID)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'groupValue': {'type': 'string', 'minLength': 1, 'description': 'Value to set for the group field'}}, 'additionalProperties': False}}, {'name': 'convert_draft_to_issue', 'description': 'Convert a draft item to an issue in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'draftId', 'repositoryId'], 'properties': {'labels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the task'}, 'draftId': {'type': 'string', 'minLength': 1, 'description': 'Draft item ID (GraphQL global ID)'}, 'assignees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'GitHub usernames to assign to the task'}, 'milestone': {'type': 'string', 'description': 'Milestone ID to associate with the task'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'repositoryId': {'type': 'string', 'minLength': 1, 'description': 'Repository ID (GraphQL global ID)'}}, 'additionalProperties': False}}, {'name': 'get_issue_id', 'description': 'Get the ID of an issue in a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'issueNumber'], 'properties': {'repo': {'type': 'string', 'minLength': 1, 'description': 'Repository name'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Repository owner (username or organization name)'}, 'issueNumber': {'type': 'integer', 'description': 'Issue number', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'bulk_add_issues', 'description': 'Bulk add issues to a GitHub Project (V2)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['projectId', 'owner', 'repo', 'issueNumbers'], 'properties': {'repo': {'type': 'string', 'minLength': 1, 'description': 'Repository name'}, 'owner': {'type': 'string', 'minLength': 1, 'description': 'Repository owner (username or organization name)'}, 'projectId': {'type': 'string', 'minLength': 1, 'description': 'Project ID (GraphQL global ID)'}, 'statusValue': {'type': 'string', 'description': 'Optional status value to set (required if statusFieldId is provided)'}, 'issueNumbers': {'type': 'array', 'items': {'type': 'integer', 'exclusiveMinimum': 0}, 'minItems': 1, 'description': 'List of issue numbers to add'}, 'statusFieldId': {'type': 'string', 'description': 'Optional status field ID to set initial status'}}, 'additionalProperties': False}}] |
@jtucker/mcp-untappd-server | Untappd Server | Query the Untappd API to find beers and get detailed information about them. Easily integrate beer search capabilities into your applications and enhance user experiences with beer-related data. | 2025-03-13T13:00:52.383Z | 0 | https://smithery.ai/server/@jtucker/mcp-untappd-server | true | null | null | [{'name': 'get_beer_info', 'description': 'Get information about a specific beer by its ID', 'inputSchema': {'type': 'object', 'required': ['beer_id'], 'properties': {'beer_id': {'type': 'string', 'description': 'The ID of the beer'}}}}, {'name': 'search_beer', 'description': 'Search for beers by name', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The name of the beer to search for'}}}}, {'name': 'get_user_checkins', 'description': "Get the authenticated user's check-ins", 'inputSchema': {'type': 'object', 'required': ['user_id'], 'properties': {'limit': {'type': 'number', 'default': 25, 'description': 'The number of check-ins to retrieve'}}}}] |
@jtucker/mcp-untappd-server | Untappd Server | Query the Untappd API to find beers and get detailed information about them. Easily integrate beer search capabilities into your applications and enhance user experiences with beer-related data. | 2025-03-13T13:00:52.383Z | 0 | https://smithery.ai/server/@jtucker/mcp-untappd-server | true | null | null | [{'name': 'get_beer_info', 'description': 'Get information about a specific beer by its ID', 'inputSchema': {'type': 'object', 'required': ['beer_id'], 'properties': {'beer_id': {'type': 'string', 'description': 'The ID of the beer'}}}}, {'name': 'search_beer', 'description': 'Search for beers by name', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The name of the beer to search for'}}}}, {'name': 'get_user_checkins', 'description': "Get the authenticated user's check-ins", 'inputSchema': {'type': 'object', 'required': ['user_id'], 'properties': {'limit': {'type': 'number', 'default': 25, 'description': 'The number of check-ins to retrieve'}}}}] |
@KS-GEN-AI/confluence-mcp-server | Confluence Communication Server | Interact with Confluence to execute CQL queries and retrieve page content seamlessly. Enhance your workflow by integrating Confluence data directly into your applications. Simplify your Confluence interactions with powerful tools designed for efficiency. | 2025-03-09T14:00:38.941Z | 0 | https://smithery.ai/server/@KS-GEN-AI/confluence-mcp-server | true | null | null | [{'name': 'execute_cql_search', 'description': 'Execute a CQL query on Confluence to search pages', 'inputSchema': {'type': 'object', 'required': ['cql'], 'properties': {'cql': {'type': 'string', 'description': 'CQL query string'}, 'limit': {'type': 'integer', 'default': 10, 'description': 'Number of results to return'}}}}, {'name': 'get_page_content', 'description': 'Get the content of a Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId'], 'properties': {'pageId': {'type': 'string', 'description': 'Confluence Page ID'}}}}] |
@KS-GEN-AI/confluence-mcp-server | Confluence Communication Server | Interact with Confluence to execute CQL queries and retrieve page content seamlessly. Enhance your workflow by integrating Confluence data directly into your applications. Simplify your Confluence interactions with powerful tools designed for efficiency. | 2025-03-09T14:00:38.941Z | 0 | https://smithery.ai/server/@KS-GEN-AI/confluence-mcp-server | true | null | null | [{'name': 'execute_cql_search', 'description': 'Execute a CQL query on Confluence to search pages', 'inputSchema': {'type': 'object', 'required': ['cql'], 'properties': {'cql': {'type': 'string', 'description': 'CQL query string'}, 'limit': {'type': 'integer', 'default': 10, 'description': 'Number of results to return'}}}}, {'name': 'get_page_content', 'description': 'Get the content of a Confluence page', 'inputSchema': {'type': 'object', 'required': ['pageId'], 'properties': {'pageId': {'type': 'string', 'description': 'Confluence Page ID'}}}}] |
@aaasoulmate/mcp-weather | Weather Information Enhancer | Enhance Large Language Models with real-time weather data capabilities using an MCP-based system. Connect seamlessly to external weather APIs to provide accurate and up-to-date weather information. Enable LLMs to access and utilize weather data dynamically for improved contextual responses. | 2025-04-30T06:00:49.736Z | 0 | https://smithery.ai/server/@aaasoulmate/mcp-weather | true | null | null | [{'name': 'query_weather', 'description': "\n Input an English city name to get today's weather information.\n :param city: City name (use English names)\n :return: Formatted weather information\n ", 'inputSchema': {'type': 'object', 'title': 'query_weatherArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}}}}] |
@aaasoulmate/mcp-weather | Weather Information Enhancer | Enhance Large Language Models with real-time weather data capabilities using an MCP-based system. Connect seamlessly to external weather APIs to provide accurate and up-to-date weather information. Enable LLMs to access and utilize weather data dynamically for improved contextual responses. | 2025-04-30T06:00:49.736Z | 0 | https://smithery.ai/server/@aaasoulmate/mcp-weather | true | null | null | [{'name': 'query_weather', 'description': "\n Input an English city name to get today's weather information.\n :param city: City name (use English names)\n :return: Formatted weather information\n ", 'inputSchema': {'type': 'object', 'title': 'query_weatherArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}}}}] |
@franccesco/bloomy-mcp | Bloom Growth | Connect to Bloom Growth's GraphQL API and enable AI assistants to perform operations seamlessly. Query and mutate data effortlessly while retrieving user information and schema details. Enhance your applications with powerful GraphQL capabilities through a standardized interface. | 2025-03-09T17:00:51.430Z | 0 | https://smithery.ai/server/@franccesco/bloomy-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_query_details', 'description': 'Get detailed information about specific GraphQL queries.\n\n Retrieves argument requirements, return type information, descriptions, and\n example usage for the specified queries.\n\n Args:\n query_names: Comma-separated list of query names to get details for\n\n Returns:\n A YAML-formatted string containing detailed information about the requested queries\n ', 'inputSchema': {'type': 'object', 'title': 'get_query_detailsArguments', 'required': ['query_names'], 'properties': {'query_names': {'type': 'string', 'title': 'Query Names'}}}}, {'name': 'get_mutation_details', 'description': 'Get detailed information about specific GraphQL mutations.\n\n Retrieves argument requirements, return type information, descriptions, and\n example usage for the specified mutations.\n\n Args:\n mutation_names: Comma-separated list of mutation names to get details for\n\n Returns:\n A YAML-formatted string containing detailed information about the requested mutations\n ', 'inputSchema': {'type': 'object', 'title': 'get_mutation_detailsArguments', 'required': ['mutation_names'], 'properties': {'mutation_names': {'type': 'string', 'title': 'Mutation Names'}}}}, {'name': 'execute_query', 'description': 'Execute a GraphQL query or mutation with variables.\n\n Parses and executes the provided GraphQL operation string with optional variables.\n\n Args:\n query: Raw GraphQL query or mutation string\n variables: Optional dictionary of variables to use in the operation\n\n Returns:\n Dictionary containing the operation results or an error message string\n\n Raises:\n Exception: Handled internally, returns error message as string\n ', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'variables': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Variables', 'default': None}}}}, {'name': 'get_authenticated_user_id', 'description': 'Get the ID of the currently authenticated user.\n\n Uses a special mutation to retrieve the ID of the user associated with\n the current API token.\n\n Returns:\n User ID string if successful, None if user not found, or error message string\n\n Raises:\n Exception: Handled internally, returns error message as string\n ', 'inputSchema': {'type': 'object', 'title': 'get_authenticated_user_idArguments', 'properties': {}}}] |
@franccesco/bloomy-mcp | Bloom Growth | Connect to Bloom Growth's GraphQL API and enable AI assistants to perform operations seamlessly. Query and mutate data effortlessly while retrieving user information and schema details. Enhance your applications with powerful GraphQL capabilities through a standardized interface. | 2025-03-09T17:00:51.430Z | 0 | https://smithery.ai/server/@franccesco/bloomy-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_query_details', 'description': 'Get detailed information about specific GraphQL queries.\n\n Retrieves argument requirements, return type information, descriptions, and\n example usage for the specified queries.\n\n Args:\n query_names: Comma-separated list of query names to get details for\n\n Returns:\n A YAML-formatted string containing detailed information about the requested queries\n ', 'inputSchema': {'type': 'object', 'title': 'get_query_detailsArguments', 'required': ['query_names'], 'properties': {'query_names': {'type': 'string', 'title': 'Query Names'}}}}, {'name': 'get_mutation_details', 'description': 'Get detailed information about specific GraphQL mutations.\n\n Retrieves argument requirements, return type information, descriptions, and\n example usage for the specified mutations.\n\n Args:\n mutation_names: Comma-separated list of mutation names to get details for\n\n Returns:\n A YAML-formatted string containing detailed information about the requested mutations\n ', 'inputSchema': {'type': 'object', 'title': 'get_mutation_detailsArguments', 'required': ['mutation_names'], 'properties': {'mutation_names': {'type': 'string', 'title': 'Mutation Names'}}}}, {'name': 'execute_query', 'description': 'Execute a GraphQL query or mutation with variables.\n\n Parses and executes the provided GraphQL operation string with optional variables.\n\n Args:\n query: Raw GraphQL query or mutation string\n variables: Optional dictionary of variables to use in the operation\n\n Returns:\n Dictionary containing the operation results or an error message string\n\n Raises:\n Exception: Handled internally, returns error message as string\n ', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'variables': {'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}], 'title': 'Variables', 'default': None}}}}, {'name': 'get_authenticated_user_id', 'description': 'Get the ID of the currently authenticated user.\n\n Uses a special mutation to retrieve the ID of the user associated with\n the current API token.\n\n Returns:\n User ID string if successful, None if user not found, or error message string\n\n Raises:\n Exception: Handled internally, returns error message as string\n ', 'inputSchema': {'type': 'object', 'title': 'get_authenticated_user_idArguments', 'properties': {}}}] |
@pab1it0/adx | Azure Data Explorer Server | Access your Azure Data Explorer clusters and databases through standardized interfaces. Execute KQL queries and explore your data seamlessly with AI assistants. Enhance your data interaction capabilities with interactive tools and authentication support. | 2025-03-26T14:59:01.785Z | 0 | https://smithery.ai/server/@pab1it0/adx | true | null | {
"scanPassed": true
} | [{'name': 'execute_query', 'description': 'Executes a Kusto Query Language (KQL) query against the configured Azure Data Explorer database and returns the results as a list of dictionaries.', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'list_tables', 'description': 'Retrieves a list of all tables available in the configured Azure Data Explorer database, including their names, folders, and database associations.', 'inputSchema': {'type': 'object', 'title': 'list_tablesArguments', 'properties': {}}}, {'name': 'get_table_schema', 'description': 'Retrieves the schema information for a specified table in the Azure Data Explorer database, including column names, data types, and other schema-related metadata.', 'inputSchema': {'type': 'object', 'title': 'get_table_schemaArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'sample_table_data', 'description': 'Retrieves a random sample of rows from the specified table in the Azure Data Explorer database. The sample_size parameter controls how many rows to return (default: 10).', 'inputSchema': {'type': 'object', 'title': 'sample_table_dataArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}, 'sample_size': {'type': 'integer', 'title': 'Sample Size', 'default': 10}}}}] |
@pab1it0/adx | Azure Data Explorer Server | Access your Azure Data Explorer clusters and databases through standardized interfaces. Execute KQL queries and explore your data seamlessly with AI assistants. Enhance your data interaction capabilities with interactive tools and authentication support. | 2025-03-26T14:59:01.785Z | 0 | https://smithery.ai/server/@pab1it0/adx | true | null | {
"scanPassed": true
} | [{'name': 'execute_query', 'description': 'Executes a Kusto Query Language (KQL) query against the configured Azure Data Explorer database and returns the results as a list of dictionaries.', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'list_tables', 'description': 'Retrieves a list of all tables available in the configured Azure Data Explorer database, including their names, folders, and database associations.', 'inputSchema': {'type': 'object', 'title': 'list_tablesArguments', 'properties': {}}}, {'name': 'get_table_schema', 'description': 'Retrieves the schema information for a specified table in the Azure Data Explorer database, including column names, data types, and other schema-related metadata.', 'inputSchema': {'type': 'object', 'title': 'get_table_schemaArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}}}}, {'name': 'sample_table_data', 'description': 'Retrieves a random sample of rows from the specified table in the Azure Data Explorer database. The sample_size parameter controls how many rows to return (default: 10).', 'inputSchema': {'type': 'object', 'title': 'sample_table_dataArguments', 'required': ['table_name'], 'properties': {'table_name': {'type': 'string', 'title': 'Table Name'}, 'sample_size': {'type': 'integer', 'title': 'Sample Size', 'default': 10}}}}] |
sequential-thinking | Sequential Thinking | Enhances problem-solving by breaking down problems into sequential steps. | 2025-01-10T06:38:59.614Z | 0 | https://smithery.ai/server/sequential-thinking | true | null | {
"scanPassed": true
} | [{'name': 'sequential_thinking', 'description': '\n An advanced tool for dynamic and reflective problem-solving through structured thoughts.\n \n Args:\n thought: The content of the current thought\n thought_number: Current position in the sequence\n total_thoughts: Expected total number of thoughts\n next_thought_needed: Whether another thought should follow\n stage: Current thinking stage (e.g., "Problem Definition", "Analysis")\n is_revision: Whether this revises a previous thought\n revises_thought: Number of thought being revised\n branch_from_thought: Starting point for a new thought branch\n branch_id: Identifier for the current branch\n needs_more_thoughts: Whether additional thoughts are needed\n score: Quality score (0.0 to 1.0)\n tags: Categories or labels for the thought\n \n Returns:\n JSON string containing thought analysis and metadata\n ', 'inputSchema': {'type': 'object', 'title': 'sequential_thinkingArguments', 'required': ['thought', 'thought_number', 'total_thoughts', 'next_thought_needed', 'stage'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'score': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Score', 'default': None}, 'stage': {'type': 'string', 'title': 'Stage'}, 'thought': {'type': 'string', 'title': 'Thought'}, 'branch_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branch Id', 'default': None}, 'is_revision': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Is Revision', 'default': None}, 'thought_number': {'type': 'integer', 'title': 'Thought Number'}, 'total_thoughts': {'type': 'integer', 'title': 'Total Thoughts'}, 'revises_thought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Revises Thought', 'default': None}, 'branch_from_thought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Branch From Thought', 'default': None}, 'needs_more_thoughts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Needs More Thoughts', 'default': None}, 'next_thought_needed': {'type': 'boolean', 'title': 'Next Thought Needed'}}}}, {'name': 'get_thinking_summary', 'description': '\n Generate a comprehensive summary of the entire thinking process.\n \n Returns:\n JSON string containing analysis of thought history\n ', 'inputSchema': {'type': 'object', 'title': 'get_thinking_summaryArguments', 'properties': {}}}, {'name': 'clear_thinking_history', 'description': '\n Clear all recorded thoughts and reset the server state.\n \n Returns:\n Confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'clear_thinking_historyArguments', 'properties': {}}}] |
sequential-thinking | Sequential Thinking | Enhances problem-solving by breaking down problems into sequential steps. | 2025-01-10T06:38:59.614Z | 0 | https://smithery.ai/server/sequential-thinking | true | null | {
"scanPassed": true
} | [{'name': 'sequential_thinking', 'description': '\n An advanced tool for dynamic and reflective problem-solving through structured thoughts.\n \n Args:\n thought: The content of the current thought\n thought_number: Current position in the sequence\n total_thoughts: Expected total number of thoughts\n next_thought_needed: Whether another thought should follow\n stage: Current thinking stage (e.g., "Problem Definition", "Analysis")\n is_revision: Whether this revises a previous thought\n revises_thought: Number of thought being revised\n branch_from_thought: Starting point for a new thought branch\n branch_id: Identifier for the current branch\n needs_more_thoughts: Whether additional thoughts are needed\n score: Quality score (0.0 to 1.0)\n tags: Categories or labels for the thought\n \n Returns:\n JSON string containing thought analysis and metadata\n ', 'inputSchema': {'type': 'object', 'title': 'sequential_thinkingArguments', 'required': ['thought', 'thought_number', 'total_thoughts', 'next_thought_needed', 'stage'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'score': {'anyOf': [{'type': 'number'}, {'type': 'null'}], 'title': 'Score', 'default': None}, 'stage': {'type': 'string', 'title': 'Stage'}, 'thought': {'type': 'string', 'title': 'Thought'}, 'branch_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Branch Id', 'default': None}, 'is_revision': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Is Revision', 'default': None}, 'thought_number': {'type': 'integer', 'title': 'Thought Number'}, 'total_thoughts': {'type': 'integer', 'title': 'Total Thoughts'}, 'revises_thought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Revises Thought', 'default': None}, 'branch_from_thought': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Branch From Thought', 'default': None}, 'needs_more_thoughts': {'anyOf': [{'type': 'boolean'}, {'type': 'null'}], 'title': 'Needs More Thoughts', 'default': None}, 'next_thought_needed': {'type': 'boolean', 'title': 'Next Thought Needed'}}}}, {'name': 'get_thinking_summary', 'description': '\n Generate a comprehensive summary of the entire thinking process.\n \n Returns:\n JSON string containing analysis of thought history\n ', 'inputSchema': {'type': 'object', 'title': 'get_thinking_summaryArguments', 'properties': {}}}, {'name': 'clear_thinking_history', 'description': '\n Clear all recorded thoughts and reset the server state.\n \n Returns:\n Confirmation message\n ', 'inputSchema': {'type': 'object', 'title': 'clear_thinking_historyArguments', 'properties': {}}}] |
@allthatjazzleo/mantrachain-mcp | MantraChain MCP Server | Interact with the MantraChain blockchain seamlessly. Send tokens, delegate to validators, and query balances using a standardized protocol. Simplify your blockchain operations with powerful tools at your fingertips. | 2025-04-07T19:00:31.320Z | 1 | https://smithery.ai/server/@allthatjazzleo/mantrachain-mcp | true | null | {
"scanPassed": true
} | [{'name': 'bank-send', 'description': 'Send tokens to another address. Supports sending multiple coins in one transaction.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipientAddress', 'coins', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'coins': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}}, {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}], 'description': 'Array of coins to send, each with denom and amount'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'recipientAddress': {'type': 'string', 'description': 'Address of the recipient'}}, 'additionalProperties': False}}, {'name': 'get-balance', 'description': 'Get balance of an address (defaults to your own address if none provided)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Optional address to get balance for, defaults to current address'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'delegate', 'description': 'Delegate/Stake tokens to a validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'amount', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'denom': {'type': 'string', 'description': "Optional denomination of the tokens, default is network's default denom"}, 'amount': {'type': 'string', 'description': 'Amount of tokens to delegate'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to delegate to'}}, 'additionalProperties': False}}, {'name': 'undelegate', 'description': 'Undelegate/Unstake tokens from a validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'amount', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'denom': {'type': 'string', 'description': "Optional denomination of the tokens, default is network's default denom"}, 'amount': {'type': 'string', 'description': 'Amount of tokens to undelegate'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to undelegate from'}}, 'additionalProperties': False}}, {'name': 'claim-rewards', 'description': 'Claim rewards for a specific validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to claim rewards from'}}, 'additionalProperties': False}}, {'name': 'get-validators', 'description': 'Get all validators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-delegations', 'description': 'Get current staking information for an address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Address to query for delegations'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-available-rewards', 'description': 'Get all available rewards for an address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Address to query for available rewards'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-account-info', 'description': 'Get current account information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-block-info', 'description': 'Get block information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'height': {'type': 'number', 'description': 'Optional block height to query, defaults to latest block'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'query-network', 'description': 'Execute a generic network gRPC Gateway query against chain APIs when you cannot find the required information from other tools. You MUST first check the available query/service by reading the openapi specification from the resource `openapi://{networkName}` to understand available query/service, methods, required parameters and body structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'path', 'method'], 'properties': {'body': {'description': 'Request body for POST/PUT requests'}, 'path': {'type': 'string', 'description': "API endpoint path from the OpenAPI spec, e.g., '/cosmos/bank/v1beta1/balances/{address}'"}, 'method': {'enum': ['GET', 'POST', 'PUT', 'DELETE'], 'type': 'string', 'description': 'HTTP method to use for the request'}, 'pathParams': {'type': 'object', 'description': 'Path parameters to substitute in the URL path', 'additionalProperties': {'type': 'string'}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'queryParams': {'type': 'object', 'description': 'Query parameters to add to the request', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'ibc-transfer', 'description': 'Send tokens via IBC transfer.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipientAddress', 'transferAmount', 'sourceChannel', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'ibcMemo': {'type': 'string', 'description': 'Optional memo for the IBC transfer'}, 'sourcePort': {'type': 'string', 'description': 'Source port for the IBC transfer'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'sourceChannel': {'type': 'string', 'description': 'Source channel for the IBC transfer'}, 'timeoutHeight': {'type': 'object', 'required': ['revisionNumber', 'revisionHeight'], 'properties': {'revisionHeight': {'type': 'number'}, 'revisionNumber': {'type': 'number'}}, 'description': 'Timeout height for the IBC transfer', 'additionalProperties': False}, 'transferAmount': {'type': 'object', 'required': ['denom', 'amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'description': 'Amount to send', 'additionalProperties': False}, 'recipientAddress': {'type': 'string', 'description': 'Address of the recipient'}, 'timeoutTimestamp': {'type': 'number', 'description': 'Timeout timestamp for the IBC transfer'}}, 'additionalProperties': False}}, {'name': 'contract-query', 'description': 'Query a smart contract by executing a read-only function', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contractAddress', 'queryMsg', 'networkName'], 'properties': {'queryMsg': {'type': 'object', 'description': 'The query message to send to the contract as a JSON object', 'additionalProperties': {}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the networks resource'}, 'contractAddress': {'type': 'string', 'description': 'Address of the smart contract to query'}}, 'additionalProperties': False}}, {'name': 'contract-execute', 'description': 'Execute a function on a smart contract that changes state', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contractAddress', 'executeMsg', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'funds': {'type': 'array', 'items': {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Optional funds to send with the execution'}, 'executeMsg': {'type': 'object', 'description': 'The execute message to send to the contract as a JSON object', 'additionalProperties': {}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check available networks'}, 'contractAddress': {'type': 'string', 'description': 'Address of the smart contract to execute'}}, 'additionalProperties': False}}, {'name': 'dex-get-pools', 'description': 'Get all available liquidity pools from the DEX', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check available networks through `networks://all`'}}, 'additionalProperties': False}}, {'name': 'dex-find-routes', 'description': 'Find available swap routes between two tokens - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenOutDenom'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}, {'name': 'dex-simulate-swap', 'description': 'Simulate a token swap to get expected outcome without executing it - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenInAmount', 'tokenOutDenom'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenInAmount': {'type': 'string', 'description': 'Amount of tokens to swap'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}, {'name': 'dex-swap', 'description': 'Execute a token swap on the DEX - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenInAmount', 'tokenOutDenom'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'slippage': {'type': 'string', 'description': "Maximum acceptable slippage percentage (e.g., '1' for 1%)"}, 'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenInAmount': {'type': 'string', 'description': 'Amount of tokens to swap'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}] |
@allthatjazzleo/mantrachain-mcp | MantraChain MCP Server | Interact with the MantraChain blockchain seamlessly. Send tokens, delegate to validators, and query balances using a standardized protocol. Simplify your blockchain operations with powerful tools at your fingertips. | 2025-04-07T19:00:31.320Z | 1 | https://smithery.ai/server/@allthatjazzleo/mantrachain-mcp | true | null | {
"scanPassed": true
} | [{'name': 'bank-send', 'description': 'Send tokens to another address. Supports sending multiple coins in one transaction.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipientAddress', 'coins', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'coins': {'anyOf': [{'type': 'array', 'items': {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}}, {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}], 'description': 'Array of coins to send, each with denom and amount'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'recipientAddress': {'type': 'string', 'description': 'Address of the recipient'}}, 'additionalProperties': False}}, {'name': 'get-balance', 'description': 'Get balance of an address (defaults to your own address if none provided)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Optional address to get balance for, defaults to current address'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'delegate', 'description': 'Delegate/Stake tokens to a validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'amount', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'denom': {'type': 'string', 'description': "Optional denomination of the tokens, default is network's default denom"}, 'amount': {'type': 'string', 'description': 'Amount of tokens to delegate'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to delegate to'}}, 'additionalProperties': False}}, {'name': 'undelegate', 'description': 'Undelegate/Unstake tokens from a validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'amount', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'denom': {'type': 'string', 'description': "Optional denomination of the tokens, default is network's default denom"}, 'amount': {'type': 'string', 'description': 'Amount of tokens to undelegate'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to undelegate from'}}, 'additionalProperties': False}}, {'name': 'claim-rewards', 'description': 'Claim rewards for a specific validator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['operatorAddress', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'operatorAddress': {'type': 'string', 'description': 'Address of the validator to claim rewards from'}}, 'additionalProperties': False}}, {'name': 'get-validators', 'description': 'Get all validators', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-delegations', 'description': 'Get current staking information for an address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Address to query for delegations'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-available-rewards', 'description': 'Get all available rewards for an address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'address': {'type': 'string', 'description': 'Address to query for available rewards'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-account-info', 'description': 'Get current account information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'get-block-info', 'description': 'Get block information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'height': {'type': 'number', 'description': 'Optional block height to query, defaults to latest block'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}}, 'additionalProperties': False}}, {'name': 'query-network', 'description': 'Execute a generic network gRPC Gateway query against chain APIs when you cannot find the required information from other tools. You MUST first check the available query/service by reading the openapi specification from the resource `openapi://{networkName}` to understand available query/service, methods, required parameters and body structure.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'path', 'method'], 'properties': {'body': {'description': 'Request body for POST/PUT requests'}, 'path': {'type': 'string', 'description': "API endpoint path from the OpenAPI spec, e.g., '/cosmos/bank/v1beta1/balances/{address}'"}, 'method': {'enum': ['GET', 'POST', 'PUT', 'DELETE'], 'type': 'string', 'description': 'HTTP method to use for the request'}, 'pathParams': {'type': 'object', 'description': 'Path parameters to substitute in the URL path', 'additionalProperties': {'type': 'string'}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'queryParams': {'type': 'object', 'description': 'Query parameters to add to the request', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}}, {'name': 'ibc-transfer', 'description': 'Send tokens via IBC transfer.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipientAddress', 'transferAmount', 'sourceChannel', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'ibcMemo': {'type': 'string', 'description': 'Optional memo for the IBC transfer'}, 'sourcePort': {'type': 'string', 'description': 'Source port for the IBC transfer'}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments'}, 'sourceChannel': {'type': 'string', 'description': 'Source channel for the IBC transfer'}, 'timeoutHeight': {'type': 'object', 'required': ['revisionNumber', 'revisionHeight'], 'properties': {'revisionHeight': {'type': 'number'}, 'revisionNumber': {'type': 'number'}}, 'description': 'Timeout height for the IBC transfer', 'additionalProperties': False}, 'transferAmount': {'type': 'object', 'required': ['denom', 'amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'description': 'Amount to send', 'additionalProperties': False}, 'recipientAddress': {'type': 'string', 'description': 'Address of the recipient'}, 'timeoutTimestamp': {'type': 'number', 'description': 'Timeout timestamp for the IBC transfer'}}, 'additionalProperties': False}}, {'name': 'contract-query', 'description': 'Query a smart contract by executing a read-only function', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contractAddress', 'queryMsg', 'networkName'], 'properties': {'queryMsg': {'type': 'object', 'description': 'The query message to send to the contract as a JSON object', 'additionalProperties': {}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check what networks are available through the networks resource'}, 'contractAddress': {'type': 'string', 'description': 'Address of the smart contract to query'}}, 'additionalProperties': False}}, {'name': 'contract-execute', 'description': 'Execute a function on a smart contract that changes state', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contractAddress', 'executeMsg', 'networkName'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'funds': {'type': 'array', 'items': {'type': 'object', 'required': ['amount'], 'properties': {'denom': {'type': 'string'}, 'amount': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Optional funds to send with the execution'}, 'executeMsg': {'type': 'object', 'description': 'The execute message to send to the contract as a JSON object', 'additionalProperties': {}}, 'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check available networks'}, 'contractAddress': {'type': 'string', 'description': 'Address of the smart contract to execute'}}, 'additionalProperties': False}}, {'name': 'dex-get-pools', 'description': 'Get all available liquidity pools from the DEX', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use - must first check available networks through `networks://all`'}}, 'additionalProperties': False}}, {'name': 'dex-find-routes', 'description': 'Find available swap routes between two tokens - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenOutDenom'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}, {'name': 'dex-simulate-swap', 'description': 'Simulate a token swap to get expected outcome without executing it - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenInAmount', 'tokenOutDenom'], 'properties': {'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenInAmount': {'type': 'string', 'description': 'Amount of tokens to swap'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}, {'name': 'dex-swap', 'description': 'Execute a token swap on the DEX - must first check two tokens are available in the DEX pools by using `dex-get-pools`', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['networkName', 'tokenInDenom', 'tokenInAmount', 'tokenOutDenom'], 'properties': {'memo': {'type': 'string', 'description': 'Optional memo for the transaction'}, 'slippage': {'type': 'string', 'description': "Maximum acceptable slippage percentage (e.g., '1' for 1%)"}, 'networkName': {'type': 'string', 'description': 'Name of the network to use'}, 'tokenInDenom': {'type': 'string', 'description': 'Denomination of the token to swap from'}, 'tokenInAmount': {'type': 'string', 'description': 'Amount of tokens to swap'}, 'tokenOutDenom': {'type': 'string', 'description': 'Denomination of the token to swap to'}}, 'additionalProperties': False}}] |
@ngoiyaeric/earthdata-mcp-server | Earthdata MCP Server | Enable efficient dataset discovery and retrieval for geospatial analysis using NASA Earth Data. Interact seamlessly with datasets and data granules to enhance your data-driven projects. Leverage powerful tools to search and analyze Earth data effortlessly. | 2025-04-08T13:04:05.994Z | 0 | https://smithery.ai/server/@ngoiyaeric/earthdata-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_earth_datasets', 'description': '\n Search for datasets on NASA Earthdata.\n \n Args:\n search_keywords: Keywords to search for in the dataset titles.\n count: Number of datasets to return.\n temporal: (Optional) Temporal range in the format (date_from, date_to).\n bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).\n \n Returns:\n list\n List of dataset abstracts.\n ', 'inputSchema': {'type': 'object', 'title': 'search_earth_datasetsArguments', 'required': ['search_keywords', 'count', 'temporal', 'bounding_box'], 'properties': {'count': {'type': 'integer', 'title': 'Count'}, 'temporal': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Temporal'}, 'bounding_box': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Bounding Box'}, 'search_keywords': {'type': 'string', 'title': 'Search Keywords'}}}}, {'name': 'search_earth_datagranules', 'description': '\n Search for data granules on NASA Earthdata.\n \n Args:\n short_name: Short name of the dataset.\n count: Number of data granules to return.\n temporal: (Optional) Temporal range in the format (date_from, date_to).\n bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).\n \n Returns:\n list\n List of data granules.\n ', 'inputSchema': {'type': 'object', 'title': 'search_earth_datagranulesArguments', 'required': ['short_name', 'count', 'temporal', 'bounding_box'], 'properties': {'count': {'type': 'integer', 'title': 'Count'}, 'temporal': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Temporal'}, 'short_name': {'type': 'string', 'title': 'Short Name'}, 'bounding_box': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Bounding Box'}}}}] |
@ngoiyaeric/earthdata-mcp-server | Earthdata MCP Server | Enable efficient dataset discovery and retrieval for geospatial analysis using NASA Earth Data. Interact seamlessly with datasets and data granules to enhance your data-driven projects. Leverage powerful tools to search and analyze Earth data effortlessly. | 2025-04-08T13:04:05.994Z | 0 | https://smithery.ai/server/@ngoiyaeric/earthdata-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'search_earth_datasets', 'description': '\n Search for datasets on NASA Earthdata.\n \n Args:\n search_keywords: Keywords to search for in the dataset titles.\n count: Number of datasets to return.\n temporal: (Optional) Temporal range in the format (date_from, date_to).\n bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).\n \n Returns:\n list\n List of dataset abstracts.\n ', 'inputSchema': {'type': 'object', 'title': 'search_earth_datasetsArguments', 'required': ['search_keywords', 'count', 'temporal', 'bounding_box'], 'properties': {'count': {'type': 'integer', 'title': 'Count'}, 'temporal': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Temporal'}, 'bounding_box': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Bounding Box'}, 'search_keywords': {'type': 'string', 'title': 'Search Keywords'}}}}, {'name': 'search_earth_datagranules', 'description': '\n Search for data granules on NASA Earthdata.\n \n Args:\n short_name: Short name of the dataset.\n count: Number of data granules to return.\n temporal: (Optional) Temporal range in the format (date_from, date_to).\n bounding_box: (Optional) Bounding box in the format (lower_left_lon, lower_left_lat, upper_right_lon, upper_right_lat).\n \n Returns:\n list\n List of data granules.\n ', 'inputSchema': {'type': 'object', 'title': 'search_earth_datagranulesArguments', 'required': ['short_name', 'count', 'temporal', 'bounding_box'], 'properties': {'count': {'type': 'integer', 'title': 'Count'}, 'temporal': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Temporal'}, 'short_name': {'type': 'string', 'title': 'Short Name'}, 'bounding_box': {'anyOf': [{'type': 'array', 'items': {}}, {'type': 'null'}], 'title': 'Bounding Box'}}}}] |
@burakdirin/clickhouse-mcp-server | Clickhouse MCP Server | An MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities. | 2025-03-17T23:53:27.729Z | 30 | https://smithery.ai/server/@burakdirin/clickhouse-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'connect_database', 'description': 'Connect to a specific ClickHouse database', 'inputSchema': {'type': 'object', 'title': 'connect_databaseArguments', 'required': ['database'], 'properties': {'database': {'type': 'string', 'title': 'Database'}}}}, {'name': 'execute_query', 'description': 'Execute ClickHouse queries', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}] |
@burakdirin/clickhouse-mcp-server | Clickhouse MCP Server | An MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities. | 2025-03-17T23:53:27.729Z | 30 | https://smithery.ai/server/@burakdirin/clickhouse-mcp-server | true | null | {
"scanPassed": true
} | [{'name': 'connect_database', 'description': 'Connect to a specific ClickHouse database', 'inputSchema': {'type': 'object', 'title': 'connect_databaseArguments', 'required': ['database'], 'properties': {'database': {'type': 'string', 'title': 'Database'}}}}, {'name': 'execute_query', 'description': 'Execute ClickHouse queries', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}] |
@kukapay/token-minter-mcp | Token Minter | Mint ERC-20 tokens effortlessly across 21 blockchains. Deploy new tokens, check balances, and manage transactions with ease, all through an interactive interface. Simplify your token management and deployment process today! | 2025-03-21T03:00:54.849Z | 0 | https://smithery.ai/server/@kukapay/token-minter-mcp | true | null | null | [{'name': 'deployToken', 'description': 'Deploys a new ERC-20 token on the specified EVM-compatible chain with customizable decimals and initial supply. Returns the transaction hash without waiting for confirmation.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'symbol'], 'properties': {'name': {'type': 'string', 'maxLength': 32, 'minLength': 1, 'description': 'Token name'}, 'symbol': {'type': 'string', 'maxLength': 10, 'minLength': 1, 'description': 'Token symbol'}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Target chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'decimals': {'type': 'number', 'default': 18, 'maximum': 18, 'minimum': 0, 'description': 'Number of decimal places (0-18, default 18)'}, 'initialSupply': {'type': 'number', 'default': 1000000, 'description': 'Initial supply in token units (will be multiplied by 10^decimals, default 1,000,000)', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'getTokenInfo', 'description': 'Queries information about an existing ERC-20 token, including name, symbol, decimals, and total supply.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress'], 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'getBalance', 'description': 'Queries the native token balance (e.g., ETH or POL) of the current account on the specified chain.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}}, 'additionalProperties': False}}, {'name': 'getTokenBalance', 'description': 'Queries the balance of a specific ERC-20 token for the current account on the specified chain.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress'], 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'transferToken', 'description': 'Transfers a specified amount of ERC-20 tokens to a recipient address and waits for transaction confirmation.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress', 'toAddress', 'amount'], 'properties': {'amount': {'type': 'number', 'description': 'Amount to transfer in token units (will be multiplied by 10^decimals)', 'exclusiveMinimum': 0}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'toAddress': {'type': 'string', 'description': 'Recipient address'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'getTransactionInfo', 'description': 'Retrieves details about a transaction, including sender, recipient, value, status, and deployed contract address if applicable.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['txHash'], 'properties': {'txHash': {'type': 'string', 'description': 'Transaction hash'}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}}, 'additionalProperties': False}}] |
@kukapay/token-minter-mcp | Token Minter | Mint ERC-20 tokens effortlessly across 21 blockchains. Deploy new tokens, check balances, and manage transactions with ease, all through an interactive interface. Simplify your token management and deployment process today! | 2025-03-21T03:00:54.849Z | 0 | https://smithery.ai/server/@kukapay/token-minter-mcp | true | null | null | [{'name': 'deployToken', 'description': 'Deploys a new ERC-20 token on the specified EVM-compatible chain with customizable decimals and initial supply. Returns the transaction hash without waiting for confirmation.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'symbol'], 'properties': {'name': {'type': 'string', 'maxLength': 32, 'minLength': 1, 'description': 'Token name'}, 'symbol': {'type': 'string', 'maxLength': 10, 'minLength': 1, 'description': 'Token symbol'}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Target chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'decimals': {'type': 'number', 'default': 18, 'maximum': 18, 'minimum': 0, 'description': 'Number of decimal places (0-18, default 18)'}, 'initialSupply': {'type': 'number', 'default': 1000000, 'description': 'Initial supply in token units (will be multiplied by 10^decimals, default 1,000,000)', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'getTokenInfo', 'description': 'Queries information about an existing ERC-20 token, including name, symbol, decimals, and total supply.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress'], 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'getBalance', 'description': 'Queries the native token balance (e.g., ETH or POL) of the current account on the specified chain.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}}, 'additionalProperties': False}}, {'name': 'getTokenBalance', 'description': 'Queries the balance of a specific ERC-20 token for the current account on the specified chain.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress'], 'properties': {'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'transferToken', 'description': 'Transfers a specified amount of ERC-20 tokens to a recipient address and waits for transaction confirmation.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress', 'toAddress', 'amount'], 'properties': {'amount': {'type': 'number', 'description': 'Amount to transfer in token units (will be multiplied by 10^decimals)', 'exclusiveMinimum': 0}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}, 'toAddress': {'type': 'string', 'description': 'Recipient address'}, 'tokenAddress': {'type': 'string', 'description': 'Token contract address'}}, 'additionalProperties': False}}, {'name': 'getTransactionInfo', 'description': 'Retrieves details about a transaction, including sender, recipient, value, status, and deployed contract address if applicable.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['txHash'], 'properties': {'txHash': {'type': 'string', 'description': 'Transaction hash'}, 'chainId': {'type': 'number', 'default': 1, 'description': 'Chain ID (e.g., 1 for Ethereum, 137 for Polygon)'}}, 'additionalProperties': False}}] |
@andylee20014/mcp-replicate-flux | Replicate FLUX Image Generator | Generate images using advanced AI models and store them securely in the cloud. Easily create custom prompts and retrieve accessible image URLs for your projects. | 2025-03-21T03:01:03.181Z | 0 | https://smithery.ai/server/@andylee20014/mcp-replicate-flux | true | null | {
"scanPassed": true
} | [{'name': 'generate-image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt', 'filename'], 'properties': {'prompt': {'type': 'string'}, 'filename': {'type': 'string'}}, 'additionalProperties': False}}] |
@andylee20014/mcp-replicate-flux | Replicate FLUX Image Generator | Generate images using advanced AI models and store them securely in the cloud. Easily create custom prompts and retrieve accessible image URLs for your projects. | 2025-03-21T03:01:03.181Z | 0 | https://smithery.ai/server/@andylee20014/mcp-replicate-flux | true | null | {
"scanPassed": true
} | [{'name': 'generate-image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt', 'filename'], 'properties': {'prompt': {'type': 'string'}, 'filename': {'type': 'string'}}, 'additionalProperties': False}}] |
@formulahendry/mcp-server-code-runner | Code Runner MCP Server | Run code snippets in various programming languages and see the results instantly. Enhance your coding experience by executing code directly within your environment, supporting a wide range of languages. Perfect for testing and debugging code snippets quickly and efficiently. | 2025-03-20T21:00:56.714Z | 15 | https://smithery.ai/server/@formulahendry/mcp-server-code-runner | true | null | {
"scanPassed": true
} | [{'name': 'run-code', 'description': 'Run code snippet and return the result.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code', 'languageId'], 'properties': {'code': {'type': 'string', 'description': 'Code Snippet'}, 'languageId': {'enum': ['javascript', 'php', 'python', 'perl', 'perl6', 'ruby', 'go', 'lua', 'groovy', 'powershell', 'bat', 'shellscript', 'fsharp', 'csharp', 'vbscript', 'typescript', 'coffeescript', 'scala', 'swift', 'julia', 'crystal', 'ocaml', 'r', 'applescript', 'clojure', 'racket', 'scheme', 'ahk', 'autoit', 'dart', 'haskell', 'nim', 'lisp', 'kit', 'v', 'sass', 'scss'], 'type': 'string', 'description': 'Language ID'}}, 'additionalProperties': False}}] |
@formulahendry/mcp-server-code-runner | Code Runner MCP Server | Run code snippets in various programming languages and see the results instantly. Enhance your coding experience by executing code directly within your environment, supporting a wide range of languages. Perfect for testing and debugging code snippets quickly and efficiently. | 2025-03-20T21:00:56.714Z | 15 | https://smithery.ai/server/@formulahendry/mcp-server-code-runner | true | null | {
"scanPassed": true
} | [{'name': 'run-code', 'description': 'Run code snippet and return the result.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code', 'languageId'], 'properties': {'code': {'type': 'string', 'description': 'Code Snippet'}, 'languageId': {'enum': ['javascript', 'php', 'python', 'perl', 'perl6', 'ruby', 'go', 'lua', 'groovy', 'powershell', 'bat', 'shellscript', 'fsharp', 'csharp', 'vbscript', 'typescript', 'coffeescript', 'scala', 'swift', 'julia', 'crystal', 'ocaml', 'r', 'applescript', 'clojure', 'racket', 'scheme', 'ahk', 'autoit', 'dart', 'haskell', 'nim', 'lisp', 'kit', 'v', 'sass', 'scss'], 'type': 'string', 'description': 'Language ID'}}, 'additionalProperties': False}}] |
@hpohlmann/home-assistant-mcp | Home Assistant Integration | Control your Home Assistant devices effortlessly using AI assistants. Search for entities and manage devices with simple commands, enhancing your smart home experience. Streamline your interactions with Home Assistant through natural language processing. | 2025-03-16T08:00:55.342Z | 0 | https://smithery.ai/server/@hpohlmann/home-assistant-mcp | true | null | null | [{'name': 'control_device', 'description': "Control a Home Assistant entity by turning it on or off.\n \n Args:\n entity_id: The Home Assistant entity ID to control (format: domain.entity)\n state: The desired state ('on' or 'off')\n ", 'inputSchema': {'type': 'object', 'title': 'control_deviceArguments', 'required': ['entity_id', 'state'], 'properties': {'state': {'type': 'string', 'title': 'State'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'search_entities', 'description': 'Search for Home Assistant entities matching a natural language description.\n \n Args:\n description: Natural language description of the entity (e.g., "office light", "kitchen fan")\n \n Returns:\n A list of matching entity IDs with their friendly names, or an error message\n ', 'inputSchema': {'type': 'object', 'title': 'search_entitiesArguments', 'required': ['description'], 'properties': {'description': {'type': 'string', 'title': 'Description'}}}}, {'name': 'set_device_color', 'description': 'Set the color and optionally brightness of a light entity.\n \n Args:\n entity_id: The Home Assistant entity ID to control (format: light.entity)\n red: Red component (0-255)\n green: Green component (0-255)\n blue: Blue component (0-255)\n brightness: Optional brightness level (0-255)\n ', 'inputSchema': {'type': 'object', 'title': 'set_device_colorArguments', 'required': ['entity_id', 'red', 'green', 'blue'], 'properties': {'red': {'type': 'integer', 'title': 'Red'}, 'blue': {'type': 'integer', 'title': 'Blue'}, 'green': {'type': 'integer', 'title': 'Green'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}, 'brightness': {'type': 'integer', 'title': 'Brightness', 'default': None}}}}] |
@hpohlmann/home-assistant-mcp | Home Assistant Integration | Control your Home Assistant devices effortlessly using AI assistants. Search for entities and manage devices with simple commands, enhancing your smart home experience. Streamline your interactions with Home Assistant through natural language processing. | 2025-03-16T08:00:55.342Z | 0 | https://smithery.ai/server/@hpohlmann/home-assistant-mcp | true | null | null | [{'name': 'control_device', 'description': "Control a Home Assistant entity by turning it on or off.\n \n Args:\n entity_id: The Home Assistant entity ID to control (format: domain.entity)\n state: The desired state ('on' or 'off')\n ", 'inputSchema': {'type': 'object', 'title': 'control_deviceArguments', 'required': ['entity_id', 'state'], 'properties': {'state': {'type': 'string', 'title': 'State'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}}}}, {'name': 'search_entities', 'description': 'Search for Home Assistant entities matching a natural language description.\n \n Args:\n description: Natural language description of the entity (e.g., "office light", "kitchen fan")\n \n Returns:\n A list of matching entity IDs with their friendly names, or an error message\n ', 'inputSchema': {'type': 'object', 'title': 'search_entitiesArguments', 'required': ['description'], 'properties': {'description': {'type': 'string', 'title': 'Description'}}}}, {'name': 'set_device_color', 'description': 'Set the color and optionally brightness of a light entity.\n \n Args:\n entity_id: The Home Assistant entity ID to control (format: light.entity)\n red: Red component (0-255)\n green: Green component (0-255)\n blue: Blue component (0-255)\n brightness: Optional brightness level (0-255)\n ', 'inputSchema': {'type': 'object', 'title': 'set_device_colorArguments', 'required': ['entity_id', 'red', 'green', 'blue'], 'properties': {'red': {'type': 'integer', 'title': 'Red'}, 'blue': {'type': 'integer', 'title': 'Blue'}, 'green': {'type': 'integer', 'title': 'Green'}, 'entity_id': {'type': 'string', 'title': 'Entity Id'}, 'brightness': {'type': 'integer', 'title': 'Brightness', 'default': None}}}}] |
@skrapeai/skrape-mcp | Skrape MCP Server | Get any website content - Convert webpages into clean, LLM-ready Markdown. | 2025-01-27T21:00:32.330Z | 0 | https://smithery.ai/server/@skrapeai/skrape-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_markdown', 'description': 'Get markdown content from a webpage using skrape.ai', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the webpage to scrape'}, 'options': {'type': 'object', 'default': {'renderJs': True}, 'properties': {'renderJs': {'type': 'boolean', 'default': True, 'description': 'Whether to render the JavaScript content of the website'}}, 'description': 'Additional scraping options'}, 'returnJson': {'type': 'boolean', 'default': False, 'description': 'Whether to return JSON response (true) or raw markdown (false)'}}}}] |
@skrapeai/skrape-mcp | Skrape MCP Server | Get any website content - Convert webpages into clean, LLM-ready Markdown. | 2025-01-27T21:00:32.330Z | 0 | https://smithery.ai/server/@skrapeai/skrape-mcp | true | null | {
"scanPassed": true
} | [{'name': 'get_markdown', 'description': 'Get markdown content from a webpage using skrape.ai', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL of the webpage to scrape'}, 'options': {'type': 'object', 'default': {'renderJs': True}, 'properties': {'renderJs': {'type': 'boolean', 'default': True, 'description': 'Whether to render the JavaScript content of the website'}}, 'description': 'Additional scraping options'}, 'returnJson': {'type': 'boolean', 'default': False, 'description': 'Whether to return JSON response (true) or raw markdown (false)'}}}}] |
@kukapay/whoami-mcp | WhoAmI | Retrieve your system username effortlessly. This lightweight server provides quick and synchronous access to your identity, making it perfect for local LLM integration. Get to know who you are with just a simple call. | 2025-03-16T18:01:06.050Z | 0 | https://smithery.ai/server/@kukapay/whoami-mcp | true | null | null | [{'name': 'whoami', 'description': 'Returns the username of the current system user as my identity.', 'inputSchema': {'type': 'object', 'title': 'whoamiArguments', 'properties': {}}}] |
@kukapay/whoami-mcp | WhoAmI | Retrieve your system username effortlessly. This lightweight server provides quick and synchronous access to your identity, making it perfect for local LLM integration. Get to know who you are with just a simple call. | 2025-03-16T18:01:06.050Z | 0 | https://smithery.ai/server/@kukapay/whoami-mcp | true | null | null | [{'name': 'whoami', 'description': 'Returns the username of the current system user as my identity.', 'inputSchema': {'type': 'object', 'title': 'whoamiArguments', 'properties': {}}}] |
@jorgeraad/mcp4gql | mcp4gql | Enable MCP clients to interact seamlessly with any GraphQL API by exposing introspection and query execution tools. Simplify integration by providing a standardized interface to fetch schemas and run operations on your GraphQL endpoint. Securely connect using bearer token authentication if needed. | 2025-04-28T00:43:21.077Z | 0 | https://smithery.ai/server/@jorgeraad/mcp4gql | true | {
"scanPassed": true
} | [{'name': 'introspectGraphQLSchema', 'description': 'Fetches the schema of the target GraphQL API using introspection. Returns the schema in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'executeGraphQLOperation', 'description': 'Executes an arbitrary GraphQL query or mutation against the target API. Use introspectGraphQLSchema first to understand the available operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The GraphQL query string to execute.'}, 'variables': {'type': 'object', 'description': 'An optional object containing variables for the query.', 'additionalProperties': {}}, 'operationName': {'type': 'string', 'description': 'An optional name for the operation, if the query contains multiple operations.'}}, 'additionalProperties': False}}] |
|
@jorgeraad/mcp4gql | mcp4gql | Enable MCP clients to interact seamlessly with any GraphQL API by exposing introspection and query execution tools. Simplify integration by providing a standardized interface to fetch schemas and run operations on your GraphQL endpoint. Securely connect using bearer token authentication if needed. | 2025-04-28T00:43:21.077Z | 0 | https://smithery.ai/server/@jorgeraad/mcp4gql | true | {
"scanPassed": true
} | [{'name': 'introspectGraphQLSchema', 'description': 'Fetches the schema of the target GraphQL API using introspection. Returns the schema in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'executeGraphQLOperation', 'description': 'Executes an arbitrary GraphQL query or mutation against the target API. Use introspectGraphQLSchema first to understand the available operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The GraphQL query string to execute.'}, 'variables': {'type': 'object', 'description': 'An optional object containing variables for the query.', 'additionalProperties': {}}, 'operationName': {'type': 'string', 'description': 'An optional name for the operation, if the query contains multiple operations.'}}, 'additionalProperties': False}}] |
|
@kilkelly/nano-currency-mcp-server | Nano Currency Server | Enable AI agents to send Nano currency and retrieve account information seamlessly. This server allows for fast, feeless transactions, empowering your agents to manage digital currency efficiently. Test with small amounts to ensure safe operations in your applications. | 2025-04-05T19:00:42.973Z | 0 | https://smithery.ai/server/@kilkelly/nano-currency-mcp-server | true | null | null | [{'name': 'nano_send', 'description': 'Send a specified amount of Nano currency from a predefined account to a destination Nano address.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['destination_address', 'amount'], 'properties': {'amount': {'type': 'string', 'description': 'Amount of Nano to send (max 0 by default)'}, 'destination_address': {'type': 'string', 'description': 'Nano address to send the nano to'}}, 'additionalProperties': False}}, {'name': 'nano_account_info', 'description': 'Retrieve detailed information about a specific Nano account/address, including balance (in Nano and raw units), representative, and frontier block.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Nano address/account to get information about'}}, 'additionalProperties': False}}, {'name': 'nano_my_account_info', 'description': 'Retrieve detailed information about my Nano account/address, including balance (in Nano and raw units), representative, and frontier block. This is the account that is used to send Nano from.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'block_info', 'description': 'Retrieve detailed information about a specific Nano block.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hash'], 'properties': {'hash': {'type': 'string', 'description': 'Hash for the Nano block to get information about'}}, 'additionalProperties': False}}] |
@kilkelly/nano-currency-mcp-server | Nano Currency Server | Enable AI agents to send Nano currency and retrieve account information seamlessly. This server allows for fast, feeless transactions, empowering your agents to manage digital currency efficiently. Test with small amounts to ensure safe operations in your applications. | 2025-04-05T19:00:42.973Z | 0 | https://smithery.ai/server/@kilkelly/nano-currency-mcp-server | true | null | null | [{'name': 'nano_send', 'description': 'Send a specified amount of Nano currency from a predefined account to a destination Nano address.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['destination_address', 'amount'], 'properties': {'amount': {'type': 'string', 'description': 'Amount of Nano to send (max 0 by default)'}, 'destination_address': {'type': 'string', 'description': 'Nano address to send the nano to'}}, 'additionalProperties': False}}, {'name': 'nano_account_info', 'description': 'Retrieve detailed information about a specific Nano account/address, including balance (in Nano and raw units), representative, and frontier block.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Nano address/account to get information about'}}, 'additionalProperties': False}}, {'name': 'nano_my_account_info', 'description': 'Retrieve detailed information about my Nano account/address, including balance (in Nano and raw units), representative, and frontier block. This is the account that is used to send Nano from.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'block_info', 'description': 'Retrieve detailed information about a specific Nano block.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hash'], 'properties': {'hash': {'type': 'string', 'description': 'Hash for the Nano block to get information about'}}, 'additionalProperties': False}}] |
@heroku/heroku-mcp-server | Heroku Platform MCP Server | Interact seamlessly with Heroku Platform resources using natural language. Manage applications, dynos, add-ons, and more through LLM-driven tools. Enhance your development workflow with secure access to Heroku APIs. | 2025-04-08T10:01:00.790Z | 0 | https://smithery.ai/server/@heroku/heroku-mcp-server | true | null | null | [{'name': 'list_apps', 'description': 'List Heroku applications with flexible filtering options. Use this tool when you need to: 1) Show all apps owned by the user, 2) Show apps where the user is a collaborator (use all=true), 3) Filter apps by team or private space. Note: For checking app name availability, prefer using get_app_info as it returns a more focused dataset. The response includes app names, regions, and ownership information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'When true, displays a comprehensive list including: (1) apps owned by the user and (2) apps where the user is a collaborator through direct access or team membership. When false or omitted, shows only owned apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as generation, buildpacks, owner information, and region. When false or omitted, returns a simplified text format.'}, 'team': {'type': 'string', 'description': 'Filters the results to show only apps belonging to a specific team. Provide the team name to filter. This parameter is mutually exclusive with the space parameter.'}, 'space': {'type': 'string', 'description': 'Filters the results to show only apps within a specific private space. Provide the private space name to filter. This parameter is mutually exclusive with the team parameter.'}, 'personal': {'type': 'boolean', 'description': 'Forces the tool to list applications from your personal account, even when you have a default team configured. When true, overrides any default team setting and shows only apps owned by your personal account. This is particularly useful when you work with multiple teams but need to specifically view your personal apps. When false or omitted, follows the default behavior of using the default team if one is set.'}}, 'additionalProperties': False}}, {'name': 'get_app_info', 'description': 'Get comprehensive information about a Heroku application. Use this tool when you need to: 1) View app configuration and settings, 2) Check dyno formation and scaling, 3) List add-ons and buildpacks, 4) View collaborators and access details, 5) Check domains and certificates. Accepts app name and optional JSON format. Returns detailed app status and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to get information about. This must be an existing app that you have access to.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as add-ons, dynos, buildpack configurations, collaborators, and domain information. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'create_app', 'description': "Create a new Heroku application with customizable settings. Use this tool when a user wants to: 1) Create a new app with a specific name, 2) Create an app in a particular region (US/EU), 3) Create an app within a team, or 4) Create an app in a private space. The tool handles name generation if not specified and returns the new app's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'app': {'type': 'string', 'description': "Specifies the desired name for the new Heroku app. If omitted, Heroku will auto-generate a random name. Best practice: Provide a meaningful, unique name that reflects your application's purpose."}, 'team': {'type': 'string', 'description': "Associates the app with a specific team for collaborative development and management. Provide the team name to set ownership. The app will be created under the team's account rather than your personal account."}, 'space': {'type': 'string', 'description': 'Places the app in a specific private space, which provides enhanced security and networking features. Specify the private space name. Note: When used, the app inherits the region from the private space and the region parameter cannot be used.'}, 'region': {'enum': ['us', 'eu'], 'type': 'string', 'description': 'Determines the geographical region where your app will run. Options: "us" (United States) or "eu" (Europe). Defaults to "us" if not specified. Note: Cannot be used with space parameter.'}}, 'additionalProperties': False}}, {'name': 'rename_app', 'description': "Rename an existing Heroku application. Use this tool when a user needs to: 1) Change an app's name, or 2) Resolve naming conflicts. Requires both current app name and desired new name. The tool validates name availability and handles the rename process.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'newName'], 'properties': {'app': {'type': 'string', 'description': 'The current name of the Heroku app you want to rename. This must be an existing app that you have access to.'}, 'newName': {'type': 'string', 'description': 'The new name you want to give to the app. Must be unique across all Heroku apps.'}}, 'additionalProperties': False}}, {'name': 'transfer_app', 'description': "Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'recipient'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.'}, 'recipient': {'type': 'string', 'description': 'The email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.'}}, 'additionalProperties': False}}, {'name': 'maintenance_on', 'description': 'Enable maintenance mode for Heroku applications. Use this tool when you need to: 1) Redirect traffic to a maintenance page, 2) Prepare for system updates or deployments, 3) Schedule planned maintenance windows, 4) Gracefully handle service interruptions. The tool manages traffic routing and process states while preserving running operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'maintenance_off', 'description': 'Disable maintenance mode for Heroku applications. Use this tool when you need to: 1) Restore normal application traffic routing, 2) Resume dyno operations after maintenance, 3) Complete deployment processes, 4) Verify application health after maintenance. The tool handles service restoration and process resumption.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'get_app_logs', 'description': 'View application logs with flexible filtering options. Use this tool when you need to: 1) Monitor application activity in real-time, 2) Debug issues by viewing recent logs, 3) Filter logs by dyno, process type, or source.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': "Specifies the target Heroku app whose logs to retrieve. Requirements and behaviors: 1) App must exist and be accessible to you with appropriate permissions, 2) The response includes both system events and application output, 3) Currently it's only available to Cedar generation apps."}, 'source': {'type': 'string', 'description': 'Filter logs by their origin. Key characteristics: 1) Common values: "app" (application logs), "heroku" (platform events), 2) When omitted, shows logs from all sources. Best practice: Use "app" for application debugging, "heroku" for platform troubleshooting.'}, 'dynoName': {'type': 'string', 'description': 'Filter logs by specific dyno instance. Important behaviors: 1) Format is "process_type.instance_number" (e.g., "web.1", "worker.2"). 2) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging specific dyno behavior or performance issues.'}, 'processType': {'type': 'string', 'description': 'Filter logs by process type. Key characteristics: 1) Common values: "web" (web dynos), "worker" (background workers), 2) Shows logs from all instances of the specified process type, 3) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging issues specific to web or worker processes.'}}, 'additionalProperties': False}}, {'name': 'list_private_spaces', 'description': 'List Heroku Private Spaces available to the user. Use this tool when you need to: 1) View all private spaces, 2) Get space details like CIDR blocks and regions, 3) Check space compliance features, or 4) View space capacity information. Supports JSON output for detailed metadata. Essential for enterprise space management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': "Controls the output format. When true, returns a detailed JSON response containing private space metadata such as generation's unsupported features, IPv4 and IPv6 CIDR blocks. When false or omitted, returns a simplified text format."}}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List Heroku Teams the user belongs to. Use this tool when you need to: 1) View all accessible teams, 2) Check team membership, 3) Get team metadata and enterprise relationships, or 4) Verify team access for app operations. Supports JSON output for detailed team information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing team metadata such as enterprise account name. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'list_addons', 'description': 'List Heroku add-ons with flexible filtering options. Use this tool when you need to: 1) View all add-ons across your apps, 2) List add-ons for a specific app, 3) Get detailed add-on metadata in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'Forces the tool to list all add-ons across all apps accessible to the user. When true, this flag: 1) Overrides any default app setting from Git remote configuration, 2) Ignores the app flag if provided, 3) Shows a comprehensive list including: app name, add-on name, service plan, billing status, and provisioning status for each add-on. When false or omitted, respects the default app setting and the app flag.'}, 'app': {'type': 'string', 'description': 'Specifies a single Heroku app whose add-ons you want to list. Important behaviors: 1) When provided, shows add-ons and attachments only for this specific app, 2) When omitted, falls back to the default app from Git remote if configured, 3) If no default app exists, lists add-ons for all accessible apps, 4) This flag is completely ignored when all=true. The response includes both provisioned add-ons and add-on attachments from other apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing: 1) Complete add-on metadata including ID, name, and creation timestamp, 2) Detailed plan information including tier and cost, 3) Configuration variables set by the add-on, 4) Attachment details if the add-on is shared with other apps, 5) Billing and compliance status information. When false or omitted, returns a human-readable text format with basic information.'}}, 'additionalProperties': False}}, {'name': 'get_addon_info', 'description': 'Get comprehensive information about a Heroku add-on. Use this tool when you need to: 1) View add-on details, 2) Check plan details and state, 3) View billing information. Accepts add-on ID, name, or attachment name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['addon'], 'properties': {'app': {'type': 'string', 'description': 'Provides application context for finding the add-on. Affects how the addon parameter is interpreted: 1) When provided: - Searches for the add-on only within this specific app, - Enables use of attachment names in the addon parameter, - Must have access to this app. 2) When omitted: - First tries using default app from Git remote configuration, - If no default app, addon parameter must be an ID or globally unique name, - Cannot use attachment names without app context. Best practice: Always provide when using attachment names.'}, 'addon': {'type': 'string', 'description': 'Identifies the add-on to retrieve information about. Accepts three types of identifiers: 1) Add-on ID (uuid format, works globally without app context), 2) Add-on name (e.g., "postgresql-curved-12345", works globally without app context), 3) Attachment name (e.g., "DATABASE", requires app context). Important behaviors: - When using attachment name, must provide app flag or have default app set, - Attachment name must be from the app where attached, not the provisioning app, - Add-on ID and unique names work with correct app context or without app context, - Must have access to the app where the add-on is either provisioned or attached.'}}, 'additionalProperties': False}}, {'name': 'create_addon', 'description': "Create a new Heroku add-on for an application. Use this tool when you need to: 1) Provision a new add-on for your app, 2) Specify a particular service and plan, 3) Set a custom name for the add-on or attachment. The tool handles the provisioning process and returns the new add-on's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'serviceAndPlan'], 'properties': {'as': {'type': 'string', 'description': 'Sets a custom local name for the add-on attachment in the app. Important details: 1) Must be unique within the app (no other attachment can use the same name), 2) Used as a prefix for config vars (e.g., "CUSTOM_NAME_URL" instead of "HEROKU_POSTGRESQL_URL"), 3) Makes the add-on easier to identify in app context (e.g., "as: DATABASE" is clearer than "postgresql-curved-12345"), 4) When omitted, Heroku generates a default name based on the add-on service. Best practice: Use meaningful names that indicate the add-on\'s purpose (e.g., "PRIMARY_DB", "CACHE").'}, 'app': {'type': 'string', 'description': 'Specifies the target Heroku app for add-on provisioning. Requirements and behaviors: 1) App must exist and be accessible to you with write permissions, 2) App region may affect which add-on services are available, 3) If app is in a Private Space, only add-ons compliant with the space requirements can be provisioned. The add-on will be provisioned directly to this app and config vars will be set automatically.'}, 'name': {'type': 'string', 'description': 'Assigns a custom global identifier for the add-on instance. Key characteristics: 1) Must be unique across all add-ons in Heroku (not just your apps), 2) Can be used to reference the add-on from any app or context, 3) Useful for identifying the add-on in cross-app scenarios or automation, 4) When omitted, Heroku generates a unique name (e.g., "postgresql-curved-12345"). Best practice: Include app name or environment if using custom names (e.g., "myapp-prod-db").'}, 'serviceAndPlan': {'type': 'string', 'description': 'Specifies which add-on service and plan to provision. Format and behavior: 1) Required format: "service_slug:plan_slug" (e.g., "heroku-postgresql:essential-0"), 2) If only service slug provided, the default (usually the cheapest or free) plan will be selected, 3) Some plans may have prerequisites (e.g., inside a private space, specific regions). Use list_addon_services and list_addon_plans tools to discover available options.'}}, 'additionalProperties': False}}, {'name': 'list_addon_services', 'description': 'List available Heroku add-on services. Use this tool when you need to view all available add-on services. Returns a list of add-on services with their basic information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing additional add-on service metadata such as sharing options and supported app generations. When false or omitted, returns a simplified text format including only the add-on service slug, name and state.'}}, 'additionalProperties': False}}, {'name': 'list_addon_plans', 'description': 'List available plans for a specific Heroku add-on service. Use this tool when you need to: 1) View all plans for a service, 2) Compare plan pricing, 3) Check plan availability. Requires add-on service slug and returns detailed plan information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['service'], 'properties': {'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing additional add-on plan metadata including descriptions, pricing and indicating if the plan is installableinside a private space or not. When false or omitted, returns a human-readable text format.'}, 'service': {'type': 'string', 'description': 'Identifies the add-on service whose plans you want to list. Requirements and behaviors: 1) Must be a valid service slug (e.g., "heroku-postgresql", "heroku-redis", etc.), 2) Can be obtained from the list_addon_services command output. '}}, 'additionalProperties': False}}, {'name': 'pg_psql', 'description': 'Execute SQL queries against Heroku PostgreSQL databases. Use this tool when you need to: 1) Run SQL queries for database analysis, 2) Investigate database locks and performance, 3) Make schema modifications or updates, 4) Execute complex database operations. The tool provides direct SQL access with support for file-based queries and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'app to run command against'}, 'file': {'type': 'string', 'description': 'SQL file to run; command is ignored if provided; must be an absolute path; must supply either command or file'}, 'command': {'type': 'string', 'description': 'SQL command to run; file is ignored if provided; must be single line; must supply either command or file'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'credential': {'type': 'string', 'description': 'credential to use'}}, 'additionalProperties': False}}, {'name': 'pg_info', 'description': 'Display detailed information about Heroku PostgreSQL databases. Use this tool when you need to: 1) View comprehensive database configuration and status, 2) Monitor database performance metrics, 3) Check connection and resource utilization, 4) Assess database health and capacity. The tool provides detailed insights into database operations and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to inspect.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, all databases are shown."}}, 'additionalProperties': False}}, {'name': 'pg_ps', 'description': 'Monitor active database queries and processes. Use this tool when you need to: 1) View currently executing queries, 2) Track query progress and resource usage, 3) Identify long-running or blocked queries, 4) Debug performance issues in real-time. The tool provides detailed visibility into database activity with optional verbose output.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database processes to view.'}, 'verbose': {'type': 'boolean', 'description': 'When true, shows additional query details including query plan and memory usage.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_locks', 'description': 'Analyze database locks and blocking transactions. Use this tool when you need to: 1) Identify blocked queries and lock chains, 2) Investigate deadlock situations, 3) Monitor transaction lock states, 4) Resolve blocking issues affecting performance. The tool helps diagnose and resolve database concurrency problems.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database locks to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_outliers', 'description': 'Identify resource-intensive database operations. Use this tool when you need to: 1) Find slow or expensive queries, 2) Analyze query performance patterns, 3) Optimize database workload, 4) Track query statistics over time. The tool helps identify opportunities for performance optimization.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose query statistics to analyze.'}, 'num': {'type': 'number', 'description': 'The number of queries to display. Defaults to 10.'}, 'reset': {'type': 'boolean', 'description': 'When true, resets statistics gathered by pg_stat_statements.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_credentials', 'description': 'Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database credentials to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_kill', 'description': 'Terminate specific database processes. Use this tool when you need to: 1) Stop problematic or stuck queries, 2) Clear blocking transactions, 3) Manage resource-intensive operations, 4) Handle runaway processes safely. The tool provides controlled process termination with optional force mode.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'pid'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database process to terminate.'}, 'pid': {'type': 'number', 'description': 'The process ID to terminate, as shown by pg_ps.'}, 'force': {'type': 'boolean', 'description': 'When true, forces immediate termination instead of graceful shutdown.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_maintenance', 'description': 'Monitor database maintenance status and operations. Use this tool when you need to: 1) Check current maintenance windows, 2) View scheduled maintenance activities, 3) Track maintenance operation progress, 4) Plan database maintenance tasks. The tool provides visibility into database maintenance state and scheduling.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Show current maintenance information for the app.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_backups', 'description': 'Manage database backup operations and schedules. Use this tool when you need to: 1) View existing database backups, 2) Monitor backup schedules and status, 3) Track backup operation progress, 4) Verify backup availability. The tool helps maintain database backup operations and disaster recovery readiness.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose backups to manage.'}}, 'additionalProperties': False}}, {'name': 'pg_upgrade', 'description': 'Upgrade PostgreSQL database version. Use this tool when you need to: 1) Migrate to a newer PostgreSQL version, 2) Plan version upgrade paths, 3) Execute controlled version migrations, 4) Verify upgrade compatibility. The tool manages safe database version upgrades with confirmation protection.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to upgrade.'}, 'confirm': {'type': 'string', 'description': 'Confirmation string required for this potentially destructive operation.'}, 'version': {'type': 'string', 'description': 'PostgreSQL version to upgrade to'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'ps_list', 'description': 'List and monitor Heroku application dynos. Use this tool when you need to: 1) View all running dynos for an app, 2) Check dyno status and health, 3) Monitor application process states, 4) Verify dyno configurations. The tool provides process visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to list processes for'}, 'json': {'type': 'boolean', 'description': 'Return process information in json format'}}, 'additionalProperties': False}}, {'name': 'ps_scale', 'description': 'Scale and resize Heroku application dynos. Use this tool when you need to: 1) Adjust dyno quantities up or down, 2) Change dyno sizes for performance, 3) View current formation details, 4) Manage resource allocation. The tool handles dyno scaling with support for type-specific adjustments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to scale'}, 'dyno': {'type': 'string', 'description': 'The type and quantity of dynos to scale (e.g., web=3:Standard-2X, worker+1). Omit to display current formation.'}}, 'additionalProperties': False}}, {'name': 'ps_restart', 'description': 'Restart Heroku application processes. Use this tool when you need to: 1) Restart specific dynos by name, 2) Restart all dynos of a process type, 3) Perform full application restarts, 4) Reset dyno states selectively. The tool manages process restarts with flexible targeting options.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to restart processes for'}, 'dyno-name': {'type': 'string', 'description': 'Specific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos'}, 'process-type': {'type': 'string', 'description': 'Type of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos'}}, 'additionalProperties': False}}, {'name': 'pipelines_create', 'description': 'Create new Heroku deployment pipelines. Use this tool when you need to: 1) Set up new deployment workflows, 2) Create staged application environments, 3) Organize apps by development stages, 4) Configure team-based pipeline structures. The tool manages pipeline creation with optional team and initial app configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'stage'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to add to the pipeline'}, 'name': {'type': 'string', 'description': 'Name of the pipeline to create'}, 'team': {'type': 'string', 'description': 'Team to create the pipeline in'}, 'stage': {'enum': ['development', 'staging', 'production'], 'type': 'string', 'description': 'Stage of first app in pipeline (e.g., production, staging, development)'}}, 'additionalProperties': False}}, {'name': 'pipelines_promote', 'description': 'Promote applications through pipeline stages. Use this tool when you need to: 1) Deploy code to staging or production environments, 2) Manage staged releases, 3) Coordinate multi-app promotions, 4) Control deployment workflows. The tool handles safe promotion of apps between pipeline stages.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'to': {'type': 'string', 'description': 'comma separated list of apps to promote to'}, 'app': {'type': 'string', 'description': 'Name of the app to promote from'}}, 'additionalProperties': False}}, {'name': 'pipelines_list', 'description': 'View available Heroku pipelines. Use this tool when you need to: 1) List accessible pipelines, 2) Check pipeline ownership and access, 3) View pipeline organization, 4) Find specific pipeline configurations. The tool provides pipeline visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}}, 'additionalProperties': False}}, {'name': 'pipelines_info', 'description': 'Display detailed pipeline configuration. Use this tool when you need to: 1) View pipeline stage configuration, 2) Check connected applications, 3) Verify pipeline settings, 4) Monitor pipeline status. The tool provides comprehensive pipeline information and structure details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pipeline'], 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}, 'pipeline': {'type': 'string', 'description': 'Name of the pipeline to get info for'}}, 'additionalProperties': False}}, {'name': 'deploy_to_heroku', 'description': 'Deploy projects to Heroku, replaces manual git push workflows. Use this tool when you need to: 1) Deploy a new application with specific app.json configuration, 2) Update an existing application with new code, 3) Configure team or private space deployments, or 4) Set up environment-specific configurations. Important: Check for an app.json file first. If an app.json does not exist in the workspace, you must create one and pass it in via the appJson parameter. The tool handles app creation, source code deployment, and environment setup. Requires valid app.json in workspace or provided via configuration. Supports team deployments, private spaces, and custom environment variables.Use apps_list tool with the "all" param to get a list of apps for the user to choose from when deploying to an existing app and the app name was not provided.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'rootUri', 'appJson'], 'properties': {'env': {'type': 'object', 'description': 'Key-value pairs of environment variables for the deployment that override the ones in app.json', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Heroku application name for deployment target. If omitted, a new app will be created with a random name. If supplied and the app does not exist, the tool will create a new app with the given name.'}, 'teamId': {'type': 'string', 'description': 'Heroku team identifier for team-scoped deployments. Use teams_list tool to get a list of teams if needed.'}, 'appJson': {'type': 'string', 'description': 'Stringified app.json configuration for deployment. Used for dynamic configurations or converted projects.\n The app.json string must be valid and conform to the following schema: {"default":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Heroku app.json Schema","description":"app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. Used for dynamic configurations or converted projects","type":"object","properties":{"name":{"type":"string","pattern":"^[a-zA-Z-_\\\\.]+","maxLength":300},"description":{"type":"string"},"keywords":{"type":"array","items":{"type":"string"}},"website":{"$ref":"#/definitions/uriString"},"repository":{"$ref":"#/definitions/uriString"},"logo":{"$ref":"#/definitions/uriString"},"success_url":{"type":"string"},"scripts":{"$ref":"#/definitions/scripts"},"env":{"$ref":"#/definitions/env"},"formation":{"$ref":"#/definitions/formation"},"addons":{"$ref":"#/definitions/addons"},"buildpacks":{"$ref":"#/definitions/buildpacks"},"environments":{"$ref":"#/definitions/environments"},"stack":{"$ref":"#/definitions/stack"},"image":{"type":"string"}},"additionalProperties":false,"definitions":{"uriString":{"type":"string","format":"uri"},"scripts":{"type":"object","properties":{"postdeploy":{"type":"string"},"pr-predestroy":{"type":"string"}},"additionalProperties":false},"env":{"type":"object","patternProperties":{"^[A-Z][A-Z0-9_]*$":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"string"},"required":{"type":"boolean"},"generator":{"type":"string","enum":["secret"]}},"additionalProperties":false}}},"dynoSize":{"type":"string","enum":["free","eco","hobby","basic","standard-1x","standard-2x","performance-m","performance-l","private-s","private-m","private-l","shield-s","shield-m","shield-l"]},"formation":{"type":"object","patternProperties":{"^[a-zA-Z0-9_-]+$":{"type":"object","properties":{"quantity":{"type":"integer","minimum":0},"size":{"$ref":"#/definitions/dynoSize"}},"required":["quantity"],"additionalProperties":false}}},"addons":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"plan":{"type":"string"},"as":{"type":"string"},"options":{"type":"object"}},"required":["plan"],"additionalProperties":false}]}},"buildpacks":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},"environmentConfig":{"type":"object","properties":{"env":{"type":"object"},"formation":{"type":"object"},"addons":{"type":"array"},"buildpacks":{"type":"array"}}},"environments":{"type":"object","properties":{"test":{"allOf":[{"$ref":"#/definitions/environmentConfig"},{"type":"object","properties":{"scripts":{"type":"object","properties":{"test":{"type":"string"}},"additionalProperties":false}}}]},"review":{"$ref":"#/definitions/environmentConfig"},"production":{"$ref":"#/definitions/environmentConfig"}},"additionalProperties":false},"stack":{"type":"string","enum":["heroku-18","heroku-20","heroku-22","heroku-24"]}}}}'}, 'rootUri': {'type': 'string', 'minLength': 1, 'description': "The absolute path of the user's workspace unless otherwise specified by the user. Must be a string that can be resolved to a valid directory using node's path module."}, 'spaceId': {'type': 'string', 'description': 'Heroku private space identifier for space-scoped deployments. Use spaces_list tool to get a list of spaces if needed.'}, 'tarballUri': {'type': 'string', 'description': 'The URL of the tarball to deploy. If not provided, the rootUri must be provided and the tool will create a new tarball from the contents of the rootUri.'}, 'internalRouting': {'type': 'boolean', 'description': 'Enables internal routing within private spaces. Use this flag when you need to configure private spaces for internal routing.'}}, 'additionalProperties': False}}, {'name': 'deploy_one_off_dyno', 'description': '\nExecute code or a command on a Heroku one-off dyno in a sandboxed environment with network and filesystem access.\n\n**Requirements:**\n- Display command output to the user.\n- Determine app language using the \'app_info\' tool to identify the Heroku buildpack.\n- Use shell commands for environment setup (e.g., package installations) before execution.\n- Output must utilize standard input/output.\n\n**Capabilities:**\n- Network and filesystem access\n- Environment variables support\n- File creation and execution in supported languages\n- Temporary directory management\n\n**Guidelines:**\n1. Use the appropriate Heroku-supported language runtime.\n2. Ensure correct syntax and module imports for the chosen language.\n3. Organize code into classes/functions, executed from the top level.\n4. For external packages:\n - Specify in the appropriate package manager file.\n - Minimize dependencies.\n - Prefer native modules when possible.\n\n**Example (Node.js package manager file):**\n```json\n{\n "type": "module",\n "dependencies": {\n "axios": "^1.6.0"\n }\n}\n```\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'command'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables for the dyno (optional).', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Name of the Heroku app for the one-off dyno.'}, 'size': {'type': 'string', 'default': 'standard-1x', 'description': 'Dyno size (optional).'}, 'command': {'type': 'string', 'description': 'Command to execute in the one-off dyno.'}, 'sources': {'type': 'array', 'items': {'type': 'object', 'required': ['relativePath', 'contents'], 'properties': {'contents': {'type': 'string', 'description': 'Contents of the source file represented as a string.'}, 'relativePath': {'type': 'string', 'description': 'A virtual path to the source file used to create the tarball entry for this file.'}}, 'additionalProperties': False}, 'description': 'Array of objects representing the source files to include in the dyno.'}, 'timeToLive': {'type': 'number', 'default': 3600, 'description': 'Dyno lifespan in seconds (optional).'}}, 'additionalProperties': False}}] |
@heroku/heroku-mcp-server | Heroku Platform MCP Server | Interact seamlessly with Heroku Platform resources using natural language. Manage applications, dynos, add-ons, and more through LLM-driven tools. Enhance your development workflow with secure access to Heroku APIs. | 2025-04-08T10:01:00.790Z | 0 | https://smithery.ai/server/@heroku/heroku-mcp-server | true | null | null | [{'name': 'list_apps', 'description': 'List Heroku applications with flexible filtering options. Use this tool when you need to: 1) Show all apps owned by the user, 2) Show apps where the user is a collaborator (use all=true), 3) Filter apps by team or private space. Note: For checking app name availability, prefer using get_app_info as it returns a more focused dataset. The response includes app names, regions, and ownership information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'When true, displays a comprehensive list including: (1) apps owned by the user and (2) apps where the user is a collaborator through direct access or team membership. When false or omitted, shows only owned apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as generation, buildpacks, owner information, and region. When false or omitted, returns a simplified text format.'}, 'team': {'type': 'string', 'description': 'Filters the results to show only apps belonging to a specific team. Provide the team name to filter. This parameter is mutually exclusive with the space parameter.'}, 'space': {'type': 'string', 'description': 'Filters the results to show only apps within a specific private space. Provide the private space name to filter. This parameter is mutually exclusive with the team parameter.'}, 'personal': {'type': 'boolean', 'description': 'Forces the tool to list applications from your personal account, even when you have a default team configured. When true, overrides any default team setting and shows only apps owned by your personal account. This is particularly useful when you work with multiple teams but need to specifically view your personal apps. When false or omitted, follows the default behavior of using the default team if one is set.'}}, 'additionalProperties': False}}, {'name': 'get_app_info', 'description': 'Get comprehensive information about a Heroku application. Use this tool when you need to: 1) View app configuration and settings, 2) Check dyno formation and scaling, 3) List add-ons and buildpacks, 4) View collaborators and access details, 5) Check domains and certificates. Accepts app name and optional JSON format. Returns detailed app status and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to get information about. This must be an existing app that you have access to.'}, 'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing app metadata such as add-ons, dynos, buildpack configurations, collaborators, and domain information. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'create_app', 'description': "Create a new Heroku application with customizable settings. Use this tool when a user wants to: 1) Create a new app with a specific name, 2) Create an app in a particular region (US/EU), 3) Create an app within a team, or 4) Create an app in a private space. The tool handles name generation if not specified and returns the new app's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'app': {'type': 'string', 'description': "Specifies the desired name for the new Heroku app. If omitted, Heroku will auto-generate a random name. Best practice: Provide a meaningful, unique name that reflects your application's purpose."}, 'team': {'type': 'string', 'description': "Associates the app with a specific team for collaborative development and management. Provide the team name to set ownership. The app will be created under the team's account rather than your personal account."}, 'space': {'type': 'string', 'description': 'Places the app in a specific private space, which provides enhanced security and networking features. Specify the private space name. Note: When used, the app inherits the region from the private space and the region parameter cannot be used.'}, 'region': {'enum': ['us', 'eu'], 'type': 'string', 'description': 'Determines the geographical region where your app will run. Options: "us" (United States) or "eu" (Europe). Defaults to "us" if not specified. Note: Cannot be used with space parameter.'}}, 'additionalProperties': False}}, {'name': 'rename_app', 'description': "Rename an existing Heroku application. Use this tool when a user needs to: 1) Change an app's name, or 2) Resolve naming conflicts. Requires both current app name and desired new name. The tool validates name availability and handles the rename process.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'newName'], 'properties': {'app': {'type': 'string', 'description': 'The current name of the Heroku app you want to rename. This must be an existing app that you have access to.'}, 'newName': {'type': 'string', 'description': 'The new name you want to give to the app. Must be unique across all Heroku apps.'}}, 'additionalProperties': False}}, {'name': 'transfer_app', 'description': "Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'recipient'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.'}, 'recipient': {'type': 'string', 'description': 'The email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.'}}, 'additionalProperties': False}}, {'name': 'maintenance_on', 'description': 'Enable maintenance mode for Heroku applications. Use this tool when you need to: 1) Redirect traffic to a maintenance page, 2) Prepare for system updates or deployments, 3) Schedule planned maintenance windows, 4) Gracefully handle service interruptions. The tool manages traffic routing and process states while preserving running operations.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'maintenance_off', 'description': 'Disable maintenance mode for Heroku applications. Use this tool when you need to: 1) Restore normal application traffic routing, 2) Resume dyno operations after maintenance, 3) Complete deployment processes, 4) Verify application health after maintenance. The tool handles service restoration and process resumption.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app to modify maintenance mode for. This must be an existing app that you have access to.'}}, 'additionalProperties': False}}, {'name': 'get_app_logs', 'description': 'View application logs with flexible filtering options. Use this tool when you need to: 1) Monitor application activity in real-time, 2) Debug issues by viewing recent logs, 3) Filter logs by dyno, process type, or source.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': "Specifies the target Heroku app whose logs to retrieve. Requirements and behaviors: 1) App must exist and be accessible to you with appropriate permissions, 2) The response includes both system events and application output, 3) Currently it's only available to Cedar generation apps."}, 'source': {'type': 'string', 'description': 'Filter logs by their origin. Key characteristics: 1) Common values: "app" (application logs), "heroku" (platform events), 2) When omitted, shows logs from all sources. Best practice: Use "app" for application debugging, "heroku" for platform troubleshooting.'}, 'dynoName': {'type': 'string', 'description': 'Filter logs by specific dyno instance. Important behaviors: 1) Format is "process_type.instance_number" (e.g., "web.1", "worker.2"). 2) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging specific dyno behavior or performance issues.'}, 'processType': {'type': 'string', 'description': 'Filter logs by process type. Key characteristics: 1) Common values: "web" (web dynos), "worker" (background workers), 2) Shows logs from all instances of the specified process type, 3) You cannot specify both dynoName and processType parameters together. Best practice: Use when debugging issues specific to web or worker processes.'}}, 'additionalProperties': False}}, {'name': 'list_private_spaces', 'description': 'List Heroku Private Spaces available to the user. Use this tool when you need to: 1) View all private spaces, 2) Get space details like CIDR blocks and regions, 3) Check space compliance features, or 4) View space capacity information. Supports JSON output for detailed metadata. Essential for enterprise space management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': "Controls the output format. When true, returns a detailed JSON response containing private space metadata such as generation's unsupported features, IPv4 and IPv6 CIDR blocks. When false or omitted, returns a simplified text format."}}, 'additionalProperties': False}}, {'name': 'list_teams', 'description': 'List Heroku Teams the user belongs to. Use this tool when you need to: 1) View all accessible teams, 2) Check team membership, 3) Get team metadata and enterprise relationships, or 4) Verify team access for app operations. Supports JSON output for detailed team information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing team metadata such as enterprise account name. When false or omitted, returns a simplified text format.'}}, 'additionalProperties': False}}, {'name': 'list_addons', 'description': 'List Heroku add-ons with flexible filtering options. Use this tool when you need to: 1) View all add-ons across your apps, 2) List add-ons for a specific app, 3) Get detailed add-on metadata in JSON format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'all': {'type': 'boolean', 'description': 'Forces the tool to list all add-ons across all apps accessible to the user. When true, this flag: 1) Overrides any default app setting from Git remote configuration, 2) Ignores the app flag if provided, 3) Shows a comprehensive list including: app name, add-on name, service plan, billing status, and provisioning status for each add-on. When false or omitted, respects the default app setting and the app flag.'}, 'app': {'type': 'string', 'description': 'Specifies a single Heroku app whose add-ons you want to list. Important behaviors: 1) When provided, shows add-ons and attachments only for this specific app, 2) When omitted, falls back to the default app from Git remote if configured, 3) If no default app exists, lists add-ons for all accessible apps, 4) This flag is completely ignored when all=true. The response includes both provisioned add-ons and add-on attachments from other apps.'}, 'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing: 1) Complete add-on metadata including ID, name, and creation timestamp, 2) Detailed plan information including tier and cost, 3) Configuration variables set by the add-on, 4) Attachment details if the add-on is shared with other apps, 5) Billing and compliance status information. When false or omitted, returns a human-readable text format with basic information.'}}, 'additionalProperties': False}}, {'name': 'get_addon_info', 'description': 'Get comprehensive information about a Heroku add-on. Use this tool when you need to: 1) View add-on details, 2) Check plan details and state, 3) View billing information. Accepts add-on ID, name, or attachment name.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['addon'], 'properties': {'app': {'type': 'string', 'description': 'Provides application context for finding the add-on. Affects how the addon parameter is interpreted: 1) When provided: - Searches for the add-on only within this specific app, - Enables use of attachment names in the addon parameter, - Must have access to this app. 2) When omitted: - First tries using default app from Git remote configuration, - If no default app, addon parameter must be an ID or globally unique name, - Cannot use attachment names without app context. Best practice: Always provide when using attachment names.'}, 'addon': {'type': 'string', 'description': 'Identifies the add-on to retrieve information about. Accepts three types of identifiers: 1) Add-on ID (uuid format, works globally without app context), 2) Add-on name (e.g., "postgresql-curved-12345", works globally without app context), 3) Attachment name (e.g., "DATABASE", requires app context). Important behaviors: - When using attachment name, must provide app flag or have default app set, - Attachment name must be from the app where attached, not the provisioning app, - Add-on ID and unique names work with correct app context or without app context, - Must have access to the app where the add-on is either provisioned or attached.'}}, 'additionalProperties': False}}, {'name': 'create_addon', 'description': "Create a new Heroku add-on for an application. Use this tool when you need to: 1) Provision a new add-on for your app, 2) Specify a particular service and plan, 3) Set a custom name for the add-on or attachment. The tool handles the provisioning process and returns the new add-on's details.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'serviceAndPlan'], 'properties': {'as': {'type': 'string', 'description': 'Sets a custom local name for the add-on attachment in the app. Important details: 1) Must be unique within the app (no other attachment can use the same name), 2) Used as a prefix for config vars (e.g., "CUSTOM_NAME_URL" instead of "HEROKU_POSTGRESQL_URL"), 3) Makes the add-on easier to identify in app context (e.g., "as: DATABASE" is clearer than "postgresql-curved-12345"), 4) When omitted, Heroku generates a default name based on the add-on service. Best practice: Use meaningful names that indicate the add-on\'s purpose (e.g., "PRIMARY_DB", "CACHE").'}, 'app': {'type': 'string', 'description': 'Specifies the target Heroku app for add-on provisioning. Requirements and behaviors: 1) App must exist and be accessible to you with write permissions, 2) App region may affect which add-on services are available, 3) If app is in a Private Space, only add-ons compliant with the space requirements can be provisioned. The add-on will be provisioned directly to this app and config vars will be set automatically.'}, 'name': {'type': 'string', 'description': 'Assigns a custom global identifier for the add-on instance. Key characteristics: 1) Must be unique across all add-ons in Heroku (not just your apps), 2) Can be used to reference the add-on from any app or context, 3) Useful for identifying the add-on in cross-app scenarios or automation, 4) When omitted, Heroku generates a unique name (e.g., "postgresql-curved-12345"). Best practice: Include app name or environment if using custom names (e.g., "myapp-prod-db").'}, 'serviceAndPlan': {'type': 'string', 'description': 'Specifies which add-on service and plan to provision. Format and behavior: 1) Required format: "service_slug:plan_slug" (e.g., "heroku-postgresql:essential-0"), 2) If only service slug provided, the default (usually the cheapest or free) plan will be selected, 3) Some plans may have prerequisites (e.g., inside a private space, specific regions). Use list_addon_services and list_addon_plans tools to discover available options.'}}, 'additionalProperties': False}}, {'name': 'list_addon_services', 'description': 'List available Heroku add-on services. Use this tool when you need to view all available add-on services. Returns a list of add-on services with their basic information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Controls the output format. When true, returns a detailed JSON response containing additional add-on service metadata such as sharing options and supported app generations. When false or omitted, returns a simplified text format including only the add-on service slug, name and state.'}}, 'additionalProperties': False}}, {'name': 'list_addon_plans', 'description': 'List available plans for a specific Heroku add-on service. Use this tool when you need to: 1) View all plans for a service, 2) Compare plan pricing, 3) Check plan availability. Requires add-on service slug and returns detailed plan information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['service'], 'properties': {'json': {'type': 'boolean', 'description': 'Controls the response format and detail level. When true, returns a structured JSON response containing additional add-on plan metadata including descriptions, pricing and indicating if the plan is installableinside a private space or not. When false or omitted, returns a human-readable text format.'}, 'service': {'type': 'string', 'description': 'Identifies the add-on service whose plans you want to list. Requirements and behaviors: 1) Must be a valid service slug (e.g., "heroku-postgresql", "heroku-redis", etc.), 2) Can be obtained from the list_addon_services command output. '}}, 'additionalProperties': False}}, {'name': 'pg_psql', 'description': 'Execute SQL queries against Heroku PostgreSQL databases. Use this tool when you need to: 1) Run SQL queries for database analysis, 2) Investigate database locks and performance, 3) Make schema modifications or updates, 4) Execute complex database operations. The tool provides direct SQL access with support for file-based queries and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'app to run command against'}, 'file': {'type': 'string', 'description': 'SQL file to run; command is ignored if provided; must be an absolute path; must supply either command or file'}, 'command': {'type': 'string', 'description': 'SQL command to run; file is ignored if provided; must be single line; must supply either command or file'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'credential': {'type': 'string', 'description': 'credential to use'}}, 'additionalProperties': False}}, {'name': 'pg_info', 'description': 'Display detailed information about Heroku PostgreSQL databases. Use this tool when you need to: 1) View comprehensive database configuration and status, 2) Monitor database performance metrics, 3) Check connection and resource utilization, 4) Assess database health and capacity. The tool provides detailed insights into database operations and configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to inspect.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, all databases are shown."}}, 'additionalProperties': False}}, {'name': 'pg_ps', 'description': 'Monitor active database queries and processes. Use this tool when you need to: 1) View currently executing queries, 2) Track query progress and resource usage, 3) Identify long-running or blocked queries, 4) Debug performance issues in real-time. The tool provides detailed visibility into database activity with optional verbose output.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database processes to view.'}, 'verbose': {'type': 'boolean', 'description': 'When true, shows additional query details including query plan and memory usage.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_locks', 'description': 'Analyze database locks and blocking transactions. Use this tool when you need to: 1) Identify blocked queries and lock chains, 2) Investigate deadlock situations, 3) Monitor transaction lock states, 4) Resolve blocking issues affecting performance. The tool helps diagnose and resolve database concurrency problems.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database locks to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_outliers', 'description': 'Identify resource-intensive database operations. Use this tool when you need to: 1) Find slow or expensive queries, 2) Analyze query performance patterns, 3) Optimize database workload, 4) Track query statistics over time. The tool helps identify opportunities for performance optimization.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose query statistics to analyze.'}, 'num': {'type': 'number', 'description': 'The number of queries to display. Defaults to 10.'}, 'reset': {'type': 'boolean', 'description': 'When true, resets statistics gathered by pg_stat_statements.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}, 'truncate': {'type': 'boolean', 'description': 'When true, truncates queries to 40 characters.'}}, 'additionalProperties': False}}, {'name': 'pg_credentials', 'description': 'Manage database access credentials and security. Use this tool when you need to: 1) View current database credentials, 2) Configure database access permissions, 3) Rotate credentials for security compliance, 4) Set up monitoring access. The tool helps maintain secure database access and credential management.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database credentials to view.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_kill', 'description': 'Terminate specific database processes. Use this tool when you need to: 1) Stop problematic or stuck queries, 2) Clear blocking transactions, 3) Manage resource-intensive operations, 4) Handle runaway processes safely. The tool provides controlled process termination with optional force mode.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app', 'pid'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database process to terminate.'}, 'pid': {'type': 'number', 'description': 'The process ID to terminate, as shown by pg_ps.'}, 'force': {'type': 'boolean', 'description': 'When true, forces immediate termination instead of graceful shutdown.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_maintenance', 'description': 'Monitor database maintenance status and operations. Use this tool when you need to: 1) Check current maintenance windows, 2) View scheduled maintenance activities, 3) Track maintenance operation progress, 4) Plan database maintenance tasks. The tool provides visibility into database maintenance state and scheduling.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Show current maintenance information for the app.'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'pg_backups', 'description': 'Manage database backup operations and schedules. Use this tool when you need to: 1) View existing database backups, 2) Monitor backup schedules and status, 3) Track backup operation progress, 4) Verify backup availability. The tool helps maintain database backup operations and disaster recovery readiness.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose backups to manage.'}}, 'additionalProperties': False}}, {'name': 'pg_upgrade', 'description': 'Upgrade PostgreSQL database version. Use this tool when you need to: 1) Migrate to a newer PostgreSQL version, 2) Plan version upgrade paths, 3) Execute controlled version migrations, 4) Verify upgrade compatibility. The tool manages safe database version upgrades with confirmation protection.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'The name of the Heroku app whose database to upgrade.'}, 'confirm': {'type': 'string', 'description': 'Confirmation string required for this potentially destructive operation.'}, 'version': {'type': 'string', 'description': 'PostgreSQL version to upgrade to'}, 'database': {'type': 'string', 'description': "Config var containing the connection string, unique name, ID, or alias of the database. To access another app's database, prepend the app name to the config var or alias with `APP_NAME::`. If omitted, DATABASE_URL is used."}}, 'additionalProperties': False}}, {'name': 'ps_list', 'description': 'List and monitor Heroku application dynos. Use this tool when you need to: 1) View all running dynos for an app, 2) Check dyno status and health, 3) Monitor application process states, 4) Verify dyno configurations. The tool provides process visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to list processes for'}, 'json': {'type': 'boolean', 'description': 'Return process information in json format'}}, 'additionalProperties': False}}, {'name': 'ps_scale', 'description': 'Scale and resize Heroku application dynos. Use this tool when you need to: 1) Adjust dyno quantities up or down, 2) Change dyno sizes for performance, 3) View current formation details, 4) Manage resource allocation. The tool handles dyno scaling with support for type-specific adjustments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to scale'}, 'dyno': {'type': 'string', 'description': 'The type and quantity of dynos to scale (e.g., web=3:Standard-2X, worker+1). Omit to display current formation.'}}, 'additionalProperties': False}}, {'name': 'ps_restart', 'description': 'Restart Heroku application processes. Use this tool when you need to: 1) Restart specific dynos by name, 2) Restart all dynos of a process type, 3) Perform full application restarts, 4) Reset dyno states selectively. The tool manages process restarts with flexible targeting options.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to restart processes for'}, 'dyno-name': {'type': 'string', 'description': 'Specific dyno to restart (e.g., web.1). If neither dyno-name nor process-type specified, restarts all dynos'}, 'process-type': {'type': 'string', 'description': 'Type of dynos to restart (e.g., web). If neither dyno-name nor process-type specified, restarts all dynos'}}, 'additionalProperties': False}}, {'name': 'pipelines_create', 'description': 'Create new Heroku deployment pipelines. Use this tool when you need to: 1) Set up new deployment workflows, 2) Create staged application environments, 3) Organize apps by development stages, 4) Configure team-based pipeline structures. The tool manages pipeline creation with optional team and initial app configuration.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'stage'], 'properties': {'app': {'type': 'string', 'description': 'Name of the app to add to the pipeline'}, 'name': {'type': 'string', 'description': 'Name of the pipeline to create'}, 'team': {'type': 'string', 'description': 'Team to create the pipeline in'}, 'stage': {'enum': ['development', 'staging', 'production'], 'type': 'string', 'description': 'Stage of first app in pipeline (e.g., production, staging, development)'}}, 'additionalProperties': False}}, {'name': 'pipelines_promote', 'description': 'Promote applications through pipeline stages. Use this tool when you need to: 1) Deploy code to staging or production environments, 2) Manage staged releases, 3) Coordinate multi-app promotions, 4) Control deployment workflows. The tool handles safe promotion of apps between pipeline stages.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['app'], 'properties': {'to': {'type': 'string', 'description': 'comma separated list of apps to promote to'}, 'app': {'type': 'string', 'description': 'Name of the app to promote from'}}, 'additionalProperties': False}}, {'name': 'pipelines_list', 'description': 'View available Heroku pipelines. Use this tool when you need to: 1) List accessible pipelines, 2) Check pipeline ownership and access, 3) View pipeline organization, 4) Find specific pipeline configurations. The tool provides pipeline visibility with optional JSON output format.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}}, 'additionalProperties': False}}, {'name': 'pipelines_info', 'description': 'Display detailed pipeline configuration. Use this tool when you need to: 1) View pipeline stage configuration, 2) Check connected applications, 3) Verify pipeline settings, 4) Monitor pipeline status. The tool provides comprehensive pipeline information and structure details.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['pipeline'], 'properties': {'json': {'type': 'boolean', 'description': 'Output in json format'}, 'pipeline': {'type': 'string', 'description': 'Name of the pipeline to get info for'}}, 'additionalProperties': False}}, {'name': 'deploy_to_heroku', 'description': 'Deploy projects to Heroku, replaces manual git push workflows. Use this tool when you need to: 1) Deploy a new application with specific app.json configuration, 2) Update an existing application with new code, 3) Configure team or private space deployments, or 4) Set up environment-specific configurations. Important: Check for an app.json file first. If an app.json does not exist in the workspace, you must create one and pass it in via the appJson parameter. The tool handles app creation, source code deployment, and environment setup. Requires valid app.json in workspace or provided via configuration. Supports team deployments, private spaces, and custom environment variables.Use apps_list tool with the "all" param to get a list of apps for the user to choose from when deploying to an existing app and the app name was not provided.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'rootUri', 'appJson'], 'properties': {'env': {'type': 'object', 'description': 'Key-value pairs of environment variables for the deployment that override the ones in app.json', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Heroku application name for deployment target. If omitted, a new app will be created with a random name. If supplied and the app does not exist, the tool will create a new app with the given name.'}, 'teamId': {'type': 'string', 'description': 'Heroku team identifier for team-scoped deployments. Use teams_list tool to get a list of teams if needed.'}, 'appJson': {'type': 'string', 'description': 'Stringified app.json configuration for deployment. Used for dynamic configurations or converted projects.\n The app.json string must be valid and conform to the following schema: {"default":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Heroku app.json Schema","description":"app.json is a manifest format for describing web apps. It declares environment variables, add-ons, and other information required to run an app on Heroku. Used for dynamic configurations or converted projects","type":"object","properties":{"name":{"type":"string","pattern":"^[a-zA-Z-_\\\\.]+","maxLength":300},"description":{"type":"string"},"keywords":{"type":"array","items":{"type":"string"}},"website":{"$ref":"#/definitions/uriString"},"repository":{"$ref":"#/definitions/uriString"},"logo":{"$ref":"#/definitions/uriString"},"success_url":{"type":"string"},"scripts":{"$ref":"#/definitions/scripts"},"env":{"$ref":"#/definitions/env"},"formation":{"$ref":"#/definitions/formation"},"addons":{"$ref":"#/definitions/addons"},"buildpacks":{"$ref":"#/definitions/buildpacks"},"environments":{"$ref":"#/definitions/environments"},"stack":{"$ref":"#/definitions/stack"},"image":{"type":"string"}},"additionalProperties":false,"definitions":{"uriString":{"type":"string","format":"uri"},"scripts":{"type":"object","properties":{"postdeploy":{"type":"string"},"pr-predestroy":{"type":"string"}},"additionalProperties":false},"env":{"type":"object","patternProperties":{"^[A-Z][A-Z0-9_]*$":{"type":"object","properties":{"description":{"type":"string"},"value":{"type":"string"},"required":{"type":"boolean"},"generator":{"type":"string","enum":["secret"]}},"additionalProperties":false}}},"dynoSize":{"type":"string","enum":["free","eco","hobby","basic","standard-1x","standard-2x","performance-m","performance-l","private-s","private-m","private-l","shield-s","shield-m","shield-l"]},"formation":{"type":"object","patternProperties":{"^[a-zA-Z0-9_-]+$":{"type":"object","properties":{"quantity":{"type":"integer","minimum":0},"size":{"$ref":"#/definitions/dynoSize"}},"required":["quantity"],"additionalProperties":false}}},"addons":{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"object","properties":{"plan":{"type":"string"},"as":{"type":"string"},"options":{"type":"object"}},"required":["plan"],"additionalProperties":false}]}},"buildpacks":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"],"additionalProperties":false}},"environmentConfig":{"type":"object","properties":{"env":{"type":"object"},"formation":{"type":"object"},"addons":{"type":"array"},"buildpacks":{"type":"array"}}},"environments":{"type":"object","properties":{"test":{"allOf":[{"$ref":"#/definitions/environmentConfig"},{"type":"object","properties":{"scripts":{"type":"object","properties":{"test":{"type":"string"}},"additionalProperties":false}}}]},"review":{"$ref":"#/definitions/environmentConfig"},"production":{"$ref":"#/definitions/environmentConfig"}},"additionalProperties":false},"stack":{"type":"string","enum":["heroku-18","heroku-20","heroku-22","heroku-24"]}}}}'}, 'rootUri': {'type': 'string', 'minLength': 1, 'description': "The absolute path of the user's workspace unless otherwise specified by the user. Must be a string that can be resolved to a valid directory using node's path module."}, 'spaceId': {'type': 'string', 'description': 'Heroku private space identifier for space-scoped deployments. Use spaces_list tool to get a list of spaces if needed.'}, 'tarballUri': {'type': 'string', 'description': 'The URL of the tarball to deploy. If not provided, the rootUri must be provided and the tool will create a new tarball from the contents of the rootUri.'}, 'internalRouting': {'type': 'boolean', 'description': 'Enables internal routing within private spaces. Use this flag when you need to configure private spaces for internal routing.'}}, 'additionalProperties': False}}, {'name': 'deploy_one_off_dyno', 'description': '\nExecute code or a command on a Heroku one-off dyno in a sandboxed environment with network and filesystem access.\n\n**Requirements:**\n- Display command output to the user.\n- Determine app language using the \'app_info\' tool to identify the Heroku buildpack.\n- Use shell commands for environment setup (e.g., package installations) before execution.\n- Output must utilize standard input/output.\n\n**Capabilities:**\n- Network and filesystem access\n- Environment variables support\n- File creation and execution in supported languages\n- Temporary directory management\n\n**Guidelines:**\n1. Use the appropriate Heroku-supported language runtime.\n2. Ensure correct syntax and module imports for the chosen language.\n3. Organize code into classes/functions, executed from the top level.\n4. For external packages:\n - Specify in the appropriate package manager file.\n - Minimize dependencies.\n - Prefer native modules when possible.\n\n**Example (Node.js package manager file):**\n```json\n{\n "type": "module",\n "dependencies": {\n "axios": "^1.6.0"\n }\n}\n```\n', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'command'], 'properties': {'env': {'type': 'object', 'description': 'Environment variables for the dyno (optional).', 'additionalProperties': {}}, 'name': {'type': 'string', 'maxLength': 30, 'minLength': 5, 'description': 'Name of the Heroku app for the one-off dyno.'}, 'size': {'type': 'string', 'default': 'standard-1x', 'description': 'Dyno size (optional).'}, 'command': {'type': 'string', 'description': 'Command to execute in the one-off dyno.'}, 'sources': {'type': 'array', 'items': {'type': 'object', 'required': ['relativePath', 'contents'], 'properties': {'contents': {'type': 'string', 'description': 'Contents of the source file represented as a string.'}, 'relativePath': {'type': 'string', 'description': 'A virtual path to the source file used to create the tarball entry for this file.'}}, 'additionalProperties': False}, 'description': 'Array of objects representing the source files to include in the dyno.'}, 'timeToLive': {'type': 'number', 'default': 3600, 'description': 'Dyno lifespan in seconds (optional).'}}, 'additionalProperties': False}}] |
@wopal/mcp-server-hotnews | HotNews Server | A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites. | 2024-12-22T16:14:54.083Z | 601 | https://smithery.ai/server/@wopal/mcp-server-hotnews | false | null | {
"scanPassed": true
} | [{'name': 'get_hot_news', 'description': 'Get hot trending lists from various platforms', 'inputSchema': {'type': 'object', 'required': ['sources'], 'properties': {'sources': {'type': 'array', 'items': {'type': 'number', 'maximum': 9, 'minimum': 1}, 'description': 'Available HotNews sources (ID: Platform):\n\n{ID: 1, Platform: "Zhihu Hot List (知乎热榜)"},\n{ID: 2, Platform: "36Kr Hot List (36氪热榜)"},\n{ID: 3, Platform: "Baidu Hot Discussion (百度热点)"},\n{ID: 4, Platform: "Bilibili Hot List (B站热榜)"},\n{ID: 5, Platform: "Weibo Hot Search (微博热搜)"},\n{ID: 6, Platform: "Douyin Hot List (抖音热点)"},\n{ID: 7, Platform: "Hupu Hot List (虎扑热榜)"},\n{ID: 8, Platform: "Douban Hot List (豆瓣热榜)"},\n{ID: 9, Platform: "IT News (IT新闻)"}\n\nExample usage:\n- [3]: Get Baidu Hot Discussion only\n- [1,3,7]: Get hot lists from zhihuHot, Baidu, and huPu\n- [1,2,3,4]: Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili'}}}}] |
@wopal/mcp-server-hotnews | HotNews Server | A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites. | 2024-12-22T16:14:54.083Z | 601 | https://smithery.ai/server/@wopal/mcp-server-hotnews | false | null | {
"scanPassed": true
} | [{'name': 'get_hot_news', 'description': 'Get hot trending lists from various platforms', 'inputSchema': {'type': 'object', 'required': ['sources'], 'properties': {'sources': {'type': 'array', 'items': {'type': 'number', 'maximum': 9, 'minimum': 1}, 'description': 'Available HotNews sources (ID: Platform):\n\n{ID: 1, Platform: "Zhihu Hot List (知乎热榜)"},\n{ID: 2, Platform: "36Kr Hot List (36氪热榜)"},\n{ID: 3, Platform: "Baidu Hot Discussion (百度热点)"},\n{ID: 4, Platform: "Bilibili Hot List (B站热榜)"},\n{ID: 5, Platform: "Weibo Hot Search (微博热搜)"},\n{ID: 6, Platform: "Douyin Hot List (抖音热点)"},\n{ID: 7, Platform: "Hupu Hot List (虎扑热榜)"},\n{ID: 8, Platform: "Douban Hot List (豆瓣热榜)"},\n{ID: 9, Platform: "IT News (IT新闻)"}\n\nExample usage:\n- [3]: Get Baidu Hot Discussion only\n- [1,3,7]: Get hot lists from zhihuHot, Baidu, and huPu\n- [1,2,3,4]: Get hot lists from zhihuHot, 36Kr, Baidu, and Bilibili'}}}}] |
@mahecode/mcp-react-native-skia | React Native Skia Animation Thinking Tool | Analyze and solve React Native Skia animation challenges with structured thinking. Break down complex problems, explore techniques, and optimize performance for stunning visual effects. Enhance your animation workflow with a systematic approach to design and implementation. | 2025-04-04T17:06:49.520Z | 0 | https://smithery.ai/server/@mahecode/mcp-react-native-skia | true | null | {
"scanPassed": true
} | [{'name': 'skiaanimationthinking', 'description': 'A specialized tool for solving React Native Skia animation problems through structured thinking.\nThis tool helps analyze animation challenges and design solutions specifically for React Native Skia.\nEach thought can build on previous insights, explore different animation techniques, or revise approaches as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex animation problems for React Native Skia\n- Planning performant animations with Reanimated integration\n- Designing custom visual effects and transitions\n- Optimizing animation performance on mobile devices\n- Solving specific animation challenges like gesture response, dynamic paths, or timing issues\n- Planning canvas-based animations with proper memory management\n- Designing complex interactive animations\n\nKey features:\n- You can explore various React Native Skia animation techniques\n- You can consider performance implications of different approaches\n- You can revise previous thoughts as animation requirements become clearer\n- You can branch into different animation strategies\n- You can specify code snippets that demonstrate techniques\n- You can describe visual effects and results\n- You can adjust your thinking as you progress through the problem\n\nParameters explained:\n- thought: Your current thinking step about the animation problem\n- nextThoughtNeeded: True if you need more thinking steps\n- thoughtNumber: Current number in sequence\n- totalThoughts: Current estimate of thoughts needed\n- isRevision: A boolean indicating if this thought revises previous thinking\n- revisesThought: If is_revision is true, which thought number is being reconsidered\n- branchFromThought: If branching, which thought number is the branching point\n- branchId: Identifier for the current branch (if any)\n- needsMoreThoughts: If reaching end but realizing more thoughts needed\n- animationTechnique: The Skia animation technique being considered (e.g., "path interpolation", "reanimated integration", "canvas animations")\n- performanceConsideration: Notes on performance implications of the technique\n- visualEffect: Description of the visual result expected\n- codeSnippet: Example code showing how to implement the technique\n\nYou should:\n1. Start by clearly understanding the animation problem\n2. Break down the problem into logical steps\n3. Explore appropriate React Native Skia techniques for each step\n4. Consider integration with Reanimated when appropriate\n5. Address performance concerns specific to mobile animation\n6. Provide specific code examples that demonstrate techniques\n7. Revise approaches if better solutions become apparent\n8. Consider edge cases and potential issues\n9. Design with a performance-first mindset\n10. Remember that React Native Skia runs on the UI thread\n11. Ensure the solution provides a smooth, visually appealing result', 'inputSchema': {'type': 'object', 'required': ['thought', 'nextThoughtNeeded', 'thoughtNumber', 'totalThoughts'], 'properties': {'thought': {'type': 'string', 'description': 'Your current thinking step about the animation problem'}, 'branchId': {'type': 'string', 'description': 'Branch identifier'}, 'isRevision': {'type': 'boolean', 'description': 'Whether this revises previous thinking'}, 'codeSnippet': {'type': 'string', 'description': 'Example code showing how to implement the technique'}, 'visualEffect': {'type': 'string', 'description': 'Description of the visual result expected'}, 'thoughtNumber': {'type': 'integer', 'minimum': 1, 'description': 'Current thought number'}, 'totalThoughts': {'type': 'integer', 'minimum': 1, 'description': 'Estimated total thoughts needed'}, 'revisesThought': {'type': 'integer', 'minimum': 1, 'description': 'Which thought is being reconsidered'}, 'branchFromThought': {'type': 'integer', 'minimum': 1, 'description': 'Branching point thought number'}, 'needsMoreThoughts': {'type': 'boolean', 'description': 'If more thoughts are needed'}, 'nextThoughtNeeded': {'type': 'boolean', 'description': 'Whether another thought step is needed'}, 'animationTechnique': {'type': 'string', 'description': 'The Skia animation technique being considered'}, 'performanceConsideration': {'type': 'string', 'description': 'Notes on performance implications of the technique'}}}}] |
@mahecode/mcp-react-native-skia | React Native Skia Animation Thinking Tool | Analyze and solve React Native Skia animation challenges with structured thinking. Break down complex problems, explore techniques, and optimize performance for stunning visual effects. Enhance your animation workflow with a systematic approach to design and implementation. | 2025-04-04T17:06:49.520Z | 0 | https://smithery.ai/server/@mahecode/mcp-react-native-skia | true | null | {
"scanPassed": true
} | [{'name': 'skiaanimationthinking', 'description': 'A specialized tool for solving React Native Skia animation problems through structured thinking.\nThis tool helps analyze animation challenges and design solutions specifically for React Native Skia.\nEach thought can build on previous insights, explore different animation techniques, or revise approaches as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex animation problems for React Native Skia\n- Planning performant animations with Reanimated integration\n- Designing custom visual effects and transitions\n- Optimizing animation performance on mobile devices\n- Solving specific animation challenges like gesture response, dynamic paths, or timing issues\n- Planning canvas-based animations with proper memory management\n- Designing complex interactive animations\n\nKey features:\n- You can explore various React Native Skia animation techniques\n- You can consider performance implications of different approaches\n- You can revise previous thoughts as animation requirements become clearer\n- You can branch into different animation strategies\n- You can specify code snippets that demonstrate techniques\n- You can describe visual effects and results\n- You can adjust your thinking as you progress through the problem\n\nParameters explained:\n- thought: Your current thinking step about the animation problem\n- nextThoughtNeeded: True if you need more thinking steps\n- thoughtNumber: Current number in sequence\n- totalThoughts: Current estimate of thoughts needed\n- isRevision: A boolean indicating if this thought revises previous thinking\n- revisesThought: If is_revision is true, which thought number is being reconsidered\n- branchFromThought: If branching, which thought number is the branching point\n- branchId: Identifier for the current branch (if any)\n- needsMoreThoughts: If reaching end but realizing more thoughts needed\n- animationTechnique: The Skia animation technique being considered (e.g., "path interpolation", "reanimated integration", "canvas animations")\n- performanceConsideration: Notes on performance implications of the technique\n- visualEffect: Description of the visual result expected\n- codeSnippet: Example code showing how to implement the technique\n\nYou should:\n1. Start by clearly understanding the animation problem\n2. Break down the problem into logical steps\n3. Explore appropriate React Native Skia techniques for each step\n4. Consider integration with Reanimated when appropriate\n5. Address performance concerns specific to mobile animation\n6. Provide specific code examples that demonstrate techniques\n7. Revise approaches if better solutions become apparent\n8. Consider edge cases and potential issues\n9. Design with a performance-first mindset\n10. Remember that React Native Skia runs on the UI thread\n11. Ensure the solution provides a smooth, visually appealing result', 'inputSchema': {'type': 'object', 'required': ['thought', 'nextThoughtNeeded', 'thoughtNumber', 'totalThoughts'], 'properties': {'thought': {'type': 'string', 'description': 'Your current thinking step about the animation problem'}, 'branchId': {'type': 'string', 'description': 'Branch identifier'}, 'isRevision': {'type': 'boolean', 'description': 'Whether this revises previous thinking'}, 'codeSnippet': {'type': 'string', 'description': 'Example code showing how to implement the technique'}, 'visualEffect': {'type': 'string', 'description': 'Description of the visual result expected'}, 'thoughtNumber': {'type': 'integer', 'minimum': 1, 'description': 'Current thought number'}, 'totalThoughts': {'type': 'integer', 'minimum': 1, 'description': 'Estimated total thoughts needed'}, 'revisesThought': {'type': 'integer', 'minimum': 1, 'description': 'Which thought is being reconsidered'}, 'branchFromThought': {'type': 'integer', 'minimum': 1, 'description': 'Branching point thought number'}, 'needsMoreThoughts': {'type': 'boolean', 'description': 'If more thoughts are needed'}, 'nextThoughtNeeded': {'type': 'boolean', 'description': 'Whether another thought step is needed'}, 'animationTechnique': {'type': 'string', 'description': 'The Skia animation technique being considered'}, 'performanceConsideration': {'type': 'string', 'description': 'Notes on performance implications of the technique'}}}}] |
@cloudflare/playwright-mcp | Cloudflare Playwright | Automate browser interactions and testing through a powerful MCP server integrated with Playwright and Cloudflare Workers. Execute web navigation, element interaction, and capture screenshots or snapshots to enhance your LLM-driven workflows. Easily deploy and connect to this server to enable rich browser automation capabilities for your agents. | 2025-05-03T13:00:38.828Z | 0 | https://smithery.ai/server/@cloudflare/playwright-mcp | true | null | null | [{'name': 'browser_close', 'description': 'Close the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_wait', 'description': 'Wait for a specified time in seconds', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['time'], 'properties': {'time': {'type': 'number', 'description': 'The time to wait in seconds'}}, 'additionalProperties': False}}, {'name': 'browser_resize', 'description': 'Resize the browser window', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['width', 'height'], 'properties': {'width': {'type': 'number', 'description': 'Width of the browser window'}, 'height': {'type': 'number', 'description': 'Height of the browser window'}}, 'additionalProperties': False}}, {'name': 'browser_console_messages', 'description': 'Returns all console messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_handle_dialog', 'description': 'Handle a dialog', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'accept': {'type': 'boolean', 'description': 'Whether to accept the dialog.'}, 'promptText': {'type': 'string', 'description': 'The text of the prompt in case of a prompt dialog.'}}, 'additionalProperties': False}}, {'name': 'browser_file_upload', 'description': 'Upload one or multiple files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The absolute paths to the files to upload. Can be a single file or multiple files.'}}, 'additionalProperties': False}}, {'name': 'browser_install', 'description': 'Install the browser specified in the config. Call this if you get an error about the browser not being installed.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_press_key', 'description': 'Press a key on the keyboard', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'Name of the key to press or a character to generate, such as `ArrowLeft` or `a`'}}, 'additionalProperties': False}}, {'name': 'browser_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to'}}, 'additionalProperties': False}}, {'name': 'browser_navigate_back', 'description': 'Go back to the previous page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_navigate_forward', 'description': 'Go forward to the next page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_network_requests', 'description': 'Returns all network requests since loading the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_pdf_save', 'description': 'Save page as PDF', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_snapshot', 'description': 'Capture accessibility snapshot of the current page, this is better than screenshot', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_click', 'description': 'Perform click on a web page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_drag', 'description': 'Perform drag and drop between two elements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startElement', 'startRef', 'endElement', 'endRef'], 'properties': {'endRef': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'startRef': {'type': 'string', 'description': 'Exact source element reference from the page snapshot'}, 'endElement': {'type': 'string', 'description': 'Human-readable target element description used to obtain the permission to interact with the element'}, 'startElement': {'type': 'string', 'description': 'Human-readable source element description used to obtain the permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_hover', 'description': 'Hover over element on page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_type', 'description': 'Type text into editable element', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'text'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'text': {'type': 'string', 'description': 'Text to type into the element'}, 'slowly': {'type': 'boolean', 'description': 'Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once.'}, 'submit': {'type': 'boolean', 'description': 'Whether to submit entered text (press Enter after)'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_select_option', 'description': 'Select an option in a dropdown', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'values'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of values to select in the dropdown. This can be a single value or multiple values.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_take_screenshot', 'description': "Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'raw': {'type': 'boolean', 'description': 'Whether to return without compression (in PNG format). Default is false, which returns a JPEG image.'}, 'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot. If not provided, the screenshot will be taken of viewport. If ref is provided, element must be provided too.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to screenshot the element. If not provided, the screenshot will be taken of viewport. If element is provided, ref must be provided too.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_list', 'description': 'List browser tabs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_tab_new', 'description': 'Open a new tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to in the new tab. If not provided, the new tab will be blank.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_select', 'description': 'Select a tab by index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to select'}}, 'additionalProperties': False}}, {'name': 'browser_tab_close', 'description': 'Close a tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to close. Closes current tab if not provided.'}}, 'additionalProperties': False}}] |
@cloudflare/playwright-mcp | Cloudflare Playwright | Automate browser interactions and testing through a powerful MCP server integrated with Playwright and Cloudflare Workers. Execute web navigation, element interaction, and capture screenshots or snapshots to enhance your LLM-driven workflows. Easily deploy and connect to this server to enable rich browser automation capabilities for your agents. | 2025-05-03T13:00:38.828Z | 0 | https://smithery.ai/server/@cloudflare/playwright-mcp | true | null | null | [{'name': 'browser_close', 'description': 'Close the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_wait', 'description': 'Wait for a specified time in seconds', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['time'], 'properties': {'time': {'type': 'number', 'description': 'The time to wait in seconds'}}, 'additionalProperties': False}}, {'name': 'browser_resize', 'description': 'Resize the browser window', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['width', 'height'], 'properties': {'width': {'type': 'number', 'description': 'Width of the browser window'}, 'height': {'type': 'number', 'description': 'Height of the browser window'}}, 'additionalProperties': False}}, {'name': 'browser_console_messages', 'description': 'Returns all console messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_handle_dialog', 'description': 'Handle a dialog', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'accept': {'type': 'boolean', 'description': 'Whether to accept the dialog.'}, 'promptText': {'type': 'string', 'description': 'The text of the prompt in case of a prompt dialog.'}}, 'additionalProperties': False}}, {'name': 'browser_file_upload', 'description': 'Upload one or multiple files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The absolute paths to the files to upload. Can be a single file or multiple files.'}}, 'additionalProperties': False}}, {'name': 'browser_install', 'description': 'Install the browser specified in the config. Call this if you get an error about the browser not being installed.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_press_key', 'description': 'Press a key on the keyboard', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'description': 'Name of the key to press or a character to generate, such as `ArrowLeft` or `a`'}}, 'additionalProperties': False}}, {'name': 'browser_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to'}}, 'additionalProperties': False}}, {'name': 'browser_navigate_back', 'description': 'Go back to the previous page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_navigate_forward', 'description': 'Go forward to the next page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_network_requests', 'description': 'Returns all network requests since loading the page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_pdf_save', 'description': 'Save page as PDF', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_snapshot', 'description': 'Capture accessibility snapshot of the current page, this is better than screenshot', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_click', 'description': 'Perform click on a web page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_drag', 'description': 'Perform drag and drop between two elements', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['startElement', 'startRef', 'endElement', 'endRef'], 'properties': {'endRef': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'startRef': {'type': 'string', 'description': 'Exact source element reference from the page snapshot'}, 'endElement': {'type': 'string', 'description': 'Human-readable target element description used to obtain the permission to interact with the element'}, 'startElement': {'type': 'string', 'description': 'Human-readable source element description used to obtain the permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_hover', 'description': 'Hover over element on page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_type', 'description': 'Type text into editable element', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'text'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'text': {'type': 'string', 'description': 'Text to type into the element'}, 'slowly': {'type': 'boolean', 'description': 'Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once.'}, 'submit': {'type': 'boolean', 'description': 'Whether to submit entered text (press Enter after)'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_select_option', 'description': 'Select an option in a dropdown', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['element', 'ref', 'values'], 'properties': {'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot'}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of values to select in the dropdown. This can be a single value or multiple values.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to interact with the element'}}, 'additionalProperties': False}}, {'name': 'browser_take_screenshot', 'description': "Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'raw': {'type': 'boolean', 'description': 'Whether to return without compression (in PNG format). Default is false, which returns a JPEG image.'}, 'ref': {'type': 'string', 'description': 'Exact target element reference from the page snapshot. If not provided, the screenshot will be taken of viewport. If ref is provided, element must be provided too.'}, 'element': {'type': 'string', 'description': 'Human-readable element description used to obtain permission to screenshot the element. If not provided, the screenshot will be taken of viewport. If element is provided, ref must be provided too.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_list', 'description': 'List browser tabs', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'browser_tab_new', 'description': 'Open a new tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'url': {'type': 'string', 'description': 'The URL to navigate to in the new tab. If not provided, the new tab will be blank.'}}, 'additionalProperties': False}}, {'name': 'browser_tab_select', 'description': 'Select a tab by index', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to select'}}, 'additionalProperties': False}}, {'name': 'browser_tab_close', 'description': 'Close a tab', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'index': {'type': 'number', 'description': 'The index of the tab to close. Closes current tab if not provided.'}}, 'additionalProperties': False}}] |
@ADEOSec/mcp-shodan | Shodan MCP Server | Leverage Shodan's powerful API capabilities to enhance your cybersecurity operations. Perform network intelligence tasks such as host lookups, vulnerability analysis, and network scanning with ease. Streamline your workflows with integrated tools and prompt templates designed for cybersecurity professionals. | 2025-03-20T08:29:50.382Z | 0 | https://smithery.ai/server/@ADEOSec/mcp-shodan | true | null | null | [{'name': 'host-info', 'description': 'Get detailed information about a host from Shodan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'description': 'IP address to look up'}, 'minify': {'type': 'boolean', 'description': 'Return only basic host information (default: false)'}, 'history': {'type': 'boolean', 'description': 'Include historical information (default: false)'}}, 'additionalProperties': False}}, {'name': 'dns-lookup', 'description': 'Resolve hostnames to IP addresses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hostnames'], 'properties': {'hostnames': {'type': 'string', 'description': "Comma-separated list of hostnames to resolve (e.g., 'google.com,facebook.com')"}}, 'additionalProperties': False}}, {'name': 'reverse-dns', 'description': 'Look up hostnames for IP addresses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ips'], 'properties': {'ips': {'type': 'string', 'description': "Comma-separated list of IP addresses (e.g., '8.8.8.8,1.1.1.1')"}}, 'additionalProperties': False}}, {'name': 'domain-info', 'description': 'Get DNS entries and subdomains for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': "Domain name to look up (e.g., 'example.com')"}}, 'additionalProperties': False}}, {'name': 'hello', 'description': 'Test if the Shodan MCP server is working', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-host', 'description': 'Search Shodan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number for results (1 credit per page after 1st)'}, 'query': {'type': 'string', 'description': "Shodan search query (e.g. 'apache country:DE')"}, 'facets': {'type': 'string', 'description': 'Comma-separated list of properties to get summary information'}}, 'additionalProperties': False}}, {'name': 'search-host-count', 'description': 'Search Shodan without Results', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "Shodan search query (e.g. 'apache country:DE')"}, 'facets': {'type': 'string', 'description': 'Comma-separated list of properties to get summary information'}}, 'additionalProperties': False}}, {'name': 'list-search-facets', 'description': 'List all search facets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-search-filters', 'description': 'List all filters that can be used when searching', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-tokens', 'description': 'Break the search query into tokens', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Shodan search query to analyze'}}, 'additionalProperties': False}}, {'name': 'list-ports', 'description': 'List all ports that Shodan is crawling on the Internet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-protocols', 'description': 'List all protocols that can be used for scanning', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'request-scan', 'description': 'Request Shodan to scan an IP/network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ips'], 'properties': {'ips': {'type': 'string', 'description': "Comma-separated list of IPs or networks in CIDR notation (e.g. '8.8.8.8,1.1.1.1/24')"}}, 'additionalProperties': False}}, {'name': 'get-scan-status', 'description': 'Get the status of a scan request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The unique scan ID returned by request-scan'}}, 'additionalProperties': False}}, {'name': 'list-scans', 'description': 'Get list of all submitted scans', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-triggers', 'description': 'List available triggers for network alerts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create-alert', 'description': 'Create a network alert for monitoring', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'filters'], 'properties': {'name': {'type': 'string', 'description': 'Name of the alert'}, 'expires': {'type': 'number', 'description': 'Number of seconds the alert should be active (optional)'}, 'filters': {'type': 'object', 'properties': {'ip': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of IP addresses to monitor'}, 'port': {'type': 'array', 'items': {'type': 'number'}, 'description': 'List of ports to monitor'}}, 'description': 'Filters to apply (can include IP addresses and ports)', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-alert-info', 'description': 'Get information about a specific alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to get information about'}}, 'additionalProperties': False}}, {'name': 'delete-alert', 'description': 'Delete a network alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to delete'}}, 'additionalProperties': False}}, {'name': 'edit-alert', 'description': 'Edit an existing alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to edit'}, 'name': {'type': 'string', 'description': 'New name for the alert'}, 'filters': {'type': 'object', 'properties': {'ip': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New list of IP addresses to monitor'}, 'port': {'type': 'array', 'items': {'type': 'number'}, 'description': 'New list of ports to monitor'}}, 'description': 'New filters to apply', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'list-alerts', 'description': 'List all active alerts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-queries', 'description': 'List saved search queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': 'Page number of results (default: 1)'}, 'sort': {'enum': ['votes', 'timestamp'], 'type': 'string', 'description': 'Sort queries by (votes or timestamp)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order (asc or desc)'}}, 'additionalProperties': False}}, {'name': 'search-queries', 'description': 'Search through saved queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number of results (default: 1)'}, 'query': {'type': 'string', 'description': 'Search term to find queries'}}, 'additionalProperties': False}}, {'name': 'list-query-tags', 'description': 'List popular tags for saved queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'size': {'type': 'number', 'description': 'Number of tags to return (default: 10)'}}, 'additionalProperties': False}}, {'name': 'get-profile', 'description': 'Get account profile information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-api-info', 'description': 'Get API subscription information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-billing', 'description': 'Get billing profile information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-http-headers', 'description': "View the HTTP headers that you're sending in requests", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-my-ip', 'description': 'View your current IP address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@ADEOSec/mcp-shodan | Shodan MCP Server | Leverage Shodan's powerful API capabilities to enhance your cybersecurity operations. Perform network intelligence tasks such as host lookups, vulnerability analysis, and network scanning with ease. Streamline your workflows with integrated tools and prompt templates designed for cybersecurity professionals. | 2025-03-20T08:29:50.382Z | 0 | https://smithery.ai/server/@ADEOSec/mcp-shodan | true | null | null | [{'name': 'host-info', 'description': 'Get detailed information about a host from Shodan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ip'], 'properties': {'ip': {'type': 'string', 'description': 'IP address to look up'}, 'minify': {'type': 'boolean', 'description': 'Return only basic host information (default: false)'}, 'history': {'type': 'boolean', 'description': 'Include historical information (default: false)'}}, 'additionalProperties': False}}, {'name': 'dns-lookup', 'description': 'Resolve hostnames to IP addresses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hostnames'], 'properties': {'hostnames': {'type': 'string', 'description': "Comma-separated list of hostnames to resolve (e.g., 'google.com,facebook.com')"}}, 'additionalProperties': False}}, {'name': 'reverse-dns', 'description': 'Look up hostnames for IP addresses', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ips'], 'properties': {'ips': {'type': 'string', 'description': "Comma-separated list of IP addresses (e.g., '8.8.8.8,1.1.1.1')"}}, 'additionalProperties': False}}, {'name': 'domain-info', 'description': 'Get DNS entries and subdomains for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': "Domain name to look up (e.g., 'example.com')"}}, 'additionalProperties': False}}, {'name': 'hello', 'description': 'Test if the Shodan MCP server is working', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-host', 'description': 'Search Shodan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number for results (1 credit per page after 1st)'}, 'query': {'type': 'string', 'description': "Shodan search query (e.g. 'apache country:DE')"}, 'facets': {'type': 'string', 'description': 'Comma-separated list of properties to get summary information'}}, 'additionalProperties': False}}, {'name': 'search-host-count', 'description': 'Search Shodan without Results', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "Shodan search query (e.g. 'apache country:DE')"}, 'facets': {'type': 'string', 'description': 'Comma-separated list of properties to get summary information'}}, 'additionalProperties': False}}, {'name': 'list-search-facets', 'description': 'List all search facets', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-search-filters', 'description': 'List all filters that can be used when searching', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-tokens', 'description': 'Break the search query into tokens', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Shodan search query to analyze'}}, 'additionalProperties': False}}, {'name': 'list-ports', 'description': 'List all ports that Shodan is crawling on the Internet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-protocols', 'description': 'List all protocols that can be used for scanning', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'request-scan', 'description': 'Request Shodan to scan an IP/network', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ips'], 'properties': {'ips': {'type': 'string', 'description': "Comma-separated list of IPs or networks in CIDR notation (e.g. '8.8.8.8,1.1.1.1/24')"}}, 'additionalProperties': False}}, {'name': 'get-scan-status', 'description': 'Get the status of a scan request', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'The unique scan ID returned by request-scan'}}, 'additionalProperties': False}}, {'name': 'list-scans', 'description': 'Get list of all submitted scans', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-triggers', 'description': 'List available triggers for network alerts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'create-alert', 'description': 'Create a network alert for monitoring', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'filters'], 'properties': {'name': {'type': 'string', 'description': 'Name of the alert'}, 'expires': {'type': 'number', 'description': 'Number of seconds the alert should be active (optional)'}, 'filters': {'type': 'object', 'properties': {'ip': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of IP addresses to monitor'}, 'port': {'type': 'array', 'items': {'type': 'number'}, 'description': 'List of ports to monitor'}}, 'description': 'Filters to apply (can include IP addresses and ports)', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'get-alert-info', 'description': 'Get information about a specific alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to get information about'}}, 'additionalProperties': False}}, {'name': 'delete-alert', 'description': 'Delete a network alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to delete'}}, 'additionalProperties': False}}, {'name': 'edit-alert', 'description': 'Edit an existing alert', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Alert ID to edit'}, 'name': {'type': 'string', 'description': 'New name for the alert'}, 'filters': {'type': 'object', 'properties': {'ip': {'type': 'array', 'items': {'type': 'string'}, 'description': 'New list of IP addresses to monitor'}, 'port': {'type': 'array', 'items': {'type': 'number'}, 'description': 'New list of ports to monitor'}}, 'description': 'New filters to apply', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'list-alerts', 'description': 'List all active alerts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list-queries', 'description': 'List saved search queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'number', 'description': 'Page number of results (default: 1)'}, 'sort': {'enum': ['votes', 'timestamp'], 'type': 'string', 'description': 'Sort queries by (votes or timestamp)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order (asc or desc)'}}, 'additionalProperties': False}}, {'name': 'search-queries', 'description': 'Search through saved queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'number', 'description': 'Page number of results (default: 1)'}, 'query': {'type': 'string', 'description': 'Search term to find queries'}}, 'additionalProperties': False}}, {'name': 'list-query-tags', 'description': 'List popular tags for saved queries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'size': {'type': 'number', 'description': 'Number of tags to return (default: 10)'}}, 'additionalProperties': False}}, {'name': 'get-profile', 'description': 'Get account profile information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-api-info', 'description': 'Get API subscription information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-billing', 'description': 'Get billing profile information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-http-headers', 'description': "View the HTTP headers that you're sending in requests", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-my-ip', 'description': 'View your current IP address', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}] |
@CccZss/mcp-test | mcp-test | Enhance your applications with dynamic integration of external data and tools. Utilize a standardized protocol to interact with real-world resources and actions seamlessly. Empower your LLMs to reference and manipulate data securely and efficiently. | 2025-03-21T02:00:58.320Z | 0 | https://smithery.ai/server/@CccZss/mcp-test | true | null | {
"scanPassed": true
} | [{'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}, {'name': 'get_forecast', 'description': 'Get weather forecast for a location.\n\n Args:\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}}}}] |
@CccZss/mcp-test | mcp-test | Enhance your applications with dynamic integration of external data and tools. Utilize a standardized protocol to interact with real-world resources and actions seamlessly. Empower your LLMs to reference and manipulate data securely and efficiently. | 2025-03-21T02:00:58.320Z | 0 | https://smithery.ai/server/@CccZss/mcp-test | true | null | {
"scanPassed": true
} | [{'name': 'get_alerts', 'description': 'Get weather alerts for a US state.\n\n Args:\n state: Two-letter US state code (e.g. CA, NY)\n ', 'inputSchema': {'type': 'object', 'title': 'get_alertsArguments', 'required': ['state'], 'properties': {'state': {'type': 'string', 'title': 'State'}}}}, {'name': 'get_forecast', 'description': 'Get weather forecast for a location.\n\n Args:\n latitude: Latitude of the location\n longitude: Longitude of the location\n ', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['latitude', 'longitude'], 'properties': {'latitude': {'type': 'number', 'title': 'Latitude'}, 'longitude': {'type': 'number', 'title': 'Longitude'}}}}] |
@DynamicEndpoints/cloudflare-github-backup-mcp | Cloudflare to GitHub Backup | Automate the backup of your Cloudflare projects to a GitHub repository. Ensure your projects are securely stored and easily retrievable with this seamless integration. Start safeguarding your Cloudflare data today with minimal setup required. | 2025-03-09T15:01:10.307Z | 0 | https://smithery.ai/server/@DynamicEndpoints/cloudflare-github-backup-mcp | true | null | {
"scanPassed": true
} | [{'name': 'backup_projects', 'description': 'Backup Cloudflare projects to GitHub', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'projectIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of Cloudflare project IDs to backup. If not provided, all projects will be backed up.'}}}}, {'name': 'restore_project', 'description': 'Restore a Cloudflare project from a backup', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project to restore'}, 'timestamp': {'type': 'string', 'description': 'Optional timestamp of the backup to restore. If not provided, the most recent backup will be used.'}}}}, {'name': 'list_backups', 'description': 'List available backups for a Cloudflare project', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project'}}}}] |
@DynamicEndpoints/cloudflare-github-backup-mcp | Cloudflare to GitHub Backup | Automate the backup of your Cloudflare projects to a GitHub repository. Ensure your projects are securely stored and easily retrievable with this seamless integration. Start safeguarding your Cloudflare data today with minimal setup required. | 2025-03-09T15:01:10.307Z | 0 | https://smithery.ai/server/@DynamicEndpoints/cloudflare-github-backup-mcp | true | null | {
"scanPassed": true
} | [{'name': 'backup_projects', 'description': 'Backup Cloudflare projects to GitHub', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'projectIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional array of Cloudflare project IDs to backup. If not provided, all projects will be backed up.'}}}}, {'name': 'restore_project', 'description': 'Restore a Cloudflare project from a backup', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project to restore'}, 'timestamp': {'type': 'string', 'description': 'Optional timestamp of the backup to restore. If not provided, the most recent backup will be used.'}}}}, {'name': 'list_backups', 'description': 'List available backups for a Cloudflare project', 'inputSchema': {'type': 'object', 'required': ['projectId'], 'properties': {'projectId': {'type': 'string', 'description': 'ID of the Cloudflare project'}}}}] |
@etruong42/prometheus-mcp | Prometheus MCP Server | Expose Prometheus monitoring and visualization tools to your language model agents, enabling them to query metrics and generate charts dynamically. Enhance your LLM's capabilities with real-time observability data and graphical insights. Easily integrate with Claude and other MCP-compatible clients for seamless interaction. | 2025-04-16T14:00:45.133Z | 0 | https://smithery.ai/server/@etruong42/prometheus-mcp | true | null | {
"scanPassed": true
} | [{'name': 'prometheus_query_range', 'description': '\n Query Prometheus /query_range API endpoint and return\n an image of a plot of the time series monitoring data.\n Use this tool whenever the user asks about the status\n of their compute infrastructure.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_query_rangeArguments', 'required': ['query', 'start_time', 'end_time', 'step'], 'properties': {'step': {'type': 'string', 'title': 'Step'}, 'query': {'type': 'string', 'title': 'Query'}, 'end_time': {'type': 'string', 'title': 'End Time'}, 'start_time': {'type': 'string', 'title': 'Start Time'}}}}, {'name': 'prometheus_alert_rules', 'description': '\n Query the Prometheus /rules API.\n Returns a list of alerting and recording rules that are currently loaded.\n In addition it returns the currently active alerts fired by the Prometheus\n instance of each alerting rule.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_alert_rulesArguments', 'properties': {}}}] |
@etruong42/prometheus-mcp | Prometheus MCP Server | Expose Prometheus monitoring and visualization tools to your language model agents, enabling them to query metrics and generate charts dynamically. Enhance your LLM's capabilities with real-time observability data and graphical insights. Easily integrate with Claude and other MCP-compatible clients for seamless interaction. | 2025-04-16T14:00:45.133Z | 0 | https://smithery.ai/server/@etruong42/prometheus-mcp | true | null | {
"scanPassed": true
} | [{'name': 'prometheus_query_range', 'description': '\n Query Prometheus /query_range API endpoint and return\n an image of a plot of the time series monitoring data.\n Use this tool whenever the user asks about the status\n of their compute infrastructure.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_query_rangeArguments', 'required': ['query', 'start_time', 'end_time', 'step'], 'properties': {'step': {'type': 'string', 'title': 'Step'}, 'query': {'type': 'string', 'title': 'Query'}, 'end_time': {'type': 'string', 'title': 'End Time'}, 'start_time': {'type': 'string', 'title': 'Start Time'}}}}, {'name': 'prometheus_alert_rules', 'description': '\n Query the Prometheus /rules API.\n Returns a list of alerting and recording rules that are currently loaded.\n In addition it returns the currently active alerts fired by the Prometheus\n instance of each alerting rule.\n ', 'inputSchema': {'type': 'object', 'title': 'prometheus_alert_rulesArguments', 'properties': {}}}] |
@alimo7amed93/webhook-tester-mcp | Webhook Tester | Automate and manage webhook tokens, inspect incoming requests, and perform analytics without writing custom API integrations. Create, fetch, and delete webhooks seamlessly while enabling webhook observability and automated testing. Enhance your webhook workflows with modular tools accessible via Claude structured prompts. | 2025-04-24T14:00:54.383Z | 0 | https://smithery.ai/server/@alimo7amed93/webhook-tester-mcp | true | null | {
"scanPassed": true
} | [{'name': 'create_new_webhook', 'description': '', 'inputSchema': {'type': 'object', 'title': 'create_new_webhookArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'payload': {'type': 'string', 'title': 'Payload', 'default': '{}'}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': 'application/json'}, 'response_code': {'type': 'string', 'title': 'Response Code', 'default': '200'}, 'response_delay': {'type': 'integer', 'title': 'Response Delay', 'default': 0}}}}, {'name': 'list_all_webhooks', 'description': '', 'inputSchema': {'type': 'object', 'title': 'list_all_webhooksArguments', 'properties': {}}}, {'name': 'get_webhook_details', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_webhook_detailsArguments', 'required': ['webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'title': 'Webhook Id'}}}}, {'name': 'delete_webhook', 'description': '', 'inputSchema': {'type': 'object', 'title': 'delete_webhookArguments', 'required': ['webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'title': 'Webhook Id'}}}}] |
@alimo7amed93/webhook-tester-mcp | Webhook Tester | Automate and manage webhook tokens, inspect incoming requests, and perform analytics without writing custom API integrations. Create, fetch, and delete webhooks seamlessly while enabling webhook observability and automated testing. Enhance your webhook workflows with modular tools accessible via Claude structured prompts. | 2025-04-24T14:00:54.383Z | 0 | https://smithery.ai/server/@alimo7amed93/webhook-tester-mcp | true | null | {
"scanPassed": true
} | [{'name': 'create_new_webhook', 'description': '', 'inputSchema': {'type': 'object', 'title': 'create_new_webhookArguments', 'required': ['title'], 'properties': {'title': {'type': 'string', 'title': 'Title'}, 'payload': {'type': 'string', 'title': 'Payload', 'default': '{}'}, 'content_type': {'type': 'string', 'title': 'Content Type', 'default': 'application/json'}, 'response_code': {'type': 'string', 'title': 'Response Code', 'default': '200'}, 'response_delay': {'type': 'integer', 'title': 'Response Delay', 'default': 0}}}}, {'name': 'list_all_webhooks', 'description': '', 'inputSchema': {'type': 'object', 'title': 'list_all_webhooksArguments', 'properties': {}}}, {'name': 'get_webhook_details', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_webhook_detailsArguments', 'required': ['webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'title': 'Webhook Id'}}}}, {'name': 'delete_webhook', 'description': '', 'inputSchema': {'type': 'object', 'title': 'delete_webhookArguments', 'required': ['webhook_id'], 'properties': {'webhook_id': {'type': 'string', 'title': 'Webhook Id'}}}}] |
@OutreachToday/cold-outreach | Outreach Today MCP | Set up and manage cold outreach email accounts and domains. Build powerful AI sales agents effortlessly. Trusted by 2000+ B2B companies | 2025-03-24T16:08:05.599Z | 0 | https://smithery.ai/server/@OutreachToday/cold-outreach | true | null | {
"scanPassed": true
} | [{'name': 'profile', 'description': 'Get the profile for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'current-user-domains', 'description': 'Get the domains for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'check-available-domains', 'description': 'Check if a domain is available', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to check'}}, 'additionalProperties': False}}, {'name': 'save-domains-choice', 'description': 'Save the domains choice', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'workspaceId', 'redirectDomain', 'contactInfo', 'whoisguard'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to save'}, 'whoisguard': {'type': 'boolean', 'description': 'Whether to enable whois guard'}, 'contactInfo': {'type': 'object', 'required': ['first_name', 'last_name', 'real_address', 'city', 'state_province', 'postal_code', 'country', 'phone', 'email_address', 'organization_name', 'job_title'], 'properties': {'city': {'type': 'string', 'description': 'The city of the contact'}, 'phone': {'type': 'string', 'description': 'The phone of the contact'}, 'country': {'type': 'string', 'description': 'The country of the contact'}, 'job_title': {'type': 'string', 'description': 'The job title of the contact'}, 'last_name': {'type': 'string', 'description': 'The last name of the contact'}, 'first_name': {'type': 'string', 'description': 'The first name of the contact'}, 'postal_code': {'type': 'string', 'description': 'The postal code of the contact'}, 'real_address': {'type': 'string', 'description': 'The real address of the contact'}, 'email_address': {'type': 'string', 'description': 'The email address of the contact'}, 'state_province': {'type': 'string', 'description': 'The state province of the contact'}, 'organization_name': {'type': 'string', 'description': 'The organization name of the contact'}}, 'additionalProperties': False}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'purchase-dns-hosting', 'description': 'Purchase DNS hosting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'numYears', 'workspaceId', 'redirectDomain'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to purchase DNS hosting for'}, 'numYears': {'type': 'number', 'description': 'The number of years to purchase DNS hosting for'}, 'workspaceId': {'type': 'string', 'description': 'The ID of the workspace to purchase DNS hosting for'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'change-domains-redirects', 'description': 'Change the redirects for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'redirectDomain', 'workspaceId'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to change redirects for'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'set-domain-dns-records', 'description': 'Set the DNS records for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain', 'workspaceId', 'records'], 'properties': {'domain': {'type': 'string', 'description': 'The domain to set the DNS records for'}, 'records': {'type': 'array', 'items': {'type': 'object', 'required': ['Address', 'AssociatedAppTitle', 'FriendlyName', 'HostId', 'IsActive', 'IsDDNSEnabled', 'MXPref', 'Name', 'TTL', 'Type'], 'properties': {'id': {'type': 'number'}, 'TTL': {'type': 'string'}, 'Name': {'type': 'string'}, 'Type': {'type': 'string'}, 'HostId': {'type': 'string'}, 'MXPref': {'type': 'string'}, 'Address': {'type': 'string'}, 'IsActive': {'type': 'string'}, 'FriendlyName': {'type': 'string'}, 'IsDDNSEnabled': {'type': 'string'}, 'AssociatedAppTitle': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The DNS records to set'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'replace-restricted-domains', 'description': 'Replace the restricted domains with the new domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'workspaceId'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'object', 'required': ['old_domain', 'new_domain'], 'properties': {'new_domain': {'type': 'string'}, 'old_domain': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The domains to replace'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'current-user-mailboxes', 'description': 'Get the mailboxes for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'save-mailbox-choice', 'description': 'Save the mailbox choice', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mailboxes', 'workspaceId'], 'properties': {'mailboxes': {'type': 'array', 'items': {'type': 'object', 'required': ['address', 'firstName', 'lastName'], 'properties': {'address': {'type': 'string', 'format': 'email'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The mailboxes to save'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'update-mailboxes', 'description': 'Update the mailboxes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mailboxes', 'firstName', 'lastName'], 'properties': {'lastName': {'type': 'string', 'description': 'The last name of the mailbox'}, 'firstName': {'type': 'string', 'description': 'The first name of the mailbox'}, 'forwardTo': {'type': 'string', 'description': 'The forward to of the mailbox'}, 'mailboxes': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The mailboxes to update'}, 'signature': {'type': 'string', 'description': 'The signature of the mailbox'}, 'workspaceId': {'type': 'number', 'description': 'The workspace id'}}, 'additionalProperties': False}}, {'name': 'upgrade-subscription', 'description': 'Upgrade the subscription', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['newMaxMailboxes', 'workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'newMaxMailboxes': {'type': 'number', 'description': 'The new max mailboxes'}}, 'additionalProperties': False}}, {'name': 'api-keys', 'description': 'Get the API keys for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'workspace-credits', 'description': 'Get the credits for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-subscription-status', 'description': 'Get the subscription status for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-invoices', 'description': 'Get the invoices for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'limit'], 'properties': {'limit': {'type': 'number', 'description': 'The limit of invoices to return'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-payment-method', 'description': 'Get the payment method for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-add-user', 'description': 'Add a user to the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'email', 'role'], 'properties': {'role': {'type': 'string', 'description': 'The role of the user'}, 'email': {'type': 'string', 'format': 'email', 'description': 'The email of the user to add'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-delete-user', 'description': 'Delete a user from the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'userId'], 'properties': {'userId': {'type': 'number', 'description': 'The ID of the user to delete'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-update', 'description': 'Update a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'project_name'], 'properties': {'description': {'type': 'string', 'description': 'The description of the workspace'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to update'}, 'project_name': {'type': 'string', 'description': 'The name of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-users', 'description': 'Get the users for a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to get users for'}}, 'additionalProperties': False}}, {'name': 'workspace-create', 'description': 'Create a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_name'], 'properties': {'description': {'type': 'string', 'description': 'The description of the workspace'}, 'project_name': {'type': 'string', 'description': 'The name of the workspace'}}, 'additionalProperties': False}}, {'name': 'health-tests', 'description': 'Get the health tests for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'domains-health', 'description': 'Get the health of the domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'domains-dns-records', 'description': 'Get the DNS records for the domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'domain'], 'properties': {'domain': {'type': 'string', 'description': 'The domain to get the DNS records for'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}] |
@OutreachToday/cold-outreach | Outreach Today MCP | Set up and manage cold outreach email accounts and domains. Build powerful AI sales agents effortlessly. Trusted by 2000+ B2B companies | 2025-03-24T16:08:05.599Z | 0 | https://smithery.ai/server/@OutreachToday/cold-outreach | true | null | {
"scanPassed": true
} | [{'name': 'profile', 'description': 'Get the profile for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'current-user-domains', 'description': 'Get the domains for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'check-available-domains', 'description': 'Check if a domain is available', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to check'}}, 'additionalProperties': False}}, {'name': 'save-domains-choice', 'description': 'Save the domains choice', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'workspaceId', 'redirectDomain', 'contactInfo', 'whoisguard'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to save'}, 'whoisguard': {'type': 'boolean', 'description': 'Whether to enable whois guard'}, 'contactInfo': {'type': 'object', 'required': ['first_name', 'last_name', 'real_address', 'city', 'state_province', 'postal_code', 'country', 'phone', 'email_address', 'organization_name', 'job_title'], 'properties': {'city': {'type': 'string', 'description': 'The city of the contact'}, 'phone': {'type': 'string', 'description': 'The phone of the contact'}, 'country': {'type': 'string', 'description': 'The country of the contact'}, 'job_title': {'type': 'string', 'description': 'The job title of the contact'}, 'last_name': {'type': 'string', 'description': 'The last name of the contact'}, 'first_name': {'type': 'string', 'description': 'The first name of the contact'}, 'postal_code': {'type': 'string', 'description': 'The postal code of the contact'}, 'real_address': {'type': 'string', 'description': 'The real address of the contact'}, 'email_address': {'type': 'string', 'description': 'The email address of the contact'}, 'state_province': {'type': 'string', 'description': 'The state province of the contact'}, 'organization_name': {'type': 'string', 'description': 'The organization name of the contact'}}, 'additionalProperties': False}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'purchase-dns-hosting', 'description': 'Purchase DNS hosting', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'numYears', 'workspaceId', 'redirectDomain'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to purchase DNS hosting for'}, 'numYears': {'type': 'number', 'description': 'The number of years to purchase DNS hosting for'}, 'workspaceId': {'type': 'string', 'description': 'The ID of the workspace to purchase DNS hosting for'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'change-domains-redirects', 'description': 'Change the redirects for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'redirectDomain', 'workspaceId'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The domains to change redirects for'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'redirectDomain': {'type': 'string', 'description': 'The domain to redirect to'}}, 'additionalProperties': False}}, {'name': 'set-domain-dns-records', 'description': 'Set the DNS records for a domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain', 'workspaceId', 'records'], 'properties': {'domain': {'type': 'string', 'description': 'The domain to set the DNS records for'}, 'records': {'type': 'array', 'items': {'type': 'object', 'required': ['Address', 'AssociatedAppTitle', 'FriendlyName', 'HostId', 'IsActive', 'IsDDNSEnabled', 'MXPref', 'Name', 'TTL', 'Type'], 'properties': {'id': {'type': 'number'}, 'TTL': {'type': 'string'}, 'Name': {'type': 'string'}, 'Type': {'type': 'string'}, 'HostId': {'type': 'string'}, 'MXPref': {'type': 'string'}, 'Address': {'type': 'string'}, 'IsActive': {'type': 'string'}, 'FriendlyName': {'type': 'string'}, 'IsDDNSEnabled': {'type': 'string'}, 'AssociatedAppTitle': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The DNS records to set'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'replace-restricted-domains', 'description': 'Replace the restricted domains with the new domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domains', 'workspaceId'], 'properties': {'domains': {'type': 'array', 'items': {'type': 'object', 'required': ['old_domain', 'new_domain'], 'properties': {'new_domain': {'type': 'string'}, 'old_domain': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The domains to replace'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'current-user-mailboxes', 'description': 'Get the mailboxes for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'save-mailbox-choice', 'description': 'Save the mailbox choice', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mailboxes', 'workspaceId'], 'properties': {'mailboxes': {'type': 'array', 'items': {'type': 'object', 'required': ['address', 'firstName', 'lastName'], 'properties': {'address': {'type': 'string', 'format': 'email'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'The mailboxes to save'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'update-mailboxes', 'description': 'Update the mailboxes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mailboxes', 'firstName', 'lastName'], 'properties': {'lastName': {'type': 'string', 'description': 'The last name of the mailbox'}, 'firstName': {'type': 'string', 'description': 'The first name of the mailbox'}, 'forwardTo': {'type': 'string', 'description': 'The forward to of the mailbox'}, 'mailboxes': {'type': 'array', 'items': {'type': 'string'}, 'description': 'The mailboxes to update'}, 'signature': {'type': 'string', 'description': 'The signature of the mailbox'}, 'workspaceId': {'type': 'number', 'description': 'The workspace id'}}, 'additionalProperties': False}}, {'name': 'upgrade-subscription', 'description': 'Upgrade the subscription', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['newMaxMailboxes', 'workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}, 'newMaxMailboxes': {'type': 'number', 'description': 'The new max mailboxes'}}, 'additionalProperties': False}}, {'name': 'api-keys', 'description': 'Get the API keys for the current user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'workspace-credits', 'description': 'Get the credits for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-subscription-status', 'description': 'Get the subscription status for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-invoices', 'description': 'Get the invoices for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'limit'], 'properties': {'limit': {'type': 'number', 'description': 'The limit of invoices to return'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-payment-method', 'description': 'Get the payment method for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-add-user', 'description': 'Add a user to the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'email', 'role'], 'properties': {'role': {'type': 'string', 'description': 'The role of the user'}, 'email': {'type': 'string', 'format': 'email', 'description': 'The email of the user to add'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-delete-user', 'description': 'Delete a user from the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'userId'], 'properties': {'userId': {'type': 'number', 'description': 'The ID of the user to delete'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-update', 'description': 'Update a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'project_name'], 'properties': {'description': {'type': 'string', 'description': 'The description of the workspace'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to update'}, 'project_name': {'type': 'string', 'description': 'The name of the workspace'}}, 'additionalProperties': False}}, {'name': 'workspace-users', 'description': 'Get the users for a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace to get users for'}}, 'additionalProperties': False}}, {'name': 'workspace-create', 'description': 'Create a workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_name'], 'properties': {'description': {'type': 'string', 'description': 'The description of the workspace'}, 'project_name': {'type': 'string', 'description': 'The name of the workspace'}}, 'additionalProperties': False}}, {'name': 'health-tests', 'description': 'Get the health tests for the workspace', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'domains-health', 'description': 'Get the health of the domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId'], 'properties': {'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}, {'name': 'domains-dns-records', 'description': 'Get the DNS records for the domains', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['workspaceId', 'domain'], 'properties': {'domain': {'type': 'string', 'description': 'The domain to get the DNS records for'}, 'workspaceId': {'type': 'number', 'description': 'The ID of the workspace'}}, 'additionalProperties': False}}] |
@vakharwalad23/google-mcp | Google MCP | Integrate seamlessly with Google services like Gmail and Calendar to enhance your AI client capabilities. Send emails, manage calendars, and automate workflows effortlessly with a few commands. Streamline your tasks and improve productivity by leveraging Google’s powerful tools directly from your AI interface. | 2025-04-07T19:59:12.075Z | 1 | https://smithery.ai/server/@vakharwalad23/google-mcp | false | null | {
"scanPassed": true
} | [{'name': 'google_calendar_set_default', 'description': 'Set the default calendar ID for operations', 'inputSchema': {'type': 'object', 'required': ['calendarId'], 'properties': {'calendarId': {'type': 'string', 'description': 'The ID of the calendar to set as default'}}}}, {'name': 'google_calendar_list_calendars', 'description': 'List all available calendars', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_calendar_create_event', 'description': 'Create a new event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time of the event in ISO 8601 format (e.g. 2025-04-02T11:00:00-07:00)'}, 'start': {'type': 'string', 'description': 'Start time of the event in ISO 8601 format (e.g. 2025-04-02T10:00:00-07:00)'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_get_events', 'description': 'Retrieve upcoming events from Google Calendar', 'inputSchema': {'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Free text search term for events'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'timeMax': {'type': 'string', 'description': 'End date/time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start date/time in ISO format (defaults to now)'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'showDeleted': {'type': 'boolean', 'description': 'Whether to include deleted events'}}}}, {'name': 'google_calendar_get_event', 'description': 'Get detailed information about a specific event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to retrieve'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_update_event', 'description': 'Update an existing event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO 8601 format'}, 'start': {'type': 'string', 'description': 'Start time in ISO 8601 format'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'eventId': {'type': 'string', 'description': 'ID of the event to update'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_delete_event', 'description': 'Delete an event from Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to delete'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_find_free_time', 'description': 'Find available time slots between events', 'inputSchema': {'type': 'object', 'required': ['startDate', 'endDate', 'duration'], 'properties': {'endDate': {'type': 'string', 'description': 'End of search period (ISO format)'}, 'duration': {'type': 'number', 'description': 'Minimum slot duration in minutes'}, 'startDate': {'type': 'string', 'description': 'Start of search period (ISO format)'}, 'calendarIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional: Calendar IDs to check (defaults to primary if not specified)'}}}}, {'name': 'google_gmail_list_labels', 'description': 'List all available Gmail labels', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_gmail_list_emails', 'description': 'List emails from a specific label or folder', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': "Label IDs to filter messages (e.g., 'INBOX', 'SENT')"}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return'}}}}, {'name': 'google_gmail_get_email', 'description': 'Get detailed information about a specific email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}, 'messageId': {'type': 'string', 'description': 'ID of the email to retrieve'}}}}, {'name': 'google_gmail_get_email_by_index', 'description': 'Get email by its index from the most recent search results', 'inputSchema': {'type': 'object', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'Index of the email from search results (starting from 1)'}, 'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}}}}, {'name': 'google_gmail_send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_draft_email', 'description': 'Create a draft email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_delete_email', 'description': 'Delete or trash an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to delete'}, 'permanently': {'type': 'boolean', 'description': 'Whether to permanently delete or move to trash'}}}}, {'name': 'google_gmail_modify_labels', 'description': 'Add or remove labels from an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the message'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove from the message'}}}}] |
@vakharwalad23/google-mcp | Google MCP | Integrate seamlessly with Google services like Gmail and Calendar to enhance your AI client capabilities. Send emails, manage calendars, and automate workflows effortlessly with a few commands. Streamline your tasks and improve productivity by leveraging Google’s powerful tools directly from your AI interface. | 2025-04-07T19:59:12.075Z | 1 | https://smithery.ai/server/@vakharwalad23/google-mcp | false | null | {
"scanPassed": true
} | [{'name': 'google_calendar_set_default', 'description': 'Set the default calendar ID for operations', 'inputSchema': {'type': 'object', 'required': ['calendarId'], 'properties': {'calendarId': {'type': 'string', 'description': 'The ID of the calendar to set as default'}}}}, {'name': 'google_calendar_list_calendars', 'description': 'List all available calendars', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_calendar_create_event', 'description': 'Create a new event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['summary', 'start', 'end'], 'properties': {'end': {'type': 'string', 'description': 'End time of the event in ISO 8601 format (e.g. 2025-04-02T11:00:00-07:00)'}, 'start': {'type': 'string', 'description': 'Start time of the event in ISO 8601 format (e.g. 2025-04-02T10:00:00-07:00)'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_get_events', 'description': 'Retrieve upcoming events from Google Calendar', 'inputSchema': {'type': 'object', 'properties': {'q': {'type': 'string', 'description': 'Free text search term for events'}, 'limit': {'type': 'number', 'description': 'Maximum number of events to return'}, 'timeMax': {'type': 'string', 'description': 'End date/time in ISO format'}, 'timeMin': {'type': 'string', 'description': 'Start date/time in ISO format (defaults to now)'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'showDeleted': {'type': 'boolean', 'description': 'Whether to include deleted events'}}}}, {'name': 'google_calendar_get_event', 'description': 'Get detailed information about a specific event', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to retrieve'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_update_event', 'description': 'Update an existing event in Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'end': {'type': 'string', 'description': 'End time in ISO 8601 format'}, 'start': {'type': 'string', 'description': 'Start time in ISO 8601 format'}, 'colorId': {'type': 'string', 'description': 'Color identifier (1-11) for the event'}, 'eventId': {'type': 'string', 'description': 'ID of the event to update'}, 'summary': {'type': 'string', 'description': 'The title/summary of the event'}, 'location': {'type': 'string', 'description': 'Physical location or address'}, 'attendees': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of email addresses to invite'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}, 'recurrence': {'type': 'string', 'description': "RFC5545 recurrence rule (e.g., 'RRULE:FREQ=WEEKLY;COUNT=10')"}, 'description': {'type': 'string', 'description': 'Detailed description of the event'}}}}, {'name': 'google_calendar_delete_event', 'description': 'Delete an event from Google Calendar', 'inputSchema': {'type': 'object', 'required': ['eventId'], 'properties': {'eventId': {'type': 'string', 'description': 'ID of the event to delete'}, 'calendarId': {'type': 'string', 'description': 'Optional: ID of calendar to use (defaults to primary if not specified)'}}}}, {'name': 'google_calendar_find_free_time', 'description': 'Find available time slots between events', 'inputSchema': {'type': 'object', 'required': ['startDate', 'endDate', 'duration'], 'properties': {'endDate': {'type': 'string', 'description': 'End of search period (ISO format)'}, 'duration': {'type': 'number', 'description': 'Minimum slot duration in minutes'}, 'startDate': {'type': 'string', 'description': 'Start of search period (ISO format)'}, 'calendarIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional: Calendar IDs to check (defaults to primary if not specified)'}}}}, {'name': 'google_gmail_list_labels', 'description': 'List all available Gmail labels', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'google_gmail_list_emails', 'description': 'List emails from a specific label or folder', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'Search query to filter emails'}, 'labelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': "Label IDs to filter messages (e.g., 'INBOX', 'SENT')"}, 'maxResults': {'type': 'number', 'description': 'Maximum number of emails to return'}}}}, {'name': 'google_gmail_get_email', 'description': 'Get detailed information about a specific email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}, 'messageId': {'type': 'string', 'description': 'ID of the email to retrieve'}}}}, {'name': 'google_gmail_get_email_by_index', 'description': 'Get email by its index from the most recent search results', 'inputSchema': {'type': 'object', 'required': ['index'], 'properties': {'index': {'type': 'number', 'description': 'Index of the email from search results (starting from 1)'}, 'format': {'type': 'string', 'description': 'Format to return the email in (full, metadata, minimal, raw)'}}}}, {'name': 'google_gmail_send_email', 'description': 'Send a new email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_draft_email', 'description': 'Create a draft email', 'inputSchema': {'type': 'object', 'required': ['to', 'subject', 'body'], 'properties': {'cc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'CC recipients email addresses'}, 'to': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Recipients email addresses'}, 'bcc': {'type': 'array', 'items': {'type': 'string'}, 'description': 'BCC recipients email addresses'}, 'body': {'type': 'string', 'description': 'Email body content (can be plain text or HTML)'}, 'isHtml': {'type': 'boolean', 'description': 'Whether the body contains HTML'}, 'subject': {'type': 'string', 'description': 'Email subject'}}}}, {'name': 'google_gmail_delete_email', 'description': 'Delete or trash an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to delete'}, 'permanently': {'type': 'boolean', 'description': 'Whether to permanently delete or move to trash'}}}}, {'name': 'google_gmail_modify_labels', 'description': 'Add or remove labels from an email', 'inputSchema': {'type': 'object', 'required': ['messageId'], 'properties': {'messageId': {'type': 'string', 'description': 'ID of the email to modify'}, 'addLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to add to the message'}, 'removeLabelIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Labels to remove from the message'}}}}] |
@baryhuang/my-apple-remembers | My Apple Remembers | Recall and save memories from your Apple Notes effortlessly. Access notes, calendar events, and files on your Mac, and persist important information for future reference with minimal setup. Enjoy universal compatibility across all macOS versions. | 2025-03-27T16:22:57.198Z | 0 | https://smithery.ai/server/@baryhuang/my-apple-remembers | true | null | {
"scanPassed": true
} | [{'name': 'my_apple_recall_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to recall the apple notes, apple calendar, imessages, chat messages, files, context or any other information of a MacOs machine can have access to.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}, {'name': 'my_apple_save_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to save relevant information to the apple notes. You decide what information to save. You should always add a new notes with a timestamp as the title.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}] |
@baryhuang/my-apple-remembers | My Apple Remembers | Recall and save memories from your Apple Notes effortlessly. Access notes, calendar events, and files on your Mac, and persist important information for future reference with minimal setup. Enjoy universal compatibility across all macOS versions. | 2025-03-27T16:22:57.198Z | 0 | https://smithery.ai/server/@baryhuang/my-apple-remembers | true | null | {
"scanPassed": true
} | [{'name': 'my_apple_recall_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to recall the apple notes, apple calendar, imessages, chat messages, files, context or any other information of a MacOs machine can have access to.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}, {'name': 'my_apple_save_memory', 'description': 'Run Apple Script on a remote MacOs machine. This call should be used to save relevant information to the apple notes. You decide what information to save. You should always add a new notes with a timestamp as the title.', 'inputSchema': {'type': 'object', 'required': ['code_snippet'], 'properties': {'timeout': {'type': 'integer', 'description': 'Command execution timeout in seconds (default: 60)'}, 'code_snippet': {'type': 'string', 'description': 'AppleScript code to execute on the remote machine. Can be a single line or multi-line script. You should prefer multi-line scripts for complex operations.'}}}}] |
@dulbrich/familysearch-mcp | FamilySearch MCP Server | Interact with FamilySearch's family history data seamlessly. Search for person records, view detailed information, and explore ancestors and descendants using AI tools. Authenticate securely and access historical records with ease. | 2025-03-24T18:01:19.967Z | 0 | https://smithery.ai/server/@dulbrich/familysearch-mcp | true | null | {
"scanPassed": true
} | [{'name': 'say-hello', 'description': 'Say hello to the user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the user to say hello to'}}, 'additionalProperties': False}}, {'name': 'configure', 'description': 'Configure FamilySearch API credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string', 'description': 'Your FamilySearch API client ID'}, 'redirectUri': {'type': 'string', 'description': 'OAuth redirect URI (default: https://localhost:8080/oauth-redirect)'}}, 'additionalProperties': False}}, {'name': 'authenticate', 'description': 'Authenticate with FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'password'], 'properties': {'password': {'type': 'string', 'description': 'Your FamilySearch password'}, 'username': {'type': 'string', 'description': 'Your FamilySearch username'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'description': 'Get information about the currently authenticated user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-persons', 'description': 'Search for person records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Name to search for'}, 'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'gender': {'enum': ['MALE', 'FEMALE'], 'type': 'string', 'description': 'Gender'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}}, 'additionalProperties': False}}, {'name': 'get-person', 'description': 'Get detailed information about a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}}, 'additionalProperties': False}}, {'name': 'get-ancestors', 'description': 'Get ancestors of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 4, max: 8)'}}, 'additionalProperties': False}}, {'name': 'get-descendants', 'description': 'Get descendants of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 2, max: 3)'}}, 'additionalProperties': False}}, {'name': 'search-records', 'description': 'Search for historical records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'surname': {'type': 'string', 'description': 'Surname/last name'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'givenName': {'type': 'string', 'description': 'Given name'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}, 'collectionId': {'type': 'string', 'description': 'Specific collection ID to search in'}}, 'additionalProperties': False}}] |
@dulbrich/familysearch-mcp | FamilySearch MCP Server | Interact with FamilySearch's family history data seamlessly. Search for person records, view detailed information, and explore ancestors and descendants using AI tools. Authenticate securely and access historical records with ease. | 2025-03-24T18:01:19.967Z | 0 | https://smithery.ai/server/@dulbrich/familysearch-mcp | true | null | {
"scanPassed": true
} | [{'name': 'say-hello', 'description': 'Say hello to the user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the user to say hello to'}}, 'additionalProperties': False}}, {'name': 'configure', 'description': 'Configure FamilySearch API credentials', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId'], 'properties': {'clientId': {'type': 'string', 'description': 'Your FamilySearch API client ID'}, 'redirectUri': {'type': 'string', 'description': 'OAuth redirect URI (default: https://localhost:8080/oauth-redirect)'}}, 'additionalProperties': False}}, {'name': 'authenticate', 'description': 'Authenticate with FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['username', 'password'], 'properties': {'password': {'type': 'string', 'description': 'Your FamilySearch password'}, 'username': {'type': 'string', 'description': 'Your FamilySearch username'}}, 'additionalProperties': False}}, {'name': 'get-current-user', 'description': 'Get information about the currently authenticated user', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search-persons', 'description': 'Search for person records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'name': {'type': 'string', 'description': 'Name to search for'}, 'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'gender': {'enum': ['MALE', 'FEMALE'], 'type': 'string', 'description': 'Gender'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}}, 'additionalProperties': False}}, {'name': 'get-person', 'description': 'Get detailed information about a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}}, 'additionalProperties': False}}, {'name': 'get-ancestors', 'description': 'Get ancestors of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 4, max: 8)'}}, 'additionalProperties': False}}, {'name': 'get-descendants', 'description': 'Get descendants of a specific person', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['personId'], 'properties': {'personId': {'type': 'string', 'description': 'Person ID'}, 'generations': {'type': 'number', 'description': 'Number of generations (default: 2, max: 3)'}}, 'additionalProperties': False}}, {'name': 'search-records', 'description': 'Search for historical records in FamilySearch', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': 'Maximum number of results (default: 10)'}, 'surname': {'type': 'string', 'description': 'Surname/last name'}, 'birthDate': {'type': 'string', 'description': 'Birth date (YYYY-MM-DD)'}, 'deathDate': {'type': 'string', 'description': 'Death date (YYYY-MM-DD)'}, 'givenName': {'type': 'string', 'description': 'Given name'}, 'birthPlace': {'type': 'string', 'description': 'Birth place'}, 'deathPlace': {'type': 'string', 'description': 'Death place'}, 'collectionId': {'type': 'string', 'description': 'Specific collection ID to search in'}}, 'additionalProperties': False}}] |
@6/mcp-server-rubygems | RubyGems Metadata Server | Fetch RubyGems metadata effortlessly using our server. Access detailed information about gems, search for specific gems, and retrieve version histories with ease. Enhance your Ruby development experience by integrating RubyGems data directly into your applications. | 2025-04-05T16:00:44.885Z | 0 | https://smithery.ai/server/@6/mcp-server-rubygems | true | null | {
"scanPassed": true
} | [{'name': 'get_rubygem_info', 'description': 'Get information about a RubyGem from the RubyGems.org API', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['rubygem_name'], 'properties': {'rubygem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch information for'}}, 'additionalProperties': False}}}, {'name': 'search_rubygems', 'description': 'Search for RubyGems matching a query string. The search matches against gem names and descriptions. Returns up to 10 results by default (customizable with limit parameter), ordered by relevance. Example queries: "authentication", "rails middleware", "aws sdk"', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'integer', 'maximum': 30, 'description': 'Maximum number of results to return (default: 10, max: 30)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'Search query for finding RubyGems'}}, 'additionalProperties': False}}}, {'name': 'get_gem_versions', 'description': 'Get all available versions of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'limit': {'type': 'integer', 'description': 'Maximum number of versions to return', 'exclusiveMinimum': 0}, 'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch versions for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_reverse_dependencies', 'description': 'Get gems that depend on a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch reverse dependencies for'}}, 'additionalProperties': False}}}, {'name': 'get_owner_gems', 'description': 'Get all RubyGems owned by a specific user or organization', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner_name'], 'properties': {'owner_name': {'type': 'string', 'minLength': 1, 'description': 'Username of the RubyGem owner to fetch gems for'}}, 'additionalProperties': False}}}, {'name': 'get_gem_owners', 'description': 'Get the owners of a specific RubyGem', 'inputSchema': {'type': 'object', 'properties': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['gem_name'], 'properties': {'gem_name': {'type': 'string', 'minLength': 1, 'description': 'Name of the RubyGem to fetch owners for'}}, 'additionalProperties': False}}}] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.