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
@GMKR/imagegenerator
Image Generator
Generate images from text prompts effortlessly. Utilize advanced AI models to create stunning visuals tailored to your specifications. Perfect for artists, designers, and anyone in need of custom imagery.
2025-03-15T14:38:05.412Z
5
https://smithery.ai/server/@GMKR/imagegenerator
true
null
{ "scanPassed": true }
[{'name': 'generate_image', 'description': 'Generates and returns an image based on the provided promptUse this tool when you need to generate an image based on a promptThe image will be returned as a base64 encoded string', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'width': {'type': 'number', 'description': 'The width of the image to generate'}, 'height': {'type': 'number', 'description': 'The height of the image to generate'}, 'prompt': {'type': 'string', 'description': 'The prompt to generate an image for'}, 'numberOfImages': {'type': 'number', 'description': 'The number of images to generate'}}, 'additionalProperties': False}}]
@Leghis/smart-e2b
SMART-E2B
Execute JavaScript and Python code securely in the cloud. Manage files and optimize performance with intelligent session reuse. Integrate seamlessly with Claude AI Desktop for enhanced capabilities.
2025-04-06T13:41:45.750Z
5
https://smithery.ai/server/@Leghis/smart-e2b
true
null
{ "scanPassed": true }
[{'name': 'executeJavaScript', 'description': 'Execute JavaScript code in a secure cloud sandbox', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'JavaScript code to execute'}, 'timeout': {'type': 'number', 'description': 'Timeout in milliseconds (optional)'}}}}, {'name': 'executePython', 'description': 'Execute Python code in a secure cloud sandbox', 'inputSchema': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Python code to execute'}, 'timeout': {'type': 'number', 'description': 'Timeout in milliseconds (optional)'}}}}, {'name': 'uploadFile', 'description': 'Upload a file to the sandbox', 'inputSchema': {'type': 'object', 'required': ['filePath', 'content'], 'properties': {'content': {'type': 'string', 'description': 'Content of the file'}, 'filePath': {'type': 'string', 'description': 'Path where to save the file'}}}}, {'name': 'listFiles', 'description': 'List files in a directory in the sandbox', 'inputSchema': {'type': 'object', 'properties': {'path': {'type': 'string', 'description': 'Path to list (defaults to root)'}}}}, {'name': 'readFile', 'description': 'Read a file from the sandbox', 'inputSchema': {'type': 'object', 'required': ['filePath'], 'properties': {'filePath': {'type': 'string', 'description': 'Path to the file to read'}}}}]
@DMontgomery40/pentest-mcp
Pentest MCP
Integrate essential pentesting tools into a unified natural language interface. Execute, chain, and analyze multiple tools through conversational commands, enhancing efficiency and effectiveness in security assessments.
2025-04-04T05:00:36.242Z
5
https://smithery.ai/server/@DMontgomery40/pentest-mcp
true
null
{ "scanPassed": true }
[{'name': 'setMode', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['mode'], 'properties': {'mode': {'enum': ['student', 'professional'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'nmapScan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target'], 'properties': {'ports': {'type': 'string'}, 'target': {'type': 'string'}, 'scripts': {'type': 'array', 'items': {'type': 'string'}}, 'udpScan': {'type': 'boolean'}, 'verbose': {'type': 'boolean'}, 'fastScan': {'type': 'boolean'}, 'topPorts': {'type': 'integer'}, 'rawOptions': {'type': 'array', 'items': {'type': 'string'}}, 'scriptArgs': {'type': 'string'}, 'osDetection': {'type': 'boolean'}, 'userModeHint': {'enum': ['student', 'professional'], 'type': 'string'}, 'scanTechnique': {'enum': ['SYN', 'Connect', 'ACK', 'Window', 'Maimon', 'FIN', 'Xmas', 'Null', 'Proto'], 'type': 'string'}, 'defaultScripts': {'type': 'boolean'}, 'timingTemplate': {'enum': ['T0', 'T1', 'T2', 'T3', 'T4', 'T5'], 'type': 'string'}, 'versionIntensity': {'type': 'integer'}, 'skipHostDiscovery': {'type': 'boolean'}, 'serviceVersionDetection': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'generateWordlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['baseWords'], 'properties': {'dates': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of dates (YYYY-MM-DD, MM-DD, YYYY). Parsed for variations.'}, 'maxYear': {'type': 'integer', 'description': 'Maximum year (YYYY) to include in variations (defaults to current year).'}, 'minYear': {'type': 'integer', 'description': 'Minimum year (YYYY) to include in variations.'}, 'baseWords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of base words (names, pets, places, etc.).'}, 'includeLeet': {'type': 'boolean', 'default': False, 'description': 'Apply basic leetspeak substitutions (a=4, e=3, etc.).'}, 'caseVariations': {'type': 'boolean', 'default': True, 'description': 'Include variations like TitleCase, UPPERCASE.'}, 'customPatterns': {'type': 'array', 'items': {'type': 'string'}, 'description': "List of custom patterns/symbols to prepend/append (e.g., '!', '123')."}}, 'additionalProperties': False}}, {'name': 'runJohnTheRipper', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['hashData'], 'properties': {'options': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of command-line options for JtR.'}, 'hashData': {'type': 'string', 'description': 'String containing the password hashes, one per line.'}}, 'additionalProperties': False}}, {'name': 'cancelScan', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['scanId'], 'properties': {'scanId': {'type': 'string', 'description': 'The ID of the scan to cancel'}}, 'additionalProperties': False}}, {'name': 'createClientReport', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['client', 'title', 'assessmentType', 'scanIds'], 'properties': {'title': {'type': 'string', 'description': 'Title of the assessment report'}, 'client': {'type': 'string', 'description': 'Client name for the report'}, 'scanIds': {'type': 'array', 'items': {'type': 'string'}, 'description': 'IDs of scans to include'}, 'summary': {'type': 'string', 'description': 'Executive summary'}, 'assessmentType': {'type': 'string', 'description': 'Type of assessment'}, 'recommendations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of recommendations'}}, 'additionalProperties': False}}, {'name': 'gobuster', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target', 'wordlist'], 'properties': {'cookie': {'type': 'string', 'description': 'Cookie to include in requests'}, 'target': {'type': 'string', 'format': 'uri', 'description': 'Target URL'}, 'threads': {'type': 'integer', 'description': 'Number of threads', 'exclusiveMinimum': 0}, 'timeout': {'type': 'string', 'description': 'Timeout for requests'}, 'wordlist': {'type': 'string', 'description': 'Path to wordlist'}, 'basicAuth': {'type': 'string', 'description': 'Basic authentication credentials (username:password)'}, 'useragent': {'type': 'string', 'description': 'User-Agent string'}, 'extensions': {'type': 'string', 'description': 'File extensions (comma-separated)'}, 'rawOptions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Raw gobuster options'}, 'statusCodes': {'type': 'string', 'description': 'Valid status codes (comma-separated)'}, 'excludeLength': {'type': 'array', 'items': {'type': 'number'}, 'description': 'Exclude paths of specific lengths'}, 'followRedirect': {'type': 'boolean', 'description': 'Follow HTTP redirects'}, 'noTLSValidation': {'type': 'boolean', 'description': 'Skip TLS certificate validation'}}, 'additionalProperties': False}}, {'name': 'nikto', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['target'], 'properties': {'ssl': {'type': 'boolean', 'description': 'Force SSL mode'}, 'port': {'type': 'string', 'description': 'Port(s) to scan'}, 'root': {'type': 'string', 'description': 'Root directory'}, 'proxy': {'type': 'string', 'description': 'Use proxy'}, 'output': {'type': 'string', 'description': 'Output file'}, 'target': {'type': 'string', 'format': 'uri', 'description': 'Target URL'}, 'tuning': {'type': 'string', 'description': 'Tuning mode'}, 'cookies': {'type': 'string', 'description': 'Cookies to include'}, 'timeout': {'type': 'integer', 'description': 'Timeout for requests'}, 'basicAuth': {'type': 'string', 'description': 'Basic authentication credentials (username:password)'}, 'useragent': {'type': 'string', 'description': 'User-Agent string'}, 'rawOptions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Raw nikto options'}}, 'additionalProperties': False}}]
@marco280690/mcp
Model Context Protocol Server
Integrate your applications with real-world data and tools seamlessly. Access files, databases, and APIs while leveraging the power of language models to enhance your workflows. Simplify complex interactions and automate tasks with a standardized approach.
2025-04-12T16:58:57.572Z
5
https://smithery.ai/server/@marco280690/mcp
true
null
{ "scanPassed": true }
[{'name': 'sequentialthinking', 'description': 'A detailed tool for dynamic and reflective problem-solving through thoughts.\nThis tool helps analyze problems through a flexible thinking process that can adapt and evolve.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Generates a solution hypothesis\n- Verifies the hypothesis based on the Chain of Thought steps\n- Repeats the process until satisfied\n- Provides a correct answer\n\nParameters explained:\n- thought: Your current thinking step, which can include:\n* Regular analytical steps\n* Revisions of previous thoughts\n* Questions about previous decisions\n* Realizations about needing more analysis\n* Changes in approach\n* Hypothesis generation\n* Hypothesis verification\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n\nYou should:\n1. Start with an initial estimate of needed thoughts, but be ready to adjust\n2. Feel free to question or revise previous thoughts\n3. Don\'t hesitate to add more thoughts if needed, even at the "end"\n4. Express uncertainty when present\n5. Mark thoughts that revise previous thinking or branch into new paths\n6. Ignore information that is irrelevant to the current step\n7. Generate a solution hypothesis when appropriate\n8. Verify the hypothesis based on the Chain of Thought steps\n9. Repeat the process until satisfied with the solution\n10. Provide a single, ideally correct answer as the final output\n11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached', 'inputSchema': {'type': 'object', 'required': ['thought', 'nextThoughtNeeded', 'thoughtNumber', 'totalThoughts'], 'properties': {'thought': {'type': 'string', 'description': 'Your current thinking step'}, 'branchId': {'type': 'string', 'description': 'Branch identifier'}, 'isRevision': {'type': 'boolean', 'description': 'Whether this revises previous thinking'}, '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'}}}}]
@wlu03/alpaca-mcp
Alpaca Trading Integration
Enable seamless interaction with Alpaca's trading API through a standardized protocol. Execute trading operations, fetch market data, and manage portfolios efficiently within your LLM applications. Simplify algorithmic trading by integrating real-time financial data and actions.
2025-04-18T10:36:45.358Z
5
https://smithery.ai/server/@wlu03/alpaca-mcp
true
null
null
[{'name': 'getAlpacaAccount', 'description': 'Fetches your Alpaca account', 'inputSchema': {'type': 'object'}}, {'name': 'alpaca.createOrder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol', 'qty', 'side', 'type', 'time_in_force'], 'properties': {'qty': {'type': 'number', 'description': 'Number of shares'}, 'side': {'enum': ['buy', 'sell'], 'type': 'string'}, 'type': {'enum': ['market', 'limit', 'stop', 'stop_limit'], 'type': 'string'}, 'symbol': {'type': 'string', 'description': 'Ticker symbol, e.g. AAPL'}, 'limit_price': {'type': 'number', 'description': 'Required if type is limit'}, 'time_in_force': {'enum': ['day', 'gtc', 'ioc', 'fok'], 'type': 'string'}}, 'additionalProperties': False}}, {'name': 'alpaca.getOrder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['order_id'], 'properties': {'order_id': {'type': 'string', 'description': 'The unique ID of the Alpaca order'}}, 'additionalProperties': False}}, {'name': 'alpaca.getOrders', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'maximum': 1000, 'minimum': 1, 'description': 'Max number of orders to retrieve'}, 'status': {'enum': ['open', 'closed', 'all'], 'type': 'string', 'description': 'Filter by order status (open, closed, or all)'}, 'direction': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort direction: ascending or descending'}}, 'additionalProperties': False}}, {'name': 'alpaca.replaceOrder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['order_id'], 'properties': {'qty': {'type': 'number', 'description': 'New quantity of shares'}, 'order_id': {'type': 'string', 'description': 'The unique ID of the Alpaca order to replace'}, 'limit_price': {'type': 'number', 'description': 'New limit price, required for updating a limit order'}}, 'additionalProperties': False}}, {'name': 'alpaca.cancelOrder', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['order_id'], 'properties': {'order_id': {'type': 'string', 'description': 'The unique ID of the Alpaca order to cancel'}}, 'additionalProperties': False}}, {'name': 'alpaca.cancelOrders', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.getPosition', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol_or_asset_id'], 'properties': {'symbol_or_asset_id': {'type': 'string', 'description': 'Either the ticker symbol (e.g. AAPL) or the Alpaca asset ID'}}, 'additionalProperties': False}}, {'name': 'alpaca.getPositions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.closePosition', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol_or_asset_id'], 'properties': {'symbol_or_asset_id': {'type': 'string', 'description': 'Either the ticker symbol (e.g. AAPL) or the Alpaca asset ID'}}, 'additionalProperties': False}}, {'name': 'alpaca.closePositions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.exerciseOption', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol_or_contract_id'], 'properties': {'symbol_or_contract_id': {'type': 'string', 'description': 'Either the option symbol (e.g. AAPL230616C00150000) or contract ID'}}, 'additionalProperties': False}}, {'name': 'alpaca.getWatchlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['watchlist_id'], 'properties': {'watchlist_id': {'type': 'string', 'description': 'The unique ID of the watchlist to fetch'}}, 'additionalProperties': False}}, {'name': 'alpaca.getWatchlists', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.createWatchlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'symbols'], 'properties': {'name': {'type': 'string', 'description': 'Name for the new watchlist'}, 'symbols': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Array of ticker symbols to include'}}, 'additionalProperties': False}}, {'name': 'alpaca.updateWatchlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['watchlist_id', 'name', 'symbols'], 'properties': {'name': {'type': 'string', 'description': 'New name for the watchlist'}, 'symbols': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Updated array of ticker symbols'}, 'watchlist_id': {'type': 'string', 'description': 'The ID of the watchlist to update'}}, 'additionalProperties': False}}, {'name': 'alpaca.deleteWatchlist', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['watchlist_id'], 'properties': {'watchlist_id': {'type': 'string', 'description': 'The ID of the watchlist to delete'}}, 'additionalProperties': False}}, {'name': 'alpaca.getPortfolioHistory', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['period', 'timeframe'], 'properties': {'period': {'type': 'string', 'description': "History period (e.g. '1D', '1W', '1M', '1Y', 'ALL')"}, 'date_end': {'type': 'string', 'description': 'ISO date to end the history'}, 'timeframe': {'type': 'string', 'description': "Timeframe for granularity (e.g. '1Min', '5Min', '1D')"}, 'extended_hours': {'type': 'boolean', 'description': 'Include extended‑hours data?'}}, 'additionalProperties': False}}, {'name': 'alpaca.getActivity', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['activity_type'], 'properties': {'activity_type': {'type': 'string', 'description': "Type of activity (e.g. 'FILL', 'ORDER_CANCEL')"}}, 'additionalProperties': False}}, {'name': 'alpaca.getActivities', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.getOptionsContract', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol_or_contract_id'], 'properties': {'symbol_or_contract_id': {'type': 'string', 'description': 'Underlying symbol or exact contract ID'}}, 'additionalProperties': False}}, {'name': 'alpaca.getOptionsContracts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbol_or_contract_id'], 'properties': {'option_type': {'enum': ['call', 'put'], 'type': 'string', 'description': "Filter by 'call' or 'put'"}, 'strike_price': {'type': 'number', 'description': 'Filter by strike price'}, 'expiration_date': {'type': 'string', 'description': 'YYYY‑MM‑DD expiration filter'}, 'symbol_or_contract_id': {'type': 'string', 'description': 'Either the option symbol (e.g. AAPL230616C00150000) or contract ID'}}, 'additionalProperties': False}}, {'name': 'alpaca.getCorporateAction', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'ID of the corporate action'}}, 'additionalProperties': False}}, {'name': 'alpaca.getCorporateActions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['ca_types', 'since', 'until'], 'properties': {'since': {'type': 'string', 'description': 'Start date (YYYY‑MM‑DD) for filtering'}, 'until': {'type': 'string', 'description': 'End date (YYYY‑MM‑DD) for filtering'}, 'ca_types': {'type': 'string', 'description': "Comma‑separated action types (e.g. 'MERGER,CASH_DIVIDEND')"}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksCorporateActions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols', 'types'], 'properties': {'types': {'type': 'string', 'description': "Comma‑separated action types (e.g. 'cash_dividends')"}, 'symbols': {'type': 'string', 'description': "Comma‑separated symbols (e.g. 'AAPL,TSLA')"}}, 'additionalProperties': False}}, {'name': 'alpaca.getNews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'limit': {'type': 'integer', 'maximum': 100, 'minimum': 1, 'description': 'Max number of articles'}, 'symbols': {'type': 'string', 'description': 'Comma‑separated symbols to fetch news for'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksMostActives', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['by', 'top'], 'properties': {'by': {'enum': ['volume', 'change'], 'type': 'string', 'description': "Sort by 'volume' or 'change'"}, 'top': {'type': 'integer', 'maximum': 100, 'minimum': 1, 'description': 'Number of top movers to fetch'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksMarketMovers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['by', 'top'], 'properties': {'by': {'enum': ['volume', 'change'], 'type': 'string', 'description': "Sort by 'volume' or 'change'"}, 'top': {'type': 'integer', 'maximum': 100, 'minimum': 1, 'description': 'Number of top movers to fetch'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksQuotes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'limit': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Max number of quotes'}, 'symbols': {'type': 'string', 'description': 'Comma‑separated symbols'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksQuotesLatest', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'symbols': {'type': 'string', 'description': "Comma‑separated symbols to fetch latest quotes (e.g. 'AAPL,TSLA')"}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksSnapshots', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'symbols': {'type': 'string', 'description': 'Comma‑separated symbols'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksConditions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tickType', 'tape'], 'properties': {'tape': {'type': 'string', 'description': "Tape identifier (e.g. 'A', 'B', 'C')"}, 'tickType': {'type': 'string', 'description': "Type of tick (e.g. 'trades', 'quotes')"}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksExchangeCodes', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksTrades', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'limit': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Max number of trades'}, 'symbols': {'type': 'string', 'description': 'Comma‑separated symbols'}}, 'additionalProperties': False}}, {'name': 'alpaca.getStocksTradesLatest', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['symbols'], 'properties': {'limit': {'type': 'integer', 'maximum': 500, 'minimum': 1, 'description': 'Max number of trades to return'}, 'symbols': {'type': 'string', 'description': "Comma‑separated symbols to fetch latest trades for (e.g. 'AAPL,TSLA')"}}, 'additionalProperties': False}}]
@InstantMCP/activejobsearchserver
Active Job Search Server
Find active jobs
2025-04-09T01:20:24.692Z
5
https://smithery.ai/server/@InstantMCP/activejobsearchserver
true
null
{ "scanPassed": true }
[{'name': 'search_active_jobs_24h', 'description': 'Search for active job listings posted in the last 24 hours from company career sites and ATS platforms.', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'string', 'description': 'Limit the number of results (10-100). Default is 100.'}, 'offset': {'type': 'string', 'description': 'Offset for pagination. Use with limit to get subsequent pages of results.'}, 'remote': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Filter for remote jobs only (true) or non-remote jobs only (false). Leave empty for both.'}, 'source': {'type': 'string', 'description': 'Filter by ATS platform. Options include: ashby, bamboohr, breezy, greenhouse, lever.co, workday, and many others. Only one source per call.'}, 'include_ai': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Include AI-enriched fields like salary, benefits, experience level, and work arrangements.'}, 'include_li': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Include LinkedIn company profile data with job results.'}, 'date_filter': {'type': 'string', 'description': "Return only jobs posted after this date. Format: '2025-01-01' or '2025-01-01T14:00:00'. Greater than filter."}, 'title_filter': {'type': 'string', 'description': 'Filter jobs by title. Supports basic search syntax like \'Software Engineer\' (AND), \'Software OR Engineer\', or \'"Software Engineer"\' (exact phrase).'}, 'ai_has_salary': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Filter jobs that include salary information only.'}, 'location_filter': {'type': 'string', 'description': 'Filter jobs by location. Uses same syntax as title_filter. Use full names like \'United States\' (not \'US\') or \'United Kingdom\' (not \'UK\'). Make sure to include the location in quotes like this: location_filter="United States" OR "United Kingdom".'}, 'description_type': {'enum': ['text', 'html'], 'type': 'string', 'description': "Include job description as text or HTML. 'text' provides plain text with line breaks, 'html' provides HTML version."}, 'description_filter': {'type': 'string', 'description': 'Filter jobs by description text. Uses same syntax as title_filter. Keep searches simple to avoid timeouts.'}, 'li_industry_filter': {'type': 'string', 'description': "Filter by LinkedIn industry. For multiple industries, use comma-delimited: 'Accounting,Staffing and Recruiting'"}, 'organization_filter': {'type': 'string', 'description': "Filter by company name (case sensitive, exact match). For multiple companies, use comma-delimited list without spaces: 'NVIDIA,Walmart'"}, 'advanced_title_filter': {'type': 'string', 'description': 'Advanced title filter with operators like & (AND), | (OR), ! (NOT), <-> (FOLLOWED BY), and :* (prefix wildcard). Example: \'(AI | "Machine Learning" | Robotics) & !Marketing\''}, 'ai_employment_type_filter': {'type': 'string', 'description': "Filter by employment type: FULL_TIME/PART_TIME/CONTRACTOR/TEMPORARY/INTERN/VOLUNTEER/PER_DIEM/OTHER. For multiple types, use comma-delimited: 'FULL_TIME,PART_TIME'"}, 'ai_experience_level_filter': {'type': 'string', 'description': "Filter by experience level: '0-2'/'2-5'/'5-10'/'10+'. For multiple levels, use comma-delimited: '0-2,2-5'"}, 'ai_visa_sponsorship_filter': {'type': 'string', 'description': 'Filter jobs that mention visa sponsorship.'}, 'ai_work_arrangement_filter': {'type': 'string', 'description': "Filter by work arrangement: 'On-site'/'Hybrid'/'Remote OK'/'Remote Solely'. For multiple types, use comma-delimited: 'Hybrid,Remote OK'"}, 'li_organization_slug_filter': {'type': 'string', 'description': "Filter by LinkedIn company slug (the company part of the URL). For multiple companies, use comma-delimited: 'netflix,walmart'"}, 'li_organization_description_filter': {'type': 'string', 'description': 'Filter by LinkedIn company description using same syntax as job search filters.'}, 'li_organization_specialties_filter': {'type': 'string', 'description': 'Filter by LinkedIn company specialties using same syntax as job search filters.'}, 'li_organization_slug_exclusion_filter': {'type': 'string', 'description': 'Exclude companies by LinkedIn company slug.'}}}}, {'name': 'search_active_jobs_7d', 'description': 'Search for active job listings posted in the last 7 days from company career sites and ATS platforms.', 'inputSchema': {'type': 'object', 'properties': {'limit': {'type': 'string', 'description': 'Limit the number of results (10-100). Default is 100.'}, 'offset': {'type': 'string', 'description': 'Offset for pagination. Use with limit to get subsequent pages of results.'}, 'remote': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Filter for remote jobs only (true) or non-remote jobs only (false). Leave empty for both.'}, 'source': {'type': 'string', 'description': 'Filter by ATS platform. Options include: ashby, bamboohr, breezy, greenhouse, lever.co, workday, and many others. Only one source per call.'}, 'include_ai': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Include AI-enriched fields like salary, benefits, experience level, and work arrangements.'}, 'include_li': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Include LinkedIn company profile data with job results.'}, 'date_filter': {'type': 'string', 'description': "Return only jobs posted after this date. Format: '2025-01-01' or '2025-01-01T14:00:00'. Greater than filter."}, 'title_filter': {'type': 'string', 'description': 'Filter jobs by title. Supports basic search syntax like \'Software Engineer\' (AND), \'Software OR Engineer\', or \'"Software Engineer"\' (exact phrase).'}, 'ai_has_salary': {'enum': ['true', 'false'], 'type': 'string', 'description': 'Filter jobs that include salary information only.'}, 'location_filter': {'type': 'string', 'description': 'Filter jobs by location. Uses same syntax as title_filter. Use full names like \'United States\' (not \'US\') or \'United Kingdom\' (not \'UK\'). Make sure to include the location in quotes like this: location_filter="United States" OR "United Kingdom".'}, 'description_type': {'enum': ['text', 'html'], 'type': 'string', 'description': "Include job description as text or HTML. 'text' provides plain text with line breaks, 'html' provides HTML version."}, 'description_filter': {'type': 'string', 'description': 'Filter jobs by description text. Uses same syntax as title_filter. Keep searches simple to avoid timeouts.'}, 'li_industry_filter': {'type': 'string', 'description': "Filter by LinkedIn industry. For multiple industries, use comma-delimited: 'Accounting,Staffing and Recruiting'"}, 'organization_filter': {'type': 'string', 'description': "Filter by company name (case sensitive, exact match). For multiple companies, use comma-delimited list without spaces: 'NVIDIA,Walmart'"}, 'advanced_title_filter': {'type': 'string', 'description': 'Advanced title filter with operators like & (AND), | (OR), ! (NOT), <-> (FOLLOWED BY), and :* (prefix wildcard). Example: \'(AI | "Machine Learning" | Robotics) & !Marketing\''}, 'ai_employment_type_filter': {'type': 'string', 'description': "Filter by employment type: FULL_TIME/PART_TIME/CONTRACTOR/TEMPORARY/INTERN/VOLUNTEER/PER_DIEM/OTHER. For multiple types, use comma-delimited: 'FULL_TIME,PART_TIME'"}, 'ai_experience_level_filter': {'type': 'string', 'description': "Filter by experience level: '0-2'/'2-5'/'5-10'/'10+'. For multiple levels, use comma-delimited: '0-2,2-5'"}, 'ai_visa_sponsorship_filter': {'type': 'string', 'description': 'Filter jobs that mention visa sponsorship.'}, 'ai_work_arrangement_filter': {'type': 'string', 'description': "Filter by work arrangement: 'On-site'/'Hybrid'/'Remote OK'/'Remote Solely'. For multiple types, use comma-delimited: 'Hybrid,Remote OK'"}, 'li_organization_slug_filter': {'type': 'string', 'description': "Filter by LinkedIn company slug (the company part of the URL). For multiple companies, use comma-delimited: 'netflix,walmart'"}, 'li_organization_description_filter': {'type': 'string', 'description': 'Filter by LinkedIn company description using same syntax as job search filters.'}, 'li_organization_specialties_filter': {'type': 'string', 'description': 'Filter by LinkedIn company specialties using same syntax as job search filters.'}, 'li_organization_slug_exclusion_filter': {'type': 'string', 'description': 'Exclude companies by LinkedIn company slug.'}}}}]
@sylweriusz/mcp-neo4j-memory-server
Neo4j Knowledge Graph Memory Server
Leverage a powerful knowledge graph to enhance your AI interactions. Retrieve and store information dynamically, allowing your AI to remember user preferences and context seamlessly. Utilize Neo4j's capabilities for efficient data management and retrieval.
2025-04-09T10:00:46.448Z
5
https://smithery.ai/server/@sylweriusz/mcp-neo4j-memory-server
true
null
null
[{'name': 'create_entities', 'description': 'Create multiple new entities in the knowledge graph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['entities'], 'properties': {'entities': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'entityType', 'observations'], 'properties': {'name': {'type': 'string', 'description': 'The name of the entity'}, 'entityType': {'type': 'string', 'description': 'The type of the entity'}, 'observations': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observation contents associated with the entity'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'create_relations', 'description': 'Create multiple new relations between entities in the knowledge graph. Relations should be in active voice', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['relations'], 'properties': {'relations': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'to': {'type': 'string', 'description': 'The name of the entity where the relation ends'}, 'from': {'type': 'string', 'description': 'The name of the entity where the relation starts'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'add_observations', 'description': 'Add new observations to existing entities in the knowledge graph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['observations'], 'properties': {'observations': {'type': 'array', 'items': {'type': 'object', 'required': ['entityName', 'contents'], 'properties': {'contents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observation contents to add'}, 'entityName': {'type': 'string', 'description': 'The name of the entity to add the observations to'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'delete_entities', 'description': 'Delete multiple entities and their associated relations from the knowledge graph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['entityNames'], 'properties': {'entityNames': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of entity names to delete'}}, 'additionalProperties': False}}, {'name': 'delete_observations', 'description': 'Delete specific observations from entities in the knowledge graph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['deletions'], 'properties': {'deletions': {'type': 'array', 'items': {'type': 'object', 'required': ['entityName', 'contents'], 'properties': {'contents': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of observations to delete'}, 'entityName': {'type': 'string', 'description': 'The name of the entity containing the observations'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'delete_relations', 'description': 'Delete multiple relations from the knowledge graph', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['relations'], 'properties': {'relations': {'type': 'array', 'items': {'type': 'object', 'required': ['from', 'to', 'relationType'], 'properties': {'to': {'type': 'string', 'description': 'The name of the entity where the relation ends'}, 'from': {'type': 'string', 'description': 'The name of the entity where the relation starts'}, 'relationType': {'type': 'string', 'description': 'The type of the relation'}}, 'additionalProperties': False}, 'description': 'An array of relations to delete'}}, 'additionalProperties': False}}, {'name': 'search_nodes', 'description': 'Search for nodes in the knowledge graph based on a query', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The search query to match against entity names, types, and observation content'}}, 'additionalProperties': False}}, {'name': 'open_nodes', 'description': 'Open specific nodes in the knowledge graph by their names', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['names'], 'properties': {'names': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of entity names to retrieve'}}, 'additionalProperties': False}}, {'name': 'list_entities', 'description': 'Get a lightweight list of all entities with their names and types (without loading full observation content)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'switch_database', 'description': "Switch to a different Neo4j database or create a new one if it doesn't exist", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['databaseName'], 'properties': {'databaseName': {'type': 'string', 'description': 'The name of the database to switch to'}, 'createIfNotExists': {'type': 'boolean', 'description': "Whether to create the database if it doesn't exist"}}, 'additionalProperties': False}}, {'name': 'get_current_database', 'description': 'Get information about the current Neo4j database', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_databases', 'description': 'List all available Neo4j databases', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_entity_list', 'description': 'Get a simple list of all entity names and types without loading observations (lightweight operation)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@geezerrrr/exa-mcp-server
Exa MCP Server
Enable AI assistants to perform web searches using Exa's powerful search API. Get real-time web information in a safe and controlled way, while caching recent searches for future reference. Simplify your search experience with customizable parameters and automatic live crawling.
2025-03-22T08:56:15.346Z
5
https://smithery.ai/server/@geezerrrr/exa-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'search', 'description': 'Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts, live crawling options, and returns the content from the most relevant websites.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'livecrawl': {'enum': ['always', 'fallback'], 'type': 'string', 'description': "Livecrawl strategy: 'always' to always crawl live, 'fallback' to only crawl when index has no result"}, 'numResults': {'type': 'number', 'description': 'Number of search results to return (default: 5)'}}, 'additionalProperties': False}}]
@jmagar/unraid-mcp
Unraid MCP Server
The Unraid MCP Server is a Python-based bridge that enables AI assistants to interact with Unraid servers through natural language. Using the Model Context Protocol (MCP) with stdio transport, it provides comprehensive management capabilities including system monitoring, array operations, Docker container management, VM control, disk operations, user administration, API key management, remote access configuration, notification handling, and share management. This integration allows users to query system status, manage resources, and perform administrative tasks through conversational AI, eliminating the need for command-line expertise while maintaining robust error handling, timeout management, and detailed logging for reliable server management.
2025-03-12T20:45:10.244Z
5
https://smithery.ai/server/@jmagar/unraid-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_docker_networks', 'description': 'Get information about Docker networks', 'inputSchema': {'type': 'object', 'title': 'get_docker_networksArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_vm_details', 'description': 'Get detailed information about a specific virtual machine', 'inputSchema': {'type': 'object', 'title': 'get_vm_detailsArguments', 'required': ['vm_name'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}, 'vm_name': {'type': 'string', 'title': 'Vm Name'}}}}, {'name': 'get_system_info', 'description': 'Get system information in a human-readable format', 'inputSchema': {'type': 'object', 'title': 'get_system_infoArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'list_containers', 'description': 'List Docker containers in a human-readable way', 'inputSchema': {'type': 'object', 'title': 'list_containersArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'format_array_status', 'description': 'Get formatted array status in a human-readable way', 'inputSchema': {'type': 'object', 'title': 'format_array_statusArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'list_vms', 'description': 'List virtual machines in a human-readable way', 'inputSchema': {'type': 'object', 'title': 'list_vmsArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_network_info', 'description': 'Get network information', 'inputSchema': {'type': 'object', 'title': 'get_network_infoArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_notifications', 'description': 'Get notifications', 'inputSchema': {'type': 'object', 'title': 'get_notificationsArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 100}, 'importance': {'type': 'string', 'title': 'Importance', 'default': None}, 'notification_type': {'type': 'string', 'title': 'Notification Type', 'default': 'UNREAD'}}}}, {'name': 'create_notification', 'description': 'Create a notification', 'inputSchema': {'type': 'object', 'title': 'create_notificationArguments', 'required': ['title', 'subject', 'description'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}, 'link': {'type': 'string', 'title': 'Link', 'default': None}, 'title': {'type': 'string', 'title': 'Title'}, 'subject': {'type': 'string', 'title': 'Subject'}, 'importance': {'type': 'string', 'title': 'Importance', 'default': 'INFO'}, 'description': {'type': 'string', 'title': 'Description'}}}}, {'name': 'get_shares', 'description': 'Get information about network shares', 'inputSchema': {'type': 'object', 'title': 'get_sharesArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_share_details', 'description': 'Get detailed information about a specific share', 'inputSchema': {'type': 'object', 'title': 'get_share_detailsArguments', 'required': ['share_name'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}, 'share_name': {'type': 'string', 'title': 'Share Name'}}}}, {'name': 'get_disks', 'description': 'Get information about all disks', 'inputSchema': {'type': 'object', 'title': 'get_disksArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_disk_details', 'description': 'Get information about a specific disk', 'inputSchema': {'type': 'object', 'title': 'get_disk_detailsArguments', 'required': ['disk_id'], 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}, 'disk_id': {'type': 'string', 'title': 'Disk Id'}}}}, {'name': 'get_users', 'description': 'Get information about all users', 'inputSchema': {'type': 'object', 'title': 'get_usersArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_api_keys', 'description': 'Get information about all API keys', 'inputSchema': {'type': 'object', 'title': 'get_api_keysArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_unassigned_devices', 'description': 'Get information about unassigned devices', 'inputSchema': {'type': 'object', 'title': 'get_unassigned_devicesArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}, {'name': 'get_parity_history', 'description': 'Get parity check history', 'inputSchema': {'type': 'object', 'title': 'get_parity_historyArguments', 'properties': {'ctx': {'type': 'string', 'title': 'ctx', 'default': None}}}}]
@moongitcode/context7
Context7
Provide up-to-date, version-specific code documentation and examples directly into your prompts to improve code generation accuracy and reduce hallucinated APIs. Seamlessly integrate with various MCP clients to enhance your coding assistant's knowledge with the latest library information. Simplify your development workflow by embedding real-time, source-based documentation into your LLM context.
2025-05-05T17:16:02.821Z
5
https://smithery.ai/server/@moongitcode/context7
true
null
{ "scanPassed": true }
[{'name': 'resolve-library-id', 'description': "Resolves a package name to a Context7-compatible library ID and returns a list of matching libraries.\n\nYou MUST call this function before 'get-library-docs' to obtain a valid Context7-compatible library ID.\n\nWhen selecting the best match, consider:\n- Name similarity to the query\n- Description relevance\n- Code Snippet count (documentation coverage)\n- GitHub Stars (popularity)\n\nReturn the selected library ID and explain your choice. If there are multiple good matches, mention this but proceed with the most relevant one.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['libraryName'], 'properties': {'libraryName': {'type': 'string', 'description': 'Library name to search for and retrieve a Context7-compatible library ID.'}}, 'additionalProperties': False}}, {'name': 'get-library-docs', 'description': "Fetches up-to-date documentation for a library. You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['context7CompatibleLibraryID'], 'properties': {'topic': {'type': 'string', 'description': "Topic to focus documentation on (e.g., 'hooks', 'routing')."}, 'tokens': {'type': 'number', 'description': 'Maximum number of tokens of documentation to retrieve (default: 10000). Higher values provide more context but consume more tokens.'}, 'context7CompatibleLibraryID': {'type': 'string', 'description': "Exact Context7-compatible library ID (e.g., 'mongodb/docs', 'vercel/nextjs') retrieved from 'resolve-library-id'."}}, 'additionalProperties': False}}]
@BrianCusack/mcpsharepoint
Sharepoint
Connect to your organizational Sharepoint seamlessly. Access and manage documents and files using Microsoft Graph API with ease. Enhance your productivity by utilizing tools for searching and reading documents directly from Sharepoint.
2025-04-01T12:00:39.830Z
5
https://smithery.ai/server/@BrianCusack/mcpsharepoint
true
null
{ "scanPassed": true }
[{'name': 'search-documents', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to find documents'}, 'maxResults': {'type': 'string', 'description': 'Maximum number of results to return (as a string)'}}, 'additionalProperties': False}}]
@CaptainCrouton89/mcp-maker
MCP Maker
Create new Model Context Protocol servers effortlessly. Utilize templates and tools to scaffold your MCP projects with essential components and configurations. Streamline your development process and integrate seamlessly with Claude Desktop.
2025-04-03T09:01:03.651Z
5
https://smithery.ai/server/@CaptainCrouton89/mcp-maker
true
null
{ "scanPassed": true }
[{'name': 'generate_mcp_boilerplate', 'description': 'Creates a new MCP server project with all the necessary boilerplate files', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_name', 'description', 'output_dir'], 'properties': {'output_dir': {'type': 'string'}, 'description': {'type': 'string', 'minLength': 1}, 'project_name': {'type': 'string', 'minLength': 1}, 'include_prompts': {'type': 'boolean'}, 'include_resources': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'create_tool_template', 'description': 'Generates template code for a new MCP tool with customizable parameters', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tool_name', 'description', 'parameters', 'output_dir'], 'properties': {'tool_name': {'type': 'string', 'minLength': 1}, 'output_dir': {'type': 'string'}, 'parameters': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'type', 'required', 'description'], 'properties': {'name': {'type': 'string', 'minLength': 1}, 'type': {'enum': ['string', 'number', 'boolean', 'array', 'object'], 'type': 'string'}, 'required': {'type': 'boolean'}, 'description': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, 'description': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'create_resource_template', 'description': 'Generates template code for a new MCP resource', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['resource_name', 'resource_uri_pattern', 'description', 'output_dir'], 'properties': {'output_dir': {'type': 'string'}, 'description': {'type': 'string', 'minLength': 1}, 'resource_name': {'type': 'string', 'minLength': 1}, 'resource_uri_pattern': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'create_prompt_template', 'description': 'Generates template code for a new MCP prompt', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt_name', 'description', 'output_dir'], 'properties': {'output_dir': {'type': 'string'}, 'description': {'type': 'string', 'minLength': 1}, 'prompt_name': {'type': 'string', 'minLength': 1}, 'include_variables': {'type': 'boolean'}}, 'additionalProperties': False}}, {'name': 'save_mcp_docs', 'description': 'Saves MCP documentation text directly and stores it for future reference', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'doc_text'], 'properties': {'key': {'type': 'string', 'minLength': 1}, 'doc_text': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'search_mcp_docs', 'description': 'Search through stored MCP documentation for relevant information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'get_mcp_doc_section', 'description': 'Get a specific section of MCP documentation by key and section title', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key'], 'properties': {'key': {'type': 'string', 'minLength': 1}, 'section_title': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'generate_doc_enriched_template', 'description': 'Generate an MCP server template with context from the documentation', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_name', 'description', 'doc_context', 'output_dir'], 'properties': {'output_dir': {'type': 'string'}, 'description': {'type': 'string', 'minLength': 1}, 'doc_context': {'type': 'string', 'minLength': 1}, 'project_name': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}]
@gregce/adwords-mcp
Adwords MCP
Inject cringe-worthy advertisements into LLM responses to showcase the risks of ad-injecting intermediaries. Experience a humorous take on how ads can disrupt developer workflows while exploring the potential for a business model. Perfect for those looking to add a unique twist to their agent calls.
2025-04-10T23:01:01.818Z
4
https://smithery.ai/server/@gregce/adwords-mcp
true
null
null
[{'name': 'get_completion', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'analyze_code', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'developer_tip', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'topic': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'gc', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'ac', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'tip', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'topic': {'type': 'string'}}, 'additionalProperties': False}}]
@rafaljanicki/x-twitter-mcp-server
X Twitter Server
Enable natural language interaction with Twitter to fetch profiles, post tweets, search trends, and manage followers and bookmarks. Simplify Twitter API v2 usage with built-in rate limit handling and secure authentication. Integrate seamlessly with AI tools for enhanced social media management.
2025-04-29T06:55:46.436Z
4
https://smithery.ai/server/@rafaljanicki/x-twitter-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_user_profile', 'description': 'Get detailed profile information for a user', 'inputSchema': {'type': 'object', 'title': 'get_user_profileArguments', 'required': ['user_id'], 'properties': {'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_by_screen_name', 'description': 'Fetches a user by screen name', 'inputSchema': {'type': 'object', 'title': 'get_user_by_screen_nameArguments', 'required': ['screen_name'], 'properties': {'screen_name': {'type': 'string', 'title': 'Screen Name'}}}}, {'name': 'get_user_by_id', 'description': 'Fetches a user by ID', 'inputSchema': {'type': 'object', 'title': 'get_user_by_idArguments', 'required': ['user_id'], 'properties': {'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_followers', 'description': 'Retrieves a list of followers for a given user', 'inputSchema': {'type': 'object', 'title': 'get_user_followersArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_following', 'description': 'Retrieves users the given user is following', 'inputSchema': {'type': 'object', 'title': 'get_user_followingArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_followers_you_know', 'description': 'Retrieves a list of common followers', 'inputSchema': {'type': 'object', 'title': 'get_user_followers_you_knowArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_subscriptions', 'description': 'Retrieves a list of users to which the specified user is subscribed', 'inputSchema': {'type': 'object', 'title': 'get_user_subscriptionsArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'post_tweet', 'description': 'Post a tweet with optional media, reply, and tags', 'inputSchema': {'type': 'object', 'title': 'post_tweetArguments', 'required': ['text'], 'properties': {'tags': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'text': {'type': 'string', 'title': 'Text'}, 'reply_to': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Reply To', 'default': None}, 'media_paths': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Media Paths', 'default': None}}}}, {'name': 'delete_tweet', 'description': 'Delete a tweet by its ID', 'inputSchema': {'type': 'object', 'title': 'delete_tweetArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'get_tweet_details', 'description': 'Get detailed information about a specific tweet', 'inputSchema': {'type': 'object', 'title': 'get_tweet_detailsArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'create_poll_tweet', 'description': 'Create a tweet with a poll', 'inputSchema': {'type': 'object', 'title': 'create_poll_tweetArguments', 'required': ['text', 'choices', 'duration_minutes'], 'properties': {'text': {'type': 'string', 'title': 'Text'}, 'choices': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Choices'}, 'duration_minutes': {'type': 'integer', 'title': 'Duration Minutes'}}}}, {'name': 'vote_on_poll', 'description': 'Vote on a poll', 'inputSchema': {'type': 'object', 'title': 'vote_on_pollArguments', 'required': ['tweet_id', 'choice'], 'properties': {'choice': {'type': 'string', 'title': 'Choice'}, 'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'favorite_tweet', 'description': 'Favorites a tweet', 'inputSchema': {'type': 'object', 'title': 'favorite_tweetArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'unfavorite_tweet', 'description': 'Unfavorites a tweet', 'inputSchema': {'type': 'object', 'title': 'unfavorite_tweetArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'bookmark_tweet', 'description': 'Adds the tweet to bookmarks', 'inputSchema': {'type': 'object', 'title': 'bookmark_tweetArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}, 'folder_id': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Folder Id', 'default': None}}}}, {'name': 'delete_bookmark', 'description': 'Removes the tweet from bookmarks', 'inputSchema': {'type': 'object', 'title': 'delete_bookmarkArguments', 'required': ['tweet_id'], 'properties': {'tweet_id': {'type': 'string', 'title': 'Tweet Id'}}}}, {'name': 'delete_all_bookmarks', 'description': 'Deletes all bookmarks', 'inputSchema': {'type': 'object', 'title': 'delete_all_bookmarksArguments', 'properties': {}}}, {'name': 'get_timeline', 'description': 'Get tweets from your home timeline (For You)', 'inputSchema': {'type': 'object', 'title': 'get_timelineArguments', 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'seen_tweet_ids': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Seen Tweet Ids', 'default': None}}}}, {'name': 'get_latest_timeline', 'description': 'Get tweets from your home timeline (Following)', 'inputSchema': {'type': 'object', 'title': 'get_latest_timelineArguments', 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}}}}, {'name': 'search_twitter', 'description': 'Search Twitter with a query', 'inputSchema': {'type': 'object', 'title': 'search_twitterArguments', 'required': ['query'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'query': {'type': 'string', 'title': 'Query'}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'product': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Product', 'default': 'Top'}}}}, {'name': 'get_trends', 'description': 'Retrieves trending topics on Twitter', 'inputSchema': {'type': 'object', 'title': 'get_trendsArguments', 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 50}, 'category': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Category', 'default': None}}}}, {'name': 'get_highlights_tweets', 'description': 'Retrieves highlighted tweets from a user’s timeline', 'inputSchema': {'type': 'object', 'title': 'get_highlights_tweetsArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}, {'name': 'get_user_mentions', 'description': 'Get tweets mentioning a specific user', 'inputSchema': {'type': 'object', 'title': 'get_user_mentionsArguments', 'required': ['user_id'], 'properties': {'count': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Count', 'default': 100}, 'cursor': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Cursor', 'default': None}, 'user_id': {'type': 'string', 'title': 'User Id'}}}}]
@ralf-boltshauser/mcp-domain-checker-server
DomainGenuis MCP Server
The DomainGenius MCP server is a powerful domain availability checking service that powers the domain search functionality of DomainGenius. This server provides real-time domain availability checks and pricing information through integration with Vercel's API. It features intelligent TLD handling (automatically defaulting to .com when no TLD is specified) and delivers comprehensive responses including domain availability status, registration pricing, and detailed error information. Built with TypeScript and following the ModelContextProtocol (MCP) specification, this server enables seamless integration with AI-powered domain search tools, making it an essential component of the DomainGenius platform's domain discovery capabilities.
2025-04-12T19:35:41.668Z
4
https://smithery.ai/server/@ralf-boltshauser/mcp-domain-checker-server
true
null
{ "scanPassed": true }
[{'name': 'check-domain', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['domain'], 'properties': {'domain': {'type': 'string'}}, 'additionalProperties': False}}]
@falahgs/mcp-storybook-image-generator
Storybook Image Generator
Generate beautiful storybook images with matching children's stories using Google's Gemini AI. Choose from multiple art styles like 3D cartoon, watercolor, pixel art, hand drawn, or claymation. Instantly preview and save your creations locally or to your desktop for easy access.
2025-04-28T06:17:05.233Z
4
https://smithery.ai/server/@falahgs/mcp-storybook-image-generator
true
null
{ "scanPassed": true }
[{'name': 'generate_storybook_image', 'description': "Generates a 3D style cartoon image with a children's story based on the given prompt", 'inputSchema': {'type': 'object', 'required': ['prompt', 'fileName'], 'properties': {'prompt': {'type': 'string', 'description': 'The prompt describing the storybook scene to generate'}, 'artStyle': {'enum': ['3d cartoon', 'watercolor', 'pixel art', 'hand drawn', 'claymation'], 'type': 'string', 'description': "The art style for the image (default: '3d cartoon')"}, 'fileName': {'type': 'string', 'description': 'Base name for the output files (without extension)'}}}}]
@amotivv/cloudflare-browser-rendering-mcp
Cloudflare Browser Rendering
Fetch and process web content seamlessly for your LLMs. Enhance your applications with structured content extraction, documentation search, and content summarization capabilities. Capture screenshots of web pages to enrich your context and insights.
2025-03-11T22:00:47.880Z
4
https://smithery.ai/server/@amotivv/cloudflare-browser-rendering-mcp
true
null
{ "scanPassed": true }
[{'name': 'fetch_page', 'description': 'Fetches and processes a web page for LLM context', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to fetch'}, 'maxContentLength': {'type': 'number', 'description': 'Maximum content length to return'}}}}, {'name': 'search_documentation', 'description': 'Searches Cloudflare documentation and returns relevant content', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query'}, 'maxResults': {'type': 'number', 'description': 'Maximum number of results to return'}}}}, {'name': 'extract_structured_content', 'description': 'Extracts structured content from a web page using CSS selectors', 'inputSchema': {'type': 'object', 'required': ['url', 'selectors'], 'properties': {'url': {'type': 'string', 'description': 'URL to extract content from'}, 'selectors': {'type': 'object', 'description': 'CSS selectors to extract content', 'additionalProperties': {'type': 'string'}}}}}, {'name': 'summarize_content', 'description': 'Summarizes web content for more concise LLM context', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to summarize'}, 'maxLength': {'type': 'number', 'description': 'Maximum length of the summary'}}}}, {'name': 'take_screenshot', 'description': 'Takes a screenshot of a web page and returns it as an image', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'description': 'URL to take a screenshot of'}, 'width': {'type': 'number', 'description': 'Width of the viewport in pixels (default: 1280)'}, 'height': {'type': 'number', 'description': 'Height of the viewport in pixels (default: 800)'}, 'fullPage': {'type': 'boolean', 'description': 'Whether to take a screenshot of the full page or just the viewport (default: false)'}}}}]
@dongri/mcp-server-lgtm
LGTM
Fetch random LGTM (Looks Good To Me) images for use in code reviews and developer communications. Enhance your team's collaboration by easily embedding fun and relevant images in your discussions.
2025-03-29T14:54:38.757Z
4
https://smithery.ai/server/@dongri/mcp-server-lgtm
true
null
{ "scanPassed": true }
[{'name': 'get_lgtm', 'description': 'Get LGTM image and show markdown code and imageurl.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}]
@atharvagupta2003/mcp-lemonsqueezy
LemonSqueezy Integration Server
Enable seamless integration with LemonSqueezy's API to manage e-commerce operations directly from your LLM applications. Automate tasks such as product management, order processing, and subscription handling with ease. Enhance your agents by connecting them to real-world commerce data and actions through a standardized protocol.
2025-04-17T17:05:06.610Z
4
https://smithery.ai/server/@atharvagupta2003/mcp-lemonsqueezy
true
null
null
[{'name': 'get_user', 'description': 'Get the current authenticated Lemon Squeezy user', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_stores', 'description': 'List all Lemon Squeezy stores', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_store', 'description': 'Get details of a specific store', 'inputSchema': {'type': 'object', 'required': ['store_id'], 'properties': {'store_id': {'type': 'string', 'description': 'The ID of the store'}}}}, {'name': 'list_products', 'description': 'List all products', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_product_variants', 'description': 'Get all variants for a given product ID', 'inputSchema': {'type': 'object', 'required': ['product_id'], 'properties': {'product_id': {'type': 'string', 'description': 'The ID of the product to fetch variants for'}}}}, {'name': 'get_product', 'description': 'Get a specific product by ID', 'inputSchema': {'type': 'object', 'required': ['product_id'], 'properties': {'product_id': {'type': 'string', 'description': 'The ID of the product'}}}}, {'name': 'list_orders', 'description': 'List all orders', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_order', 'description': 'Get an order by ID', 'inputSchema': {'type': 'object', 'required': ['order_id'], 'properties': {'order_id': {'type': 'string', 'description': 'The ID of the order'}}}}, {'name': 'list_customers', 'description': 'List all customers', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_customer', 'description': 'Get a customer by ID', 'inputSchema': {'type': 'object', 'required': ['customer_id'], 'properties': {'customer_id': {'type': 'string', 'description': 'The ID of the customer'}}}}, {'name': 'list_subscriptions', 'description': 'List all subscriptions', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_subscription', 'description': 'Get a subscription by ID', 'inputSchema': {'type': 'object', 'required': ['subscription_id'], 'properties': {'subscription_id': {'type': 'string', 'description': 'The ID of the subscription'}}}}, {'name': 'list_license_keys', 'description': 'List all license keys', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_license_key', 'description': 'Get a license key by ID', 'inputSchema': {'type': 'object', 'required': ['license_key_id'], 'properties': {'license_key_id': {'type': 'string', 'description': 'The ID of the license key'}}}}, {'name': 'create_checkout', 'description': 'Create a Lemon Squeezy checkout session with full custom configuration', 'inputSchema': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'object', 'required': ['type', 'attributes', 'relationships'], 'properties': {'type': {'enum': ['checkouts'], 'type': 'string'}, 'attributes': {'type': 'object', 'required': ['product_options', 'checkout_data'], 'properties': {'preview': {'type': 'boolean'}, 'expires_at': {'type': 'string', 'format': 'date-time'}, 'custom_price': {'type': 'integer', 'description': 'Price in cents (e.g., 9900 for $99.00)'}, 'checkout_data': {'type': 'object', 'required': ['email', 'name'], 'properties': {'name': {'type': 'string'}, 'email': {'type': 'string'}, 'custom': {'type': 'object', 'properties': {'user_id': {'type': 'string'}}}, 'custom_notes': {'type': 'string'}, 'discount_code': {'type': 'string'}}}, 'product_options': {'type': 'object', 'properties': {'redirect_url': {'type': 'string'}, 'enabled_variants': {'type': 'array', 'items': {'type': 'integer'}}, 'receipt_link_url': {'type': 'string'}, 'receipt_button_text': {'type': 'string'}, 'receipt_thank_you_note': {'type': 'string'}}}, 'checkout_options': {'type': 'object', 'properties': {'button_color': {'type': 'string'}}}}}, 'relationships': {'type': 'object', 'required': ['store', 'variant'], 'properties': {'store': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'object', 'required': ['type', 'id'], 'properties': {'id': {'type': 'string'}, 'type': {'enum': ['stores'], 'type': 'string'}}}}}, 'variant': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'object', 'required': ['type', 'id'], 'properties': {'id': {'type': 'string'}, 'type': {'enum': ['variants'], 'type': 'string'}}}}}}}}}}}}, {'name': 'create_webhook', 'description': 'Register a webhook URL for a specific store and events', 'inputSchema': {'type': 'object', 'required': ['webhook_data'], 'properties': {'webhook_data': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'object', 'required': ['type', 'attributes', 'relationships'], 'properties': {'type': {'enum': ['webhooks'], 'type': 'string'}, 'attributes': {'type': 'object', 'required': ['url', 'events', 'secret'], 'properties': {'url': {'type': 'string'}, 'events': {'type': 'array', 'items': {'type': 'string'}}, 'secret': {'type': 'string'}}}, 'relationships': {'type': 'object', 'required': ['store'], 'properties': {'store': {'type': 'object', 'required': ['data'], 'properties': {'data': {'type': 'object', 'required': ['type', 'id'], 'properties': {'id': {'type': 'string', 'description': 'The store ID'}, 'type': {'enum': ['stores'], 'type': 'string'}}}}}}}}}}}}}}, {'name': 'list_webhooks', 'description': 'List all webhooks. Optionally filter by store ID.', 'inputSchema': {'type': 'object', 'properties': {'store_id': {'type': 'string', 'description': 'If provided, only webhooks for this store will be returned'}}}}]
@edgardamasceno-dev/ldoce-mcp-server
Ldoce Server
Extract and structure data from the Longman Dictionary for AI agents. Connect to the dictionary and retrieve detailed word information in a standardized JSON format. Enhance your applications with rich linguistic data effortlessly.
2025-04-02T00:01:25.218Z
4
https://smithery.ai/server/@edgardamasceno-dev/ldoce-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get_dictionary_entry', 'description': 'Busca o HTML do Longman para uma palavra e retorna JSON parseado (dictionaryEntries, simpleForm, continuousForm)', 'inputSchema': {'type': 'object', 'required': ['word'], 'properties': {'word': {'type': 'string', 'description': 'A palavra a ser consultada (ex: rot)'}}}}]
@eriktilio/mcp-langchain-integration
LangChain Gemini Tool Server
Enable natural language interpretation and mathematical expression calculation by integrating LangChain with Google's Gemini model and custom tools via MCP. Run a local tool server that processes math expressions and connects seamlessly with your chain. Enhance your AI workflows with dynamic tool invocation and computation capabilities.
2025-04-18T04:00:52.640Z
4
https://smithery.ai/server/@eriktilio/mcp-langchain-integration
true
null
null
[{'name': 'calculate_expression', 'description': 'Avalia expressões matemáticas simples de forma segura.', 'inputSchema': {'type': 'object', 'title': 'calculate_expressionArguments', 'required': ['expr'], 'properties': {'expr': {'type': 'string', 'title': 'Expr'}}}}]
mcp-tenki
Tenki
Get weather updates for Japan.
2025-01-11T15:18:12.799Z
4
https://smithery.ai/server/mcp-tenki
true
null
{ "scanPassed": true }
[{'name': 'get_forecast', 'description': '\n Get forecast for a location in Japan\n\n Args:\n prefecture: Name of the prefecture of Japan (in English alphabets, e.g.) "Hokkaido", "Tokyo", "Osaka", etc.)\n ', 'inputSchema': {'type': 'object', 'title': 'get_forecastArguments', 'required': ['prefecture'], 'properties': {'prefecture': {'type': 'string', 'title': 'Prefecture'}}}}]
mcp-server-rijksmuseum
Rijksmuseum Server
Interact with the Rijksmuseum API for artwork searches, retrieval of artwork details, and access to high-resolution images and user collections.
2024-12-24T02:41:47.679Z
4
https://smithery.ai/server/mcp-server-rijksmuseum
true
null
{ "scanPassed": true }
[{'name': 'search_artwork', 'description': 'Search and filter artworks in the Rijksmuseum collection. This tool provides extensive filtering options including artist name, type of artwork, materials, techniques, time periods, colors, and more. Results can be sorted in various ways and are paginated.', 'inputSchema': {'type': 'object', 'properties': {'p': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': "Page number for paginated results, starting at 0. Use in combination with 'ps' to navigate through large result sets. Note: p * ps cannot exceed 10,000."}, 'q': {'type': 'string', 'description': "General search query that will match against artist names, artwork titles, descriptions, materials, techniques, etc. Use this for broad searches like 'sunflowers', 'portrait', 'landscape', etc."}, 'ps': {'type': 'integer', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Number of artworks to return per page. Higher values return more results but take longer to process. Maximum of 100 items per page.'}, 'type': {'type': 'string', 'description': "Filter by the type of artwork. Common values include 'painting', 'print', 'drawing', 'sculpture', 'photograph', 'furniture'. Use singular form."}, 'color': {'type': 'string', 'description': "Filter artworks by predominant color. Use hexadecimal color codes without the # symbol. Examples: 'FF0000' for red, '00FF00' for green, '0000FF' for blue. The API will match artworks containing this color."}, 'sortBy': {'enum': ['relevance', 'objecttype', 'chronologic', 'achronologic', 'artist', 'artistdesc'], 'type': 'string', 'default': 'relevance', 'description': "Determines the order of results. Options: 'relevance' (best matches first), 'objecttype' (grouped by type), 'chronologic' (oldest to newest), 'achronologic' (newest to oldest), 'artist' (artist name A-Z), 'artistdesc' (artist name Z-A)."}, 'century': {'type': 'integer', 'maximum': 21, 'minimum': -1, 'description': 'Filter artworks by the century they were created in. Use negative numbers for BCE, positive for CE. Range from -1 (100-1 BCE) to 21 (2000-2099 CE). Example: 17 for 17th century (1600-1699).'}, 'culture': {'enum': ['nl', 'en'], 'type': 'string', 'default': 'en', 'description': "Language for the search and returned data. Use 'en' for English or 'nl' for Dutch (Nederlands). Affects artwork titles, descriptions, and other text fields."}, 'imgonly': {'type': 'boolean', 'default': False, 'description': 'When true, only returns artworks that have associated images. Set to true if you need to show or analyze the visual aspects of artworks.'}, 'material': {'type': 'string', 'description': "Filter by the material used in the artwork. Examples: 'canvas', 'paper', 'wood', 'oil paint', 'marble'. Matches exact material names from the museum's classification."}, 'technique': {'type': 'string', 'description': "Filter by the technique used to create the artwork. Examples: 'oil painting', 'etching', 'watercolor', 'photography'. Matches specific techniques from the museum's classification."}, 'toppieces': {'type': 'boolean', 'default': False, 'description': 'When true, only returns artworks designated as masterpieces by the Rijksmuseum. These are the most significant and famous works in the collection.'}, 'involvedMaker': {'type': 'string', 'description': "Search for artworks by a specific artist. Must be case-sensitive and exact, e.g., 'Rembrandt+van+Rijn', 'Vincent+van+Gogh'. Use + for spaces in names."}}}}, {'name': 'get_artwork_details', 'description': 'Retrieve comprehensive details about a specific artwork from the Rijksmuseum collection. Returns extensive information including:\n\n- Basic details (title, artist, dates)\n- Physical properties (dimensions, materials, techniques)\n- Historical context (dating, historical persons, documentation)\n- Visual information (colors, image data)\n- Curatorial information (descriptions, labels, location)\n- Acquisition details\n- Exhibition history\n\nThis is the primary tool for in-depth research on a specific artwork, providing all available museum documentation and metadata.', 'inputSchema': {'type': 'object', 'required': ['objectNumber'], 'properties': {'culture': {'enum': ['nl', 'en'], 'type': 'string', 'default': 'en', 'description': "Language for the artwork details. Use 'en' for English or 'nl' for Dutch (Nederlands). Affects all textual information including descriptions, titles, and historical documentation."}, 'objectNumber': {'type': 'string', 'description': "The unique identifier of the artwork in the Rijksmuseum collection. Format is typically a combination of letters and numbers (e.g., 'SK-C-5' for The Night Watch, 'SK-A-3262' for Van Gogh's Self Portrait). Case-sensitive. This ID can be obtained from search results."}}}}, {'name': 'get_artwork_image', 'description': 'Retrieve detailed image tile information for high-resolution viewing of an artwork. This tool provides data for implementing deep zoom functionality, allowing detailed examination of the artwork at various zoom levels.\n\nThe response includes multiple zoom levels (z0 to z6):\n- z0: Highest resolution (largest image)\n- z6: Lowest resolution (smallest image)\n\nEach zoom level contains:\n- Total width and height of the image at that level\n- A set of image tiles that make up the complete image\n- Position information (x,y) for each tile\n\nThis is particularly useful for:\n- Implementing deep zoom viewers\n- Studying fine artwork details\n- Analyzing brushwork or conservation details\n- Creating interactive viewing experiences', 'inputSchema': {'type': 'object', 'required': ['objectNumber'], 'properties': {'culture': {'enum': ['nl', 'en'], 'type': 'string', 'default': 'en', 'description': "Language for the API response. Use 'en' for English or 'nl' for Dutch (Nederlands). While this endpoint primarily returns image data, any textual metadata will be in the specified language."}, 'objectNumber': {'type': 'string', 'description': 'The unique identifier of the artwork in the Rijksmuseum collection. Same format as used in get_artwork_details. The artwork must have an associated image for this to work.'}}}}, {'name': 'get_user_sets', 'description': 'Retrieve collections created by Rijksstudio users. These are curated sets of artworks that users have grouped together based on themes, artists, periods, or personal interests.\n\nEach set includes:\n- Basic information (name, description, creation date)\n- Creator details (username, language preference)\n- Collection statistics (number of items)\n- Navigation links (API and web URLs)\n\nThis tool is useful for:\n- Discovering user-curated exhibitions\n- Finding thematically related artworks\n- Exploring popular artwork groupings\n- Studying collection patterns', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'Page number for paginated results, starting at 0. Use with pageSize to navigate through sets. Note: page * pageSize cannot exceed 10,000.'}, 'culture': {'enum': ['nl', 'en'], 'type': 'string', 'default': 'en', 'description': "Language for the response data. Use 'en' for English or 'nl' for Dutch (Nederlands). Affects set descriptions and user information."}, 'pageSize': {'type': 'number', 'default': 10, 'maximum': 100, 'minimum': 1, 'description': 'Number of user sets to return per page. Must be between 1 and 100. Larger values return more results but take longer to process.'}}}}, {'name': 'get_user_set_details', 'description': 'Retrieve detailed information about a specific user-created collection in Rijksstudio. Returns comprehensive information about the set and its contents, including:\n\n- Set metadata (name, description, creation date)\n- Creator information\n- List of artworks in the set\n- Image data for each artwork\n- Navigation links\n\nThis tool is particularly useful for:\n- Analyzing thematic groupings of artworks\n- Studying curatorial choices\n- Understanding collection patterns\n- Exploring relationships between artworks', 'inputSchema': {'type': 'object', 'required': ['setId'], 'properties': {'page': {'type': 'number', 'default': 0, 'minimum': 0, 'description': 'Page number for paginated results, starting at 0. Use with pageSize to navigate through large sets. Note: page * pageSize cannot exceed 10,000.'}, 'setId': {'type': 'string', 'description': "The unique identifier of the user set to fetch. Format is typically 'userId-setname'. This ID can be obtained from the get_user_sets results."}, 'culture': {'enum': ['nl', 'en'], 'type': 'string', 'default': 'en', 'description': "Language for the response data. Use 'en' for English or 'nl' for Dutch (Nederlands). Affects set descriptions and artwork information."}, 'pageSize': {'type': 'number', 'default': 25, 'maximum': 100, 'minimum': 1, 'description': 'Number of artworks to return per page. Must be between 1 and 100. Default is 25. Larger values return more artworks but take longer to process.'}}}}, {'name': 'open_image_in_browser', 'description': 'Open a high-resolution image of an artwork in the default web browser for viewing. This tool is useful when you want to examine an artwork visually or show it to the user. Works with any valid Rijksmuseum image URL.', 'inputSchema': {'type': 'object', 'required': ['imageUrl'], 'properties': {'imageUrl': {'type': 'string', 'description': "The full URL of the artwork image to open. Must be a valid HTTP/HTTPS URL from the Rijksmuseum's servers. These URLs can be obtained from artwork search results or details."}}}}, {'name': 'get_artist_timeline', 'description': "Generate a chronological timeline of an artist's works in the Rijksmuseum collection. This tool is perfect for studying an artist's development, analyzing their artistic periods, or understanding their contribution to art history over time.", 'inputSchema': {'type': 'object', 'required': ['artist'], 'properties': {'artist': {'type': 'string', 'description': "The name of the artist to create a timeline for. Must match the museum's naming convention (e.g., 'Rembrandt van Rijn', 'Vincent van Gogh'). Case sensitive and exact match required."}, 'maxWorks': {'type': 'number', 'default': 10, 'maximum': 50, 'minimum': 1, 'description': 'Maximum number of works to include in the timeline. Works are selected based on significance and quality of available images. Higher numbers give a more complete picture but may include less significant works.'}}}}]
@genm/mcp-server-discord-webhook
Discord Webhook MCP Server
Send messages to Discord effortlessly. Integrate your applications with Discord webhooks to enhance communication and notifications. Simplify your workflow by automating message delivery to your Discord channels.
2025-03-10T07:00:26.790Z
4
https://smithery.ai/server/@genm/mcp-server-discord-webhook
true
null
{ "scanPassed": true }
[{'name': 'send_message', 'description': 'Discordにメッセージを送信します', 'inputSchema': {'type': 'object', 'required': ['content'], 'properties': {'content': {'type': 'string', 'description': '送信するメッセージ内容'}, 'username': {'type': 'string', 'description': '表示名(オプション)'}, 'avatar_url': {'type': 'string', 'description': 'アバターURL(オプション)'}}}}]
@falahgs/gemini-thinking-mcp
Gemini Thinking
Leverage the advanced reasoning capabilities of the Gemini model to solve complex problems quickly and accurately. Engage in step-by-step analysis and structured thinking to enhance your decision-making processes. Integrate seamlessly with Claude Desktop for an enriched conversational experience.
2025-04-11T07:48:56.834Z
4
https://smithery.ai/server/@falahgs/gemini-thinking-mcp
true
null
{ "scanPassed": true }
[{'name': 'gemini-thinking', 'description': 'Generate reasoning and action plan using gemini-2.0-flash-thinking-exp-01-21', 'inputSchema': {'type': 'object', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'description': 'Input text for Gemini'}, 'max_tokens': {'type': 'number', 'maximum': 8192, 'minimum': 1, 'description': 'Maximum tokens to generate (default: 8192)'}, 'temperature': {'type': 'number', 'maximum': 2, 'minimum': 0, 'description': 'Sampling temperature (default: 0.2)'}}}}]
@611711Dark/mcp_calculate_server
Calculate Server
Perform complex mathematical calculations effortlessly. Leverage powerful symbolic computation capabilities to solve equations, perform calculus, and manipulate matrices with ease.
2025-04-01T20:01:26.058Z
4
https://smithery.ai/server/@611711Dark/mcp_calculate_server
true
null
{ "scanPassed": true }
[{'name': 'calculate_expression', 'description': '\ncalculate mathematical expressions using the `sympify` function from `sympy`, parse and compute the input mathematical expression string, supports direct calls to SymPy functions (automatically recognizes x, y, z as symbolic variables)\nParameters:\n expression (str): Mathematical expression, e.g., "223 - 344 * 6" or "sin(pi/2) + log(10)".Replace special symbols with approximate values, e.g., pi → 3.1415"\nExample expressions:\n "2 + 3*5" # Basic arithmetic → 17\n "expand((x + 1)**2)" # Expand → x² + 2x + 1\n "diff(sin(x), x)" # Derivative → cos(x)\n "integrate(exp(x), (x, 0, 1))" # Definite integral → E - 1\n "solve(x**2 - 4, x)" # Solve equation → [-2, 2]\n "limit(tan(x)/x, x, 0)" # Limit → 1\n "Sum(k, (k, 1, 10)).doit()" # Summation → 55\n "Matrix([[1, 2], [3, 4]]).inv()" # Matrix inverse → [[-2, 1], [3/2, -1/2]]\n "simplify((x**2 - 1)/(x + 1))" # Simplify → x - 1\n "factor(x**2 - 2*x - 15)" # Factorize → (x - 5)(x + 3)\n "series(cos(x), x, 0, 4)" # Taylor series → 1 - x²/2 + x⁴/24 + O(x⁴)\n "integrate(exp(-x**2)*sin(x), (x, -oo, oo))" # Complex integral\n "solve([x**2 + y**2 - 1, x + y - 1], [x, y])" # Solve system of equations\n "Matrix([[1, 2, 3], [4, 5, 6], [7, 8, 9]]).eigenvals()" # Matrix eigenvalues\nReturns:\n str: Calculation result. If the expression cannot be parsed or computed, returns an error message (str).\n', 'inputSchema': {'type': 'object', 'title': 'calculate_expressionArguments', 'required': ['expression'], 'properties': {'expression': {'type': 'string', 'title': 'Expression'}}}}]
@puremd/puremd-mcp
pure.md MCP server
Access web content in markdown format reliably and efficiently. Unblock web pages and search the web seamlessly, enhancing your agents' capabilities. Integrate with your scripts and applications to leverage markdown delivery like a CDN.
2025-04-01T21:11:19.708Z
2
https://smithery.ai/server/@puremd/puremd-mcp
true
null
{ "scanPassed": true }
[{'name': 'unblock-url', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'search-web', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string'}}, 'additionalProperties': False}}]
@lumile/mercadolibre-mcp
MercadoLibre MCP Server
Access MercadoLibre's API to search products, retrieve reviews, and check seller reputations.
2025-01-31T20:32:23.077Z
4
https://smithery.ai/server/@lumile/mercadolibre-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_products', 'description': 'Busca productos en MercadoLibre', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 10, 'description': 'Cantidad de resultados a devolver'}, 'query': {'type': 'string', 'description': 'Consulta de búsqueda'}, 'offset': {'type': 'number', 'default': 0, 'description': 'Cantidad de resultados a saltar'}}}}, {'name': 'seller_reputation', 'description': 'Obtiene la reputación de un vendedor', 'inputSchema': {'type': 'object', 'properties': {'sellerId': {'type': 'string', 'description': 'ID del vendedor'}}}}, {'name': 'product_reviews', 'description': 'Obtiene las reseñas de un producto', 'inputSchema': {'type': 'object', 'properties': {'productId': {'type': 'string', 'description': 'ID del producto'}}}}, {'name': 'product_description', 'description': 'Obtiene la descripción de un producto', 'inputSchema': {'type': 'object', 'properties': {'productId': {'type': 'string', 'description': 'ID del producto'}}}}]
@disler/aider-mcp-server
Aider MCP Server
Offload AI coding tasks to Aider, enhancing your development efficiency and flexibility. Automate code generation and modifications, allowing you to focus on higher-level design and review. Experience seamless integration with your coding environment for a more orchestrated workflow.
2025-04-06T20:00:49.100Z
4
https://smithery.ai/server/@disler/aider-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'aider_ai_code', 'description': 'Run Aider to perform AI coding tasks based on the provided prompt and files', 'inputSchema': {'type': 'object', 'required': ['ai_coding_prompt', 'relative_editable_files'], 'properties': {'model': {'type': 'string', 'description': 'The primary AI model Aider should use for generating code'}, 'ai_coding_prompt': {'type': 'string', 'description': 'The prompt for the AI to execute'}, 'relative_editable_files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of files that can be edited'}, 'relative_readonly_files': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of files that can be read but not edited'}}}}, {'name': 'list_models', 'description': 'List available models that match the provided substring', 'inputSchema': {'type': 'object', 'properties': {'substring': {'type': 'string', 'description': 'Substring to match against available models'}}}}]
@mario-andreschak/mcp-veo2
Video Generation Server with Google Veo2
Generate high-quality videos from text prompts or images using Google's Veo2 model. Access and manage generated videos seamlessly through MCP resources. Enhance your applications with customizable video generation capabilities and example templates.
2025-04-19T02:22:03.994Z
4
https://smithery.ai/server/@mario-andreschak/mcp-veo2
true
null
null
[{'name': 'generateVideoFromText', 'description': 'Generate a video from a text prompt', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'maxLength': 1000, 'minLength': 1}, 'aspectRatio': {'enum': ['16:9', '9:16'], 'type': 'string', 'default': '16:9'}, 'autoDownload': {'type': ['boolean', 'string'], 'default': True}, 'enhancePrompt': {'type': ['boolean', 'string'], 'default': False}, 'negativePrompt': {'type': 'string', 'default': ''}, 'numberOfVideos': {'enum': [1, 2], 'type': 'number', 'default': 1}, 'durationSeconds': {'type': 'number', 'default': 5, 'maximum': 8, 'minimum': 5}, 'includeFullData': {'type': ['boolean', 'string'], 'default': False}, 'personGeneration': {'enum': ['dont_allow', 'allow_adult'], 'type': 'string', 'default': 'dont_allow'}}, 'additionalProperties': False}}, {'name': 'generateVideoFromImage', 'description': 'Generate a video from an image', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['image'], 'properties': {'image': {'anyOf': [{'type': 'object', 'required': ['type', 'mimeType', 'data'], 'properties': {'data': {'type': 'string', 'minLength': 1}, 'type': {'type': 'string', 'const': 'image'}, 'mimeType': {'type': 'string'}}, 'additionalProperties': False}, {'type': 'string', 'format': 'uri'}, {'type': 'string', 'minLength': 1}]}, 'prompt': {'type': 'string', 'default': 'Generate a video from this image', 'maxLength': 1000, 'minLength': 1}, 'aspectRatio': {'enum': ['16:9', '9:16'], 'type': 'string', 'default': '16:9'}, 'autoDownload': {'type': ['boolean', 'string'], 'default': True}, 'enhancePrompt': {'type': ['boolean', 'string'], 'default': False}, 'negativePrompt': {'type': 'string', 'default': ''}, 'numberOfVideos': {'enum': [1, 2], 'type': 'number', 'default': 1}, 'durationSeconds': {'type': 'number', 'default': 5, 'maximum': 8, 'minimum': 5}, 'includeFullData': {'type': ['boolean', 'string'], 'default': False}, 'personGeneration': {'enum': ['dont_allow', 'allow_adult'], 'type': 'string', 'default': 'dont_allow'}}, 'additionalProperties': False}}, {'name': 'generateImage', 'description': 'Generate an image from a text prompt using Google Imagen', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'maxLength': 1000, 'minLength': 1}, 'numberOfImages': {'type': 'number', 'default': 1, 'maximum': 4, 'minimum': 1}, 'includeFullData': {'type': ['boolean', 'string'], 'default': True}}, 'additionalProperties': False}}, {'name': 'generateVideoFromGeneratedImage', 'description': 'Generate a video from a generated image (one-step process)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['prompt'], 'properties': {'prompt': {'type': 'string', 'maxLength': 1000, 'minLength': 1}, 'aspectRatio': {'enum': ['16:9', '9:16'], 'type': 'string', 'default': '16:9'}, 'videoPrompt': {'type': 'string', 'maxLength': 1000, 'minLength': 1}, 'autoDownload': {'type': ['boolean', 'string'], 'default': True}, 'enhancePrompt': {'type': ['boolean', 'string'], 'default': False}, 'negativePrompt': {'type': 'string', 'default': ''}, 'numberOfImages': {'type': 'number', 'default': 1, 'maximum': 4, 'minimum': 1}, 'numberOfVideos': {'enum': [1, 2], 'type': 'number', 'default': 1}, 'durationSeconds': {'type': 'number', 'default': 5, 'maximum': 8, 'minimum': 5}, 'includeFullData': {'type': ['boolean', 'string'], 'default': False}, 'personGeneration': {'enum': ['dont_allow', 'allow_adult'], 'type': 'string', 'default': 'dont_allow'}}, 'additionalProperties': False}}, {'name': 'listGeneratedVideos', 'description': 'List all generated videos', 'inputSchema': {'type': 'object'}}, {'name': 'getImage', 'description': 'Get a specific image by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'minLength': 1}, 'includeFullData': {'type': ['boolean', 'string'], 'default': True}}, 'additionalProperties': False}}, {'name': 'listGeneratedImages', 'description': 'List all generated images', 'inputSchema': {'type': 'object'}}]
@juhemcp/jexchange-mcp-server
Juhe Exchange Rates
Provide real-time global currency exchange rate queries for large language models. Access up-to-date exchange rates between different currencies effortlessly. Enhance your applications with accurate financial data at your fingertips.
2025-03-22T15:00:26.874Z
4
https://smithery.ai/server/@juhemcp/jexchange-mcp-server
true
null
null
[{'name': 'query_exchange_rates', 'description': '根据货币的三位字母代码查询两者之间的兑换汇率', 'inputSchema': {'type': 'object', 'title': 'query_exchange_ratesArguments', 'required': ['from_code', 'to_code'], 'properties': {'to_code': {'type': 'string', 'title': 'To Code', 'description': '您希望转换为目标货币的三位字母货币代码。如:USD'}, 'from_code': {'type': 'string', 'title': 'From Code', 'description': '您希望转换的货币的三位字母货币代码。如:CNY'}}}}]
@DeepSRT/deepsrt-mcp
DeepSRT Server
Generate concise summaries for YouTube videos effortlessly. Choose between narrative and bullet-point formats, and enjoy multi-language support for a seamless experience. Integrate easily with MCP-enabled environments to enhance your video content accessibility.
2025-03-13T09:01:26.592Z
4
https://smithery.ai/server/@DeepSRT/deepsrt-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_summary', 'description': 'Get summary for a YouTube video', 'inputSchema': {'type': 'object', 'required': ['videoId'], 'properties': {'lang': {'type': 'string', 'default': 'zh-tw', 'description': 'Language code (e.g. zh-tw)'}, 'mode': {'enum': ['narrative', 'bullet'], 'type': 'string', 'default': 'narrative', 'description': 'Summary mode (narrative or bullet)'}, 'videoId': {'type': 'string', 'description': 'YouTube video ID'}}}}]
@Alex-Smith-1234/map_mcp
Map MCP Server
Enhance your applications with dynamic data integration and real-time context manipulation. Access and manage external resources seamlessly to enrich user interactions. Empower your agents with the ability to perform actions and retrieve data effortlessly.
2025-03-20T08:35:56.532Z
4
https://smithery.ai/server/@Alex-Smith-1234/map_mcp
true
null
{ "scanPassed": true }
[{'name': 'navigate_to', 'description': 'navigate to the city.\n\n Args:\n city: destination city name\n ', 'inputSchema': {'type': 'object', 'title': 'navigate_toArguments', 'required': ['city'], 'properties': {'city': {'type': 'string', 'title': 'City'}}}}]
@redis/mcp-redis-cloud
Redis Cloud API
Manage your Redis Cloud resources effortlessly using natural language. Create databases, monitor subscriptions, and configure cloud deployments with simple commands. Streamline your Redis Cloud experience and enhance productivity with intuitive interactions.
2025-04-07T15:00:45.575Z
2
https://smithery.ai/server/@redis/mcp-redis-cloud
true
https://spjawbfpwezjfmic…19d86b5d1ef0.png
{ "scanPassed": true }
[{'name': 'get-current-account', 'description': 'Get the current Cloud Redis account', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-current-payment-methods', 'description': 'Get the current payment methods for the current Cloud Redis account', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-database-modules', 'description': 'Lookup list of database modules supported in current account (support may differ based on subscription and database settings). These modules are also called capabilities.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-pro-plans-regions', 'description': 'Lookup list of regions for cloud provider. These regions include the providers too.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'create-pro-subscription', 'description': 'Create a new pro subscription. Returns a TASK ID that can be used to track the status of the subscription creation. Prerequisites: 1) Verify payment method by checking get-current-payment-methods. 2) For database modules, validate against get-database-modules list. 3) Validate regions using get-pro-plans-regions. The payload must match the input schema.', 'inputSchema': {'type': 'object', 'required': ['cloudProviders', 'databases'], 'properties': {'name': {'type': 'string', 'example': 'My new subscription', 'description': 'Optional. Subscription name'}, 'dryRun': {'type': 'boolean', 'default': False, 'description': "Optional. When 'false': Creates a deployment plan and deploys it (creating any resources required by the plan). When 'true': creates a read-only deployment plan without any resource creation. Default: 'false'"}, 'databases': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'protocol'], 'properties': {'name': {'type': 'string', 'example': 'Redis-database-example', 'description': "Required. Database name (must be up to 40 characters long, include only letters, digits, or hyphen ('-'), start with a letter, and end with a letter or digit)"}, 'modules': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Required. Redis module Id. Get the list of available module identifiers by calling get-database-modules'}, 'parameters': {'type': 'object', 'description': 'Optional. Redis database module parameters', 'additionalProperties': True}}}, 'description': 'Optional. Redis modules to be provisioned in the database. Use get-database-modules to retrieve available modules and configure the desired ones'}, 'protocol': {'enum': ['redis', 'memcached'], 'type': 'string', 'default': 'redis', 'description': "Optional. Database protocol: either 'redis' or 'memcached'. Default: 'redis'"}, 'quantity': {'type': 'integer', 'format': 'int32', 'example': 1, 'description': 'Optional. Number of databases (of this type) that will be created. Default: 1'}, 'replication': {'type': 'boolean', 'default': True, 'description': "Optional. Databases replication. Default: 'true'"}, 'respVersion': {'enum': ['resp2', 'resp3'], 'type': 'string', 'example': 'resp3', 'description': 'Optional. RESP version must be compatible with Redis version.'}, 'shardingType': {'enum': ['default-regex-rules', 'custom-regex-rules', 'redis-oss-hashing'], 'type': 'string', 'description': 'Optional. Database Hashing policy.'}, 'dataPersistence': {'enum': ['none', 'aof-every-1-second', 'aof-every-write', 'snapshot-every-1-hour', 'snapshot-every-6-hours', 'snapshot-every-12-hours'], 'type': 'string', 'description': "Optional. Rate of database data persistence (in persistent storage). Default: 'none'"}, 'datasetSizeInGb': {'type': 'number', 'format': 'double', 'example': 1, 'minimum': 0.1, 'description': 'Optional. The maximum amount of data in the dataset for this specific database is in GB. You can not set both datasetSizeInGb and totalMemoryInGb.'}, 'supportOSSClusterApi': {'type': 'boolean', 'default': False, 'description': "Optional. Support Redis open-source (OSS) Cluster API. Default: 'false'"}, 'throughputMeasurement': {'type': 'object', 'required': ['by', 'value'], 'properties': {'by': {'enum': ['operations-per-second', 'number-of-shards'], 'type': 'string', 'description': "Required. Throughput measurement method. Either 'number-of-shards' or 'operations-per-second'"}, 'value': {'type': 'integer', 'format': 'int64', 'example': 10000, 'description': 'Required. Throughput value (as applies to selected measurement method)'}}, 'description': 'Optional. Throughput measurement method. Default: 25000 ops/sec'}, 'averageItemSizeInBytes': {'type': 'integer', 'format': 'int64', 'description': 'Optional. Relevant only to ram-and-flash clusters. Estimated average size (measured in bytes) of the items stored in the database. Default: 1000'}, 'queryPerformanceFactor': {'type': 'string', 'example': '2x', 'description': 'Optional. The query performance factor adds extra compute power specifically for search and query.'}, 'localThroughputMeasurement': {'type': 'array', 'items': {'type': 'object', 'properties': {'region': {'type': 'string'}, 'readOperationsPerSecond': {'type': 'integer', 'format': 'int64', 'example': 1000, 'description': 'Default: 1000 ops/sec'}, 'writeOperationsPerSecond': {'type': 'integer', 'format': 'int64', 'example': 1000, 'description': 'Default: 1000 ops/sec'}}}, 'description': 'Optional. Throughput measurement for an active-active subscription'}}}, 'description': 'Required. Databases specifications for each planned database. Make sure to validate this before submitting the subscription.'}, 'redisVersion': {'type': 'string', 'example': '7.2', 'description': 'Optional. If specified, the redisVersion defines the Redis version of the databases in the subscription. If omitted, the Redis version will be the default'}, 'memoryStorage': {'enum': ['ram', 'ram-and-flash'], 'type': 'string', 'default': 'ram', 'description': "Optional. Memory storage preference: either 'ram' or a combination of 'ram-and-flash'. Default: 'ram'"}, 'paymentMethod': {'enum': ['credit-card', 'marketplace'], 'type': 'string', 'default': 'credit-card', 'description': "Required. The payment method for the requested subscription. If 'credit-card' is specified, 'paymentMethodId' must be defined. Default: 'credit-card. Validate this before submitting the subscription."}, 'cloudProviders': {'type': 'array', 'items': {'type': 'object', 'required': ['regions'], 'properties': {'regions': {'type': 'array', 'items': {'type': 'object', 'required': ['region'], 'properties': {'region': {'type': 'string', 'example': 'us-east-1', 'description': 'Required. Deployment region as defined by cloud provider'}, 'networking': {'type': 'object', 'required': ['deploymentCIDR'], 'properties': {'vpcId': {'type': 'string', 'example': '<vpc-identifier>', 'description': 'Optional. Either an existing VPC Id or create a new VPC (if no VPC is specified)'}, 'deploymentCIDR': {'type': 'string', 'example': '10.0.0.0/24', 'description': 'Optional. Deployment CIDR mask. Default: If using Redis internal cloud account, 192.168.0.0/24'}}, 'description': 'Optional. Cloud networking details. Default: if using Redis internal cloud account, 192.168.0.0/24'}, 'multipleAvailabilityZones': {'type': 'boolean', 'default': False, 'description': "Optional. Support deployment on multiple availability zones within the selected region. Default: 'false'"}, 'preferredAvailabilityZones': {'type': 'array', 'items': {'type': 'string'}, 'description': "Optional. Availability zones deployment preferences. If 'multipleAvailabilityZones' is set to 'true', you must specify three availability zones."}}}, 'description': 'Required. Cloud networking details, per region (single region or multiple regions for Active-Active cluster only)'}, 'provider': {'enum': ['AWS', 'GCP'], 'type': 'string', 'default': 'AWS', 'description': "Optional. Cloud provider. Default: 'AWS'"}, 'cloudAccountId': {'type': 'integer', 'format': 'int32', 'example': 1, 'description': 'Optional. Cloud account identifier. Default: Redis internal cloud account (using Cloud Account Id = 1 implies using Redis internal cloud account). Note that a GCP subscription can be created only with Redis internal cloud account.'}}}, 'description': 'Required. Cloud hosting & networking details. Make sure to validate this before submitting the subscription.'}, 'deploymentType': {'enum': ['single-region', 'active-active'], 'type': 'string', 'description': "Optional. When 'single-region' or null: Creates a single region subscription. When 'active-active': creates an active-active (multi-region) subscription"}, 'paymentMethodId': {'type': 'integer', 'format': 'int32', 'description': "Required if paymentMethod is credit-card. A valid payment method that was pre-defined in the current account. This value is Optional if 'paymentMethod' is 'marketplace', but Required for all other account types. Validate this before submitting the subscription."}}}}, {'name': 'get-pro-subscriptions', 'description': 'Get the pro subscriptions for the current Cloud Redis account', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-pro-subscription', 'description': 'Get pro subscription by ID. The payload must match the input schema.', 'inputSchema': {'type': 'object', 'required': ['subscriptionId'], 'properties': {'subscriptionId': {'min': 1, 'type': 'number', 'description': 'Subscription ID'}}}}, {'name': 'get-essential-subscriptions', 'description': 'Get the essential subscriptions for the current Cloud Redis account. A paginated response is returned, and to get all the essential subscriptions, the page and size parameters must be used until all the essential subscriptions are retrieved.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number'}, 'size': {'type': 'number', 'default': 10, 'description': 'Page size'}}}}, {'name': 'get-essential-subscription-by-id', 'description': 'Get an essential subscription by ID for the current Cloud Redis account', 'inputSchema': {'type': 'object', 'required': ['subscriptionId'], 'properties': {'subscriptionId': {'min': 1, 'type': 'number', 'description': 'Subscription ID'}}}}, {'name': 'create-essential-subscription', 'description': 'Create a new essential subscription. Returns a TASK ID that can be used to track the status of the subscription creation', 'inputSchema': {'type': 'object', 'required': ['name', 'planId'], 'properties': {'name': {'type': 'string', 'description': 'Subscription name'}, 'planId': {'type': 'number', 'description': 'Plan ID. The plan ID can be taken from /fixed/plans'}, 'paymentMethod': {'enum': ['credit-card', 'marketplace'], 'type': 'string', 'default': 'credit-card', 'description': 'Payment method'}, 'paymentMethodId': {'type': 'number', 'description': 'Payment method ID'}}}}, {'name': 'delete-essential-subscription', 'description': 'Delete an essential subscription by ID', 'inputSchema': {'type': 'object', 'required': ['subscriptionId'], 'properties': {'subscriptionId': {'min': 1, 'type': 'number', 'description': 'Subscription ID'}}}}, {'name': 'get-essentials-plans', 'description': 'Get the available plans for essential subscriptions. Always ask for which provider the plans are want to be retrieved. A paginated response is returned, and to get all the plans, the page and size parameters must be used until all the plans are retrieved.', 'inputSchema': {'type': 'object', 'required': ['provider'], 'properties': {'page': {'type': 'number', 'default': 0, 'description': 'Page number'}, 'size': {'type': 'number', 'default': 10, 'description': 'Page size'}, 'provider': {'enum': ['AWS', 'GCP', 'AZURE'], 'type': 'string', 'description': 'Provider name.'}, 'redisFlex': {'type': 'boolean', 'default': False, 'description': 'Redis Flex'}}}}, {'name': 'get-tasks', 'description': 'Get the current tasks for the current Cloud Redis account', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get-task-by-id', 'description': 'Get a task by ID for the current Cloud Redis account', 'inputSchema': {'type': 'object', 'required': ['taskId'], 'properties': {'taskId': {'type': 'string', 'minLength': 1, 'description': 'Task ID'}}}}, {'name': 'get-pro-databases', 'description': 'Get the pro databases for the provided subscription Id', 'inputSchema': {'type': 'object', 'required': ['subscriptionId'], 'properties': {'limit': {'type': 'number', 'description': 'Optional. Maximum number of items to return'}, 'offset': {'type': 'number', 'description': 'Optional. Number of items to skip'}, 'subscriptionId': {'min': 0, 'type': 'number', 'description': 'Subscription ID'}}}}, {'name': 'create-pro-database', 'description': 'Create a new database inside the specified subscription ID. Returns a TASK ID that can be used to track the status of the database creationPrerequisites: 1) For database modules, validate against get-database-modules list. 2) Validate regions using get-pro-plans-regions. The payload must match the input schema.', 'inputSchema': {'type': 'object', 'required': ['subscriptionId', 'name'], 'properties': {'name': {'type': 'string', 'description': "Required. Name of the database. Database name is limited to 40 characters or less and must include only letters, digits, and hyphens ('-'). It must start with a letter and end with a letter or digit."}, 'port': {'type': 'integer', 'description': 'Optional. TCP port on which the database is available (10000-19999). Generated automatically if omitted'}, 'dryRun': {'type': 'boolean', 'description': "Optional. When 'false': Creates a deployment plan and deploys it (creating any resources required by the plan). When 'true': creates a read-only deployment plan without any resource creation. Default: 'true'"}, 'modules': {'type': 'array', 'items': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Required. Redis module Id. Get the list of available module identifiers by calling get-database-modules'}, 'parameters': {'type': 'object', 'description': 'Optional. Redis database module parameters'}}}, 'description': 'Optional. Redis modules to be provisioned in the database. Use get-database-modules to retrieve available modules and configure the desired ones'}, 'password': {'type': 'string', 'description': 'Optional. Password to access the database. If omitted, a random 32 character long alphanumeric password will be automatically generated. Can only be set if Database Protocol is REDIS'}, 'protocol': {'enum': ['redis', 'memcached'], 'type': 'string', 'description': "Optional. Database protocol. Default: 'redis'"}, 'sourceIp': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional. List of source IP addresses or subnet masks. If specified, Redis clients will be able to connect to this database only from within the specified source IP addresses ranges.'}, 'enableTls': {'type': 'boolean', 'description': "Optional. When 'true', requires TLS authentication for all connections (mTLS with valid clientSslCertificate, regular TLS when the clientSslCertificate is not provided. Default: 'false'"}, 'replication': {'type': 'boolean', 'description': "Optional. Databases replication. Default: 'true'"}, 'respVersion': {'enum': ['resp2', 'resp3'], 'type': 'string', 'description': 'Optional. RESP version must be compatible with Redis version.'}, 'saslPassword': {'type': 'string', 'description': 'Optional. Memcached (SASL) Password to access the database. If omitted, a random 32 character long alphanumeric password will be automatically generated. Can only be set if Database Protocol is MEMCACHED'}, 'saslUsername': {'type': 'string', 'description': "Optional. Memcached (SASL) Username to access the database. If omitted, the username will be set to a 'mc-' prefix followed by a random 5 character long alphanumeric. Can only be set if Database Protocol is MEMCACHED"}, 'shardingType': {'enum': ['default-regex-rules', 'custom-regex-rules', 'redis-oss-hashing'], 'type': 'string', 'description': 'Optional. Database Hashing policy.'}, 'subscriptionId': {'min': 0, 'type': 'number', 'description': 'Subscription ID'}, 'dataPersistence': {'enum': ['none', 'aof-every-1-second', 'aof-every-write', 'snapshot-every-1-hour', 'snapshot-every-6-hours', 'snapshot-every-12-hours'], 'type': 'string', 'description': "Optional. Rate of database data persistence (in persistent storage). Default: 'none'"}, 'datasetSizeInGb': {'type': 'number', 'minimum': 0.1, 'description': "Optional. The maximum amount of data in the dataset for this specific database is in GB. You can not set both datasetSizeInGb and totalMemoryInGb. if 'replication' is true, the database's total memory will be twice as large as the datasetSizeInGb.if 'replication' is false, the database's total memory of the database will be the datasetSizeInGb value."}, 'dataEvictionPolicy': {'enum': ['allkeys-lru', 'allkeys-lfu', 'allkeys-random', 'volatile-lru', 'volatile-lfu', 'volatile-random', 'volatile-ttl', 'noeviction'], 'type': 'string', 'description': "Optional. Data items eviction method. Default: 'volatile-lru'"}, 'supportOSSClusterApi': {'type': 'boolean', 'description': "Optional. Support Redis open-source (OSS) Cluster API. Default: 'false'"}, 'throughputMeasurement': {'type': 'object', 'required': ['by', 'value'], 'properties': {'by': {'enum': ['operations-per-second', 'number-of-shards'], 'type': 'string', 'description': "Required. Throughput measurement method. Either 'number-of-shards' or 'operations-per-second'"}, 'value': {'type': 'integer', 'description': 'Required. Throughput value (as applies to selected measurement method)'}}, 'description': 'Optional. Throughput measurement method.'}, 'averageItemSizeInBytes': {'type': 'integer', 'description': 'Optional. Relevant only to ram-and-flash subscriptions. Estimated average size (measured in bytes) of the items stored in the database, Default: 1000'}, 'queryPerformanceFactor': {'type': 'string', 'description': 'Optional. The query performance factor adds extra compute power specifically for search and query.'}}}}]
@joshuayoes/ios-simulator-mcp
iOS Simulator
Interact with iOS simulators to validate UI elements, control interactions, and inspect screens. Ensure quality assurance in your applications by automating UI tests and capturing screenshots seamlessly.
2025-03-22T21:00:45.654Z
4
https://smithery.ai/server/@joshuayoes/ios-simulator-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_booted_sim_id', 'description': 'Get the ID of the currently booted iOS simulator', 'inputSchema': {'type': 'object'}}, {'name': 'ui_describe_all', 'description': 'Describes accessibility information for the entire screen in the iOS Simulator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}}, 'additionalProperties': False}}, {'name': 'ui_tap', 'description': 'Tap on the screen in the iOS Simulator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'The x-coordinate'}, 'y': {'type': 'number', 'description': 'The x-coordinate'}, 'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}, 'duration': {'type': 'string', 'description': 'Press duration'}}, 'additionalProperties': False}}, {'name': 'ui_type', 'description': 'Input text into the iOS Simulator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'Text to input'}, 'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}}, 'additionalProperties': False}}, {'name': 'ui_swipe', 'description': 'Swipe on the screen in the iOS Simulator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x_start', 'y_start', 'x_end', 'y_end'], 'properties': {'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}, 'delta': {'type': 'number', 'default': 1, 'description': 'The size of each step in the swipe (default is 1)'}, 'x_end': {'type': 'number', 'description': 'The ending x-coordinate'}, 'y_end': {'type': 'number', 'description': 'The ending y-coordinate'}, 'x_start': {'type': 'number', 'description': 'The starting x-coordinate'}, 'y_start': {'type': 'number', 'description': 'The starting y-coordinate'}}, 'additionalProperties': False}}, {'name': 'ui_describe_point', 'description': "Returns the accessibility element at given co-ordinates on the iOS Simulator's screen", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['x', 'y'], 'properties': {'x': {'type': 'number', 'description': 'The x-coordinate'}, 'y': {'type': 'number', 'description': 'The y-coordinate'}, 'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}}, 'additionalProperties': False}}, {'name': 'screenshot', 'description': 'Takes a screenshot of the iOS Simulator', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['output_path'], 'properties': {'mask': {'enum': ['ignored', 'alpha', 'black'], 'type': 'string', 'description': 'For non-rectangular displays, handle the mask by policy (ignored, alpha, or black)'}, 'type': {'enum': ['png', 'tiff', 'bmp', 'gif', 'jpeg'], 'type': 'string', 'description': 'Image format (png, tiff, bmp, gif, or jpeg). Default is png.'}, 'udid': {'type': 'string', 'description': 'Udid of target, can also be set with the IDB_UDID env var'}, 'display': {'enum': ['internal', 'external'], 'type': 'string', 'description': 'Display to capture (internal or external). Default depends on device type.'}, 'output_path': {'type': 'string', 'description': 'File path where the screenshot will be saved (if relative, ~/Downloads will be used as base directory)'}}, 'additionalProperties': False}}, {'name': 'record_video', 'description': 'Records a video of the iOS Simulator using simctl directly', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'mask': {'enum': ['ignored', 'alpha', 'black'], 'type': 'string', 'description': 'For non-rectangular displays, handle the mask by policy: "ignored", "alpha", or "black".'}, 'codec': {'enum': ['h264', 'hevc'], 'type': 'string', 'description': 'Specifies the codec type: "h264" or "hevc". Default is "hevc".'}, 'force': {'type': 'boolean', 'description': 'Force the output file to be written to, even if the file already exists.'}, 'display': {'enum': ['internal', 'external'], 'type': 'string', 'description': 'Display to capture: "internal" or "external". Default depends on device type.'}, 'output_path': {'type': 'string', 'description': 'Optional output path (defaults to ~/Downloads/simulator_recording_$DATE.mp4)'}}, 'additionalProperties': False}}, {'name': 'stop_recording', 'description': 'Stops the simulator video recording using killall', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@waldzellai/visual-reasoning
Visual Reasoning Server
Enable language models to perform complex visual and spatial reasoning by creating, manipulating, and iterating on diagrammatic representations such as graphs, flowcharts, and concept maps. Enhance problem-solving capabilities by integrating visual thinking with verbal insights, supporting multi-modal outputs including ASCII art and SVG. Facilitate iterative refinement and pattern recognition through a flexible visual element manipulation system.
2025-05-01T17:21:00.470Z
4
https://smithery.ai/server/@waldzellai/visual-reasoning
true
null
null
[{'name': 'visualReasoning', 'description': 'A detailed tool for diagrammatic thinking and spatial representation.\nThis tool helps models create and manipulate visual representations of problems.\nIt can be used to develop system diagrams, flowcharts, concept maps, and other visual models.\n\nWhen to use this tool:\n- System architecture design\n- Algorithm visualization\n- Concept mapping and knowledge organization\n- Pattern recognition in complex data\n- Spatial problem solving\n\nKey features:\n- Create and manipulate abstract visual elements\n- Support for multiple visual representation types\n- Track iterations of visual thinking\n- Translate between verbal descriptions and visual representations\n- Generate visual insights from patterns\n\nParameters explained:\n- operation: The type of action to perform (create, update, delete, transform, observe)\n- elements: The visual elements to operate on\n- diagramId: Identifier for the diagram being created or modified\n- diagramType: The type of diagram (graph, flowchart, state diagram, etc.)\n- iteration: The current iteration of the visual reasoning process\n- observation/insight/hypothesis: Verbal reasoning about the visual representation\n- nextOperationNeeded: Whether another operation is needed in the visual reasoning process', 'inputSchema': {'type': 'object', 'required': ['operation', 'diagramId', 'diagramType', 'iteration', 'nextOperationNeeded'], 'properties': {'insight': {'type': 'string', 'description': 'Insights derived from the visual representation'}, 'elements': {'type': 'array', 'items': {'type': 'object', 'required': ['type'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier for the element'}, 'type': {'enum': ['node', 'edge', 'container', 'annotation'], 'type': 'string', 'description': 'The type of visual element'}, 'label': {'type': 'string', 'description': 'Text label for the element'}, 'source': {'type': 'string', 'description': 'For edges: ID of the source element'}, 'target': {'type': 'string', 'description': 'For edges: ID of the target element'}, 'contains': {'type': 'array', 'items': {'type': 'string'}, 'description': 'For containers: IDs of contained elements'}, 'properties': {'type': 'object', 'description': 'Visual properties like position, size, color'}}}, 'description': 'The visual elements to operate on'}, 'diagramId': {'type': 'string', 'description': 'Identifier for the diagram'}, 'iteration': {'type': 'number', 'minimum': 0, 'description': 'Current iteration of the visual reasoning process'}, 'operation': {'enum': ['create', 'update', 'delete', 'transform', 'observe'], 'type': 'string', 'description': 'The type of operation to perform'}, 'hypothesis': {'type': 'string', 'description': 'Hypotheses based on the visual pattern'}, 'diagramType': {'enum': ['graph', 'flowchart', 'stateDiagram', 'conceptMap', 'treeDiagram', 'custom'], 'type': 'string', 'description': 'The type of diagram being created or modified'}, 'observation': {'type': 'string', 'description': 'Observations about the current visual state'}, 'transformationType': {'enum': ['rotate', 'move', 'resize', 'recolor', 'regroup'], 'type': 'string', 'description': 'For transform operations: the type of transformation'}, 'nextOperationNeeded': {'type': 'boolean', 'description': 'Whether another operation is needed'}}}}]
@wati-io/whatsapp-api-mcp-server
WATI WhatsApp MCP Server
Enable seamless interaction with your WhatsApp account through AI agents by searching contacts, reading messages, and sending text or media messages. Enhance your WhatsApp conversations with interactive buttons and media handling capabilities. Connect effortlessly using the official Wati API for secure and reliable communication.
2025-04-27T12:51:01.740Z
4
https://smithery.ai/server/@wati-io/whatsapp-api-mcp-server
true
https://spjawbfpwezjfmic…17afeabaa75.jpeg
{ "scanPassed": true }
[{'name': 'search_contacts', 'description': '\n Searches WhatsApp contacts based on a query.\n Returns all available contact information including name, phone number, WhatsApp ID,\n creation date, status, custom parameters, and other fields from the WATI API.\n \n Args:\n query: A search term to find matching contacts\n \n Returns:\n A list of contacts with all available contact information\n ', 'inputSchema': {'type': 'object', 'title': 'search_contactsArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'list_messages', 'description': 'Get WhatsApp messages matching specified criteria with optional context.\n \n Args:\n after: Optional ISO-8601 formatted string to only return messages after this date\n before: Optional ISO-8601 formatted string to only return messages before this date\n sender_phone_number: Optional phone number to filter messages by sender\n chat_waid: Optional WhatsApp ID (WAID) to filter messages by chat\n query: Optional search term to filter messages by content\n limit: Maximum number of messages to return (default 20)\n page: Page number for pagination (default 0)\n include_context: Whether to include messages before and after matches (default True)\n context_before: Number of messages to include before each match (default 1)\n context_after: Number of messages to include after each match (default 1)\n ', 'inputSchema': {'type': 'object', 'title': 'list_messagesArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 0}, 'after': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'After', 'default': None}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Query', 'default': None}, 'before': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Before', 'default': None}, 'chat_waid': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Chat Waid', 'default': None}, 'context_after': {'type': 'integer', 'title': 'Context After', 'default': 1}, 'context_before': {'type': 'integer', 'title': 'Context Before', 'default': 1}, 'include_context': {'type': 'boolean', 'title': 'Include Context', 'default': True}, 'sender_phone_number': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Sender Phone Number', 'default': None}}}}, {'name': 'list_chats', 'description': 'Get WhatsApp chats matching specified criteria.\n \n Args:\n query: Optional search term to filter chats by name or WAID\n limit: Maximum number of chats to return (default 20)\n page: Page number for pagination (default 0)\n include_last_message: Whether to include the last message in each chat (default True)\n sort_by: Field to sort results by, either "last_active" or "name" (default "last_active")\n ', 'inputSchema': {'type': 'object', 'title': 'list_chatsArguments', 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 0}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}, 'query': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Query', 'default': None}, 'sort_by': {'type': 'string', 'title': 'Sort By', 'default': 'last_active'}, 'include_last_message': {'type': 'boolean', 'title': 'Include Last Message', 'default': True}}}}, {'name': 'get_chat', 'description': 'Get WhatsApp chat metadata by WAID.\n \n Args:\n chat_waid: The WhatsApp ID (WAID) of the chat to retrieve\n include_last_message: Whether to include the last message (default True)\n ', 'inputSchema': {'type': 'object', 'title': 'get_chatArguments', 'required': ['chat_waid'], 'properties': {'chat_waid': {'type': 'string', 'title': 'Chat Waid'}, 'include_last_message': {'type': 'boolean', 'title': 'Include Last Message', 'default': True}}}}, {'name': 'get_direct_chat_by_contact', 'description': 'Get WhatsApp chat metadata by sender phone number.\n \n Args:\n sender_phone_number: The phone number to search for\n ', 'inputSchema': {'type': 'object', 'title': 'get_direct_chat_by_contactArguments', 'required': ['sender_phone_number'], 'properties': {'sender_phone_number': {'type': 'string', 'title': 'Sender Phone Number'}}}}, {'name': 'get_contact_chats', 'description': "Get the WhatsApp chat for the specified contact.\n \n Args:\n waid: The contact's WhatsApp ID (WAID) to search for\n limit: Maximum number of chats to return (default 20)\n page: Page number for pagination (default 0)\n ", 'inputSchema': {'type': 'object', 'title': 'get_contact_chatsArguments', 'required': ['waid'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 0}, 'waid': {'type': 'string', 'title': 'Waid'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 20}}}}, {'name': 'send_message', 'description': 'Send a WhatsApp message to a contact.\n\n Args:\n recipient: The recipient\'s phone number with country code but no + or other symbols\n (e.g., "85264318721")\n message: The message text to send\n \n Returns:\n A dictionary containing success status and a status message\n ', 'inputSchema': {'type': 'object', 'title': 'send_messageArguments', 'required': ['recipient', 'message'], 'properties': {'message': {'type': 'string', 'title': 'Message'}, 'recipient': {'type': 'string', 'title': 'Recipient'}}}}, {'name': 'send_file', 'description': 'Send a file such as a picture, raw audio, video or document via WhatsApp to the specified recipient.\n \n Args:\n recipient: The recipient\'s phone number with country code but no + or other symbols\n (e.g., "85264318721")\n media_path: The absolute path to the media file to send (image, video, document)\n \n Returns:\n A dictionary containing success status and a status message\n ', 'inputSchema': {'type': 'object', 'title': 'send_fileArguments', 'required': ['recipient', 'media_path'], 'properties': {'recipient': {'type': 'string', 'title': 'Recipient'}, 'media_path': {'type': 'string', 'title': 'Media Path'}}}}, {'name': 'send_audio_message', 'description': 'Send any audio file as a WhatsApp audio message to the specified recipient.\n \n Args:\n recipient: The recipient\'s phone number with country code but no + or other symbols\n (e.g., "85264318721")\n media_path: The absolute path to the audio file to send\n \n Returns:\n A dictionary containing success status and a status message\n ', 'inputSchema': {'type': 'object', 'title': 'send_audio_messageArguments', 'required': ['recipient', 'media_path'], 'properties': {'recipient': {'type': 'string', 'title': 'Recipient'}, 'media_path': {'type': 'string', 'title': 'Media Path'}}}}, {'name': 'download_media', 'description': 'Download media from a WhatsApp message and get the local file path.\n \n Args:\n message_id: The ID of the message containing the media\n chat_waid: The WhatsApp ID (WAID) of the chat containing the message\n \n Returns:\n A dictionary containing success status, a status message, and the file path if successful\n ', 'inputSchema': {'type': 'object', 'title': 'download_mediaArguments', 'required': ['message_id', 'chat_waid'], 'properties': {'chat_waid': {'type': 'string', 'title': 'Chat Waid'}, 'message_id': {'type': 'string', 'title': 'Message Id'}}}}, {'name': 'send_interactive_buttons', 'description': 'Send an interactive WhatsApp message with buttons.\n \n Args:\n recipient: The recipient\'s phone number with country code but no + or other symbols\n (e.g., "85264318721")\n body_text: The main text content of the message\n buttons: List of button objects, each with \'text\' key (and optionally \'id\')\n header_text: Optional text to display in the header\n footer_text: Optional text to display in the footer\n header_image: Optional URL or local path to an image to display in the header\n header_video: Optional URL or local path to a video to display in the header\n header_document: Optional URL or local path to a document to display in the header\n \n Returns:\n A dictionary containing success status and a status message\n ', 'inputSchema': {'type': 'object', 'title': 'send_interactive_buttonsArguments', 'required': ['recipient', 'body_text', 'buttons'], 'properties': {'buttons': {'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}, 'title': 'Buttons'}, 'body_text': {'type': 'string', 'title': 'Body Text'}, 'recipient': {'type': 'string', 'title': 'Recipient'}, 'footer_text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Footer Text', 'default': None}, 'header_text': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Header Text', 'default': None}, 'header_image': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Header Image', 'default': None}, 'header_video': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Header Video', 'default': None}, 'header_document': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Header Document', 'default': None}}}}]
@meowhuman/weather
Weather
Provide real-time weather updates and forecasts to enhance your applications. Integrate weather data seamlessly and keep your users informed about current conditions and future forecasts.
2025-03-17T13:20:43.351Z
4
https://smithery.ai/server/@meowhuman/weather
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'}}}}]
@pengqiAngus/playwright-mcp
Playwright Visual Test
Run automated visual regression tests to ensure UI consistency across different viewport sizes. Capture screenshots and generate comparison reports to easily identify visual discrepancies. Integrate seamlessly with the MCP protocol for enhanced testing capabilities.
2025-03-21T01:43:55.940Z
4
https://smithery.ai/server/@pengqiAngus/playwright-mcp
true
null
{ "scanPassed": true }
[{'name': 'playwright-ui-test', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string'}, 'selector': {'type': 'string'}, 'viewport': {'type': 'object', 'required': ['width', 'height'], 'properties': {'width': {'type': 'number'}, 'height': {'type': 'number'}}, 'additionalProperties': False}, 'threshold': {'type': 'number'}, 'baselineImage': {'type': 'string'}, 'waitForTimeout': {'type': 'number'}, 'ignoreSelectors': {'type': 'array', 'items': {'type': 'string'}}, 'waitForSelector': {'type': 'string'}, 'baselineImagePath': {'type': 'string'}}, 'additionalProperties': False}}]
@cantian-ai/bazi-mcp
Bazi Calculator
Provide precise Bazi (Chinese metaphysical) calculations to empower AI agents with accurate personality and destiny insights. Enable reliable and community-driven Bazi data services for applications in fortune-telling and Chinese metaphysics. Join a collaborative platform to advance traditional cultural analysis with AI.
2025-04-27T11:43:21.548Z
4
https://smithery.ai/server/@cantian-ai/bazi-mcp
true
https://spjawbfpwezjfmic…8cef0512d0d9.png
{ "scanPassed": true }
[{'name': 'buildBaziFromLunarDatetime', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['lunarDatetime', 'gender'], 'properties': {'gender': {'type': 'number', 'description': '传0表示女性,传1表示男性。'}, 'lunarDatetime': {'type': 'string', 'description': '农历时间。例如:`2000-5-15 12:00:00`。'}, 'eightCharProviderSect': {'type': 'number', 'default': 2, 'description': '早晚子时配置。传1表示23:00-23:59日干支为明天,传2表示23:00-23:59日干支为当天。'}}, 'additionalProperties': False}}, {'name': 'buildBaziFromSolarDatetime', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['solarDatetime', 'gender'], 'properties': {'gender': {'type': 'number', 'description': '传0表示女性,传1表示男性。'}, 'solarDatetime': {'type': 'string', 'description': '用ISO时间格式表示的阳历时间. 例如:`2008-03-01T13:00:00+08:00`。'}, 'eightCharProviderSect': {'type': 'number', 'default': 2, 'description': '早晚子时配置。传1表示23:00-23:59日干支为明天,传2表示23:00-23:59日干支为当天。'}}, 'additionalProperties': False}}]
@petrsovadina/mcp-atlassian
Atlassian Integration Server
Integrate your Atlassian products with ease. Access Confluence content and Jira tickets directly through the MCP interface, streamlining your workflow and enhancing productivity.
2025-04-01T22:49:14.343Z
4
https://smithery.ai/server/@petrsovadina/mcp-atlassian
true
null
{ "scanPassed": true }
[{'name': 'confluence_search', 'description': 'Search Confluence content using CQL', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Results limit (1-50)'}, 'query': {'type': 'string', 'description': 'CQL query string'}}}}, {'name': 'jira_search', 'description': 'Search Jira issues using JQL', 'inputSchema': {'type': 'object', 'required': ['jql'], 'properties': {'jql': {'type': 'string', 'description': 'JQL query string'}, 'limit': {'type': 'number', 'maximum': 50, 'minimum': 1, 'description': 'Results limit (1-50)'}, 'fields': {'type': 'string', 'description': 'Comma-separated fields'}}}}]
@DocumentLess/mytime
MyTime
Manage your time effectively with our intuitive scheduling and tracking tools. Streamline your daily tasks and enhance productivity with seamless integration into your workflow. Experience a smarter way to organize your time and achieve your goals.
2025-04-08T12:50:40.600Z
4
https://smithery.ai/server/@DocumentLess/mytime
true
null
{ "scanPassed": true }
[{'name': 'get_current_time', 'description': 'Get the current time.', 'inputSchema': {'type': 'object', 'title': 'get_current_timeArguments', 'properties': {}}}, {'name': 'add_num', 'description': 'Add a list of numbers.', 'inputSchema': {'type': 'object', 'title': 'add_numArguments', 'required': ['nums'], 'properties': {'nums': {'type': 'array', 'items': {'type': 'integer'}, 'title': 'Nums'}}}}]
@buger/docs-mcp
Docs MCP Server
Enable AI assistants to search and interact with your documentation or codebases effortlessly. Point to a Git repository or local folder to facilitate natural language queries about its contents. Customize the search experience with configurable tools tailored to your specific needs.
2025-04-08T22:00:55.073Z
4
https://smithery.ai/server/@buger/docs-mcp
true
null
{ "scanPassed": true }
[{'name': 'search_docs', 'description': 'Search documentation using the probe search engine.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'page': {'type': 'number', 'default': 1, 'description': 'Optional page number for pagination of results (e.g., 1, 2, 3...). Default is 1.'}, 'query': {'type': 'string', 'description': 'Elasticsearch query string. Focus on keywords and use ES syntax (e.g., "install AND guide", "configure OR setup", "api NOT internal").'}}}}]
@handsomegentlemen/mcp-geo
EdgeOne Geo Location Server
Provide geolocation data to large language models by exposing a tool that retrieves user location information. Enable AI models to access real-time geolocation through a simple interface integrated with EdgeOne Pages Functions. Enhance AI applications with location-aware capabilities seamlessly.
2025-04-18T04:01:00.435Z
3
https://smithery.ai/server/@handsomegentlemen/mcp-geo
true
null
null
[{'name': 'get_geolocation', 'description': "Get the user's geolocation information", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@handsomegentlemen/mcp-geo
EdgeOne Geo Location Server
Provide geolocation data to large language models by exposing a tool that retrieves user location information. Enable AI models to access real-time geolocation through a simple interface integrated with EdgeOne Pages Functions. Enhance AI applications with location-aware capabilities seamlessly.
2025-04-18T04:01:00.435Z
3
https://smithery.ai/server/@handsomegentlemen/mcp-geo
true
null
null
[{'name': 'get_geolocation', 'description': "Get the user's geolocation information", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@dragonkhoi/mercury-mcp
Mercury MCP
Get a Mercury API Key from your Mercury settings. Interface with your Mercury banking data seamlessly. Access your financial information and perform banking operations through any compatible MCP client. Simplify your banking interactions with easy-to-use commands and tools.
2025-03-11T00:53:00.515Z
3
https://smithery.ai/server/@dragonkhoi/mercury-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_bank_accounts', 'description': 'Retrieve information about your bank accounts (not including treasury accounts).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_bank_account_by_id', 'description': 'Retrieve information about a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_credit_cards', 'description': 'Retrieve information about cards associated with a specific account. Note that status and physical card status are two separate concepts. Either one being set to something other than "active" could cause a transaction to be declined.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_treasury', 'description': 'Retrieve treasury account information from Mercury.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_transactions', 'description': 'Retrieve incoming and outgoing money transactions for a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Latest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'limit': {'type': 'number', 'description': 'Limit how many transactions to retrieve (default: 500)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order for transactions based on createdAt date (default: desc)'}, 'start': {'type': 'string', 'description': 'Earliest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'offset': {'type': 'number', 'description': 'Number of most recent transactions to omit (default: 0)'}, 'search': {'type': 'string', 'description': 'Search term to look for in transaction descriptions'}, 'status': {'enum': ['pending', 'sent', 'cancelled', 'failed'], 'type': 'string', 'description': 'Filter transactions by status'}, 'account_id': {'type': 'string', 'description': 'The ID of the bank account to retrieve transactions for.'}}, 'additionalProperties': False}}, {'name': 'get_bank_transaction_by_id', 'description': 'Retrieve detailed information about a specific transaction for a specific account, including counterparty information, transaction status, and any attachments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'transaction_id'], 'properties': {'account_id': {'type': 'string', 'description': 'The 36-character account UUID.'}, 'transaction_id': {'type': 'string', 'description': 'The ID of the specific transaction to retrieve details for.'}}, 'additionalProperties': False}}, {'name': 'send_money', 'description': 'Create a new transaction for ACH payments. Note: This tool requires additional permissions and IP whitelisting with Mercury, so ask the user to clarify if they have whitelisted their IP first. If they have not, use the request_send_money tool instead. Only use for valid purposes like paying invoices or automating bill payments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'note': {'type': 'string', 'description': 'An optional internal note for the transaction (not visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'external_memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'request_send_money', 'description': 'Create an ACH payment that requires admin approval from the Mercury web interface. Unlike the direct send_money tool, this endpoint does not require IP whitelisting when using a Custom token, so ask the user to clarify if they have whitelisted their IP.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'payment_method': {'type': 'string', 'description': 'The payment method to use. Default is ACH.'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'get_bank_statements', 'description': 'Retrieve statement information for a depository account in a given time period (Note: For now, treasury and credit accounts are not supported on this endpoint).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Filter the statements so that their endDate is less than or equal to this date. Format: YYYY-MM-DD.'}, 'start': {'type': 'string', 'description': 'Filter the statements so that their startDate is equal to or later than this date. Format: YYYY-MM-DD.'}, 'account_id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_payment_recipients', 'description': 'Retrieve information about all of your payment recipients in Mercury, including their banking details, routing information, payment methods, and status.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'add_payment_recipient', 'description': "Add a new payment recipient to Mercury. You must provide the recipient's name, email(s), and default payment method, along with the appropriate routing information for the chosen payment method.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'emails', 'default_payment_method'], 'properties': {'city': {'type': 'string', 'description': "The city of the recipient's address."}, 'name': {'type': 'string', 'description': 'The name of the recipient.'}, 'emails': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'An array of email addresses for the recipient.'}, 'region': {'type': 'string', 'description': "The state/region of the recipient's address."}, 'country': {'type': 'string', 'description': "The country of the recipient's address (ISO 3166-1 alpha-2 code)."}, 'nickname': {'type': 'string', 'description': 'An optional nickname for the recipient.'}, 'postal_code': {'type': 'string', 'description': "The postal code of the recipient's address."}, 'ach_bank_name': {'type': 'string', 'description': "The recipient's bank name for ACH transfers."}, 'address_line1': {'type': 'string', 'description': "The first line of the recipient's address."}, 'address_line2': {'type': 'string', 'description': "The second line of the recipient's address."}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this request to prevent duplicates. If not provided, a UUID will be generated.'}, 'ach_account_type': {'enum': ['businessChecking', 'businessSavings', 'personalChecking', 'personalSavings'], 'type': 'string', 'description': 'The type of account for ACH transfers.'}, 'ach_account_number': {'type': 'string', 'description': "The recipient's account number for ACH transfers."}, 'ach_routing_number': {'type': 'string', 'description': "The recipient's routing number for ACH transfers."}, 'default_payment_method': {'enum': ['ACH', 'Check', 'DomesticWire', 'InternationalWire'], 'type': 'string', 'description': 'The default payment method to use for this recipient.'}, 'domestic_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for domestic wire transfers."}, 'international_wire_iban': {'type': 'string', 'description': "The recipient's IBAN for international wire transfers."}, 'domestic_wire_account_number': {'type': 'string', 'description': "The recipient's account number for domestic wire transfers."}, 'domestic_wire_routing_number': {'type': 'string', 'description': "The recipient's routing number for domestic wire transfers."}, 'international_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for international wire transfers."}, 'international_wire_swift_code': {'type': 'string', 'description': "The recipient's SWIFT code for international wire transfers."}, 'international_wire_bank_country': {'type': 'string', 'description': "The country of the recipient's bank for international wire transfers (ISO 3166-1 alpha-2 code)."}, 'international_wire_bank_city_state': {'type': 'string', 'description': "The city and state of the recipient's bank for international wire transfers."}}, 'additionalProperties': False}}]
@dragonkhoi/mercury-mcp
Mercury MCP
Get a Mercury API Key from your Mercury settings. Interface with your Mercury banking data seamlessly. Access your financial information and perform banking operations through any compatible MCP client. Simplify your banking interactions with easy-to-use commands and tools.
2025-03-11T00:53:00.515Z
3
https://smithery.ai/server/@dragonkhoi/mercury-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_bank_accounts', 'description': 'Retrieve information about your bank accounts (not including treasury accounts).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_bank_account_by_id', 'description': 'Retrieve information about a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_credit_cards', 'description': 'Retrieve information about cards associated with a specific account. Note that status and physical card status are two separate concepts. Either one being set to something other than "active" could cause a transaction to be declined.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_treasury', 'description': 'Retrieve treasury account information from Mercury.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_transactions', 'description': 'Retrieve incoming and outgoing money transactions for a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Latest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'limit': {'type': 'number', 'description': 'Limit how many transactions to retrieve (default: 500)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order for transactions based on createdAt date (default: desc)'}, 'start': {'type': 'string', 'description': 'Earliest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'offset': {'type': 'number', 'description': 'Number of most recent transactions to omit (default: 0)'}, 'search': {'type': 'string', 'description': 'Search term to look for in transaction descriptions'}, 'status': {'enum': ['pending', 'sent', 'cancelled', 'failed'], 'type': 'string', 'description': 'Filter transactions by status'}, 'account_id': {'type': 'string', 'description': 'The ID of the bank account to retrieve transactions for.'}}, 'additionalProperties': False}}, {'name': 'get_bank_transaction_by_id', 'description': 'Retrieve detailed information about a specific transaction for a specific account, including counterparty information, transaction status, and any attachments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'transaction_id'], 'properties': {'account_id': {'type': 'string', 'description': 'The 36-character account UUID.'}, 'transaction_id': {'type': 'string', 'description': 'The ID of the specific transaction to retrieve details for.'}}, 'additionalProperties': False}}, {'name': 'send_money', 'description': 'Create a new transaction for ACH payments. Note: This tool requires additional permissions and IP whitelisting with Mercury, so ask the user to clarify if they have whitelisted their IP first. If they have not, use the request_send_money tool instead. Only use for valid purposes like paying invoices or automating bill payments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'note': {'type': 'string', 'description': 'An optional internal note for the transaction (not visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'external_memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'request_send_money', 'description': 'Create an ACH payment that requires admin approval from the Mercury web interface. Unlike the direct send_money tool, this endpoint does not require IP whitelisting when using a Custom token, so ask the user to clarify if they have whitelisted their IP.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'payment_method': {'type': 'string', 'description': 'The payment method to use. Default is ACH.'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'get_bank_statements', 'description': 'Retrieve statement information for a depository account in a given time period (Note: For now, treasury and credit accounts are not supported on this endpoint).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Filter the statements so that their endDate is less than or equal to this date. Format: YYYY-MM-DD.'}, 'start': {'type': 'string', 'description': 'Filter the statements so that their startDate is equal to or later than this date. Format: YYYY-MM-DD.'}, 'account_id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_payment_recipients', 'description': 'Retrieve information about all of your payment recipients in Mercury, including their banking details, routing information, payment methods, and status.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'add_payment_recipient', 'description': "Add a new payment recipient to Mercury. You must provide the recipient's name, email(s), and default payment method, along with the appropriate routing information for the chosen payment method.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'emails', 'default_payment_method'], 'properties': {'city': {'type': 'string', 'description': "The city of the recipient's address."}, 'name': {'type': 'string', 'description': 'The name of the recipient.'}, 'emails': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'An array of email addresses for the recipient.'}, 'region': {'type': 'string', 'description': "The state/region of the recipient's address."}, 'country': {'type': 'string', 'description': "The country of the recipient's address (ISO 3166-1 alpha-2 code)."}, 'nickname': {'type': 'string', 'description': 'An optional nickname for the recipient.'}, 'postal_code': {'type': 'string', 'description': "The postal code of the recipient's address."}, 'ach_bank_name': {'type': 'string', 'description': "The recipient's bank name for ACH transfers."}, 'address_line1': {'type': 'string', 'description': "The first line of the recipient's address."}, 'address_line2': {'type': 'string', 'description': "The second line of the recipient's address."}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this request to prevent duplicates. If not provided, a UUID will be generated.'}, 'ach_account_type': {'enum': ['businessChecking', 'businessSavings', 'personalChecking', 'personalSavings'], 'type': 'string', 'description': 'The type of account for ACH transfers.'}, 'ach_account_number': {'type': 'string', 'description': "The recipient's account number for ACH transfers."}, 'ach_routing_number': {'type': 'string', 'description': "The recipient's routing number for ACH transfers."}, 'default_payment_method': {'enum': ['ACH', 'Check', 'DomesticWire', 'InternationalWire'], 'type': 'string', 'description': 'The default payment method to use for this recipient.'}, 'domestic_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for domestic wire transfers."}, 'international_wire_iban': {'type': 'string', 'description': "The recipient's IBAN for international wire transfers."}, 'domestic_wire_account_number': {'type': 'string', 'description': "The recipient's account number for domestic wire transfers."}, 'domestic_wire_routing_number': {'type': 'string', 'description': "The recipient's routing number for domestic wire transfers."}, 'international_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for international wire transfers."}, 'international_wire_swift_code': {'type': 'string', 'description': "The recipient's SWIFT code for international wire transfers."}, 'international_wire_bank_country': {'type': 'string', 'description': "The country of the recipient's bank for international wire transfers (ISO 3166-1 alpha-2 code)."}, 'international_wire_bank_city_state': {'type': 'string', 'description': "The city and state of the recipient's bank for international wire transfers."}}, 'additionalProperties': False}}]
@aliliior/uuidmcp
Calculator Server
Provide basic arithmetic operations including addition, subtraction, multiplication, and division through a simple MCP server. Enable seamless integration of calculation capabilities into your applications using the Model Context Protocol. Enhance your agents with reliable and straightforward math functions.
2025-04-21T08:56:07.267Z
3
https://smithery.ai/server/@aliliior/uuidmcp
true
null
{ "scanPassed": false }
[{'name': 'idToShortKey', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': '需要转换的数字ID'}}, 'additionalProperties': False}}, {'name': 'shortKeyToId', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['shortKey'], 'properties': {'shortKey': {'type': 'string', 'description': '需要转换的短Key'}}, 'additionalProperties': False}}]
@aliliior/uuidmcp
Calculator Server
Provide basic arithmetic operations including addition, subtraction, multiplication, and division through a simple MCP server. Enable seamless integration of calculation capabilities into your applications using the Model Context Protocol. Enhance your agents with reliable and straightforward math functions.
2025-04-21T08:56:07.267Z
3
https://smithery.ai/server/@aliliior/uuidmcp
true
null
{ "scanPassed": false }
[{'name': 'idToShortKey', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': '需要转换的数字ID'}}, 'additionalProperties': False}}, {'name': 'shortKeyToId', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['shortKey'], 'properties': {'shortKey': {'type': 'string', 'description': '需要转换的短Key'}}, 'additionalProperties': False}}]
@aipotheosis-labs/aci-mcp
ACI MCP Server
Provide dynamic access to a wide range of functions (tools) managed by ACI.dev through two MCP server types: one for direct app-specific tool access and another for unified dynamic discovery and execution of all available tools. Simplify integration with LLM clients by enabling efficient tool calling without overloading the model's context window. Enhance your agents with seamless, scalable function calling capabilities across multiple apps.
2025-04-23T02:00:21.506Z
3
https://smithery.ai/server/@aipotheosis-labs/aci-mcp
true
null
{ "scanPassed": true }
[{'name': 'ACI_SEARCH_FUNCTIONS', 'description': 'This function allows you to find relevant executable functions and their schemas that can help complete your tasks.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'intent': {'type': 'string', 'description': 'Use this to find relevant functions you might need. Returned results of this function will be sorted by relevance to the intent.'}}, 'additionalProperties': False}}, {'name': 'ACI_EXECUTE_FUNCTION', 'description': 'Execute a specific retrieved function. Provide the executable function name, and the required function parameters for that function based on function definition retrieved.', 'inputSchema': {'type': 'object', 'required': ['function_name', 'function_arguments'], 'properties': {'function_name': {'type': 'string', 'description': 'The name of the function to execute'}, 'function_arguments': {'type': 'object', 'description': 'A dictionary containing key-value pairs of input parameters required by the specified function. The parameter names and types must match those defined in the function definition previously retrieved. If the function requires no parameters, provide an empty object.', 'additionalProperties': True}}, 'additionalProperties': False}}]
@aipotheosis-labs/aci-mcp
ACI MCP Server
Provide dynamic access to a wide range of functions (tools) managed by ACI.dev through two MCP server types: one for direct app-specific tool access and another for unified dynamic discovery and execution of all available tools. Simplify integration with LLM clients by enabling efficient tool calling without overloading the model's context window. Enhance your agents with seamless, scalable function calling capabilities across multiple apps.
2025-04-23T02:00:21.506Z
3
https://smithery.ai/server/@aipotheosis-labs/aci-mcp
true
null
{ "scanPassed": true }
[{'name': 'ACI_SEARCH_FUNCTIONS', 'description': 'This function allows you to find relevant executable functions and their schemas that can help complete your tasks.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'intent': {'type': 'string', 'description': 'Use this to find relevant functions you might need. Returned results of this function will be sorted by relevance to the intent.'}}, 'additionalProperties': False}}, {'name': 'ACI_EXECUTE_FUNCTION', 'description': 'Execute a specific retrieved function. Provide the executable function name, and the required function parameters for that function based on function definition retrieved.', 'inputSchema': {'type': 'object', 'required': ['function_name', 'function_arguments'], 'properties': {'function_name': {'type': 'string', 'description': 'The name of the function to execute'}, 'function_arguments': {'type': 'object', 'description': 'A dictionary containing key-value pairs of input parameters required by the specified function. The parameter names and types must match those defined in the function definition previously retrieved. If the function requires no parameters, provide an empty object.', 'additionalProperties': True}}, 'additionalProperties': False}}]
@JavaProgrammerLB/create-github-repository-mcp-server
Create GitHub Repository Server
Create new GitHub repositories effortlessly. Automate repository setup with customizable options like visibility and initialization. Streamline your project management by integrating repository creation into your workflows.
2025-03-25T08:27:06.645Z
3
https://smithery.ai/server/@JavaProgrammerLB/create-github-repository-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create_repository', 'description': 'Create a respository in your Github account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Is the repository private?'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize the repository with a README file'}, 'describe': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}]
@JavaProgrammerLB/create-github-repository-mcp-server
Create GitHub Repository Server
Create new GitHub repositories effortlessly. Automate repository setup with customizable options like visibility and initialization. Streamline your project management by integrating repository creation into your workflows.
2025-03-25T08:27:06.645Z
3
https://smithery.ai/server/@JavaProgrammerLB/create-github-repository-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create_repository', 'description': 'Create a respository in your Github account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Is the repository private?'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize the repository with a README file'}, 'describe': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}]
@EmanuelJr/web3-mcp-server
Web3 MCP Server
Enable seamless interaction with blockchain networks through the Model Context Protocol. Fetch token balances and call smart contract functions across multiple EVM-compatible chains effortlessly. Enhance your Web3 applications with powerful blockchain capabilities.
2025-04-12T01:00:17.528Z
3
https://smithery.ai/server/@EmanuelJr/web3-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'fetch_balance', 'description': 'Get the balance of a wallet', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['walletAddress', 'chainId'], 'properties': {'chainId': {'type': 'number'}, 'walletAddress': {'type': 'string', 'pattern': '^0x'}}, 'additionalProperties': False}}, {'name': 'read_contract', 'description': 'Read a value from a contract', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['contractAddress', 'chainId', 'abi', 'functionName', 'args'], 'properties': {'abi': {'type': 'string'}, 'args': {'type': 'array', 'items': {'type': 'string'}}, 'chainId': {'type': 'number'}, 'functionName': {'type': 'string'}, 'contractAddress': {'type': 'string', 'pattern': '^0x'}}, 'additionalProperties': False}}, {'name': 'fetch_token_balance', 'description': 'Get the balance of a token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tokenAddress', 'chainId', 'walletAddress'], 'properties': {'chainId': {'type': 'number'}, 'tokenAddress': {'type': 'string', 'pattern': '^0x'}, 'walletAddress': {'type': 'string', 'pattern': '^0x'}}, 'additionalProperties': False}}, {'name': 'fetch_quote', 'description': 'Get the price of a token', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['slug'], 'properties': {'slug': {'type': 'string'}}, 'additionalProperties': False}}]
@sseaan/mcp-server-inbox
Inbox Note Sender
Send notes directly to your Inbox API endpoint with ease. Configure your user token via environment variables and send notes up to 3000 characters through a simple API interface. Streamline your note-taking workflow by integrating this tool into your MCP-enabled environment.
2025-04-19T09:02:11.048Z
3
https://smithery.ai/server/@sseaan/mcp-server-inbox
true
https://spjawbfpwezjfmic…4eef9772795c.png
{ "scanPassed": true }
[{'name': 'send_note', 'description': '\n Send a note to the Inbox API.\n\n Args:\n content: Content of the note (max 3000 characters)\n title: Optional title of the note\n\n Returns:\n A dictionary containing the API response\n ', 'inputSchema': {'type': 'object', 'title': 'send_noteArguments', 'required': ['content'], 'properties': {'title': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Title', 'default': None}, 'content': {'type': 'string', 'title': 'Content'}}}}]
@jfrog/mcp-jfrog
JFrog MCP Server
Manage your repositories, track builds, and oversee the release lifecycle seamlessly. Leverage powerful AQL queries to search for artifacts and monitor runtime clusters effectively. Enhance your JFrog platform experience with this integrated MCP server.
2025-03-31T06:37:15.538Z
3
https://smithery.ai/server/@jfrog/mcp-jfrog
true
null
{ "scanPassed": true }
[{'name': 'jfrog_check_availability', 'description': 'Check if JFrog platform is ready and functioning or not', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'jfrog_create_local_repository', 'description': 'Create a new local repository in artifactroy', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'rclass', 'packageType'], 'properties': {'key': {'type': 'string', 'description': 'the key of the repository'}, 'rclass': {'type': 'string', 'const': 'local', 'description': 'The repository type'}, 'projectKey': {'type': 'string', 'description': 'Project key to assign the repository to'}, 'description': {'type': 'string', 'description': 'Repository description'}, 'packageType': {'enum': ['bower', 'cargo', 'chef', 'cocoapods', 'composer', 'conan', 'cran', 'debian', 'docker', 'Npm', 'gems', 'gitlfs', 'go', 'gradle', 'helm', 'ivy', 'maven', 'nuget', 'opkg', 'p2', 'pub', 'puppet', 'pypi', 'rpm', 'sbt', 'swift', 'terraform', 'vagrant', 'yum', 'generic'], 'type': 'string', 'description': 'Package type of the repository'}, 'environments': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Environments to assign the repository to'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'string', '$schema': 'http://json-schema.org/draft-07/schema#'}}, {'name': 'jfrog_create_remote_repository', 'description': 'Create a new remote repository in Artifactory to proxy external package registries', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'rclass', 'packageType', 'url'], 'properties': {'key': {'type': 'string', 'description': 'the key of the repository'}, 'url': {'type': 'string', 'description': 'URL to the remote repository'}, 'notes': {'type': 'string', 'description': 'Internal notes'}, 'proxy': {'type': 'string', 'description': 'Proxy key from Artifactory'}, 'rclass': {'type': 'string', 'const': 'remote', 'description': 'The repository type'}, 'offline': {'type': 'boolean', 'default': False}, 'vcsType': {'enum': ['GIT'], 'type': 'string', 'default': 'GIT'}, 'hardFail': {'type': 'boolean', 'default': False}, 'password': {'type': 'string', 'description': 'Remote repository password'}, 'username': {'type': 'string', 'description': 'Remote repository username'}, 'v3FeedUrl': {'type': 'string'}, 'xrayIndex': {'type': 'boolean', 'default': False}, 'blackedOut': {'type': 'boolean', 'default': False}, 'projectKey': {'type': 'string', 'description': 'Project key to assign the repository to'}, 'cdnRedirect': {'type': 'boolean', 'default': False}, 'description': {'type': 'string', 'description': 'Repository description'}, 'packageType': {'enum': ['bower', 'cargo', 'chef', 'cocoapods', 'composer', 'conan', 'cran', 'debian', 'docker', 'Npm', 'gems', 'gitlfs', 'go', 'gradle', 'helm', 'ivy', 'maven', 'nuget', 'opkg', 'p2', 'pub', 'puppet', 'pypi', 'rpm', 'sbt', 'swift', 'terraform', 'vagrant', 'yum', 'generic'], 'type': 'string', 'description': 'Package type of the repository'}, 'disableProxy': {'type': 'boolean', 'default': False}, 'environments': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Environments to assign the repository to'}, 'localAddress': {'type': 'string'}, 'propertySets': {'type': 'array', 'items': {'type': 'string'}}, 'repoLayoutRef': {'type': 'string'}, 'gitRegistryUrl': {'type': 'string', 'default': 'https://github.com/rust-lang/crates.io-index'}, 'handleReleases': {'type': 'boolean', 'default': True}, 'vcsGitProvider': {'enum': ['GITHUB', 'GITHUBENTERPRISE', 'BITBUCKET', 'OLDSTASH', 'STASH', 'ARTIFACTORY', 'CUSTOM'], 'type': 'string', 'default': 'GITHUB'}, 'excludesPattern': {'type': 'string', 'default': ''}, 'feedContextPath': {'type': 'string'}, 'handleSnapshots': {'type': 'boolean', 'default': True}, 'includesPattern': {'type': 'string', 'default': '**/*'}, 'pyPIRegistryUrl': {'type': 'string', 'default': 'https://pypi.org'}, 'allowAnyHostAuth': {'type': 'boolean', 'default': False}, 'downloadRedirect': {'type': 'boolean', 'default': False}, 'fetchJarsEagerly': {'type': 'boolean', 'default': False}, 'vcsGitDownloadUrl': {'type': 'string', 'default': ''}, 'bypassHeadRequests': {'type': 'boolean', 'default': False}, 'maxUniqueSnapshots': {'type': 'number', 'default': 0}, 'priorityResolution': {'type': 'boolean', 'default': False}, 'shareConfiguration': {'type': 'boolean', 'default': False}, 'blockPushingSchema1': {'type': 'boolean', 'default': False}, 'composerRegistryUrl': {'type': 'string', 'default': 'https://packagist.org'}, 'downloadContextPath': {'type': 'string'}, 'fetchSourcesEagerly': {'type': 'boolean', 'default': False}, 'remoteRepoLayoutRef': {'type': 'string', 'default': ''}, 'socketTimeoutMillis': {'type': 'number', 'default': 15000}, 'clientTlsCertificate': {'type': 'string', 'default': ''}, 'forceP2Authentication': {'type': 'boolean', 'default': False}, 'listRemoteFolderItems': {'type': 'boolean', 'default': False}, 'storeArtifactsLocally': {'type': 'boolean', 'default': True}, 'synchronizeProperties': {'type': 'boolean', 'default': False}, 'contentSynchronisation': {'type': 'object', 'required': ['statistics', 'properties', 'source'], 'properties': {'source': {'type': 'object', 'properties': {'originAbsenceDetection': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}, 'enabled': {'type': 'boolean', 'default': False}, 'properties': {'type': 'object', 'properties': {'enabled': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}, 'statistics': {'type': 'object', 'properties': {'enabled': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}}, 'additionalProperties': False}, 'enableCookieManagement': {'type': 'boolean', 'default': False}, 'disableUrlNormalization': {'type': 'boolean', 'default': False}, 'assumedOfflinePeriodSecs': {'type': 'number', 'default': 300}, 'forceConanAuthentication': {'type': 'boolean', 'default': False}, 'forceNugetAuthentication': {'type': 'boolean', 'default': False}, 'retrievalCachePeriodSecs': {'type': 'number', 'default': 7200}, 'blockMismatchingMimeTypes': {'type': 'boolean', 'default': True}, 'enableTokenAuthentication': {'type': 'boolean', 'default': False}, 'externalDependenciesEnabled': {'type': 'boolean', 'default': False}, 'externalDependenciesPatterns': {'type': 'array', 'items': {'type': 'string'}}, 'metadataRetrievalTimeoutSecs': {'type': 'number', 'default': 60}, 'remoteRepoChecksumPolicyType': {'enum': ['generate-if-absent', 'fail', 'ignore-and-generate', 'pass-thru'], 'type': 'string', 'default': 'generate-if-absent'}, 'suppressPomConsistencyChecks': {'type': 'boolean', 'default': False}, 'missedRetrievalCachePeriodSecs': {'type': 'number', 'default': 1800}, 'unusedArtifactsCleanupPeriodHours': {'type': 'number', 'default': 0}}, 'additionalProperties': False}, 'outputSchema': {'type': 'string', '$schema': 'http://json-schema.org/draft-07/schema#'}}, {'name': 'jfrog_create_virtual_repository', 'description': 'Create a new virtual repository in Artifactory that aggregates multiple repositories', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['key', 'rclass', 'packageType', 'repositories'], 'properties': {'key': {'type': 'string', 'description': 'the key of the repository'}, 'notes': {'type': 'string', 'description': 'Some internal notes'}, 'rclass': {'type': 'string', 'const': 'virtual', 'description': 'The repository type'}, 'keyPair': {'type': 'string', 'description': 'Key pair used for signing'}, 'projectKey': {'type': 'string', 'description': 'Project key to assign the repository to'}, 'description': {'type': 'string', 'description': 'The virtual repository public description'}, 'packageType': {'enum': ['bower', 'cargo', 'chef', 'cocoapods', 'composer', 'conan', 'cran', 'debian', 'docker', 'Npm', 'gems', 'gitlfs', 'go', 'gradle', 'helm', 'ivy', 'maven', 'nuget', 'opkg', 'p2', 'pub', 'puppet', 'pypi', 'rpm', 'sbt', 'swift', 'terraform', 'vagrant', 'yum', 'generic'], 'type': 'string', 'description': 'Package type of the repository'}, 'environments': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Environments to assign the repository to'}, 'repositories': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of repository keys to include in the virtual repository'}, 'repoLayoutRef': {'type': 'string', 'description': 'Repository layout reference'}, 'excludesPattern': {'type': 'string', 'default': '', 'description': 'Pattern to define artifacts to exclude'}, 'includesPattern': {'type': 'string', 'default': '**/*', 'description': 'Pattern to define artifacts to include'}, 'primaryKeyPairRef': {'type': 'string', 'description': 'Primary GPG key pair reference'}, 'debianTrivialLayout': {'type': 'boolean', 'default': False, 'description': 'Whether to use trivial layout for Debian repositories'}, 'secondaryKeyPairRef': {'type': 'string', 'description': 'Secondary GPG key pair reference'}, 'defaultDeploymentRepo': {'type': 'string', 'description': 'Default deployment repository'}, 'forceMavenAuthentication': {'type': 'boolean', 'default': False, 'description': 'Force authentication for Maven repositories'}, 'debianDefaultArchitectures': {'type': 'string', 'description': 'Default architectures for Debian repositories'}, 'externalDependenciesEnabled': {'type': 'boolean', 'default': False, 'description': 'Enable external dependencies (Bower, npm, Go)'}, 'externalDependenciesPatterns': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Patterns for external dependencies'}, 'externalDependenciesRemoteRepo': {'type': 'string', 'description': 'Remote repository for external dependencies'}, 'optionalIndexCompressionFormats': {'type': 'array', 'items': {'enum': ['bz2', 'lzma', 'xz'], 'type': 'string'}}, 'pomRepositoryReferencesCleanupPolicy': {'enum': ['discard_active_reference', 'discard_any_reference', 'nothing'], 'type': 'string', 'default': 'discard_active_reference'}, 'artifactoryRequestsCanRetrieveRemoteArtifacts': {'type': 'boolean', 'default': False}}, 'additionalProperties': False}, 'outputSchema': {'type': 'string', '$schema': 'http://json-schema.org/draft-07/schema#'}}, {'name': 'jfrog_set_folder_property', 'description': 'Set properties on a folder in Artifactory, with optional recursive application', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['folderPath', 'properties'], 'properties': {'recursive': {'type': 'boolean', 'default': False, 'description': 'Whether to apply properties recursively to sub-folders'}, 'folderPath': {'type': 'string', 'description': 'Path to the folder where properties should be set'}, 'properties': {'type': 'object', 'description': 'Key-value pairs of properties to set', 'additionalProperties': {'type': 'string'}}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'jfrog_list_repositories', 'description': 'List all repositories in Artifactory with optional filtering by type, package type, and project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'type': {'enum': ['local', 'remote', 'virtual', 'federated', 'distribution'], 'type': 'string', 'description': 'Filter repositories by type'}, 'project': {'type': 'string', 'description': 'Filter repositories by project key'}, 'packageType': {'enum': ['bower', 'cargo', 'chef', 'cocoapods', 'composer', 'conan', 'cran', 'debian', 'docker', 'Npm', 'gems', 'gitlfs', 'go', 'gradle', 'helm', 'ivy', 'maven', 'nuget', 'opkg', 'p2', 'pub', 'puppet', 'pypi', 'rpm', 'sbt', 'swift', 'terraform', 'vagrant', 'yum', 'generic'], 'type': 'string', 'description': 'Filter repositories by package type'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'array', 'items': {'type': 'object', 'required': ['key', 'type', 'url', 'packageType'], 'properties': {'key': {'type': 'string', 'description': 'Repository key'}, 'url': {'type': 'string', 'description': 'Repository URL'}, 'type': {'type': 'string', 'description': 'Repository type'}, 'description': {'type': 'string', 'description': 'Repository description'}, 'packageType': {'type': 'string', 'description': 'Package type of the repository'}}, 'additionalProperties': False}, '$schema': 'http://json-schema.org/draft-07/schema#'}}, {'name': 'jfrog_list_builds', 'description': 'return a list of all my build in the jfrog platform', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['uri', 'builds'], 'properties': {'uri': {'type': 'string'}, 'builds': {'type': 'array', 'items': {'type': 'object', 'required': ['uri', 'lastStarted'], 'properties': {'uri': {'type': 'string'}, 'lastStarted': {'type': 'string'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'jfrog_get_specific_build', 'description': 'Get details for a specific build by name, optionally scoped to a project', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['buildName'], 'properties': {'project': {'type': 'string', 'description': 'Optional project key to scope the build search'}, 'buildName': {'type': 'string', 'description': 'Name of the build to retrieve'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['uri', 'buildsNumbers'], 'properties': {'uri': {'type': 'string'}, 'buildsNumbers': {'type': 'array', 'items': {'type': 'object', 'required': ['uri', 'started'], 'properties': {'uri': {'type': 'string'}, 'started': {'type': 'string', 'description': 'Build start timestamp in ISO8601 format'}}, 'additionalProperties': False}}}, 'additionalProperties': False}}, {'name': 'jfrog_list_runtime_clusters', 'description': 'return a list of all my runtime clusters in the jfrog platform', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'integer', 'default': 50, 'description': 'The maximum number of clusters to return'}, 'next_key': {'type': 'string', 'description': 'The next key to use for pagination'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['total_count', 'pagination', 'clusters'], 'properties': {'clusters': {'type': 'array', 'items': {'type': 'object', 'required': ['monitored_at', 'id', 'name', 'controller_version', 'controller_status', 'controller_last_updated', 'provider', 'regions', 'nodes_count', 'running_nodes_count', 'failed_nodes_count', 'failed_to_install_nodes_count', 'disabled_nodes_count'], 'properties': {'id': {'anyOf': [{'type': 'string'}, {'type': 'integer'}], 'description': 'Unique identifier for the cluster in the system'}, 'name': {'type': 'string', 'description': 'The name of the cluster'}, 'regions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of regions in which the cluster is deployed'}, 'provider': {'type': 'string', 'description': 'The cloud provider where the cluster is hosted'}, 'nodes_count': {'type': 'integer', 'description': 'The total number of nodes in the cluster'}, 'monitored_at': {'type': 'string', 'description': 'Timestamp when the monitoring of cluster started'}, 'controller_status': {'enum': ['running', 'stopped'], 'type': 'string', 'description': 'Status of the cluster controller'}, 'controller_version': {'type': 'string', 'description': 'Version of the cluster controller'}, 'failed_nodes_count': {'type': 'integer', 'description': 'The number of nodes that have failed'}, 'running_nodes_count': {'type': 'integer', 'description': 'The number of nodes currently running'}, 'disabled_nodes_count': {'type': 'integer', 'description': 'The number of nodes that are currently disabled'}, 'controller_last_updated': {'type': 'string', 'description': 'Date of last update'}, 'failed_to_install_nodes_count': {'type': 'integer', 'description': 'The number of nodes that failed to install'}}, 'additionalProperties': False}, 'description': 'A list of cluster objects containing details of each cluster'}, 'pagination': {'type': 'object', 'properties': {'limit': {'type': 'number', 'default': 10}}, 'description': 'Pagination info for the request', 'additionalProperties': False}, 'total_count': {'type': 'integer', 'description': 'The total number of clusters that match the filter query'}}, 'additionalProperties': False}}, {'name': 'jfrog_get_runtime_specific_cluster', 'description': 'return a runtime cluster by id', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clusterId'], 'properties': {'clusterId': {'type': 'integer', 'description': 'The ID of the cluster to retrieve'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cluster'], 'properties': {'cluster': {'type': 'object', 'required': ['controller_last_updated', 'controller_status', 'controller_version', 'disabled_nodes_count', 'failed_nodes_count', 'failed_to_install_nodes_count', 'id', 'monitored_at', 'name', 'nodes', 'nodes_count', 'provider', 'regions', 'running_nodes_count'], 'properties': {'id': {'type': 'integer', 'description': 'Unique identifier for the cluster'}, 'name': {'type': 'string', 'description': 'Name of the cluster'}, 'nodes': {'type': 'array', 'items': {'type': 'object', 'required': ['architecture', 'hostname', 'id', 'internal_dns', 'internal_ip', 'monitored_at', 'name', 'region', 'sensor_installed', 'sensor_last_updated', 'sensor_version', 'status'], 'properties': {'id': {'type': 'integer', 'description': 'Unique identifier for the node'}, 'name': {'type': 'string', 'description': 'Name of the node'}, 'region': {'type': 'string', 'description': 'Region where the node is deployed'}, 'status': {'type': 'string', 'description': 'Current status of the node'}, 'hostname': {'type': 'string', 'description': 'Hostname of the node'}, 'internal_ip': {'type': 'string', 'description': 'Internal IP address of the node'}, 'architecture': {'type': 'string', 'description': 'CPU architecture of the node'}, 'internal_dns': {'type': 'string', 'description': 'Internal DNS name of the node'}, 'monitored_at': {'type': 'string', 'description': 'Timestamp when the node was last monitored'}, 'sensor_version': {'type': 'string', 'description': 'Version of the installed sensor'}, 'sensor_installed': {'type': 'boolean', 'description': 'Whether the sensor is installed on the node'}, 'sensor_last_updated': {'type': 'string', 'description': 'Timestamp when the sensor was last updated'}}, 'additionalProperties': False}, 'description': 'List of nodes in the cluster'}, 'regions': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Regions where the cluster is deployed'}, 'provider': {'type': 'string', 'description': 'Cloud provider'}, 'nodes_count': {'type': 'integer', 'description': 'Total number of nodes'}, 'monitored_at': {'type': 'string', 'description': 'Timestamp when monitoring started'}, 'controller_status': {'enum': ['running', 'stopped'], 'type': 'string', 'description': 'Status of the cluster controller'}, 'controller_version': {'type': 'string', 'description': 'Version of the cluster controller'}, 'failed_nodes_count': {'type': 'integer', 'description': 'Number of failed nodes'}, 'running_nodes_count': {'type': 'integer', 'description': 'Number of running nodes'}, 'disabled_nodes_count': {'type': 'integer', 'description': 'Number of disabled nodes'}, 'controller_last_updated': {'type': 'string', 'description': 'Date of last controller update'}, 'failed_to_install_nodes_count': {'type': 'integer', 'description': 'Number of nodes that failed installation'}}, 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'jfrog_list_running_images', 'description': 'List all running container images across runtime clusters with their security and operational status', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'filters': {'type': 'string', 'default': '', 'description': 'Filters to apply'}, 'page_num': {'type': 'integer', 'default': 1, 'description': 'Page number'}, 'statistics': {'type': 'boolean', 'default': True, 'description': 'Whether to include statistics'}, 'timePeriod': {'type': 'string', 'default': 'now', 'description': 'Time period to query'}, 'num_of_rows': {'type': 'integer', 'default': 100, 'description': 'Number of rows to return'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['images', 'statistics', 'totalCount'], 'properties': {'images': {'type': 'array', 'items': {'type': 'object', 'required': ['cloudProviders', 'clustersCount', 'name', 'registry', 'repositoryPath', 'riskiestTag', 'riskiestTagRisks', 'riskiestTagVulns', 'risks', 'status', 'vulnerabilitiesPerVersion', 'workloadsCount'], 'properties': {'name': {'type': 'string', 'description': 'Name of the image'}, 'risks': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of risks for the image'}, 'status': {'type': 'string', 'description': 'Current status of the image'}, 'registry': {'type': 'string', 'description': 'Registry where image is stored'}, 'riskiestTag': {'type': 'string', 'description': 'Tag with highest risk'}, 'clustersCount': {'type': 'integer', 'description': 'Number of clusters running this image'}, 'cloudProviders': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of cloud providers where image is running'}, 'repositoryPath': {'type': 'string', 'description': 'Repository path of the image'}, 'workloadsCount': {'type': 'integer', 'description': 'Number of workloads using this image'}, 'riskiestTagRisks': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of risks for riskiest tag'}, 'riskiestTagVulns': {'type': 'object', 'required': ['critical', 'high', 'imageTag', 'isScannedByXray', 'low', 'medium', 'total', 'unknown'], 'properties': {'low': {'type': 'integer', 'description': 'Number of low vulnerabilities'}, 'high': {'type': 'integer', 'description': 'Number of high vulnerabilities'}, 'total': {'type': 'integer', 'description': 'Total number of vulnerabilities'}, 'medium': {'type': 'integer', 'description': 'Number of medium vulnerabilities'}, 'unknown': {'type': 'integer', 'description': 'Number of unknown vulnerabilities'}, 'critical': {'type': 'integer', 'description': 'Number of critical vulnerabilities'}, 'imageTag': {'type': 'string', 'description': 'Image tag'}, 'isScannedByXray': {'type': 'boolean', 'description': 'Whether image was scanned by Xray'}}, 'description': 'Vulnerability information for riskiest tag', 'additionalProperties': False}, 'vulnerabilitiesPerVersion': {'type': 'array', 'description': 'Vulnerabilities broken down by version'}}, 'additionalProperties': False}, 'description': 'List of running images'}, 'statistics': {'type': 'array', 'items': {'type': 'object', 'required': ['actions', 'key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'Statistic key'}, 'value': {'type': 'string', 'description': 'Statistic value'}, 'actions': {'type': 'array', 'items': {'type': 'object', 'required': ['payload', 'type'], 'properties': {'type': {'type': 'string'}, 'payload': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Available actions for this statistic'}}, 'additionalProperties': False}, 'description': 'Statistics about the images'}, 'totalCount': {'type': 'integer', 'description': 'Total number of images'}}, 'additionalProperties': False}}, {'name': 'jfrog_list_environments', 'description': 'Get a list of all environments types (e.g. dev, prod, etc.) in the JFrog platform with their details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'jfrog_list_projects', 'description': 'Get a list of all projects in the JFrog platform with their details', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'jfrog_create_project', 'description': 'Create a new project in the JFrog platform', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['display_name', 'description', 'admin_privileges', 'storage_quota_bytes', 'project_key'], 'properties': {'description': {'type': 'string', 'description': 'Description of the project'}, 'project_key': {'type': 'string', 'description': 'Unique identifier for the project, Project key must start with a lowercase letter and only contain lowercase letters'}, 'display_name': {'type': 'string', 'description': 'Display name of the project'}, 'admin_privileges': {'type': 'object', 'required': ['manage_members', 'manage_resources', 'index_resources'], 'properties': {'manage_members': {'type': 'boolean', 'description': 'Whether project admins can manage members'}, 'index_resources': {'type': 'boolean', 'description': 'Whether project admins can index resources'}, 'manage_resources': {'type': 'boolean', 'description': 'Whether project admins can manage resources'}}, 'description': 'Administrative privileges for the project', 'additionalProperties': False}, 'storage_quota_bytes': {'type': 'number', 'description': 'Storage quota in bytes (-1 for unlimited)'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['display_name', 'description', 'admin_privileges', 'storage_quota_bytes', 'project_key'], 'properties': {'description': {'type': 'string', 'description': 'Description of the project'}, 'project_key': {'type': 'string', 'description': 'Unique identifier for the project, Project key must start with a lowercase letter and only contain lowercase letters'}, 'display_name': {'type': 'string', 'description': 'Display name of the project'}, 'admin_privileges': {'type': 'object', 'required': ['manage_members', 'manage_resources', 'index_resources'], 'properties': {'manage_members': {'type': 'boolean', 'description': 'Whether project admins can manage members'}, 'index_resources': {'type': 'boolean', 'description': 'Whether project admins can index resources'}, 'manage_resources': {'type': 'boolean', 'description': 'Whether project admins can manage resources'}}, 'description': 'Administrative privileges for the project', 'additionalProperties': False}, 'storage_quota_bytes': {'type': 'number', 'description': 'Storage quota in bytes (-1 for unlimited)'}}, 'additionalProperties': False}}, {'name': 'jfrog_get_specific_project', 'description': 'Get detailed information about a specific project in the JFrog platform', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['project_key'], 'properties': {'project_key': {'type': 'string', 'description': 'The unique key of the project to retrieve'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['display_name', 'description', 'admin_privileges', 'storage_quota_bytes', 'soft_limit', 'storage_quota_email_notification', 'project_key'], 'properties': {'soft_limit': {'type': 'boolean', 'description': 'Whether soft limit is enabled'}, 'description': {'type': 'string', 'description': 'Project description'}, 'project_key': {'type': 'string', 'description': 'Unique key of the project'}, 'display_name': {'type': 'string', 'description': 'Display name of the project'}, 'admin_privileges': {'type': 'object', 'required': ['manage_members', 'manage_resources', 'index_resources'], 'properties': {'manage_members': {'type': 'boolean', 'description': 'Whether admin can manage members'}, 'index_resources': {'type': 'boolean', 'description': 'Whether admin can index resources'}, 'manage_resources': {'type': 'boolean', 'description': 'Whether admin can manage resources'}}, 'additionalProperties': False}, 'storage_quota_bytes': {'type': 'number', 'description': 'Storage quota in bytes'}, 'storage_quota_email_notification': {'type': 'boolean', 'description': 'Whether storage quota email notifications are enabled'}}, 'additionalProperties': False}}, {'name': 'jfrog_execute_aql_query', 'description': 'Execute an Artifactory Query Language (AQL) query to search for artifacts, builds, or other entities in JFrog Artifactory. AQL is a powerful query language for searching and filtering artifacts in Artifactory repositories. It supports complex criteria, sorting, pagination, and more.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'limit': {'type': 'number', 'default': 50, 'description': 'Maximum number of results to return'}, 'query': {'type': 'string', 'description': 'The AQL query to execute. Must follow AQL syntax (e.g., items.find({"repo":"my-repo"}).include("name","path"))'}, 'domain': {'enum': ['items', 'builds', 'archive.entries', 'build.promotions', 'releases'], 'type': 'string', 'description': 'The primary domain to search in. If not specified, it will be extracted from the query.'}, 'offset': {'type': 'number', 'description': 'Number of results to skip'}, 'sort_by': {'type': 'string', 'description': 'Field to sort results by'}, 'sort_order': {'enum': ['asc', 'desc'], 'type': 'string', 'default': 'asc', 'description': 'Sort order'}, 'transitive': {'type': 'boolean', 'default': False, 'description': 'Whether to search in remote repositories'}, 'include_fields': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Fields to include in the results'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['results', 'range'], 'properties': {'range': {'type': 'object', 'required': ['start_pos', 'end_pos', 'total'], 'properties': {'limit': {'type': 'number', 'description': 'The maximum number of results that can be returned'}, 'total': {'type': 'number', 'description': 'The total number of results'}, 'end_pos': {'type': 'number', 'description': 'The ending position of the results'}, 'start_pos': {'type': 'number', 'description': 'The starting position of the results'}}, 'additionalProperties': False}, 'results': {'type': 'array', 'description': 'The search results'}, 'notification': {'type': 'string', 'description': 'Notification message if results are trimmed'}}, 'additionalProperties': False}}, {'name': 'jfrog_get_package_info', 'description': 'Useful for when you need to get publicly available information about a software package. it will provide you with the following information on it, if available in public sources: a short description of the package, its latest published version, the software license this software is distributed under, along with urls of its version control system, its homepage and whether it is known to be a malicious package (in any version).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the package, as it appears in the package repository.'}, 'type': {'enum': ['pypi', 'npm', 'maven', 'golang', 'nuget', 'huggingface', 'rubygems'], 'type': 'string', 'description': 'The type of package.'}, 'version': {'type': 'string', 'default': 'latest', 'description': "The version of the package, as it appears in the package repository. Default value is 'latest'."}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the package, as it appears in the package repository.'}, 'type': {'enum': ['pypi', 'npm', 'maven', 'golang', 'nuget', 'huggingface', 'rubygems'], 'type': 'string', 'description': 'The type of package.'}, 'version': {'type': 'string', 'default': 'latest', 'description': "The version of the package, as it appears in the package repository. Default value is 'latest'."}}, 'additionalProperties': False}}, {'name': 'jfrog_get_package_versions', 'description': "Useful for when you need to get a list of versions of a publicly available package. it can tell you each version's publication date. Can also filter based on version vulnerability status.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the package, as it appears in the package repository.'}, 'type': {'enum': ['pypi', 'npm', 'maven', 'golang', 'nuget', 'huggingface', 'rubygems'], 'type': 'string', 'description': 'The type of package.'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['version', 'published'], 'properties': {'version': {'type': 'string', 'description': 'The version of the package, as it appears in the package repository.'}, 'published': {'type': 'string', 'description': 'A timestamp of when this version was published.'}, 'licenseInfo': {'type': 'object', 'required': ['expression'], 'properties': {'expression': {'type': 'string', 'description': 'SPDX license expression for this package.'}}, 'description': 'License information about this package.', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'jfrog_get_package_version_vulnerabilities', 'description': 'Useful for when you need the list of known vulnerabilities affecting a specific version of an open source package.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['type', 'name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the package, as it appears in the package repository.'}, 'type': {'enum': ['pypi', 'npm', 'maven', 'golang', 'nuget', 'huggingface', 'rubygems'], 'type': 'string', 'description': 'The type of package.'}, 'version': {'type': 'string', 'default': 'latest', 'description': "The version of the package, as it appears in the package repository. Default value is 'latest'."}, 'pageSize': {'type': 'number', 'default': 10, 'description': 'Number of vulnerabilities to return per page.'}, 'pageCount': {'type': 'number', 'default': 1, 'description': 'Number of pages to return.'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'description', 'severity'], 'properties': {'name': {'type': 'string', 'description': 'The identifier of the vulnerability.'}, 'severity': {'enum': ['Critical', 'High', 'Medium', 'Low', 'Unknown'], 'type': 'string', 'description': 'The severity level of the vulnerability.'}, 'description': {'type': 'string', 'description': 'A description of the vulnerability.'}}, 'additionalProperties': False}}, {'name': 'jfrog_get_vulnerability_info', 'description': 'Useful for when you need to get a specific vulnerability information, including its affected packages and versions.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cve_id'], 'properties': {'cve_id': {'type': 'string', 'description': 'The CVE ID or vulnerability identifier to look up.'}, 'pageSize': {'type': 'number', 'default': 10, 'description': 'Number of vulnerabilities to return per page.'}, 'pageCount': {'type': 'number', 'default': 1, 'description': 'Number of pages to return.'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'description', 'severity'], 'properties': {'name': {'type': 'string', 'description': 'The identifier of the vulnerability.'}, 'severity': {'enum': ['Critical', 'High', 'Medium', 'Low', 'Unknown'], 'type': 'string', 'description': 'The severity level of the vulnerability.'}, 'description': {'type': 'string', 'description': 'A description of the vulnerability.'}}, 'additionalProperties': False}}, {'name': 'jfrog_get_package_curation_status', 'description': 'Useful for checking the curation status of a specific package version. Returns one of the following statuses: approved, blocked, inconclusive.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['packageType', 'packageName', 'packageVersion'], 'properties': {'packageName': {'type': 'string', 'description': 'The name of the package, as it appears in the package repository.'}, 'packageType': {'enum': ['pypi', 'npm', 'maven', 'golang', 'nuget', 'huggingface', 'rubygems'], 'type': 'string', 'description': 'The type of package.'}, 'packageVersion': {'type': 'string', 'description': 'The version of the package, as it appears in the package repository.'}}, 'additionalProperties': False}, 'outputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['status'], 'properties': {'status': {'enum': ['approved', 'blocked', 'inconclusive'], 'type': 'string', 'description': 'The curation status of the package.'}, 'details': {'type': 'string', 'description': 'Additional details about the curation status.'}, 'repositories': {'type': 'array', 'items': {'type': 'object', 'required': ['action', 'repo_name', 'reason'], 'properties': {'action': {'type': 'string'}, 'reason': {'type': 'string'}, 'policies': {'type': 'array', 'items': {'type': 'object', 'required': ['condition_name', 'policy_name', 'explanation', 'remediation'], 'properties': {'explanation': {'type': 'string'}, 'policy_name': {'type': 'string'}, 'remediation': {'type': 'string'}, 'condition_name': {'type': 'string'}}, 'additionalProperties': False}}, 'repo_name': {'type': 'string'}}, 'additionalProperties': False}, 'description': 'Information about the repositories if IsRepoInformation is true.'}}, 'additionalProperties': False}}]
@dragonkhoi/mercury-mcp
Mercury MCP
Get a Mercury API Key from your Mercury settings. Interface with your Mercury banking data seamlessly. Access your financial information and perform banking operations through any compatible MCP client. Simplify your banking interactions with easy-to-use commands and tools.
2025-03-11T00:53:00.515Z
3
https://smithery.ai/server/@dragonkhoi/mercury-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_bank_accounts', 'description': 'Retrieve information about your bank accounts (not including treasury accounts).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_bank_account_by_id', 'description': 'Retrieve information about a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_credit_cards', 'description': 'Retrieve information about cards associated with a specific account. Note that status and physical card status are two separate concepts. Either one being set to something other than "active" could cause a transaction to be declined.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_treasury', 'description': 'Retrieve treasury account information from Mercury.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_transactions', 'description': 'Retrieve incoming and outgoing money transactions for a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Latest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'limit': {'type': 'number', 'description': 'Limit how many transactions to retrieve (default: 500)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order for transactions based on createdAt date (default: desc)'}, 'start': {'type': 'string', 'description': 'Earliest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'offset': {'type': 'number', 'description': 'Number of most recent transactions to omit (default: 0)'}, 'search': {'type': 'string', 'description': 'Search term to look for in transaction descriptions'}, 'status': {'enum': ['pending', 'sent', 'cancelled', 'failed'], 'type': 'string', 'description': 'Filter transactions by status'}, 'account_id': {'type': 'string', 'description': 'The ID of the bank account to retrieve transactions for.'}}, 'additionalProperties': False}}, {'name': 'get_bank_transaction_by_id', 'description': 'Retrieve detailed information about a specific transaction for a specific account, including counterparty information, transaction status, and any attachments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'transaction_id'], 'properties': {'account_id': {'type': 'string', 'description': 'The 36-character account UUID.'}, 'transaction_id': {'type': 'string', 'description': 'The ID of the specific transaction to retrieve details for.'}}, 'additionalProperties': False}}, {'name': 'send_money', 'description': 'Create a new transaction for ACH payments. Note: This tool requires additional permissions and IP whitelisting with Mercury, so ask the user to clarify if they have whitelisted their IP first. If they have not, use the request_send_money tool instead. Only use for valid purposes like paying invoices or automating bill payments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'note': {'type': 'string', 'description': 'An optional internal note for the transaction (not visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'external_memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'request_send_money', 'description': 'Create an ACH payment that requires admin approval from the Mercury web interface. Unlike the direct send_money tool, this endpoint does not require IP whitelisting when using a Custom token, so ask the user to clarify if they have whitelisted their IP.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'payment_method': {'type': 'string', 'description': 'The payment method to use. Default is ACH.'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'get_bank_statements', 'description': 'Retrieve statement information for a depository account in a given time period (Note: For now, treasury and credit accounts are not supported on this endpoint).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Filter the statements so that their endDate is less than or equal to this date. Format: YYYY-MM-DD.'}, 'start': {'type': 'string', 'description': 'Filter the statements so that their startDate is equal to or later than this date. Format: YYYY-MM-DD.'}, 'account_id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_payment_recipients', 'description': 'Retrieve information about all of your payment recipients in Mercury, including their banking details, routing information, payment methods, and status.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'add_payment_recipient', 'description': "Add a new payment recipient to Mercury. You must provide the recipient's name, email(s), and default payment method, along with the appropriate routing information for the chosen payment method.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'emails', 'default_payment_method'], 'properties': {'city': {'type': 'string', 'description': "The city of the recipient's address."}, 'name': {'type': 'string', 'description': 'The name of the recipient.'}, 'emails': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'An array of email addresses for the recipient.'}, 'region': {'type': 'string', 'description': "The state/region of the recipient's address."}, 'country': {'type': 'string', 'description': "The country of the recipient's address (ISO 3166-1 alpha-2 code)."}, 'nickname': {'type': 'string', 'description': 'An optional nickname for the recipient.'}, 'postal_code': {'type': 'string', 'description': "The postal code of the recipient's address."}, 'ach_bank_name': {'type': 'string', 'description': "The recipient's bank name for ACH transfers."}, 'address_line1': {'type': 'string', 'description': "The first line of the recipient's address."}, 'address_line2': {'type': 'string', 'description': "The second line of the recipient's address."}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this request to prevent duplicates. If not provided, a UUID will be generated.'}, 'ach_account_type': {'enum': ['businessChecking', 'businessSavings', 'personalChecking', 'personalSavings'], 'type': 'string', 'description': 'The type of account for ACH transfers.'}, 'ach_account_number': {'type': 'string', 'description': "The recipient's account number for ACH transfers."}, 'ach_routing_number': {'type': 'string', 'description': "The recipient's routing number for ACH transfers."}, 'default_payment_method': {'enum': ['ACH', 'Check', 'DomesticWire', 'InternationalWire'], 'type': 'string', 'description': 'The default payment method to use for this recipient.'}, 'domestic_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for domestic wire transfers."}, 'international_wire_iban': {'type': 'string', 'description': "The recipient's IBAN for international wire transfers."}, 'domestic_wire_account_number': {'type': 'string', 'description': "The recipient's account number for domestic wire transfers."}, 'domestic_wire_routing_number': {'type': 'string', 'description': "The recipient's routing number for domestic wire transfers."}, 'international_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for international wire transfers."}, 'international_wire_swift_code': {'type': 'string', 'description': "The recipient's SWIFT code for international wire transfers."}, 'international_wire_bank_country': {'type': 'string', 'description': "The country of the recipient's bank for international wire transfers (ISO 3166-1 alpha-2 code)."}, 'international_wire_bank_city_state': {'type': 'string', 'description': "The city and state of the recipient's bank for international wire transfers."}}, 'additionalProperties': False}}]
@dragonkhoi/mercury-mcp
Mercury MCP
Get a Mercury API Key from your Mercury settings. Interface with your Mercury banking data seamlessly. Access your financial information and perform banking operations through any compatible MCP client. Simplify your banking interactions with easy-to-use commands and tools.
2025-03-11T00:53:00.515Z
3
https://smithery.ai/server/@dragonkhoi/mercury-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_bank_accounts', 'description': 'Retrieve information about your bank accounts (not including treasury accounts).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_bank_account_by_id', 'description': 'Retrieve information about a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_credit_cards', 'description': 'Retrieve information about cards associated with a specific account. Note that status and physical card status are two separate concepts. Either one being set to something other than "active" could cause a transaction to be declined.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_treasury', 'description': 'Retrieve treasury account information from Mercury.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get_transactions', 'description': 'Retrieve incoming and outgoing money transactions for a specific bank account.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Latest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'limit': {'type': 'number', 'description': 'Limit how many transactions to retrieve (default: 500)'}, 'order': {'enum': ['asc', 'desc'], 'type': 'string', 'description': 'Sort order for transactions based on createdAt date (default: desc)'}, 'start': {'type': 'string', 'description': 'Earliest createdAt date to filter for (YYYY-MM-DD or ISO 8601)'}, 'offset': {'type': 'number', 'description': 'Number of most recent transactions to omit (default: 0)'}, 'search': {'type': 'string', 'description': 'Search term to look for in transaction descriptions'}, 'status': {'enum': ['pending', 'sent', 'cancelled', 'failed'], 'type': 'string', 'description': 'Filter transactions by status'}, 'account_id': {'type': 'string', 'description': 'The ID of the bank account to retrieve transactions for.'}}, 'additionalProperties': False}}, {'name': 'get_bank_transaction_by_id', 'description': 'Retrieve detailed information about a specific transaction for a specific account, including counterparty information, transaction status, and any attachments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'transaction_id'], 'properties': {'account_id': {'type': 'string', 'description': 'The 36-character account UUID.'}, 'transaction_id': {'type': 'string', 'description': 'The ID of the specific transaction to retrieve details for.'}}, 'additionalProperties': False}}, {'name': 'send_money', 'description': 'Create a new transaction for ACH payments. Note: This tool requires additional permissions and IP whitelisting with Mercury, so ask the user to clarify if they have whitelisted their IP first. If they have not, use the request_send_money tool instead. Only use for valid purposes like paying invoices or automating bill payments.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'note': {'type': 'string', 'description': 'An optional internal note for the transaction (not visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'external_memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'request_send_money', 'description': 'Create an ACH payment that requires admin approval from the Mercury web interface. Unlike the direct send_money tool, this endpoint does not require IP whitelisting when using a Custom token, so ask the user to clarify if they have whitelisted their IP.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id', 'recipient_id', 'amount'], 'properties': {'memo': {'type': 'string', 'description': 'An optional memo to be included with the transaction (visible to the recipient).'}, 'amount': {'type': 'number', 'description': 'The amount to send in USD (positive number).', 'exclusiveMinimum': 0}, 'account_id': {'type': 'string', 'description': 'The 36-character account UUID to send money from.'}, 'recipient_id': {'type': 'string', 'description': 'The recipient ID to send money to.'}, 'payment_method': {'type': 'string', 'description': 'The payment method to use. Default is ACH.'}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this transaction request to prevent duplicates. If not provided, a UUID will be generated.'}}, 'additionalProperties': False}}, {'name': 'get_bank_statements', 'description': 'Retrieve statement information for a depository account in a given time period (Note: For now, treasury and credit accounts are not supported on this endpoint).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['account_id'], 'properties': {'end': {'type': 'string', 'description': 'Filter the statements so that their endDate is less than or equal to this date. Format: YYYY-MM-DD.'}, 'start': {'type': 'string', 'description': 'Filter the statements so that their startDate is equal to or later than this date. Format: YYYY-MM-DD.'}, 'account_id': {'type': 'string', 'description': 'Your 36-character account UUID.'}}, 'additionalProperties': False}}, {'name': 'get_payment_recipients', 'description': 'Retrieve information about all of your payment recipients in Mercury, including their banking details, routing information, payment methods, and status.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'add_payment_recipient', 'description': "Add a new payment recipient to Mercury. You must provide the recipient's name, email(s), and default payment method, along with the appropriate routing information for the chosen payment method.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'emails', 'default_payment_method'], 'properties': {'city': {'type': 'string', 'description': "The city of the recipient's address."}, 'name': {'type': 'string', 'description': 'The name of the recipient.'}, 'emails': {'type': 'array', 'items': {'type': 'string', 'format': 'email'}, 'description': 'An array of email addresses for the recipient.'}, 'region': {'type': 'string', 'description': "The state/region of the recipient's address."}, 'country': {'type': 'string', 'description': "The country of the recipient's address (ISO 3166-1 alpha-2 code)."}, 'nickname': {'type': 'string', 'description': 'An optional nickname for the recipient.'}, 'postal_code': {'type': 'string', 'description': "The postal code of the recipient's address."}, 'ach_bank_name': {'type': 'string', 'description': "The recipient's bank name for ACH transfers."}, 'address_line1': {'type': 'string', 'description': "The first line of the recipient's address."}, 'address_line2': {'type': 'string', 'description': "The second line of the recipient's address."}, 'idempotency_key': {'type': 'string', 'description': 'A unique identifier for this request to prevent duplicates. If not provided, a UUID will be generated.'}, 'ach_account_type': {'enum': ['businessChecking', 'businessSavings', 'personalChecking', 'personalSavings'], 'type': 'string', 'description': 'The type of account for ACH transfers.'}, 'ach_account_number': {'type': 'string', 'description': "The recipient's account number for ACH transfers."}, 'ach_routing_number': {'type': 'string', 'description': "The recipient's routing number for ACH transfers."}, 'default_payment_method': {'enum': ['ACH', 'Check', 'DomesticWire', 'InternationalWire'], 'type': 'string', 'description': 'The default payment method to use for this recipient.'}, 'domestic_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for domestic wire transfers."}, 'international_wire_iban': {'type': 'string', 'description': "The recipient's IBAN for international wire transfers."}, 'domestic_wire_account_number': {'type': 'string', 'description': "The recipient's account number for domestic wire transfers."}, 'domestic_wire_routing_number': {'type': 'string', 'description': "The recipient's routing number for domestic wire transfers."}, 'international_wire_bank_name': {'type': 'string', 'description': "The recipient's bank name for international wire transfers."}, 'international_wire_swift_code': {'type': 'string', 'description': "The recipient's SWIFT code for international wire transfers."}, 'international_wire_bank_country': {'type': 'string', 'description': "The country of the recipient's bank for international wire transfers (ISO 3166-1 alpha-2 code)."}, 'international_wire_bank_city_state': {'type': 'string', 'description': "The city and state of the recipient's bank for international wire transfers."}}, 'additionalProperties': False}}]
@aliliior/uuidmcp
Calculator Server
Provide basic arithmetic operations including addition, subtraction, multiplication, and division through a simple MCP server. Enable seamless integration of calculation capabilities into your applications using the Model Context Protocol. Enhance your agents with reliable and straightforward math functions.
2025-04-21T08:56:07.267Z
3
https://smithery.ai/server/@aliliior/uuidmcp
true
null
{ "scanPassed": false }
[{'name': 'idToShortKey', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': '需要转换的数字ID'}}, 'additionalProperties': False}}, {'name': 'shortKeyToId', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['shortKey'], 'properties': {'shortKey': {'type': 'string', 'description': '需要转换的短Key'}}, 'additionalProperties': False}}]
@aliliior/uuidmcp
Calculator Server
Provide basic arithmetic operations including addition, subtraction, multiplication, and division through a simple MCP server. Enable seamless integration of calculation capabilities into your applications using the Model Context Protocol. Enhance your agents with reliable and straightforward math functions.
2025-04-21T08:56:07.267Z
3
https://smithery.ai/server/@aliliior/uuidmcp
true
null
{ "scanPassed": false }
[{'name': 'idToShortKey', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'number', 'description': '需要转换的数字ID'}}, 'additionalProperties': False}}, {'name': 'shortKeyToId', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['shortKey'], 'properties': {'shortKey': {'type': 'string', 'description': '需要转换的短Key'}}, 'additionalProperties': False}}]
@handsomegentlemen/mcp-geo
EdgeOne Geo Location Server
Provide geolocation data to large language models by exposing a tool that retrieves user location information. Enable AI models to access real-time geolocation through a simple interface integrated with EdgeOne Pages Functions. Enhance AI applications with location-aware capabilities seamlessly.
2025-04-18T04:01:00.435Z
3
https://smithery.ai/server/@handsomegentlemen/mcp-geo
true
null
null
[{'name': 'get_geolocation', 'description': "Get the user's geolocation information", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@handsomegentlemen/mcp-geo
EdgeOne Geo Location Server
Provide geolocation data to large language models by exposing a tool that retrieves user location information. Enable AI models to access real-time geolocation through a simple interface integrated with EdgeOne Pages Functions. Enhance AI applications with location-aware capabilities seamlessly.
2025-04-18T04:01:00.435Z
3
https://smithery.ai/server/@handsomegentlemen/mcp-geo
true
null
null
[{'name': 'get_geolocation', 'description': "Get the user's geolocation information", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@edibertoalves/mcp_ibge
IBGE Municipality Listing Server
Provide access to a comprehensive list of municipalities from the Brazilian Institute of Geography and Statistics (IBGE). Enable LLMs to query and retrieve municipality data efficiently. Facilitate geographic data integration for applications requiring Brazilian municipal information.
2025-04-26T23:08:44.952Z
3
https://smithery.ai/server/@edibertoalves/mcp_ibge
true
null
{ "scanPassed": true }
[{'name': 'GetMunicipiosPorUF', 'description': 'Obtêm a lista de municípios brasileiros, passando o UF', 'inputSchema': {'type': 'object', 'title': 'GetMunicipiosPorUF', 'required': ['uf'], 'properties': {'uf': {'type': 'string', 'description': 'Digita a sigla da UF: Exemplo: SP'}}, 'description': 'Obtêm a lista de municípios brasileiros, passando o UF'}}, {'name': 'GetDistritosPorMunicipio', 'description': 'Obtêm a lista de distritos, passando o código do município do IBGE', 'inputSchema': {'type': 'object', 'title': 'GetDistritosPorMunicipio', 'required': ['codigoMunicipio'], 'properties': {'codigoMunicipio': {'type': 'integer', 'description': 'Digite o código do município do IBGE'}}, 'description': 'Obtêm a lista de distritos, passando o código do município do IBGE'}}]
@JavaProgrammerLB/create-github-repository-mcp-server
Create GitHub Repository Server
Create new GitHub repositories effortlessly. Automate repository setup with customizable options like visibility and initialization. Streamline your project management by integrating repository creation into your workflows.
2025-03-25T08:27:06.645Z
3
https://smithery.ai/server/@JavaProgrammerLB/create-github-repository-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create_repository', 'description': 'Create a respository in your Github account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Is the repository private?'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize the repository with a README file'}, 'describe': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}]
@JavaProgrammerLB/create-github-repository-mcp-server
Create GitHub Repository Server
Create new GitHub repositories effortlessly. Automate repository setup with customizable options like visibility and initialization. Streamline your project management by integrating repository creation into your workflows.
2025-03-25T08:27:06.645Z
3
https://smithery.ai/server/@JavaProgrammerLB/create-github-repository-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'create_repository', 'description': 'Create a respository in your Github account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'Repository name'}, 'private': {'type': 'boolean', 'description': 'Is the repository private?'}, 'autoInit': {'type': 'boolean', 'description': 'Initialize the repository with a README file'}, 'describe': {'type': 'string', 'description': 'Repository description'}}, 'additionalProperties': False}}]
@morningman/mcp-doris
Apache Doris MCP Server
Connect to [Apache Doris](https://doris.apache.org/) seamlessly and leverage its powerful data processing capabilities. Simplify your data interactions and enhance your applications with a robust MCP server tailored for Doris. Experience efficient data management and querying with minimal setup.
2025-03-07T09:48:02.826Z
3
https://smithery.ai/server/@morningman/mcp-doris
true
null
{ "scanPassed": true }
[{'name': 'show_databases', 'description': 'List all databases in the Doris instance.\n\nReturns:\n List[str]: A list of database names\n', 'inputSchema': {'type': 'object', 'title': 'show_databasesArguments', 'properties': {}}}, {'name': 'show_tables', 'description': 'List all tables in the specified database.\n\nArgs:\n database: The database name\n like: Optional pattern to filter table names\n \nReturns:\n List[Dict]: A list of table information dictionaries\n', 'inputSchema': {'type': 'object', 'title': 'show_tablesArguments', 'required': ['database'], 'properties': {'like': {'type': 'string', 'title': 'Like', 'default': None}, 'database': {'type': 'string', 'title': 'Database'}}}}, {'name': 'execute_query', 'description': 'Run a SELECT query against Doris with timeout protection.\n\nArgs:\n query: The SQL query to execute\n \nReturns:\n List[Dict]: The query results\n', 'inputSchema': {'type': 'object', 'title': 'execute_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}]
@antonioevans/mcp-fal
fal.ai Model Server
Provide seamless access to fal.ai models and services through a standardized interface. List, search, and generate content with fal.ai models, manage queued requests, and upload files to the fal.ai CDN. Enhance your applications with powerful AI capabilities from fal.ai effortlessly.
2025-05-03T13:42:38.591Z
3
https://smithery.ai/server/@antonioevans/mcp-fal
true
null
{ "scanPassed": true }
[{'name': 'models', 'description': '\n List available models on fal.ai. Ensure to use the total and page arguments. Avoid listing all the models at once.\n \n Args:\n page: The page number of models to retrieve (pagination)\n total: The total number of models to retrieve per page\n \n Returns:\n A list of models with their metadata\n ', 'inputSchema': {'type': 'object', 'title': 'modelsArguments', 'properties': {'page': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Page', 'default': None}, 'total': {'anyOf': [{'type': 'integer'}, {'type': 'null'}], 'title': 'Total', 'default': None}}}}, {'name': 'search', 'description': '\n Search for models on fal.ai based on keywords.\n \n Args:\n keywords: The search terms to find models\n \n Returns:\n A list of models matching the search criteria\n ', 'inputSchema': {'type': 'object', 'title': 'searchArguments', 'required': ['keywords'], 'properties': {'keywords': {'type': 'string', 'title': 'Keywords'}}}}, {'name': 'schema', 'description': '\n Get the OpenAPI schema for a specific model.\n \n Args:\n model_id: The ID of the model (e.g., "fal-ai/flux/dev")\n \n Returns:\n The OpenAPI schema for the model\n ', 'inputSchema': {'type': 'object', 'title': 'schemaArguments', 'required': ['model_id'], 'properties': {'model_id': {'type': 'string', 'title': 'Model Id'}}}}, {'name': 'generate', 'description': '\n Generate content using a fal.ai model.\n \n Args:\n model: The model ID to use (e.g., "fal-ai/flux/dev")\n parameters: Model-specific parameters as a dictionary\n queue: Whether to use the queuing system (default: False)\n \n Returns:\n The model\'s response\n ', 'inputSchema': {'type': 'object', 'title': 'generateArguments', 'required': ['model', 'parameters'], 'properties': {'model': {'type': 'string', 'title': 'Model'}, 'queue': {'type': 'boolean', 'title': 'Queue', 'default': False}, 'parameters': {'type': 'object', 'title': 'Parameters', 'additionalProperties': True}}}}, {'name': 'result', 'description': '\n Get the result of a queued request.\n \n Args:\n url: The response_url from a queued request\n \n Returns:\n The generation result\n ', 'inputSchema': {'type': 'object', 'title': 'resultArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'status', 'description': '\n Check the status of a queued request.\n \n Args:\n url: The status_url from a queued request\n \n Returns:\n The current status of the queued request\n ', 'inputSchema': {'type': 'object', 'title': 'statusArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'cancel', 'description': '\n Cancel a queued request.\n \n Args:\n url: The cancel_url from a queued request\n \n Returns:\n The result of the cancellation attempt\n ', 'inputSchema': {'type': 'object', 'title': 'cancelArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'upload', 'description': '\n Upload a file to fal.ai storage.\n \n Args:\n path: The absolute path to the file to upload\n \n Returns:\n Information about the uploaded file, including the file_url\n ', 'inputSchema': {'type': 'object', 'title': 'uploadArguments', 'required': ['path'], 'properties': {'path': {'type': 'string', 'title': 'Path'}}}}]
@sdaaron/generate_image_from_html_3
Generate Image from HTML
Create images from HTML content effortlessly. Store and summarize notes with a simple interface, enhancing your productivity and organization. Utilize a custom URI scheme for easy access to your notes.
2025-03-18T16:36:12.029Z
3
https://smithery.ai/server/@sdaaron/generate_image_from_html_3
true
null
{ "scanPassed": true }
[{'name': 'generate_image_from_html', 'description': '使用此工具在报告中插入数据可视化图表;此工具可以将 HTML 内容渲染为图片,并保存到固定位置。\n 要求:使用 chart.js 绘制图表;引入 tailwindcss 编写样式;一定确保图表填充整个 html 尺寸并且垂直和水平居中;需要设置合理的 Y 轴范围,使得图表不会出现太大面积空白;\n\n Args:\n width: 图片宽度(像素)\n height: 图片高度(像素)\n html_content: 要渲染的 HTML 内容\n filename: 图片文件名\n\n Returns:\n 操作结果信息\n ', 'inputSchema': {'type': 'object', 'title': 'generate_image_from_htmlArguments', 'required': ['width', 'height', 'html_content', 'filename'], 'properties': {'width': {'type': 'integer', 'title': 'Width'}, 'height': {'type': 'integer', 'title': 'Height'}, 'filename': {'type': 'string', 'title': 'Filename'}, 'html_content': {'type': 'string', 'title': 'Html Content'}}}}]
@cyberagiinc/DevDocs
DevDocs
Transform your documentation research from weeks into hours of productive development. Leverage intelligent crawling and built-in MCP servers to streamline your team's knowledge base into actionable resources. Build faster with any technology using our LLM-ready platform.
2025-04-03T03:01:09.043Z
3
https://smithery.ai/server/@cyberagiinc/DevDocs
true
null
{ "scanPassed": true }
[{'name': 'sync_file', 'description': 'Force sync a specific file', 'inputSchema': {'type': 'object', 'required': ['file_id'], 'properties': {'file_id': {'type': 'string', 'description': 'ID of the file to sync (without .md extension)'}}}}, {'name': 'get_status', 'description': 'Get server status', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'list_files', 'description': 'List all available markdown files', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'read_file', 'description': 'Read the content of a markdown file', 'inputSchema': {'type': 'object', 'required': ['file_id'], 'properties': {'file_id': {'type': 'string', 'description': 'ID of the file to read (without .md extension)'}}}}, {'name': 'search_files', 'description': 'Search content across all markdown files', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to find in markdown content'}}}}, {'name': 'search_by_tag', 'description': 'Search files by metadata tags', 'inputSchema': {'type': 'object', 'required': ['tag'], 'properties': {'tag': {'type': 'string', 'description': 'Tag to search for in file metadata'}}}}, {'name': 'get_stats', 'description': 'Get statistics about all markdown files', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'get_section', 'description': 'Get a specific section from a markdown file', 'inputSchema': {'type': 'object', 'required': ['file_id', 'section_id'], 'properties': {'file_id': {'type': 'string', 'description': 'ID of the file (without .md extension)'}, 'section_id': {'type': 'string', 'description': 'ID of the section to retrieve'}}}}, {'name': 'get_table_of_contents', 'description': 'Get table of contents for a markdown file', 'inputSchema': {'type': 'object', 'required': ['file_id'], 'properties': {'file_id': {'type': 'string', 'description': 'ID of the file (without .md extension)'}}}}]
@2geonhyup/dart-mcp-test
그저디버깅용
Enable detailed financial analysis and visualization of listed companies using the DART API. Analyze key financial metrics, segment revenues, and perform valuation assessments with ease. Enhance your financial insights by integrating real-time data queries into your workflow.
2025-05-02T09:42:12.596Z
3
https://smithery.ai/server/@2geonhyup/dart-mcp-test
true
null
{ "scanPassed": true }
[{'name': 'search_disclosure', 'description': '\n 회사의 주요 재무 정보를 검색하여 제공하는 도구.\n requested_items가 주어지면 해당 항목 관련 데이터가 있는 공시만 필터링합니다.\n \n Args:\n company_name: 회사명 (예: 삼성전자, 네이버 등)\n start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)\n end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)\n ctx: MCP Context 객체\n requested_items: 사용자가 요청한 재무 항목 이름 리스트 (예: ["매출액", "영업이익"]). None이면 모든 주요 항목을 대상으로 함. 사용 가능한 항목: 매출액, 영업이익, 당기순이익, 영업활동 현금흐름, 투자활동 현금흐름, 재무활동 현금흐름, 자산총계, 부채총계, 자본총계\n \n Returns:\n 검색된 각 공시의 주요 재무 정보 요약 텍스트 (요청 항목 관련 데이터가 있는 경우만)\n ', 'inputSchema': {'type': 'object', 'title': 'search_disclosureArguments', 'required': ['company_name', 'start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'requested_items': {'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}], 'title': 'Requested Items', 'default': None}}}}, {'name': 'search_detailed_financial_data', 'description': '\n 회사의 세부적인 재무 정보를 제공하는 도구.\n XBRL 파일을 파싱하여 상세한 재무 데이터를 추출합니다.\n \n Args:\n company_name: 회사명 (예: 삼성전자, 네이버 등)\n start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)\n end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)\n ctx: MCP Context 객체\n statement_type: 재무제표 유형 ("재무상태표", "손익계산서", "현금흐름표" 중 하나 또는 None)\n None인 경우 모든 유형의 재무제표 정보를 반환합니다.\n \n Returns:\n 선택한 재무제표 유형(들)의 세부 항목 정보가 포함된 텍스트\n ', 'inputSchema': {'type': 'object', 'title': 'search_detailed_financial_dataArguments', 'required': ['company_name', 'start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'statement_type': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Statement Type', 'default': None}}}}, {'name': 'search_business_information', 'description': "\n 회사의 사업 관련 현황 정보를 제공하는 도구\n \n Args:\n company_name: 회사명 (예: 삼성전자, 네이버 등)\n start_date: 시작일 (YYYYMMDD 형식, 예: 20230101)\n end_date: 종료일 (YYYYMMDD 형식, 예: 20231231)\n information_type: 조회할 정보 유형 \n '사업의 개요' - 회사의 전반적인 사업 내용\n '주요 제품 및 서비스' - 회사의 주요 제품과 서비스 정보\n '원재료 및 생산설비' - 원재료 조달 및 생산 설비 현황\n '매출 및 수주상황' - 매출과 수주 현황 정보\n '위험관리 및 파생거래' - 리스크 관리 방안 및 파생상품 거래 정보\n '주요계약 및 연구개발활동' - 주요 계약 현황 및 R&D 활동\n '기타 참고사항' - 기타 사업 관련 참고 정보\n ctx: MCP Context 객체\n \n Returns:\n 요청한 정보 유형에 대한 해당 회사의 사업 정보 텍스트\n ", 'inputSchema': {'type': 'object', 'title': 'search_business_informationArguments', 'required': ['company_name', 'start_date', 'end_date', 'information_type'], 'properties': {'end_date': {'type': 'string', 'title': 'End Date'}, 'start_date': {'type': 'string', 'title': 'Start Date'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'information_type': {'type': 'string', 'title': 'Information Type'}}}}, {'name': 'get_current_date', 'description': '\n 현재 날짜를 YYYYMMDD 형식으로 반환하는 도구\n \n Args:\n ctx: MCP Context 객체 (선택 사항)\n \n Returns:\n YYYYMMDD 형식의 현재 날짜 문자열\n ', 'inputSchema': {'type': 'object', 'title': 'get_current_dateArguments', 'properties': {}}}, {'name': 'search_json_financial_data', 'description': '\n 회사의 재무 정보를 JSON API를 통해 제공하는 실패시 보완하는 보조 도구.\n search_disclosure, search_detailed_financial_data이 2023년 9월 이전 자료 분석에 실패했을 때 대안으로 활용.\n \n Args:\n company_name: 회사명 (예: 삼성전자, 네이버 등)\n bsns_year: 사업연도 (4자리, 예: "2023")\n ctx: MCP Context 객체\n reprt_code: 보고서 코드 ("11011": 사업보고서, "11012": 반기보고서, "11013": 1분기보고서, "11014": 3분기보고서)\n fs_div: 개별/연결구분 ("OFS": 재무제표, "CFS": 연결재무제표)\n statement_type: 재무제표 유형 ("BS": 재무상태표, "IS": 손익계산서, "CIS": 포괄손익계산서, "CF": 현금흐름표, "SCE": 자본변동표)\n None인 경우 모든 유형의 재무제표 정보를 반환합니다.\n \n Returns:\n 선택한 재무제표 유형(들)의 세부 항목 정보가 포함된 텍스트 (당기 데이터만 표시)\n ', 'inputSchema': {'type': 'object', 'title': 'search_json_financial_dataArguments', 'required': ['company_name', 'bsns_year'], 'properties': {'fs_div': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Fs Div', 'default': 'OFS'}, 'bsns_year': {'type': 'string', 'title': 'Bsns Year'}, 'reprt_code': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Reprt Code', 'default': '11011'}, 'company_name': {'type': 'string', 'title': 'Company Name'}, 'statement_type': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Statement Type', 'default': None}}}}, {'name': 'test_connection_to_dart', 'description': '\n DART 서버와의 연결 상태를 테스트하는 도구\n \n Args:\n ctx: MCP Context 객체\n \n Returns:\n 연결 테스트 과정 및 결과에 대한 상세 메시지\n ', 'inputSchema': {'type': 'object', 'title': 'test_connection_to_dartArguments', 'properties': {}}}]
keycloak-model-context-protocol
Keycloak
Manage users and realms in Keycloak.
2025-01-09T07:52:15.264Z
3
https://smithery.ai/server/keycloak-model-context-protocol
true
null
{ "scanPassed": true }
[{'name': 'create-user', 'description': 'Create a new user in a specific realm', 'inputSchema': {'type': 'object', 'required': ['realm', 'username', 'email', 'firstName', 'lastName'], 'properties': {'email': {'type': 'string', 'format': 'email'}, 'realm': {'type': 'string'}, 'lastName': {'type': 'string'}, 'username': {'type': 'string'}, 'firstName': {'type': 'string'}}}}, {'name': 'delete-user', 'description': 'Delete a user from a specific realm', 'inputSchema': {'type': 'object', 'required': ['realm', 'userId'], 'properties': {'realm': {'type': 'string'}, 'userId': {'type': 'string'}}}}, {'name': 'list-realms', 'description': 'List all available realms', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'list-users', 'description': 'List users in a specific realm', 'inputSchema': {'type': 'object', 'required': ['realm'], 'properties': {'realm': {'type': 'string'}}}}]
@aipotheosis-labs/aci-mcp
ACI MCP Server
Provide dynamic access to a wide range of functions (tools) managed by ACI.dev through two MCP server types: one for direct app-specific tool access and another for unified dynamic discovery and execution of all available tools. Simplify integration with LLM clients by enabling efficient tool calling without overloading the model's context window. Enhance your agents with seamless, scalable function calling capabilities across multiple apps.
2025-04-23T02:00:21.506Z
3
https://smithery.ai/server/@aipotheosis-labs/aci-mcp
true
null
{ "scanPassed": true }
[{'name': 'ACI_SEARCH_FUNCTIONS', 'description': 'This function allows you to find relevant executable functions and their schemas that can help complete your tasks.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'intent': {'type': 'string', 'description': 'Use this to find relevant functions you might need. Returned results of this function will be sorted by relevance to the intent.'}}, 'additionalProperties': False}}, {'name': 'ACI_EXECUTE_FUNCTION', 'description': 'Execute a specific retrieved function. Provide the executable function name, and the required function parameters for that function based on function definition retrieved.', 'inputSchema': {'type': 'object', 'required': ['function_name', 'function_arguments'], 'properties': {'function_name': {'type': 'string', 'description': 'The name of the function to execute'}, 'function_arguments': {'type': 'object', 'description': 'A dictionary containing key-value pairs of input parameters required by the specified function. The parameter names and types must match those defined in the function definition previously retrieved. If the function requires no parameters, provide an empty object.', 'additionalProperties': True}}, 'additionalProperties': False}}]
@aipotheosis-labs/aci-mcp
ACI MCP Server
Provide dynamic access to a wide range of functions (tools) managed by ACI.dev through two MCP server types: one for direct app-specific tool access and another for unified dynamic discovery and execution of all available tools. Simplify integration with LLM clients by enabling efficient tool calling without overloading the model's context window. Enhance your agents with seamless, scalable function calling capabilities across multiple apps.
2025-04-23T02:00:21.506Z
3
https://smithery.ai/server/@aipotheosis-labs/aci-mcp
true
null
{ "scanPassed": true }
[{'name': 'ACI_SEARCH_FUNCTIONS', 'description': 'This function allows you to find relevant executable functions and their schemas that can help complete your tasks.', 'inputSchema': {'type': 'object', 'required': [], 'properties': {'intent': {'type': 'string', 'description': 'Use this to find relevant functions you might need. Returned results of this function will be sorted by relevance to the intent.'}}, 'additionalProperties': False}}, {'name': 'ACI_EXECUTE_FUNCTION', 'description': 'Execute a specific retrieved function. Provide the executable function name, and the required function parameters for that function based on function definition retrieved.', 'inputSchema': {'type': 'object', 'required': ['function_name', 'function_arguments'], 'properties': {'function_name': {'type': 'string', 'description': 'The name of the function to execute'}, 'function_arguments': {'type': 'object', 'description': 'A dictionary containing key-value pairs of input parameters required by the specified function. The parameter names and types must match those defined in the function definition previously retrieved. If the function requires no parameters, provide an empty object.', 'additionalProperties': True}}, 'additionalProperties': False}}]
@shariqriazz/vertex-ai-mcp-server
Vertex AI Server
Provide seamless access to Google Cloud's Vertex AI Gemini models for coding assistance and general query answering. Enable enhanced query responses grounded in web search, direct knowledge, or official documentation. Configure and use a variety of tools to interact with Vertex AI models efficiently and reliably.
2025-04-21T23:00:42.429Z
3
https://smithery.ai/server/@shariqriazz/vertex-ai-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'answer_query_websearch', 'description': "Answers a natural language query using the configured Vertex AI model (gemini-1.5-pro-latest) enhanced with Google Search results for up-to-date information. Requires a 'query' string.", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': 'The natural language question to answer using web search.'}}}}, {'name': 'answer_query_direct', 'description': "Answers a natural language query using only the internal knowledge of the configured Vertex AI model (gemini-1.5-pro-latest). Does not use web search. Requires a 'query' string.", 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'query': {'type': 'string', 'description': "The natural language question to answer using only the model's internal knowledge."}}}}, {'name': 'explain_topic_with_docs', 'description': "Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search. Focuses on comprehensive answers, context, and adherence to documented details. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'topic' and 'query'.", 'inputSchema': {'type': 'object', 'required': ['topic', 'query'], 'properties': {'query': {'type': 'string', 'description': 'The specific question to answer based on the documentation.'}, 'topic': {'type': 'string', 'description': "The software/library/framework topic (e.g., 'React Router', 'Python requests')."}}}}, {'name': 'get_doc_snippets', 'description': "Provides precise, authoritative code snippets or concise answers for technical queries by searching official documentation. Focuses on delivering exact solutions without unnecessary explanation. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'topic' and 'query'.", 'inputSchema': {'type': 'object', 'required': ['topic', 'query'], 'properties': {'query': {'type': 'string', 'description': 'The specific question or use case to find a snippet or concise answer for.'}, 'topic': {'type': 'string', 'description': "The software/library/framework topic (e.g., 'React Router', 'Python requests', 'PostgreSQL 14')."}, 'version': {'type': 'string', 'default': '', 'description': "Optional. Specific version of the software to target (e.g., '6.4', '2.28.2'). If provided, only documentation for this version will be used."}, 'include_examples': {'type': 'boolean', 'default': True, 'description': 'Optional. Whether to include additional usage examples beyond the primary snippet. Defaults to true.'}}}}, {'name': 'generate_project_guidelines', 'description': "Generates a structured project guidelines document (e.g., Markdown) based on a specified list of technologies and versions (tech stack). Uses web search to find the latest official documentation, style guides, and best practices for each component and synthesizes them into actionable rules and recommendations. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'tech_stack'.", 'inputSchema': {'type': 'object', 'required': ['tech_stack'], 'properties': {'tech_stack': {'type': 'array', 'items': {'type': 'string'}, 'description': "An array of strings specifying the project's technologies and versions (e.g., ['React 18.3', 'TypeScript 5.2', 'Node.js 20.10', 'Express 5.0', 'PostgreSQL 16.1'])."}}}}, {'name': 'read_file_content', 'description': 'Read the complete contents of a file from the workspace filesystem. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file within the workspace.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The path of the file to read (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'read_multiple_files_content', 'description': "Read the contents of multiple files simultaneously from the workspace filesystem. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['paths'], 'properties': {'paths': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of file paths to read (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'write_file_content', 'description': 'Create a new file or completely overwrite an existing file in the workspace filesystem with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'content'], 'properties': {'path': {'type': 'string', 'description': 'The path of the file to write (relative to the workspace directory).'}, 'content': {'type': 'string', 'description': 'The full content to write to the file.'}}, 'additionalProperties': False}}, {'name': 'edit_file_content', 'description': "Make line-based edits to a text file in the workspace filesystem. Each edit attempts to replace an exact match of 'oldText' with 'newText'. If no exact match is found, it attempts a line-by-line match ignoring leading/trailing whitespace. Indentation of the first line is preserved, and relative indentation of subsequent lines is attempted. Returns a git-style diff showing the changes made (or previewed if dryRun is true).", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'edits'], 'properties': {'path': {'type': 'string', 'description': 'The path of the file to edit (relative to the workspace directory).'}, 'edits': {'type': 'array', 'items': {'type': 'object', 'required': ['oldText', 'newText'], 'properties': {'newText': {'type': 'string', 'description': 'Text to replace with, preserving indentation where possible.'}, 'oldText': {'type': 'string', 'description': 'Text to search for - attempts exact match first, then line-by-line whitespace-insensitive match.'}}, 'additionalProperties': False}, 'description': 'An array of edit operations to apply sequentially.'}, 'dryRun': {'type': 'boolean', 'default': False, 'description': 'If true, preview changes using git-style diff format without saving.'}}, 'additionalProperties': False}}, {'name': 'create_directory', 'description': 'Create a new directory or ensure a directory exists in the workspace filesystem. Can create multiple nested directories in one operation (like mkdir -p). If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The path of the directory to create (relative to the workspace directory). Can include nested paths.'}}, 'additionalProperties': False}}, {'name': 'list_directory_contents', 'description': 'Get a detailed listing of all files and directories directly within a specified path in the workspace filesystem. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Does not list recursively.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The path of the directory to list (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'get_directory_tree', 'description': "Get a recursive tree view of files and directories within the workspace filesystem as a JSON structure. Each entry includes 'name', 'type' (file/directory), and 'children' (an array) for directories. Files have no 'children' array. The output is formatted JSON text. Useful for understanding the complete structure of a project directory.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The root path for the directory tree (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'move_file_or_directory', 'description': 'Move or rename files and directories within the workspace filesystem. Can move items between directories and rename them in a single operation. If the destination path already exists, the operation will likely fail (OS-dependent).', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['source', 'destination'], 'properties': {'source': {'type': 'string', 'description': 'The current path of the file or directory to move (relative to the workspace directory).'}, 'destination': {'type': 'string', 'description': 'The new path for the file or directory (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'search_filesystem', 'description': 'Recursively search for files and directories within the workspace filesystem matching a pattern in their name. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths (relative to workspace) to all matching items. Supports excluding paths using glob patterns.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path', 'pattern'], 'properties': {'path': {'type': 'string', 'description': 'The starting directory path for the search (relative to the workspace directory).'}, 'pattern': {'type': 'string', 'description': 'The case-insensitive text pattern to search for in file/directory names.'}, 'excludePatterns': {'type': 'array', 'items': {'type': 'string'}, 'default': [], 'description': "An array of glob patterns (e.g., 'node_modules', '*.log') to exclude from the search."}}, 'additionalProperties': False}}, {'name': 'get_filesystem_info', 'description': 'Retrieve detailed metadata about a file or directory within the workspace filesystem. Returns comprehensive information including size (bytes), creation time, last modified time, last accessed time, type (file/directory), and permissions (octal string). This tool is perfect for understanding file characteristics without reading the actual content.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['path'], 'properties': {'path': {'type': 'string', 'description': 'The path of the file or directory to get info for (relative to the workspace directory).'}}, 'additionalProperties': False}}, {'name': 'save_generate_project_guidelines', 'description': "Generates comprehensive project guidelines based on a tech stack using web search and saves the result to a specified file path. Uses the configured Vertex AI model (gemini-1.5-pro-latest). Requires 'tech_stack' and 'output_path'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['tech_stack', 'output_path'], 'properties': {'tech_stack': {'type': 'array', 'items': {'type': 'string'}, 'minItems': 1, 'description': "An array of strings specifying the project's technologies, optionally with versions (e.g., ['React', 'TypeScript 5.x', 'Node.js', 'Express 4.18', 'PostgreSQL 16.x']). If no version is specified, the latest stable version will be assumed."}, 'output_path': {'type': 'string', 'description': "The relative path where the generated guidelines Markdown file should be saved (e.g., 'docs/PROJECT_GUIDELINES.md')."}}, 'additionalProperties': False}}, {'name': 'save_doc_snippet', 'description': "Provides precise code snippets or concise answers for technical queries by searching official documentation and saves the result to a file. Uses the configured Vertex AI model (gemini-1.5-pro-latest) with Google Search. Requires 'topic', 'query', and 'output_path'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['topic', 'query', 'output_path'], 'properties': {'query': {'type': 'string', 'description': 'The specific question or use case to find a snippet or concise answer for.'}, 'topic': {'type': 'string', 'description': "The software/library/framework topic (e.g., 'React Router', 'Python requests', 'PostgreSQL 14')."}, 'version': {'type': 'string', 'default': '', 'description': "Optional. Specific version of the software to target (e.g., '6.4', '2.28.2'). If provided, only documentation for this version will be used."}, 'output_path': {'type': 'string', 'description': "The relative path where the generated snippet(s) should be saved (e.g., 'snippets/react-hook-example.ts')."}, 'include_examples': {'type': 'boolean', 'default': True, 'description': 'Optional. Whether to include additional usage examples beyond the primary snippet. Defaults to true.'}}, 'additionalProperties': False}}, {'name': 'save_topic_explanation', 'description': "Provides a detailed explanation for a query about a specific software topic using official documentation found via web search and saves the result to a file. Uses the configured Vertex AI model (gemini-1.5-pro-latest). Requires 'topic', 'query', and 'output_path'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['topic', 'query', 'output_path'], 'properties': {'query': {'type': 'string', 'description': 'The specific question to answer based on the documentation.'}, 'topic': {'type': 'string', 'description': "The software/library/framework topic (e.g., 'React Router', 'Python requests')."}, 'output_path': {'type': 'string', 'description': "The relative path where the generated explanation should be saved (e.g., 'explanations/react-router-hooks.md')."}}, 'additionalProperties': False}}, {'name': 'save_answer_query_direct', 'description': "Answers a natural language query using only the internal knowledge of the configured Vertex AI model (gemini-1.5-pro-latest), does not use web search, and saves the answer to a file. Requires 'query' and 'output_path'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query', 'output_path'], 'properties': {'query': {'type': 'string', 'description': "The natural language question to answer using only the model's internal knowledge."}, 'output_path': {'type': 'string', 'description': 'The relative path where the generated answer should be saved.'}}, 'additionalProperties': False}}, {'name': 'save_answer_query_websearch', 'description': "Answers a natural language query using Google Search results and saves the answer to a file. Uses the configured Vertex AI model (gemini-1.5-pro-latest). Requires 'query' and 'output_path'.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query', 'output_path'], 'properties': {'query': {'type': 'string', 'description': 'The natural language question to answer using web search.'}, 'output_path': {'type': 'string', 'description': 'The relative path where the generated answer should be saved.'}}, 'additionalProperties': False}}]
@Noveum/api-market-mcp-server
API.Market MCP Server (40 tools)
Connect with 40+ APIs and AI models from API.market through a single powerful MCP server.
2025-03-26T07:42:04.378Z
3
https://smithery.ai/server/@Noveum/api-market-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'distance_and_duration_bw_starts_and_stops', 'description': 'Calculate length and driving time of the optimal routes between origin and destination points on the real road network.', 'inputSchema': {'type': 'object', 'required': ['origins'], 'properties': {'origins': {'type': 'string', 'description': 'List of origins described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.'}, 'start_time': {'type': 'string', 'description': "Time when travel is expected to start. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC or you can use 'now' to specify the current time."}, 'avoid_tolls': {'type': 'boolean', 'description': 'Avoid tolls'}, 'destinations': {'type': 'string', 'description': 'List of destinations described as semicolon-delimited coordinate pairs with latitudes and longitudes. If not specified, an n x n matrix will be generated using the origins. Maximum 25 pairs per request.'}, 'avoid_ferries': {'type': 'boolean', 'description': 'Avoid ferries'}, 'avoid_highways': {'type': 'boolean', 'description': 'Avoid highways'}}}}, {'name': 'Get_audio_analysis_URL', 'description': 'This endpoint retrieves the URL of the transcription and analysis of the audio for the given request ID.\n', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'Unique identifier for the request.'}}}}, {'name': 'Whisper_Audio_Processing', 'description': 'API for sentece wise transcription and analysis of audio, using AI models. Make sure to call get audio analysis URL with the request ID received from this API.', 'inputSchema': {'type': 'object', 'required': ['audio', 'model', 'translate', 'temperature', 'transcription', 'suppress_tokens', 'logprob_threshold', 'no_speech_threshold', 'condition_on_previous_text', 'compression_ratio_threshold', 'temperature_increment_on_fallback'], 'properties': {'audio': {'type': 'string', 'default': 'https://replicate.delivery/mgxm/e5159b1b-508a-4be4-b892-e1eb47850bdc/OSR_uk_000_0050_8k.wav'}, 'model': {'type': 'string', 'default': 'large-v3'}, 'translate': {'type': 'boolean', 'default': False}, 'temperature': {'type': 'integer', 'default': 0}, 'transcription': {'type': 'string', 'default': 'plain text'}, 'suppress_tokens': {'type': 'string', 'default': -1}, 'logprob_threshold': {'type': 'integer', 'default': -1}, 'no_speech_threshold': {'type': 'integer', 'default': 0.6}, 'condition_on_previous_text': {'type': 'boolean', 'default': True}, 'compression_ratio_threshold': {'type': 'integer', 'default': 2.4}, 'temperature_increment_on_fallback': {'type': 'integer', 'default': 0.2}}}}, {'name': 'Upload', 'description': 'Make a POST request to capix/faceswap/upload/', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'ImageFaceSwap', 'description': 'Make a POST request to capix/faceswap/faceswap/v1/image', 'inputSchema': {'type': 'object', 'required': ['swap_url', 'target_url'], 'properties': {'swap_url': {'type': 'string', 'title': 'Swap Url', 'default': 'https://storage.ws.pho.to/s2/818f3e408ee37c090cf23a3d12e15a08ada80ad9_m.jpeg', 'description': 'Require an image with a face'}, 'target_url': {'type': 'string', 'title': 'Target Url', 'default': 'https://storage.ws.pho.to/s2/7aa4876bc1f50bc92fc54cb3c326181ac5bbf5ef_m.jpeg', 'description': 'Require an image with a face'}}}}, {'name': 'VideoFaceSwap', 'description': 'Make a POST request to capix/faceswap/faceswap/v1/video', 'inputSchema': {'type': 'object', 'required': ['swap_url', 'target_url'], 'properties': {'swap_url': {'type': 'string', 'title': 'Swap Url', 'default': 'https://storage.ws.pho.to/s2/818f3e408ee37c090cf23a3d12e15a08ada80ad9_m.jpeg', 'description': 'Require an image with a face'}, 'target_url': {'type': 'string', 'title': 'Target Url', 'default': 'https://storage.ws.pho.to/s2/7e2131eaef5e5cbb0d2c9eef7e2f19343b5a1292.mp4', 'pattern': '^.*\\.mp4$', 'description': 'Require only .mp4 video file url'}}}}, {'name': 'Result', 'description': 'Make a POST request to capix/faceswap/result/', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'title': 'Request Id'}}}}, {'name': 'Forward_Geocoding', 'description': 'Obtain location(geographic coordinates) for address.', 'inputSchema': {'type': 'object', 'required': ['address'], 'properties': {'area': {'type': 'string', 'description': 'area parameter'}, 'bounds': {'type': 'string', 'description': 'The bounding box for results preference'}, 'region': {'type': 'string', 'description': 'region parameter'}, 'street': {'type': 'string', 'description': 'street parameter'}, 'address': {'type': 'string', 'description': 'The address that you want to geocode'}, 'country': {'type': 'string', 'description': 'The two-letter bias country code (ccTLD or ISO 3166-1) in which to return results'}, 'language': {'type': 'string', 'description': 'The two-letter language code in which to return results (ISO 639-1)'}, 'locality': {'type': 'string', 'description': 'locality parameter'}, 'postal_code': {'type': 'string', 'description': 'postal_code parameter'}}}}, {'name': 'Reverse_Geocoding', 'description': 'Obtain address for location.', 'inputSchema': {'type': 'object', 'required': ['location'], 'properties': {'language': {'type': 'string', 'description': 'The two-letter language code in which to return results (ISO 639-1)'}, 'location': {'type': 'string', 'description': 'The location for which you wish to obtain the human-readable address'}}}}, {'name': 'DNS_Checker_API', 'description': 'Make a POST request to magicapi/dnschecker/dnschecker', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'default': 'google.com'}}}}, {'name': 'Get_coder_output_URL', 'description': "This endpoint retrieves the URL of the coding assistant's response for a given request ID.\n", 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'Unique identifier for the request.'}}}}, {'name': 'Coding_Assistant', 'description': 'Coding Assistant. \n Make sure you call get coder output URL MCP tool to get the URL for the request id received from this API ', 'inputSchema': {'type': 'object', 'required': ['top_k', 'top_p', 'prompt', 'max_tokens', 'temperature', 'system_prompt', 'repeat_penalty', 'presence_penalty', 'frequency_penalty'], 'properties': {'top_k': {'type': 'integer', 'default': 250}, 'top_p': {'type': 'integer', 'default': 0.95}, 'prompt': {'type': 'string', 'default': 'Write a javascript function that calculates euclidean distance between two coordinates of any dimension'}, 'max_tokens': {'type': 'integer', 'default': 500}, 'temperature': {'type': 'integer', 'default': 0.95}, 'system_prompt': {'type': 'string'}, 'repeat_penalty': {'type': 'integer', 'default': 1.1}, 'presence_penalty': {'type': 'integer', 'default': 0}, 'frequency_penalty': {'type': 'integer', 'default': 0}}}}, {'name': 'A_fast_nsfw_detection_API', 'description': 'Make a POST request to bridgeml/nsfw!detection/nsfw_detection', 'inputSchema': {'type': 'object', 'required': ['image'], 'properties': {'image': {'type': 'string', 'default': 'https://blog.api.market/wp-content/uploads/2024/07/wonder_woman.png', 'description': 'The url for image that wants to be checked for nsfw'}}}}, {'name': 'getWhoisInfo', 'description': 'Make a GET request to magicapi/whois/whois/{domain}', 'inputSchema': {'type': 'object', 'required': ['domain'], 'properties': {'domain': {'type': 'string', 'description': 'Domain to query WHOIS information for'}}}}, {'name': 'Get_Unblurred_Image_URL', 'description': 'This endpoint retrieves the URL of the Unblurred image for a given request ID.\n', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'Unique identifier for the request.'}}}}, {'name': 'Deblurer', 'description': 'API for image deblurring. \n Make sure you call get deblurred image URL, MCP tool to get the URL for the request id received from this API', 'inputSchema': {'type': 'object', 'required': ['image', 'task_type'], 'properties': {'image': {'type': 'string', 'default': 'https://replicate.delivery/mgxm/e7a66188-34c6-483b-813f-be5c96a3952b/blurry-reds-0.jpg'}, 'task_type': {'type': 'string', 'default': 'Image Debluring (REDS)'}}}}, {'name': 'text-to-image', 'description': 'Make a POST request to bridgeml/text!to!image/text_to_image', 'inputSchema': {'type': 'object', 'required': ['prompt', 'height', 'width'], 'properties': {'width': {'type': 'integer', 'default': 1024, 'description': 'The width of the image'}, 'height': {'type': 'integer', 'default': 1024, 'description': 'The height of the image'}, 'prompt': {'type': 'string', 'default': 'Futuristic space battle, hyper realistic, 4k', 'description': 'The prompt for generating the image'}, 'scheduler': {'type': 'string', 'default': 'K_EULER', 'description': 'The scheduler to use'}, 'num_outputs': {'type': 'integer', 'default': 1, 'description': 'The number of outputs'}, 'guidance_scale': {'type': 'number', 'default': 0, 'description': 'The guidance scale'}, 'negative_prompt': {'type': 'string', 'default': 'worst quality, low quality', 'description': 'The negative prompt'}, 'num_inference_steps': {'type': 'integer', 'default': 4, 'description': 'The number of inference steps'}}}}, {'name': 'Get_ageing_gif_URL', 'description': 'This endpoint retrieves the URL of the ageing gif for a given request ID.\n', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'Unique identifier for the request.'}}}}, {'name': 'Period_changer', 'description': 'API for generating ageing gif using AI models. Make sure to call get ageing gif URL, with the result id received from this API', 'inputSchema': {'type': 'object', 'required': ['image', 'target_age'], 'properties': {'image': {'type': 'string', 'default': 'https://replicate.delivery/mgxm/806bea64-bb51-4c8a-bf4d-15602eb60fdd/1287.jpg'}, 'target_age': {'type': 'string', 'default': 'default'}}}}, {'name': 'Search_for_places_by_text', 'description': 'Search for places by text string', 'inputSchema': {'type': 'object', 'required': ['text'], 'properties': {'text': {'type': 'string', 'description': 'A text string on which to search'}, 'bounds': {'type': 'string', 'description': 'The bounding box for results preference. Format: south,west,north,east. Coordinates: decimal degrees.'}, 'language': {'type': 'string', 'description': 'The two-letter language code in which to return results (ISO 639-1)'}}}}, {'name': 'Search_for_nearby_places', 'description': 'Search for places around location within a specified radius.', 'inputSchema': {'type': 'object', 'required': ['location'], 'properties': {'type': {'type': 'string', 'description': 'The type of places that are returned'}, 'radius': {'type': 'integer', 'description': 'The distance (in meters) within which to return results. Max = 10000 m.'}, 'language': {'type': 'string', 'description': 'The two-letter language code in which to return results (ISO 639-1)'}, 'location': {'type': 'string', 'description': 'The latitude/longitude around which to retrieve places'}}}}, {'name': 'Get_hairstyled_image_URL', 'description': 'This endpoint retrieves the URL of the simulated hairstyle image for a given request ID.\n', 'inputSchema': {'type': 'object', 'required': ['request_id'], 'properties': {'request_id': {'type': 'string', 'description': 'Unique identifier for the request.'}}}}, {'name': 'Hair_style_simulator', 'description': 'API for simulating different hair styles using AI models. Make sure to call get hairstyled image after with the request id received from this API.', 'inputSchema': {'type': 'object', 'required': ['image', 'editing_type', 'color_description', 'hairstyle_description'], 'properties': {'image': {'type': 'string', 'default': 'https://replicate.delivery/mgxm/b8be17a7-abcb-4421-80f2-e6a1e3fe38c7/MarkZuckerberg.jpg'}, 'editing_type': {'type': 'string', 'default': 'both'}, 'color_description': {'type': 'string', 'default': 'blond'}, 'hairstyle_description': {'type': 'string', 'default': 'hi-top fade hairstyle'}}}}, {'name': 'BridgeML_API', 'description': 'Make a POST request to bridgeml/codellama/bridgeml/codellama', 'inputSchema': {'type': 'object', 'properties': {'top_p': {'type': 'number', 'example': 1, 'description': 'Top P sampling value'}, 'stream': {'type': 'boolean', 'example': False, 'description': 'Flag indicating if response should be streamed'}, 'messages': {'type': 'array', 'items': {'type': 'object', 'properties': {'role': {'enum': ['user', 'assistant'], 'type': 'string', 'description': 'Role of the message sender'}, 'content': {'type': 'string', 'description': 'Content of the message'}}}, 'example': [{'role': 'user', 'content': 'hello'}, {'role': 'assistant', 'content': ''}], 'description': 'List of messages'}, 'max_tokens': {'type': 'number', 'example': 256, 'description': 'Maximum number of tokens to generate'}, 'temperature': {'type': 'number', 'example': 1, 'description': 'Temperature for text generation'}, 'frequency_penalty': {'type': 'number', 'example': 0, 'description': 'Frequency penalty value'}}}}, {'name': 'Search_Videos', 'description': 'Retrieve video search results based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}, 'count': {'type': 'integer', 'description': 'Number of results to return'}, 'country': {'type': 'string', 'description': 'Country code'}, 'spellcheck': {'type': 'boolean', 'description': 'Enable spellcheck'}, 'search_lang': {'type': 'string', 'description': 'Search language'}}}}, {'name': 'Search_Web', 'description': 'Retrieve web search results based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}}}}, {'name': 'Search_Images', 'description': 'Retrieve image search results based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}, 'count': {'type': 'integer', 'description': 'Number of results to return'}, 'country': {'type': 'string', 'description': 'Country code'}, 'safesearch': {'type': 'string', 'description': 'Safe search filter'}, 'spellcheck': {'type': 'boolean', 'description': 'Enable spellcheck'}, 'search_lang': {'type': 'string', 'description': 'Search language'}}}}, {'name': 'Search_News', 'description': 'Retrieve news search results based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}, 'count': {'type': 'integer', 'description': 'Number of results to return'}, 'country': {'type': 'string', 'description': 'Country code'}, 'spellcheck': {'type': 'boolean', 'description': 'Enable spellcheck'}, 'search_lang': {'type': 'string', 'description': 'Search language'}}}}, {'name': 'Search_Suggestions', 'description': 'Retrieve search suggestions based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}, 'count': {'type': 'integer', 'description': 'Number of suggestions to return'}, 'country': {'type': 'string', 'description': 'Country code'}}}}, {'name': 'Spellcheck_Search', 'description': 'Retrieve spellcheck suggestions based on query parameters', 'inputSchema': {'type': 'object', 'required': ['q'], 'properties': {'q': {'type': 'string', 'description': 'Search query'}, 'country': {'type': 'string', 'description': 'Country code'}}}}, {'name': 'Check_domain_availability', 'description': 'Submit a domain name to check its availability.\n', 'inputSchema': {'type': 'object', 'properties': {'domain_name': {'type': 'string'}}}}, {'name': 'best_route_for_multiple_stops', 'description': 'Finding optimal route to visit several locations.', 'inputSchema': {'type': 'object', 'required': ['stops'], 'properties': {'stops': {'type': 'string', 'description': 'List of locations described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.'}, 'optimize': {'type': 'boolean', 'description': 'Instructs the API to reorder stops to find the optimized route. The route first stop and last stop order is not changed, their position is considered fixed.'}, 'avoid_tolls': {'type': 'boolean', 'description': 'Avoid tolls'}, 'avoid_ferries': {'type': 'boolean', 'description': 'Avoid ferries'}, 'avoid_highways': {'type': 'boolean', 'description': 'Avoid highways'}}}}, {'name': 'best_route_bw_start_and_stop', 'description': 'Finding optimal route from a origin to a destination, passing through multiple waypoints(optional).', 'inputSchema': {'type': 'object', 'required': ['origin', 'destination'], 'properties': {'origin': {'type': 'string', 'description': 'The location from which you wish to calculate directions.'}, 'waypoints': {'type': 'string', 'description': 'An array of intermediate locations to include along the route between the origin and destination points as pass through locations. Maximum: 23 per request.'}, 'start_time': {'type': 'string', 'description': "Time when travel is expected to start. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC or you can use 'now' to specify the current time."}, 'avoid_tolls': {'type': 'boolean', 'description': 'Avoid tolls'}, 'destination': {'type': 'string', 'description': 'The location to which you wish to calculate directions.'}, 'avoid_ferries': {'type': 'boolean', 'description': 'Avoid ferries'}, 'avoid_highways': {'type': 'boolean', 'description': 'Avoid highways'}}}}, {'name': 'Extract_information_from_a_URL', 'description': 'Make a POST request to pipfeed/parse/extract', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'example': 'https://techcrunch.com/2022/04/18/web-scraping-legal-court/'}}}}]
@wangtsiao/pulse-cn-mcp
Pulse CN MCP Server
Access real-time trending content from the Chinese internet. Connect your AI models to the latest data from popular social media platforms and news sites. Stay updated with what's trending in China effortlessly.
2025-03-30T16:42:24.320Z
43
https://smithery.ai/server/@wangtsiao/pulse-cn-mcp
true
null
{ "scanPassed": true }
[{'name': 'get-weibo-hotspots', 'description': '获取微博最新热搜榜单,返回包含排名、话题标题和热度值的实时数据。数据来源于微博官方,通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'get-realtime-horoscope', 'description': '获取今日、明日、本周、本月十二星座运势星座运势,返回包含运势内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'time': {'enum': ['today', 'nextday', 'week', 'month'], 'type': 'string', 'description': '运势时段'}, 'type': {'enum': ['aries', 'taurus', 'gemini', 'cancer', 'leo', 'virgo', 'libra', 'scorpio', 'sagittarius', 'capricorn', 'aquarius', 'pisces'], 'type': 'string', 'description': '星座名称(英文)'}}, 'additionalProperties': False}}, {'name': 'get-inspirational-english-sentence', 'description': '获取每日一句励志英语句子,返回包含句子实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'random': {'type': 'boolean', 'description': '是否随机获取一句英语句子'}}, 'additionalProperties': False}}, {'name': 'internet-hotspots-aggregator', 'description': '获取互联网热点聚合数据,返回包含热点内容的实时数据,包含微博热搜、今日头条、知乎日报、虎扑步行街、36氪、哔哩哔哩热榜,知乎、IT资讯、虎嗅网、人人都是产品经理热榜百度、抖音热点豆瓣小组精选。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': '每个分类显示的热点数量限制', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'today-headlines-hotspots', 'description': '获取今日头条热点热搜,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': '显示的热点数量限制', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'the-paper-news-hotspots', 'description': '获取澎湃新闻热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'limit': {'type': 'number', 'description': '显示的新闻数量限制', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'hupu-pedestrian-street-hotspots', 'description': '获取虎扑步行街实时热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'zhihu-realtime-hotspots', 'description': '获取知乎实时热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'zhihu-daily-hotspots', 'description': '获取知乎日报每日热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': '36-krypton-24-hour-hotspots', 'description': '获取36氪24小时热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'bilibili-daily-hotspots', 'description': '获取哔哩哔哩全站日榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'baidu-hotspots', 'description': '获取百度热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'douyin-hotspots', 'description': '获取抖音热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'douban-group-hotspots', 'description': '获取豆瓣小组精选热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'huxiu-hotspots', 'description': '获取虎嗅网热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'product-manager-hotspots', 'description': '获取人人都是产品经理热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'in-information-hotspots', 'description': '获取IT资讯热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'insect-hotspots', 'description': '获取虫族部落热搜榜单,返回包含热点内容的实时数据。通过API实时获取。', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@togethercomputer/mcp-server-tci
Together Code Interpreter MCP Server
Add the ability to execute/interpret code to your AI apps.
2025-04-30T20:36:15.382Z
3
https://smithery.ai/server/@togethercomputer/mcp-server-tci
true
https://spjawbfpwezjfmic…f5019d810af5.svg
{ "scanPassed": true }
[{'name': 'run-code', 'description': 'Run Python code in a secure environment', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'The code to run'}}, 'additionalProperties': False}}]
@leafeye/lunchmoney-mcp-server
Lunchmoney MCP Server
Interact with your Lunchmoney transactions and budgets through AI assistants.
2025-02-15T12:42:22.976Z
3
https://smithery.ai/server/@leafeye/lunchmoney-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'get-budget-summary', 'description': 'Get budget summary for a specific time period', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['start_date', 'end_date'], 'properties': {'end_date': {'type': 'string', 'description': 'End date (YYYY-MM-DD, should be end of month)'}, 'start_date': {'type': 'string', 'description': 'Start date (YYYY-MM-DD, should be start of month)'}}, 'additionalProperties': False}}, {'name': 'get-recent-transactions', 'description': 'Get recent transactions', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'days': {'type': 'number', 'default': 30, 'description': 'Number of days to look back'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of transactions to return'}}, 'additionalProperties': False}}, {'name': 'search-transactions', 'description': 'Search transactions by keyword', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['keyword'], 'properties': {'days': {'type': 'number', 'default': 90, 'description': 'Number of days to look back'}, 'limit': {'type': 'number', 'default': 10, 'description': 'Maximum number of transactions to return'}, 'keyword': {'type': 'string', 'description': 'Search term to look for'}}, 'additionalProperties': False}}, {'name': 'get-category-spending', 'description': 'Get spending in a category', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['category'], 'properties': {'days': {'type': 'number', 'default': 30, 'description': 'Number of days to look back'}, 'category': {'type': 'string', 'description': 'Category name'}}, 'additionalProperties': False}}]
@jobsonlook/xhs-mcp
小红书 MCP 服务 xiaohongshu
采用js逆向出x-s,x-t,直接请求http接口,无须笨重的playwright 搜索笔记 获取笔记内容 获取笔记的评论 发表评论 RedNote xiaohongshu
2025-04-28T04:28:22.617Z
3
https://smithery.ai/server/@jobsonlook/xhs-mcp
true
null
{ "scanPassed": true }
[{'name': 'check_cookie', 'description': '检测cookie是否失效\n\n ', 'inputSchema': {'type': 'object', 'title': 'check_cookieArguments', 'properties': {}}}, {'name': 'search_notes', 'description': '根据关键词搜索笔记\n\n Args:\n keywords: 搜索关键词\n ', 'inputSchema': {'type': 'object', 'title': 'search_notesArguments', 'required': ['keywords'], 'properties': {'keywords': {'type': 'string', 'title': 'Keywords'}}}}, {'name': 'get_note_content', 'description': '获取笔记内容\n\n Args:\n url: 笔记 URL\n ', 'inputSchema': {'type': 'object', 'title': 'get_note_contentArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'get_note_comments', 'description': '获取笔记评论\n\n Args:\n url: 笔记 URL\n\n ', 'inputSchema': {'type': 'object', 'title': 'get_note_commentsArguments', 'required': ['url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}}}}, {'name': 'post_comment', 'description': '发布评论到指定笔记\n\n Args:\n url: 笔记 URL\n comment: 要发布的评论内容\n ', 'inputSchema': {'type': 'object', 'title': 'post_commentArguments', 'required': ['comment', 'url'], 'properties': {'url': {'type': 'string', 'title': 'Url'}, 'comment': {'type': 'string', 'title': 'Comment'}}}}]
@Oliviergg/boring-news-mcp
Boring News
Fetch and summarize the latest news articles effortlessly. Stay updated with daily highlights and cultural insights tailored to your interests. Access a variety of articles by date, category, or tags with ease.
2025-04-05T21:26:55.600Z
3
https://smithery.ai/server/@Oliviergg/boring-news-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_articles_by_date', 'description': 'Get articles for a given date.\n Args:\n date: Target date in YYYY-MM-DD format (optional, defaults to today)\n category: Category to filter articles by (optional)\n tags: Comma-separated list of tags to filter articles by (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'get_articles_by_dateArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}, 'tags': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Tags', 'default': None}, 'category': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Category', 'default': None}}}}, {'name': 'get_articles_by_person', 'description': 'Get articles mentioning a specific person.\n Args:\n person: Name of the person\n ', 'inputSchema': {'type': 'object', 'title': 'get_articles_by_personArguments', 'required': ['person'], 'properties': {'person': {'type': 'string', 'title': 'Person'}}}}, {'name': 'get_similar_articles', 'description': 'Get articles similar to the provided text.\n Args:\n text: Text to find similar articles for\n ', 'inputSchema': {'type': 'object', 'title': 'get_similar_articlesArguments', 'required': ['text'], 'properties': {'text': {'type': 'string', 'title': 'Text'}}}}, {'name': 'get_article_groups', 'description': 'Get main articles groups for a specific date.\n article groups are groups of articles that are talking about the same subject.\n Args:\n date: Target date in YYYY-MM-DD format (optional, defaults to today)\n ', 'inputSchema': {'type': 'object', 'title': 'get_article_groupsArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}, {'name': 'get_categories', 'description': 'Get all categories and their article counts for a specific date.\n Args:\n date: Target date in YYYY-MM-DD format (optional, defaults to today)\n ', 'inputSchema': {'type': 'object', 'title': 'get_categoriesArguments', 'properties': {'date': {'anyOf': [{'type': 'string'}, {'type': 'null'}], 'title': 'Date', 'default': None}}}}]
@eliteamz/amazon-sp-mcp-server
Amazon Selling Partner API Integration Server
Manage your Amazon seller account effortlessly. Create reports, update prices, and get inventory summaries with seamless integration to the Amazon Selling Partner API. Streamline your operations and enhance your selling experience on Amazon.
2025-03-14T13:25:35.515Z
3
https://smithery.ai/server/@eliteamz/amazon-sp-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'amazon_sp_create_report', 'description': 'Create a new report in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_report', 'description': 'Get a report from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'reportId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'reportId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_ready_report', 'description': 'Get the contents of a report from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'report': {}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_update_price', 'description': 'Update the price of a product in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'sku', 'newPrice'], 'properties': {'sku': {'type': 'string'}, 'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'newPrice': {'type': 'number'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_create_subscription', 'description': 'Create a subscription for notifications in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_inventory_summaries', 'description': 'Get inventory summaries from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'skus'], 'properties': {'skus': {'type': 'array', 'items': {'type': 'string'}}, 'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_fees_estimate', 'description': 'Get fees estimate for a product from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'asin', 'price'], 'properties': {'asin': {'type': 'string'}, 'price': {'type': 'number'}, 'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_catalog_item', 'description': 'Get catalog item details from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'asin'], 'properties': {'asin': {'type': 'string'}, 'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_marketplace_participations', 'description': 'Get marketplace participations from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_search_listings_items', 'description': 'Search listings items in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'marketplaceIds'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'marketplaceIds': {'type': 'array', 'items': {'type': 'string'}}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_pricing', 'description': 'Get pricing information for ASINs from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'asin'], 'properties': {'asin': {'type': 'string'}, 'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_download_report', 'description': 'Download a report from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_check_report_status_and_download', 'description': 'Check report status and download when ready from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'reportId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'reportId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_create_destination', 'description': 'Create a notification destination in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_list_destinations', 'description': 'List notification destinations in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_delete_destination', 'description': 'Delete a notification destination in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'destinationId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'destinationId': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_delete_subscription', 'description': 'Delete a notification subscription in Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId', 'subscriptionId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'subscriptionId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_subscription', 'description': 'Get notification subscription details from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_list_catalog_items', 'description': 'List catalog items from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}, {'name': 'amazon_sp_get_listing_offers', 'description': 'Get listing offers from Amazon Selling Partner API', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['clientId', 'clientSecret', 'refreshToken', 'sellingPartnerId'], 'properties': {'region': {'enum': ['na', 'eu', 'fe'], 'type': 'string'}, 'clientId': {'type': 'string'}, 'clientSecret': {'type': 'string'}, 'refreshToken': {'type': 'string'}, 'marketplaceId': {'type': 'string'}, 'sellingPartnerId': {'type': 'string'}}, 'additionalProperties': False}}]
@ymgeva/kanka-mcp
Kanka API Server
Manage your Kanka worldbuilding projects through AI assistants by listing, retrieving, creating, updating, and deleting campaigns, characters, locations, posts, notes, and journals. Seamlessly handle HTML content and privacy settings for your entities. Enhance your creative workflow by integrating Kanka API capabilities directly into your MCP environment.
2025-04-29T15:12:59.081Z
3
https://smithery.ai/server/@ymgeva/kanka-mcp
true
null
{ "scanPassed": true }
[{'name': 'show_campaigns', 'description': 'List all campaigns the user has access to.\n You may need to run this tool before running other tools to get the campaign ID.', 'inputSchema': {'type': 'object', 'title': 'show_campaignsArguments', 'properties': {}}}, {'name': 'list_characters', 'description': 'List all characters in a campaign.', 'inputSchema': {'type': 'object', 'title': 'list_charactersArguments', 'required': ['campaign_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'get_character', 'description': 'Get a single character by ID.', 'inputSchema': {'type': 'object', 'title': 'get_characterArguments', 'required': ['campaign_id', 'character_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'character_id': {'type': 'integer', 'title': 'Character Id'}}}}, {'name': 'create_character', 'description': "Create a new character in a campaign.\n Fields:\n campaign_id: The ID of the campaign to add the character to\n name: The name of the character (required)\n title: The character's title (optional)\n type: The type or class of the character (optional)\n age: The age of the character (optional)\n sex: The sex/gender of the character (optional)\n pronouns: The pronouns of the character (optional)\n race_id: The ID of the race entity (optional)\n family_id: The ID of the family entity (optional)\n is_dead: Whether the character is dead (optional)\n image: URL or path to the character's image (optional)\n tags: Comma-separated list of tags (optional)\n entry: The character's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n is_private: If the character is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'create_characterArguments', 'required': ['campaign_id', 'name'], 'properties': {'age': {'type': 'string', 'title': 'Age', 'default': None}, 'sex': {'type': 'string', 'title': 'Sex', 'default': None}, 'name': {'type': 'string', 'title': 'Name'}, 'tags': {'type': 'string', 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'image': {'type': 'string', 'title': 'Image', 'default': None}, 'title': {'type': 'string', 'title': 'Title', 'default': None}, 'is_dead': {'type': 'boolean', 'title': 'Is Dead', 'default': None}, 'race_id': {'type': 'integer', 'title': 'Race Id', 'default': None}, 'pronouns': {'type': 'string', 'title': 'Pronouns', 'default': None}, 'family_id': {'type': 'integer', 'title': 'Family Id', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'update_character', 'description': "Update an existing character.\n Fields:\n campaign_id: The ID of the campaign\n character_id: The ID of the character to update\n name: The name of the character (optional)\n title: The character's title (optional)\n type: The type or class of the character (optional)\n age: The age of the character (optional)\n sex: The sex/gender of the character (optional)\n pronouns: The pronouns of the character (optional)\n race_id: The ID of the race entity (optional)\n family_id: The ID of the family entity (optional)\n is_dead: Whether the character is dead (optional)\n image: URL or path to the character's image (optional)\n tags: Comma-separated list of tags (optional)\n entry: The character's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n is_private: If the character is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'update_characterArguments', 'required': ['campaign_id', 'character_id'], 'properties': {'age': {'type': 'string', 'title': 'Age', 'default': None}, 'sex': {'type': 'string', 'title': 'Sex', 'default': None}, 'name': {'type': 'string', 'title': 'Name', 'default': None}, 'tags': {'type': 'string', 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'image': {'type': 'string', 'title': 'Image', 'default': None}, 'title': {'type': 'string', 'title': 'Title', 'default': None}, 'is_dead': {'type': 'boolean', 'title': 'Is Dead', 'default': None}, 'race_id': {'type': 'integer', 'title': 'Race Id', 'default': None}, 'pronouns': {'type': 'string', 'title': 'Pronouns', 'default': None}, 'family_id': {'type': 'integer', 'title': 'Family Id', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'character_id': {'type': 'integer', 'title': 'Character Id'}}}}, {'name': 'delete_character', 'description': 'Delete a character by ID.', 'inputSchema': {'type': 'object', 'title': 'delete_characterArguments', 'required': ['campaign_id', 'character_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'character_id': {'type': 'integer', 'title': 'Character Id'}}}}, {'name': 'list_locations', 'description': 'List all locations in a campaign.', 'inputSchema': {'type': 'object', 'title': 'list_locationsArguments', 'required': ['campaign_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'get_location', 'description': 'Get a single location by ID.', 'inputSchema': {'type': 'object', 'title': 'get_locationArguments', 'required': ['campaign_id', 'location_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'create_location', 'description': "Create a new location in a campaign.\n Fields:\n campaign_id: The ID of the campaign to add the location to\n name: The name of the location (required)\n entry: The location's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: Type of location (optional)\n location_id: The parent location id (optional)\n tags: Array of tag ids (optional)\n is_destroyed: If the location is destroyed (optional)\n is_private: If the location is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'create_locationArguments', 'required': ['campaign_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'location_id': {'type': 'integer', 'title': 'Location Id', 'default': None}, 'is_destroyed': {'type': 'boolean', 'title': 'Is Destroyed', 'default': None}}}}, {'name': 'update_location', 'description': "Update an existing location.\n Fields:\n campaign_id: The ID of the campaign\n location_id: The ID of the location to update\n name: The name of the location (optional)\n entry: The location's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: Type of location (optional)\n new_parent_location_id: The parent location id (optional)\n tags: Array of tag ids (optional)\n is_destroyed: If the location is destroyed (optional)\n is_private: If the location is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'update_locationArguments', 'required': ['campaign_id', 'location_id'], 'properties': {'name': {'type': 'string', 'title': 'Name', 'default': None}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}, 'is_destroyed': {'type': 'boolean', 'title': 'Is Destroyed', 'default': None}, 'parent_location_id': {'type': 'integer', 'title': 'Parent Location Id', 'default': None}, 'new_parent_location_id': {'type': 'integer', 'title': 'New Parent Location Id', 'default': None}}}}, {'name': 'delete_location', 'description': 'Delete a location by ID.', 'inputSchema': {'type': 'object', 'title': 'delete_locationArguments', 'required': ['campaign_id', 'location_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'location_id': {'type': 'integer', 'title': 'Location Id'}}}}, {'name': 'list_posts', 'description': 'List all posts for a given entity in a campaign. Note: entity_id is the ID of the entity, not the post object ID.', 'inputSchema': {'type': 'object', 'title': 'list_postsArguments', 'required': ['campaign_id', 'entity_id'], 'properties': {'entity_id': {'type': 'integer', 'title': 'Entity Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'get_post', 'description': 'Get a single post by ID for a given entity. Note: entity_id is the ID of the entity, not the post object ID.', 'inputSchema': {'type': 'object', 'title': 'get_postArguments', 'required': ['campaign_id', 'entity_id', 'post_id'], 'properties': {'post_id': {'type': 'integer', 'title': 'Post Id'}, 'entity_id': {'type': 'integer', 'title': 'Entity Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'create_post', 'description': "Create a new post for an entity in a campaign.\n Fields:\n campaign_id: The ID of the campaign\n entity_id: The ID of the entity this post belongs to (Required)\n name: The name/title of the post (required)\n entry: The post content (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n position: The position/order of the post for ordering pinned posts (optional)\n visibility_id: The visibility: 1 for all, 2 self, 3 admin, 4 self-admin or 5 members (optional)\n is_pinned: Whether the post is pinned (optional)\n settings: Settings object. E.g. {'collapsed': 1} if pinned post should be collapsed on load (optional)\n tags: Array of tag ids (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'create_postArguments', 'required': ['campaign_id', 'entity_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'position': {'type': 'integer', 'title': 'Position', 'default': None}, 'settings': {'type': 'object', 'title': 'Settings', 'default': None, 'additionalProperties': True}, 'entity_id': {'type': 'integer', 'title': 'Entity Id'}, 'is_pinned': {'type': 'boolean', 'title': 'Is Pinned', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'visibility_id': {'type': 'integer', 'title': 'Visibility Id', 'default': None}}}}, {'name': 'update_post', 'description': "Update a post for an entity in a campaign.\n Fields:\n campaign_id: The ID of the campaign\n entity_id: The ID of the entity this post belongs to\n post_id: The ID of the post to update\n name: The name/title of the post (optional)\n entry: The post content (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n position: The position/order of the post for ordering pinned posts (optional)\n visibility_id: The visibility: 1 for all, 2 self, 3 admin, 4 self-admin or 5 members (optional)\n is_pinned: Whether the post is pinned (optional)\n settings: Settings object. E.g. {'collapsed': 1} if pinned post should be collapsed on load (optional)\n tags: Array of tag ids (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'update_postArguments', 'required': ['campaign_id', 'entity_id', 'post_id'], 'properties': {'name': {'type': 'string', 'title': 'Name', 'default': None}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'post_id': {'type': 'integer', 'title': 'Post Id'}, 'position': {'type': 'integer', 'title': 'Position', 'default': None}, 'settings': {'type': 'object', 'title': 'Settings', 'default': None, 'additionalProperties': True}, 'entity_id': {'type': 'integer', 'title': 'Entity Id'}, 'is_pinned': {'type': 'boolean', 'title': 'Is Pinned', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'visibility_id': {'type': 'integer', 'title': 'Visibility Id', 'default': None}}}}, {'name': 'delete_post', 'description': 'Delete a post by ID for a given entity. Note: entity_id is the ID of the entity, not the post object ID.', 'inputSchema': {'type': 'object', 'title': 'delete_postArguments', 'required': ['campaign_id', 'entity_id', 'post_id'], 'properties': {'post_id': {'type': 'integer', 'title': 'Post Id'}, 'entity_id': {'type': 'integer', 'title': 'Entity Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'list_notes', 'description': 'List all notes in a campaign.', 'inputSchema': {'type': 'object', 'title': 'list_notesArguments', 'required': ['campaign_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'get_note', 'description': 'Get a single note by ID.', 'inputSchema': {'type': 'object', 'title': 'get_noteArguments', 'required': ['campaign_id', 'note_id'], 'properties': {'note_id': {'type': 'integer', 'title': 'Note Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'create_note', 'description': "Create a new note in a campaign.\n Fields:\n campaign_id: The ID of the campaign to add the note to\n name: The name of the note (required)\n entry: The note's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: The note's type (optional)\n note_id: The parent note id (optional)\n tags: Array of tag ids (optional)\n entity_image_uuid: Gallery image UUID for the entity image (optional)\n entity_header_uuid: Gallery image UUID for the entity header (limited to premium campaigns) (optional)\n is_private: If the note is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'create_noteArguments', 'required': ['campaign_id', 'name'], 'properties': {'name': {'type': 'string', 'title': 'Name'}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'note_id': {'type': 'integer', 'title': 'Note Id', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'entity_image_uuid': {'type': 'string', 'title': 'Entity Image Uuid', 'default': None}, 'entity_header_uuid': {'type': 'string', 'title': 'Entity Header Uuid', 'default': None}}}}, {'name': 'update_note', 'description': "Update an existing note.\n Fields:\n campaign_id: The ID of the campaign\n note_id: The ID of the note to update\n name: The name of the note (optional)\n entry: The note's entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: The note's type (optional)\n parent_note_id: The parent note id (optional)\n tags: Array of tag ids (optional)\n entity_image_uuid: Gallery image UUID for the entity image (optional)\n entity_header_uuid: Gallery image UUID for the entity header (limited to premium campaigns) (optional)\n is_private: If the note is only visible to admin members (optional)\n ", 'inputSchema': {'type': 'object', 'title': 'update_noteArguments', 'required': ['campaign_id', 'note_id'], 'properties': {'name': {'type': 'string', 'title': 'Name', 'default': None}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'note_id': {'type': 'integer', 'title': 'Note Id'}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'parent_note_id': {'type': 'integer', 'title': 'Parent Note Id', 'default': None}, 'entity_image_uuid': {'type': 'string', 'title': 'Entity Image Uuid', 'default': None}, 'entity_header_uuid': {'type': 'string', 'title': 'Entity Header Uuid', 'default': None}}}}, {'name': 'delete_note', 'description': 'Delete a note by ID.', 'inputSchema': {'type': 'object', 'title': 'delete_noteArguments', 'required': ['campaign_id', 'note_id'], 'properties': {'note_id': {'type': 'integer', 'title': 'Note Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'list_journals', 'description': 'List all journals in a campaign.', 'inputSchema': {'type': 'object', 'title': 'list_journalsArguments', 'required': ['campaign_id'], 'properties': {'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'get_journal', 'description': 'Get a single journal by ID.', 'inputSchema': {'type': 'object', 'title': 'get_journalArguments', 'required': ['campaign_id', 'journal_id'], 'properties': {'journal_id': {'type': 'integer', 'title': 'Journal Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}, {'name': 'create_journal', 'description': 'Create a new journal in a campaign.\n Fields:\n campaign_id: The ID of the campaign to add the journal to\n name: The name of the journal (required)\n entry: The journal\'s entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: The journal\'s type (optional)\n date: The date of the session (optional)\n journal_id: The ID of the journal\'s parent journal (optional)\n author_id: The "author" of the journal (entity id) (optional)\n tags: Array of tag ids (optional)\n entity_image_uuid: Gallery image UUID for the entity image (optional)\n entity_header_uuid: Gallery image UUID for the entity header (premium campaigns) (optional)\n is_private: If the journal is only visible to admin members (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'create_journalArguments', 'required': ['campaign_id', 'name'], 'properties': {'date': {'type': 'string', 'title': 'Date', 'default': None}, 'name': {'type': 'string', 'title': 'Name'}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'author_id': {'type': 'integer', 'title': 'Author Id', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'journal_id': {'type': 'integer', 'title': 'Journal Id', 'default': None}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'entity_image_uuid': {'type': 'string', 'title': 'Entity Image Uuid', 'default': None}, 'entity_header_uuid': {'type': 'string', 'title': 'Entity Header Uuid', 'default': None}}}}, {'name': 'update_journal', 'description': 'Update an existing journal.\n Fields:\n campaign_id: The ID of the campaign\n journal_id: The ID of the journal to update\n name: The name of the journal (optional)\n entry: The journal\'s entry/description (optional, must be HTML. If not HTML, it will be wrapped in <p> tags.)\n type: The journal\'s type (optional)\n date: The date of the session (optional)\n parent_journal_id: The ID of the journal\'s parent journal (optional)\n author_id: The "author" of the journal (entity id) (optional)\n tags: Array of tag ids (optional)\n entity_image_uuid: Gallery image UUID for the entity image (optional)\n entity_header_uuid: Gallery image UUID for the entity header (premium campaigns) (optional)\n is_private: If the journal is only visible to admin members (optional)\n ', 'inputSchema': {'type': 'object', 'title': 'update_journalArguments', 'required': ['campaign_id', 'journal_id'], 'properties': {'date': {'type': 'string', 'title': 'Date', 'default': None}, 'name': {'type': 'string', 'title': 'Name', 'default': None}, 'tags': {'type': 'array', 'items': {}, 'title': 'Tags', 'default': None}, 'type': {'type': 'string', 'title': 'Type', 'default': None}, 'entry': {'type': 'string', 'title': 'Entry', 'default': None}, 'author_id': {'type': 'integer', 'title': 'Author Id', 'default': None}, 'is_private': {'type': 'boolean', 'title': 'Is Private', 'default': None}, 'journal_id': {'type': 'integer', 'title': 'Journal Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}, 'entity_image_uuid': {'type': 'string', 'title': 'Entity Image Uuid', 'default': None}, 'parent_journal_id': {'type': 'integer', 'title': 'Parent Journal Id', 'default': None}, 'entity_header_uuid': {'type': 'string', 'title': 'Entity Header Uuid', 'default': None}}}}, {'name': 'delete_journal', 'description': 'Delete a journal by ID.', 'inputSchema': {'type': 'object', 'title': 'delete_journalArguments', 'required': ['campaign_id', 'journal_id'], 'properties': {'journal_id': {'type': 'integer', 'title': 'Journal Id'}, 'campaign_id': {'type': 'integer', 'title': 'Campaign Id'}}}}]
@smithery-ai/toolbox-dev
Toolbox (Preview)
Enable seamless integration of LLM applications with external tools and resources through a flexible MCP server. Facilitate dynamic access to data, actions, and prompt templates to enhance AI-driven workflows. Simplify the orchestration of complex tasks by providing a standardized interface for tool and resource management.
2025-04-27T20:31:42.779Z
3
https://smithery.ai/server/@smithery-ai/toolbox-dev
true
null
{ "scanPassed": true }
[{'name': 'search_servers', 'description': 'Search for Model Context Protocol (MCP) servers in the Smithery MCP registry. MCPs are tools that allow you to interact with other services to perform tasks. This tool allows you to find MCP servers by name, description, or other attributes. Each server on the registry comes with a set of available tools, which can be used once added.', 'inputSchema': {'type': 'object', 'required': ['query'], 'properties': {'n': {'type': 'number', 'description': 'Number of results to return (default: 10)'}, 'query': {'type': 'string', 'description': 'Performs a search over the MCP registry. Keep your searches short and concise aiming for effective use of keywords related to the goals that your user intends to achieve.\n\nSpecific Filters:\nOwner Filter: Use owner:username to filter by repository owner (e.g., owner:smithery-ai)\nRepository Filter: Use repo:repository-name to filter by repository name (e.g., repo:fetch)\nServer Filters: Use is:verified for verified servers\n'}}}}, {'name': 'use_tool', 'description': 'Execute a specific tool call on an MCP server. You must add the server first before invoking the tool calls on the server.', 'inputSchema': {'type': 'object', 'required': ['qualifiedName', 'parameters'], 'properties': {'parameters': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the tool to call'}, 'arguments': {'type': 'object', 'description': 'The arguments to pass to the tool', 'additionalProperties': True}}}, 'qualifiedName': {'type': 'string', 'description': 'The qualified name of the server to use'}}}}, {'name': 'add_server', 'description': 'Adds a server to your toolbox. Once added, the tools available from this server will be returned to you and available for you to call. When you run into errors adding a server, do not keep adding additional tools. Ask the user for what to do next.', 'inputSchema': {'type': 'object', 'required': ['qualifiedName'], 'properties': {'qualifiedName': {'type': 'string', 'description': 'The qualified name of the server to add'}}}}, {'name': 'remove_server', 'description': 'Removes a server and all its tools from the toolbox. The server and its tools will no longer be available for use until they are added again.', 'inputSchema': {'type': 'object', 'required': ['qualifiedName'], 'properties': {'qualifiedName': {'type': 'string', 'description': 'The qualified name of the server to remove'}}}}]
@junmer/mcp-server-lottiefiles
LottieFiles Server
Search and retrieve Lottie animations effortlessly. Access detailed information about specific animations and discover popular animations with ease. Enhance your projects with dynamic animations from LottieFiles.
2025-03-21T21:00:39.883Z
3
https://smithery.ai/server/@junmer/mcp-server-lottiefiles
true
null
null
[{'name': 'search_animations', 'description': 'Search for Lottie animations by keywords, tags, and other criteria. Supports pagination.', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1, 'description': 'Page number, starting from 1'}, 'limit': {'type': 'integer', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Number of items per page'}, 'query': {'type': 'string', 'description': 'Search keywords that match animation names, descriptions, tags, etc.'}}}}, {'name': 'get_animation_details', 'description': 'Get detailed information about a specific Lottie animation, including animation data, preview images, and tags.', 'inputSchema': {'type': 'object', 'required': ['id'], 'properties': {'id': {'type': 'string', 'description': 'Unique identifier of the animation'}}}}, {'name': 'get_popular_animations', 'description': 'Get a list of currently popular Lottie animations.', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'default': 1, 'minimum': 1, 'description': 'Page number, starting from 1'}, 'limit': {'type': 'integer', 'default': 20, 'maximum': 100, 'minimum': 1, 'description': 'Number of items per page'}}}}]
@gourav221b/Github-PR-MCP-server
GitHub Pull Request Data Provider
Analyze GitHub Pull Requests efficiently. Integrate with your applications to retrieve and manipulate PR data seamlessly using the Model Context Protocol.
2025-03-22T10:00:27.299Z
2
https://smithery.ai/server/@gourav221b/Github-PR-MCP-server
true
null
null
[{'name': 'get-pull-request-data', 'description': 'Get detailed information about a GitHub Pull Request including files, diff, comments, and reviews', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['owner', 'repo', 'pullNumber'], 'properties': {'repo': {'type': 'string', 'description': 'GitHub repository name'}, 'owner': {'type': 'string', 'description': 'GitHub repository owner'}, 'token': {'type': 'string', 'description': 'GitHub personal access token (optional)'}, 'pullNumber': {'type': 'number', 'description': 'Pull request number'}}, 'additionalProperties': False}}]
@jlucaso1/whatsapp-mcp-ts
WhatsApp MCP Server
Connect your personal WhatsApp account to an AI agent, enabling seamless interaction with your messages and contacts. Search, send messages, and manage chats directly through your AI interface, all while keeping your data secure and local.
2025-04-01T00:00:58.217Z
2
https://smithery.ai/server/@jlucaso1/whatsapp-mcp-ts
true
null
{ "scanPassed": true }
[{'name': 'search_contacts', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'query': {'type': 'string', 'minLength': 1, 'description': 'Search term for contact name or phone number part of JID'}}, 'additionalProperties': False}}, {'name': 'list_messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chat_jid'], 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 20, 'description': 'Max messages per page (default 20)', 'exclusiveMinimum': 0}, 'chat_jid': {'type': 'string', 'description': "The JID of the chat (e.g., '[email protected]' or '[email protected]')"}}, 'additionalProperties': False}}, {'name': 'list_chats', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 20, 'description': 'Max chats per page (default 20)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'description': 'Optional filter by chat name or JID'}, 'sort_by': {'enum': ['last_active', 'name'], 'type': 'string', 'default': 'last_active', 'description': "Sort order: 'last_active' (default) or 'name'"}, 'include_last_message': {'type': 'boolean', 'default': True, 'description': 'Include last message details (default true)'}}, 'additionalProperties': False}}, {'name': 'get_chat', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['chat_jid'], 'properties': {'chat_jid': {'type': 'string', 'description': 'The JID of the chat to retrieve'}, 'include_last_message': {'type': 'boolean', 'default': True, 'description': 'Include last message details (default true)'}}, 'additionalProperties': False}}, {'name': 'get_message_context', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['message_id'], 'properties': {'after': {'type': 'integer', 'default': 5, 'minimum': 0, 'description': 'Number of messages after (default 5)'}, 'before': {'type': 'integer', 'default': 5, 'minimum': 0, 'description': 'Number of messages before (default 5)'}, 'message_id': {'type': 'string', 'description': 'The ID of the target message to get context around'}}, 'additionalProperties': False}}, {'name': 'send_message', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['recipient', 'message'], 'properties': {'message': {'type': 'string', 'minLength': 1, 'description': 'The text message to send'}, 'recipient': {'type': 'string', 'description': "Recipient JID (user or group, e.g., '[email protected]' or '[email protected]')"}}, 'additionalProperties': False}}, {'name': 'search_messages', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'default': 0, 'minimum': 0, 'description': 'Page number (0-indexed, default 0)'}, 'limit': {'type': 'integer', 'default': 10, 'description': 'Max messages per page (default 10)', 'exclusiveMinimum': 0}, 'query': {'type': 'string', 'minLength': 1, 'description': 'The text content to search for within messages'}, 'chat_jid': {'type': 'string', 'description': "Optional: The JID of a specific chat to search within (e.g., '123...net' or '[email protected]'). If omitted, searches all chats."}}, 'additionalProperties': False}}]
@batprem/set-mcp
SET-MCP
Retrieve comprehensive financial statements for SET-listed companies with ease. Access income statements, balance sheets, and cash flow statements through a simple command-line interface or programmatically in Python. Enhance your AI agents' financial data capabilities effortlessly.
2025-04-14T16:10:38.614Z
2
https://smithery.ai/server/@batprem/set-mcp
true
null
{ "scanPassed": true }
[{'name': 'get_financial_statement', 'description': 'Get the balance sheet of stock in The Securities Exchange of Thailand (SET).\n\n Args:\n symbol (str): Stock symbol in The Securities Exchange of Thailand (SET).\n from_year (int): The start YEAR of the financial statement for example 2024.\n to_year (int): The end YEAR of the financial statement for example 2024.\n\n Returns:\n str: The constructed financial statement.\n Include Income Statement, Balance Sheet, and Cash Flow Statement in CSV format with | as the delimiter.\n ', 'inputSchema': {'type': 'object', 'title': 'get_financial_statementArguments', 'required': ['symbol', 'from_year', 'to_year'], 'properties': {'symbol': {'type': 'string', 'title': 'Symbol'}, 'to_year': {'type': 'integer', 'title': 'To Year'}, 'from_year': {'type': 'integer', 'title': 'From Year'}}}}]
@kohasummons/paystack-mcp
Paystack
The Paystack Model Context Protocol (MCP) server allows AI agents to interact with Paystack through standardized MCP clients via tool calling. This protocol supports various tools to interact with different Paystack services.
2025-04-27T14:45:50.640Z
2
https://smithery.ai/server/@kohasummons/paystack-mcp
true
https://spjawbfpwezjfmic…a7b3d237b4bb.png
{ "scanPassed": true }
[{'name': 'create_product', 'description': 'Create a new product on your Paystack integration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['name', 'description', 'price', 'currency'], 'properties': {'name': {'type': 'string', 'minLength': 1, 'description': 'The name of the product'}, 'price': {'type': 'integer', 'description': 'The price of the product. Price should be in the subunit of the supported currency', 'exclusiveMinimum': 0}, 'currency': {'type': 'string', 'minLength': 1, 'description': 'The currency of the product'}, 'quantity': {'type': 'integer', 'minimum': 0, 'description': 'Number of products in stock. This is required if unlimited is false.'}, 'unlimited': {'type': 'boolean', 'description': 'Whether the product has an unlimited quantity. Set to true if the product has unlimited stock. Leave as false if the product has limited stock'}, 'description': {'type': 'string', 'minLength': 1, 'description': 'The description of the product'}}, 'additionalProperties': False}}, {'name': 'list_products', 'description': 'List products available on your Paystack integration with pagination support', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {'to': {'type': 'string', 'format': 'date-time', 'description': 'A timestamp at which to stop listing product e.g. 2016-09-24T00:00:05.000Z'}, 'from': {'type': 'string', 'format': 'date-time', 'description': 'A timestamp from which to start listing product e.g. 2016-09-24T00:00:05.000Z'}, 'page': {'type': 'integer', 'description': 'The page number to retrieve. Default is 1', 'exclusiveMinimum': 0}, 'perPage': {'type': 'integer', 'description': 'Number of records to retrieve per page. If not specified we use a default value of 50', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get_product', 'description': 'Get details of a specific product by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': ['string', 'number'], 'description': 'The id of the product to retrieve'}}, 'additionalProperties': False}}, {'name': 'update_product', 'description': 'Update an existing product by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': ['string', 'number'], 'description': 'The id of the product to update'}, 'name': {'type': 'string', 'description': 'The name of the product'}, 'price': {'type': 'integer', 'description': 'The price of the product. Price should be in the subunit of the supported currency', 'exclusiveMinimum': 0}, 'currency': {'type': 'string', 'description': 'The currency of the product'}, 'quantity': {'type': 'integer', 'minimum': 0, 'description': 'Number of products in stock. This is required if unlimited is false.'}, 'unlimited': {'type': 'boolean', 'description': 'Whether the product has an unlimited quantity. Set to true if the product has unlimited stock. Leave as false if the product has limited stock'}, 'description': {'type': 'string', 'description': 'The description of the product'}}, 'additionalProperties': False}}, {'name': 'create_customer', 'description': 'Create a new customer in Paystack', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email'], 'properties': {'email': {'type': 'string', 'description': "Customer's email address"}, 'phone': {'type': 'string', 'description': "Customer's phone number"}, 'metadata': {'type': 'object', 'description': 'Additional structured data for the customer', 'additionalProperties': {}}, 'last_name': {'type': 'string', 'description': "Customer's last name"}, 'first_name': {'type': 'string', 'description': "Customer's first name"}}, 'additionalProperties': False}}, {'name': 'list_customers', 'description': 'List customers available on your Paystack integration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['perPage', 'page'], 'properties': {'to': {'type': 'string', 'description': 'A timestamp at which to stop listing customers e.g. 2016-09-24T00:00:05.000Z'}, 'from': {'type': 'string', 'description': 'A timestamp from which to start listing customers e.g. 2016-09-24T00:00:05.000Z'}, 'page': {'type': 'number', 'description': 'Page number to retrieve (default: 1)', 'exclusiveMinimum': 0}, 'perPage': {'type': 'number', 'description': 'Number of records per page (default: 50)', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'get_customer', 'description': 'Get details of a specific customer by email or code', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email_or_code'], 'properties': {'email_or_code': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'update_customer', 'description': "Update a customer's details", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code', 'first_name', 'last_name'], 'properties': {'code': {'type': 'string', 'minLength': 1}, 'phone': {'type': 'string', 'description': "Customer's phone number"}, 'metadata': {'type': 'object', 'description': 'A set of key/value pairs that you can attach to the customer. It can be used to store additional information in a structured format.', 'additionalProperties': {}}, 'last_name': {'type': 'string', 'description': "Customer's last name"}, 'first_name': {'type': 'string', 'description': "Customer's first name"}}, 'additionalProperties': False}}, {'name': 'validate_customer', 'description': "Validate a customer's identity with bank account", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['code', 'country', 'type', 'account_number', 'bvn', 'bank_code', 'first_name', 'last_name'], 'properties': {'bvn': {'type': 'string', 'minLength': 1}, 'code': {'type': 'string', 'minLength': 1}, 'type': {'enum': ['bank_account'], 'type': 'string', 'description': 'Predefined types of identification. Only bank_account is supported at the moment'}, 'country': {'type': 'string', 'maxLength': 2, 'minLength': 2}, 'bank_code': {'type': 'string', 'minLength': 1}, 'last_name': {'type': 'string', 'description': "Customer's last name"}, 'first_name': {'type': 'string', 'description': "Customer's first name"}, 'middle_name': {'type': 'string', 'description': "Customer's middle name"}, 'account_number': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'set_customer_risk_action', 'description': 'Whitelist or blacklist a customer', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['customer', 'risk_action'], 'properties': {'customer': {'type': 'string', 'minLength': 1}, 'risk_action': {'enum': ['default', 'allow', 'deny'], 'type': 'string', 'description': 'One of the possible risk actions [ default, allow, deny ]. allow to whitelist. deny to blacklist. Customers start with a default risk action.'}}, 'additionalProperties': False}}, {'name': 'deactivate_authorization', 'description': 'Deactivate a payment authorization when a card needs to be forgotten', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['authorization_code'], 'properties': {'authorization_code': {'type': 'string', 'minLength': 1}}, 'additionalProperties': False}}, {'name': 'initialize_transaction', 'description': 'Initialize a transaction to accept payment on Paystack', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email', 'amount', 'reference'], 'properties': {'plan': {'type': 'string', 'description': 'If transaction is to create a subscription to a predefined plan, provide plan code here.'}, 'email': {'type': 'string', 'format': 'email', 'description': "Customer's email address"}, 'amount': {'type': 'integer', 'description': 'The amount to charge in the subunit of the supported currency', 'exclusiveMinimum': 0}, 'bearer': {'type': 'string', 'description': 'Who bears Paystack charges? account or subaccount (defaults to account).'}, 'channels': {'type': 'array', 'items': {'type': 'string'}, 'description': 'An array of payment channels to control what channels you want to make available to the user to make a payment with. Available channels include: ["card", "bank", "apple_pay", "ussd", "qr", "mobile_money", "bank_transfer", "eft"]'}, 'currency': {'type': 'string', 'description': 'The currency to charge in. Default is your integration currency.'}, 'metadata': {'type': 'object', 'description': 'Additional information to store with the transaction.', 'additionalProperties': {}}, 'reference': {'type': 'string', 'description': 'Unique transaction reference. Only -, ., = and alphanumeric characters allowed. If not provided, a unique reference will be generated.'}, 'split_code': {'type': 'string', 'description': 'The split code of the transaction split.'}, 'subaccount': {'type': 'string', 'description': 'The code for the subaccount that owns the payment. e.g. ACCT_8f4s1eq7ml6rlzj'}, 'callback_url': {'type': 'string', 'format': 'uri', 'description': 'URL to redirect to after payment. Only required for inline payment methods.'}, 'transaction_charge': {'type': 'number', 'description': 'A flat fee to charge the subaccount for this transaction (in the subunit of the supported currency).'}}, 'additionalProperties': False}}, {'name': 'verify_transaction', 'description': "Verify a transaction's status using the transaction reference", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['reference'], 'properties': {'reference': {'type': 'string', 'minLength': 1, 'description': 'The transaction reference to verify'}}, 'additionalProperties': False}}, {'name': 'fetch_transaction', 'description': 'Get details of a transaction by ID', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['id'], 'properties': {'id': {'type': 'integer', 'description': 'The ID of the transaction to fetch', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'list_transactions', 'description': 'List transactions with pagination and filtering options', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['perPage', 'page'], 'properties': {'to': {'type': 'string', 'description': 'Filter transactions to this date. Format: YYYY-MM-DD.'}, 'from': {'type': 'string', 'description': 'Filter transactions from this date. Format: YYYY-MM-DD.'}, 'page': {'type': 'integer', 'description': 'Page number to retrieve. Default is 1.', 'exclusiveMinimum': 0}, 'amount': {'type': 'number', 'description': 'Filter transactions by amount. Value is in kobo, pesewas or cents.'}, 'status': {'enum': ['success', 'failed', 'abandoned'], 'type': 'string', 'description': 'Filter transactions by status.'}, 'channel': {'type': 'string', 'description': 'Filter transactions by channel.'}, 'perPage': {'type': 'integer', 'description': 'Number of records to retrieve per page. Default is 50.', 'exclusiveMinimum': 0}, 'customer': {'type': 'string', 'description': 'Filter transactions by customer ID or code.'}, 'reference': {'type': 'string', 'description': 'Filter transactions by reference.'}}, 'additionalProperties': False}}, {'name': 'charge_authorization', 'description': 'Charge a previously authorized card', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['email', 'amount', 'authorization_code'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': "Customer's email address"}, 'amount': {'type': 'integer', 'description': 'The amount to charge in the subunit of the supported currency', 'exclusiveMinimum': 0}, 'currency': {'type': 'string', 'description': 'The currency to charge in. Default is your integration currency.'}, 'metadata': {'type': 'object', 'description': 'Additional information to store with the transaction.', 'additionalProperties': {}}, 'reference': {'type': 'string', 'description': 'Unique transaction reference. If not provided, a unique reference will be generated.'}, 'authorization_code': {'type': 'string', 'minLength': 1, 'description': 'Authorization code for the transaction'}}, 'additionalProperties': False}}, {'name': 'partial_debit', 'description': 'Charge a partial amount from a previously authorized card', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['authorization_code', 'currency', 'amount', 'email'], 'properties': {'email': {'type': 'string', 'format': 'email', 'description': "Customer's email address"}, 'amount': {'type': 'integer', 'description': 'The amount to charge in the subunit of the supported currency', 'exclusiveMinimum': 0}, 'at_least': {'type': 'number', 'description': 'Minimum amount to charge in kobo, pesewas or cents.'}, 'currency': {'type': 'string', 'minLength': 1, 'description': 'The currency to charge in. Default is your integration currency.'}, 'reference': {'type': 'string', 'description': 'Unique transaction reference. If not provided, a unique reference will be generated.'}, 'authorization_code': {'type': 'string', 'minLength': 1, 'description': 'Authorization code for the transaction'}}, 'additionalProperties': False}}, {'name': 'transaction_totals', 'description': 'Get total amount received on your account', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['perPage', 'page'], 'properties': {'to': {'type': 'string', 'description': 'A timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z'}, 'from': {'type': 'string', 'description': 'A timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z'}, 'page': {'type': 'integer', 'description': 'Page number to retrieve. Default is 1.', 'exclusiveMinimum': 0}, 'perPage': {'type': 'integer', 'description': 'Number of records to retrieve per page. Default is 50.', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'export_transactions', 'description': 'Export a list of transactions carried out on your integration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['perPage', 'page'], 'properties': {'to': {'type': 'string', 'description': 'A timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21'}, 'from': {'type': 'string', 'description': 'A timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21'}, 'page': {'type': 'integer', 'description': 'Specify exactly what page you want to retrieve. Default is 1.', 'exclusiveMinimum': 0}, 'amount': {'type': 'integer', 'description': 'Filter transactions by amount, using the supported currency'}, 'status': {'enum': ['failed', 'success', 'abandoned'], 'type': 'string', 'description': 'Filter transactions by status'}, 'perPage': {'type': 'integer', 'description': 'Specify how many records you want to retrieve per page. Default is 50.', 'exclusiveMinimum': 0}, 'settled': {'type': 'boolean', 'description': 'Set to true to export only settled transactions. false for pending transactions. Leave undefined to export all transactions'}, 'currency': {'type': 'string', 'description': 'Specify the transaction currency to export'}, 'customer': {'type': 'integer', 'description': 'Specify an ID for the customer whose transactions you want to retrieve'}, 'settlement': {'type': 'integer', 'description': 'An ID for the settlement whose transactions we should export'}, 'payment_page': {'type': 'integer', 'description': "Specify a payment page's id to export only transactions conducted on said page"}}, 'additionalProperties': False}}, {'name': 'list_banks', 'description': 'Get a list of all banks supported by Paystack and their properties', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['country', 'use_cursor', 'perPage'], 'properties': {'next': {'type': 'string', 'description': 'A cursor that indicates your place in the list. It can be used to fetch the next page of the list'}, 'type': {'type': 'string', 'description': 'Type of financial channel. For Ghanaian channels, please use either mobile_money for mobile money channels OR ghipps for bank channels'}, 'country': {'enum': ['ghana', 'kenya', 'nigeria', 'south africa'], 'type': 'string', 'description': 'The country from which to obtain the list of supported banks. Accepted values are: ghana, kenya, nigeria, south africa'}, 'gateway': {'type': 'string', 'description': 'The gateway type of the bank. It can be one of these: [emandate, digitalbankmandate]'}, 'perPage': {'type': 'integer', 'description': 'The number of objects to return per page. Defaults to 50, and limited to 100 records per page.', 'exclusiveMinimum': 0}, 'currency': {'type': 'string', 'description': 'One of the supported currency'}, 'previous': {'type': 'string', 'description': 'A cursor that indicates your place in the list. It should be used to fetch the previous page of the list after an intial next request'}, 'use_cursor': {'type': 'boolean', 'description': 'Flag to enable cursor pagination on the endpoint'}, 'pay_with_bank': {'type': 'boolean', 'description': 'A flag to filter for banks a customer can pay directly from'}, 'include_nip_sort_code': {'type': 'boolean', 'description': 'A flag that returns Nigerian banks with their nip institution code. The returned value can be used in identifying institutions on NIP.'}, 'pay_with_bank_transfer': {'type': 'boolean', 'description': 'A flag to filter for available banks a customer can make a transfer to complete a payment'}, 'enabled_for_verification': {'type': 'boolean', 'description': 'A flag to filter the banks that are supported for account verification in South Africa. You need to combine this with either the currency or country filter.'}}, 'additionalProperties': False}}, {'name': 'list_countries', 'description': 'Get a list of countries that Paystack currently supports', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'list_states', 'description': 'Get a list of states for a country for address verification', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['country'], 'properties': {'country': {'type': 'string', 'description': 'The country code of the states to list. It is gotten after the charge request.'}}, 'additionalProperties': False}}, {'name': 'check_balance', 'description': 'Get the available balance on your Paystack integration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'balance_ledger', 'description': 'Fetch all pay-ins and pay-outs that occurred on your Paystack integration', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['perPage', 'page'], 'properties': {'to': {'type': 'string', 'description': 'A timestamp at which to stop listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z'}, 'from': {'type': 'string', 'description': 'A timestamp from which to start listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z'}, 'page': {'type': 'number', 'description': 'Page number to retrieve. Default is 1.', 'exclusiveMinimum': 0}, 'perPage': {'type': 'number', 'description': 'Number of records to retrieve per page. Default is 50.', 'exclusiveMinimum': 0}}, 'additionalProperties': False}}, {'name': 'resend_transfers_otp', 'description': 'Generates a new OTP and sends to customer for transfer verification', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['transfer_code', 'reason'], 'properties': {'reason': {'enum': ['resend_otp', 'transfer'], 'type': 'string', 'description': 'Either resend_otp or transfer'}, 'transfer_code': {'type': 'string', 'minLength': 1, 'description': 'Transfer code'}}, 'additionalProperties': False}}, {'name': 'disable_transfers_otp', 'description': 'Disable OTP requirement for transfers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'finalize_disable_otp', 'description': 'Finalize the request to disable OTP on your transfers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['otp'], 'properties': {'otp': {'type': 'string', 'minLength': 1, 'description': 'OTP sent to business phone to verify disabling OTP requirement'}}, 'additionalProperties': False}}, {'name': 'enable_transfers_otp', 'description': 'Enable OTP requirement for transfers', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@ericlistin/sound-mcp
Cursor Sound
Enhance your coding experience by adding audio feedback when code generation is completed. Integrate sound effects seamlessly with Cursor for a more interactive development environment. Customize sound effects to suit your preferences and enjoy a more engaging coding session.
2025-03-15T14:00:51.331Z
2
https://smithery.ai/server/@ericlistin/sound-mcp
true
null
{ "scanPassed": true }
[{'name': 'playCompletionSound', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}]
@kbyk004/playwright-lighthouse-mcp
Playwright-Lighthouse
Analyze website performance and capture screenshots effortlessly. Leverage the power of Playwright and Lighthouse to gain insights into your web applications' performance metrics. Enhance your LLM capabilities with real-time performance analysis and visual feedback.
2025-03-21T16:00:33.469Z
2
https://smithery.ai/server/@kbyk004/playwright-lighthouse-mcp
true
null
null
[{'name': 'run-lighthouse', 'description': 'Runs a Lighthouse performance analysis on the currently open page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL of the website you want to analyze'}, 'maxItems': {'type': 'number', 'default': 3, 'maximum': 5, 'minimum': 1, 'description': 'Maximum number of improvement items to display for each category'}, 'categories': {'type': 'array', 'items': {'enum': ['performance', 'accessibility', 'best-practices', 'seo', 'pwa'], 'type': 'string'}, 'default': ['performance'], 'description': 'Categories to analyze (performance, accessibility, best-practices, seo, pwa)'}}, 'additionalProperties': False}}, {'name': 'take-screenshot', 'description': 'Takes a screenshot of the currently open page', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['url'], 'properties': {'url': {'type': 'string', 'format': 'uri', 'description': 'URL of the website you want to capture'}, 'fullPage': {'type': 'boolean', 'default': False, 'description': 'If true, captures a screenshot of the entire page'}}, 'additionalProperties': False}}]
@miyuren/mcp-server-browserbase
Browserbase MCP Server
Automate web browsing and data extraction seamlessly with our cloud browser capabilities. Interact with web pages, capture screenshots, and execute JavaScript effortlessly in a secure environment. Enhance your AI applications with powerful browser automation tools.
2025-04-10T10:34:15.342Z
2
https://smithery.ai/server/@miyuren/mcp-server-browserbase
true
null
{ "scanPassed": true }
[{'name': 'browserbase_create_session', 'description': 'Create a new cloud browser session using Browserbase', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}, {'name': 'browserbase_navigate', 'description': 'Navigate to a URL', 'inputSchema': {'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string'}}}}, {'name': 'browserbase_screenshot', 'description': 'Takes a screenshot of the current page. Use this tool to learn where you are on the page when controlling the browser with Stagehand. Only use this tool when the other tools are not sufficient to get the information you need.', 'inputSchema': {'type': 'object', 'properties': {}}}, {'name': 'browserbase_click', 'description': 'Click an element on the page', 'inputSchema': {'type': 'object', 'required': ['selector'], 'properties': {'selector': {'type': 'string', 'description': 'CSS selector for element to click'}}}}, {'name': 'browserbase_fill', 'description': 'Fill out an input field', 'inputSchema': {'type': 'object', 'required': ['selector', 'value'], 'properties': {'value': {'type': 'string', 'description': 'Value to fill'}, 'selector': {'type': 'string', 'description': 'CSS selector for input field'}}}}, {'name': 'browserbase_get_text', 'description': 'Extract all text content from the current page', 'inputSchema': {'type': 'object', 'required': [], 'properties': {}}}]
@1Levick3/postgresql-mcp-server
PostgreSQL Database Query Server
Enable direct execution of custom SQL queries against PostgreSQL databases with support for parameterized queries and configurable timeouts. Securely manage database connections with SSL/TLS and connection pooling. Simplify database management and monitoring through an MCP-compliant interface.
2025-04-28T13:00:48.703Z
2
https://smithery.ai/server/@1Levick3/postgresql-mcp-server
true
https://spjawbfpwezjfmic…7dda4c01a6ad.png
null
[{'name': 'execute_custom_query', 'description': 'Execute a custom SQL query against the database. WARNING: Use with care. Do not expose to untrusted input.', 'inputSchema': {'type': 'object', 'required': ['connectionString', 'query'], 'properties': {'query': {'type': 'string', 'description': 'SQL query to execute'}, 'values': {'type': 'array', 'items': {'type': 'string'}, 'description': 'Optional parameter values for the query'}, 'timeout': {'type': 'number', 'description': 'Optional query timeout in milliseconds'}, 'connectionString': {'type': 'string', 'description': 'PostgreSQL connection string'}}}}]
@jikime/py-mcp-naver-search
Naver Search
Provide AI agents with seamless access to Naver's diverse search APIs, enabling them to retrieve blogs, news, books, images, shopping items, and more with structured, LLM-optimized responses. Enhance search capabilities with pagination, adult content checks, and keyboard input error correction. Empower your applications to perform rich, multi-category searches efficiently through a standardized MCP interface.
2025-04-29T13:52:25.702Z
2
https://smithery.ai/server/@jikime/py-mcp-naver-search
true
https://spjawbfpwezjfmic…f4f4a298862e.png
{ "scanPassed": true }
[{'name': 'search_blog', 'description': 'Searches for blogs on Naver using the given keyword. The page parameter allows for page navigation.', 'inputSchema': {'type': 'object', 'title': 'search_blogArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_news', 'description': "Searches for news on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_newsArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_book', 'description': 'Searches for book information on Naver using the given keyword. The page parameter allows for page navigation.', 'inputSchema': {'type': 'object', 'title': 'search_bookArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'check_adult_query', 'description': 'Determines if the input query is an adult search term.', 'inputSchema': {'type': 'object', 'title': 'check_adult_queryArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'search_encyclopedia', 'description': 'Searches for encyclopedia information on Naver using the given keyword. The page parameter allows for page navigation.', 'inputSchema': {'type': 'object', 'title': 'search_encyclopediaArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_cafe_article', 'description': "Searches for cafe articles on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_cafe_articleArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_kin', 'description': "Searches for knowledgeiN Q&A on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date'/'point' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_kinArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_local', 'description': "Searches for local business information using the given keyword. (display maximum 5, start maximum 1) sort='random'/'comment' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_localArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'random'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 5}}}}, {'name': 'correct_errata', 'description': 'Converts Korean/English keyboard input errors.', 'inputSchema': {'type': 'object', 'title': 'correct_errataArguments', 'required': ['query'], 'properties': {'query': {'type': 'string', 'title': 'Query'}}}}, {'name': 'search_shop', 'description': "Searches for shopping product information on Naver using the given keyword. The page parameter allows for page navigation and sort='sim'/'date'/'asc'/'dsc' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_shopArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_doc', 'description': 'Searches for academic papers, reports, etc. using the given keyword. The page parameter allows for page navigation.', 'inputSchema': {'type': 'object', 'title': 'search_docArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_image', 'description': "Searches for images using the given keyword. The page parameter allows for page navigation and sort='sim'/'date', filter='all'/'large'/'medium'/'small' is supported.", 'inputSchema': {'type': 'object', 'title': 'search_imageArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'sort': {'type': 'string', 'title': 'Sort', 'default': 'sim'}, 'query': {'type': 'string', 'title': 'Query'}, 'filter': {'type': 'string', 'title': 'Filter', 'default': 'all'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}, {'name': 'search_webkr', 'description': 'Searches for web documents using the given keyword. The page parameter allows for page navigation.', 'inputSchema': {'type': 'object', 'title': 'search_webkrArguments', 'required': ['query'], 'properties': {'page': {'type': 'integer', 'title': 'Page', 'default': 1}, 'query': {'type': 'string', 'title': 'Query'}, 'display': {'type': 'integer', 'title': 'Display', 'default': 10}}}}]
@CartographAI/atlas-docs-mcp
Atlas Docs
Provide LLMs with hosted, clean markdown documentation for libraries and frameworks that they can immediately use.
2025-04-02T15:40:16.490Z
2
https://smithery.ai/server/@CartographAI/atlas-docs-mcp
true
null
{ "scanPassed": true }
[{'name': 'list_docs', 'description': 'Lists all available documentation libraries and frameworks. Use this as your first step to discover available documentation sets. Returns name, description and source url for each documentation set. Required before using other documentation tools since you need the docName.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'properties': {}, 'additionalProperties': False}}, {'name': 'search_docs', 'description': 'Searches a documentation set for specific content. Use this to find pages containing particular keywords, concepts, or topics. Returns matching pages ranked by relevance with their paths and descriptions. Follow up with get_docs_page to get full content.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['docName', 'query'], 'properties': {'query': {'type': 'string', 'description': 'Search query to find relevant pages within the documentation set'}, 'docName': {'type': 'string', 'description': 'Name of the documentation set'}}, 'additionalProperties': False}}, {'name': 'get_docs_index', 'description': "Retrieves a condensed, LLM-friendly index of the pages in a documentation set. Use this for initial exploration to understand what's covered and identify relevant pages. Returns a markdown page with a list of available pages. Follow up with get_docs_page to get full content.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['docName'], 'properties': {'docName': {'type': 'string', 'description': 'Name of the documentation set'}}, 'additionalProperties': False}}, {'name': 'get_docs_page', 'description': "Retrieves a specific documentation page's content using its relative path. Use this to get detailed information about a known topic, after identifying the relevant page through get_docs_index or search_docs. Returns the complete content of a single documentation page.", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['docName', 'pagePath'], 'properties': {'docName': {'type': 'string', 'description': 'Name of the documentation set'}, 'pagePath': {'type': 'string', 'description': "The root-relative path of the specific documentation page (e.g., '/guides/getting-started', '/api/authentication')"}}, 'additionalProperties': False}}, {'name': 'get_docs_full', 'description': 'Retrieves the complete documentation content in a single consolidated file. Use this when you need comprehensive knowledge or need to analyze the full documentation context. Returns a large volume of text - consider using get_docs_page or search_docs for targeted information.', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['docName'], 'properties': {'docName': {'type': 'string', 'description': 'Name of the documentation set'}}, 'additionalProperties': False}}]
@beordle/tinypng-mcp-server
TinyPNG MCP Server
Compress images efficiently by utilizing the TinyPNG API. Easily compress both local and remote images with just a few commands, saving time and storage space. Enhance your image optimization workflow seamlessly with this server.
2025-03-31T04:01:35.383Z
2
https://smithery.ai/server/@beordle/tinypng-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'compress_local_image', 'description': 'Compress a local image file', 'inputSchema': {'type': 'object', 'required': ['imagePath'], 'properties': {'imagePath': {'type': 'string', 'example': '/Users/user/Downloads/image.jpg', 'description': 'The ABSOLUTE path to the image file to compress'}, 'outputPath': {'type': 'string', 'example': '/Users/user/Downloads/image_compressed.jpg', 'description': 'The ABSOLUTE path to save the compressed image file'}, 'outputFormat': {'enum': ['image/jpeg', 'image/png', 'image/webp', 'image/jpg', 'image/avif'], 'type': 'string', 'example': 'image/jpeg', 'description': 'The format to save the compressed image file'}, 'preserveMetadata': {'type': 'array', 'items': {'enum': ['copyright', 'creation', 'location'], 'type': 'string'}, 'description': 'The metadata to preserve in the image file'}}}}, {'name': 'compress_remote_image', 'description': 'Compress a remote image file by giving the URL of the image', 'inputSchema': {'type': 'object', 'required': ['imageUrl'], 'properties': {'imageUrl': {'type': 'string', 'example': 'https://example.com/image.jpg', 'description': 'The URL of the image file to compress'}, 'outputPath': {'type': 'string', 'example': '/Users/user/Downloads/image_compressed.jpg', 'description': 'The ABSOLUTE path to save the compressed image file'}, 'outputFormat': {'enum': ['image/jpeg', 'image/png', 'image/webp', 'image/jpg', 'image/avif'], 'type': 'string', 'example': 'image/jpeg', 'description': 'The format to save the compressed image file'}}}}, {'name': 'resize_image', 'description': 'Resize an image file', 'inputSchema': {'type': 'object', 'required': ['imagePath', 'width', 'height'], 'properties': {'width': {'type': 'number', 'example': 1024, 'description': 'The width to resize the image to'}, 'height': {'type': 'number', 'example': 1024, 'description': 'The height to resize the image to'}, 'method': {'enum': ['scale', 'fit', 'cover', 'thumb'], 'type': 'string', 'default': 'fit', 'example': 'fit', 'description': 'The method describes the way your image will be resized.'}, 'imagePath': {'type': 'string', 'example': '/Users/user/Downloads/image.jpg', 'description': 'The ABSOLUTE path to the image file to resize'}, 'outputPath': {'type': 'string', 'example': '/Users/user/Downloads/image_thumbnail.jpg', 'description': 'The ABSOLUTE path to save the resized image file'}}}}]
@mdwoicke/dominos-mcp
Domino's Pizza API Integration Server
Integrate Domino's Pizza ordering and menu capabilities into your applications. Enable seamless interaction with Domino's API to fetch menu data, place orders, and track deliveries. Enhance your user experience by providing real-time pizza ordering features through a standardized protocol.
2025-05-03T12:24:50.690Z
2
https://smithery.ai/server/@mdwoicke/dominos-mcp
true
null
{ "scanPassed": true }
[{'name': 'findNearbyStores', 'description': "Find Domino's Pizza stores near an address", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['address'], 'properties': {'address': {'type': 'string', 'description': 'Full address to search for nearby stores'}}, 'additionalProperties': False}}, {'name': 'getMenu', 'description': "Get the menu for a specific Domino's store", 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['storeId'], 'properties': {'storeId': {'type': 'string', 'description': 'ID of the store to get menu from'}}, 'additionalProperties': False}}, {'name': 'createOrder', 'description': 'Create a new pizza order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['storeId', 'customer', 'address'], 'properties': {'address': {'type': 'object', 'required': ['street', 'city', 'region', 'postalCode'], 'properties': {'city': {'type': 'string'}, 'region': {'type': 'string'}, 'street': {'type': 'string'}, 'postalCode': {'type': 'string'}, 'deliveryInstructions': {'type': 'string'}}, 'description': 'Address object. Required for delivery orders. For carryout orders paid by credit card, this address is used as the billing address and is required.', 'additionalProperties': False}, 'storeId': {'type': 'string', 'description': 'ID of the store to order from'}, 'customer': {'type': 'object', 'required': ['firstName', 'lastName', 'phone'], 'properties': {'email': {'type': 'string'}, 'phone': {'type': 'string'}, 'lastName': {'type': 'string'}, 'firstName': {'type': 'string'}}, 'description': 'Customer information', 'additionalProperties': False}, 'orderType': {'enum': ['delivery', 'carryout'], 'type': 'string', 'default': 'delivery', 'description': 'Type of order - delivery or carryout'}}, 'additionalProperties': False}}, {'name': 'addItemToOrder', 'description': 'Add an item to an existing order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'item'], 'properties': {'item': {'type': 'object', 'required': ['code'], 'properties': {'code': {'type': 'string', 'description': 'Menu code for the item'}, 'options': {'type': 'object', 'description': "Customization options using single-letter codes (e.g., 'P' for Pepperoni). Format: { 'ToppingCode': { 'Portion': 'Quantity' } }. Portions: '1/1' (whole), '1/2' (left), '2/2' (right). Quantities: '0.5' (light), '1' (normal), '1.5' (extra), '2' (double). Example: { 'P': { '1/2': '1.5' } } for extra pepperoni on the left half.", 'additionalProperties': {}}, 'quantity': {'type': 'integer', 'default': 1, 'description': 'Number of this item to add'}}, 'description': 'Item to add to the order', 'additionalProperties': False}, 'orderId': {'type': 'string', 'description': 'ID of the order to add item to'}}, 'additionalProperties': False}}, {'name': 'removeItemFromOrder', 'description': 'Remove an item from an existing order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'itemIndex'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to remove item from'}, 'itemIndex': {'type': 'integer', 'minimum': 0, 'description': "Zero-based index of the item to remove from the order's list"}}, 'additionalProperties': False}}, {'name': 'getOrderState', 'description': 'Get the current state of an order from the session', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to retrieve state for'}}, 'additionalProperties': False}}, {'name': 'validateOrder', 'description': 'Validate an order before placing it', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to validate'}}, 'additionalProperties': False}}, {'name': 'priceOrder', 'description': 'Price an order to get total cost', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to price'}}, 'additionalProperties': False}}, {'name': 'placeOrder', 'description': 'Place an order with payment information', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['orderId', 'payment'], 'properties': {'orderId': {'type': 'string', 'description': 'ID of the order to place'}, 'payment': {'type': 'object', 'required': ['type'], 'properties': {'type': {'enum': ['credit', 'cash'], 'type': 'string', 'description': 'Payment method'}, 'tipAmount': {'type': 'number'}, 'cardNumber': {'type': 'string'}, 'expiration': {'type': 'string'}, 'postalCode': {'type': 'string', 'description': 'Billing postal code for credit card payments.'}, 'securityCode': {'type': 'string'}}, 'description': 'Payment information', 'additionalProperties': False}}, 'additionalProperties': False}}, {'name': 'trackOrder', 'description': 'Track the status of an order', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['phoneNumber', 'storeId'], 'properties': {'orderId': {'type': 'string', 'description': 'Optional order ID if available'}, 'storeId': {'type': 'string', 'description': 'ID of the store the order was placed at'}, 'phoneNumber': {'type': 'string', 'description': 'Phone number used for the order'}}, 'additionalProperties': False}}]
@GetSherlog/mcp-grafana
Grafana Server Integration
Provide seamless access to your Grafana instance and its ecosystem through a set of configurable tools. Search dashboards, query datasources like Prometheus and Loki, manage incidents, alerts, and on-call schedules directly from your MCP client. Enhance your monitoring and incident response workflows by integrating Grafana data and operations into your LLM environment.
2025-04-21T06:21:17.390Z
2
https://smithery.ai/server/@GetSherlog/mcp-grafana
true
null
{ "scanPassed": true }
[{'name': 'add_activity_to_incident', 'description': "Add a note to an incident's timeline. The note will appear in the incident's activity feed. Use this if there is a request to add context to an incident with a note.", 'inputSchema': {'type': 'object', 'properties': {'body': {'type': 'string', 'description': 'The body of the activity. URLs will be parsed and attached as context'}, 'eventTime': {'type': 'string', 'description': 'The time that the activity occurred. If not provided, the current time will be used'}, 'incidentId': {'type': 'string', 'description': 'The ID of the incident to add the activity to'}}}}, {'name': 'create_incident', 'description': 'Create an incident', 'inputSchema': {'type': 'object', 'properties': {'title': {'type': 'string', 'description': 'The title of the incident'}, 'labels': {'type': 'array', 'items': {'type': 'object', 'properties': {'key': {'type': 'string'}, 'label': {'type': 'string'}, 'colorHex': {'type': 'string'}, 'description': {'type': 'string'}}}, 'description': 'The labels to add to the incident'}, 'status': {'type': 'string', 'description': 'The status of the incident'}, 'isDrill': {'type': 'boolean', 'description': 'Whether the incident is a drill incident'}, 'severity': {'type': 'string', 'description': 'The severity of the incident'}, 'attachUrl': {'type': 'string', 'description': 'The URL of the attachment'}, 'roomPrefix': {'type': 'string', 'description': 'The prefix of the room to create the incident in'}, 'attachCaption': {'type': 'string', 'description': 'The caption of the attachment'}}}}, {'name': 'get_alert_rule_by_uid', 'description': 'Retrieves detailed information about a specific alert rule by its UID.', 'inputSchema': {'type': 'object', 'required': ['uid'], 'properties': {'uid': {'type': 'string', 'description': 'The uid of the alert rule'}}}}, {'name': 'get_current_oncall_users', 'description': 'Get users currently on-call for a specific schedule. A schedule is a calendar-based system defining when team members are on-call. This tool will return info about all users currently on-call for the schedule, regardless of team.', 'inputSchema': {'type': 'object', 'required': ['scheduleId'], 'properties': {'scheduleId': {'type': 'string', 'description': 'The ID of the schedule to get current on-call users for'}}}}, {'name': 'get_dashboard_by_uid', 'description': 'Get dashboard by uid', 'inputSchema': {'type': 'object', 'required': ['uid'], 'properties': {'uid': {'type': 'string', 'description': 'The UID of the dashboard'}}}}, {'name': 'get_datasource_by_name', 'description': 'Get datasource by name', 'inputSchema': {'type': 'object', 'required': ['name'], 'properties': {'name': {'type': 'string', 'description': 'The name of the datasource'}}}}, {'name': 'get_datasource_by_uid', 'description': 'Get datasource by uid', 'inputSchema': {'type': 'object', 'required': ['uid'], 'properties': {'uid': {'type': 'string', 'description': 'The uid of the datasource'}}}}, {'name': 'get_incident', 'description': 'Get a single incident by ID. Returns the full incident details including title, status, severity, and other metadata.', 'inputSchema': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'The ID of the incident to retrieve'}}}}, {'name': 'get_oncall_shift', 'description': 'Get details for a specific OnCall shift. A shift represents a designated time period within a rotation when a team or individual is actively on-call', 'inputSchema': {'type': 'object', 'required': ['shiftId'], 'properties': {'shiftId': {'type': 'string', 'description': 'The ID of the shift to get details for'}}}}, {'name': 'list_alert_rules', 'description': 'Lists alert rules with their current states (pending, firing, error, recovering, inactive) and labels. Inactive state means the alert state is normal, not firing.', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'The page number to return.'}, 'limit': {'type': 'integer', 'description': 'The maximum number of results to return. Default is 100.'}, 'label_selectors': {'type': 'array', 'items': {'type': 'object', 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'value', 'type'], 'properties': {'name': {'type': 'string', 'description': 'The name of the label to match against'}, 'type': {'type': 'string', 'description': "One of the '=' or '!=' or '=~' or '!~'"}, 'value': {'type': 'string', 'description': 'The value to match against'}}}}}}, 'description': 'Optionally, a list of matchers to filter alert rules by labels'}}}}, {'name': 'list_contact_points', 'description': 'Lists notification contact points with their type, name, and configuration.', 'inputSchema': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Filter contact points by name'}, 'limit': {'type': 'integer', 'description': 'The maximum number of results to return. Default is 100.'}}}}, {'name': 'list_datasources', 'description': 'List datasources', 'inputSchema': {'type': 'object', 'properties': {'type': {'type': 'string', 'description': "The type of datasources to search for. For example, 'prometheus', 'loki', 'tempo', etc..."}}}}, {'name': 'list_incidents', 'description': 'List incidents', 'inputSchema': {'type': 'object', 'properties': {'drill': {'type': 'boolean', 'description': 'Whether to include drill incidents'}, 'limit': {'type': 'integer', 'description': 'The maximum number of incidents to return'}, 'status': {'type': 'string', 'description': "The status of the incidents to include. Valid values: 'active', 'resolved'"}}}}, {'name': 'list_loki_label_names', 'description': 'List all available label names in a Loki datasource for the given time range. Returns the set of unique label keys found in the logs.', 'inputSchema': {'type': 'object', 'required': ['datasourceUid'], 'properties': {'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the query in RFC3339 format (defaults to now)'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the query in RFC3339 format (defaults to 1 hour ago)'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'list_loki_label_values', 'description': 'Retrieve all possible values for a specific label in Loki within the given time range. Useful for exploring available options for filtering logs.', 'inputSchema': {'type': 'object', 'required': ['datasourceUid', 'labelName'], 'properties': {'labelName': {'type': 'string', 'description': "The name of the label to retrieve values for (e.g. 'app', 'env', 'pod')"}, 'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the query in RFC3339 format (defaults to now)'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the query in RFC3339 format (defaults to 1 hour ago)'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'list_oncall_schedules', 'description': 'List OnCall schedules. A schedule is a calendar-based system defining when team members are on-call. Optionally provide a scheduleId to get details for a specific schedule', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'The page number to return (1-based)'}, 'teamId': {'type': 'string', 'description': 'The ID of the team to list schedules for'}, 'scheduleId': {'type': 'string', 'description': "The ID of the schedule to get details for. If provided, returns only that schedule's details"}}}}, {'name': 'list_oncall_teams', 'description': 'List teams from Grafana OnCall', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'The page number to return'}}}}, {'name': 'list_oncall_users', 'description': 'List users from Grafana OnCall. If user ID is provided, returns details for that specific user. If username is provided, returns the user matching that username', 'inputSchema': {'type': 'object', 'properties': {'page': {'type': 'integer', 'description': 'The page number to return'}, 'userId': {'type': 'string', 'description': "The ID of the user to get details for. If provided, returns only that user's details"}, 'username': {'type': 'string', 'description': 'The username to filter users by. If provided, returns only the user matching this username'}}}}, {'name': 'list_prometheus_label_names', 'description': 'List the label names in a Prometheus datasource', 'inputSchema': {'type': 'object', 'required': ['datasourceUid'], 'properties': {'limit': {'type': 'integer', 'description': 'Optionally, the maximum number of results to return'}, 'matches': {'type': 'array', 'items': {'type': 'object', 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'value', 'type'], 'properties': {'name': {'type': 'string', 'description': 'The name of the label to match against'}, 'type': {'type': 'string', 'description': "One of the '=' or '!=' or '=~' or '!~'"}, 'value': {'type': 'string', 'description': 'The value to match against'}}}}}}, 'description': 'Optionally, a list of label matchers to filter the results by'}, 'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the time range to filter the results by'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the time range to filter the results by'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'list_prometheus_label_values', 'description': 'Get the values of a label in Prometheus', 'inputSchema': {'type': 'object', 'required': ['datasourceUid', 'labelName'], 'properties': {'limit': {'type': 'integer', 'description': 'Optionally, the maximum number of results to return'}, 'matches': {'type': 'array', 'items': {'type': 'object', 'properties': {'filters': {'type': 'array', 'items': {'type': 'object', 'required': ['name', 'value', 'type'], 'properties': {'name': {'type': 'string', 'description': 'The name of the label to match against'}, 'type': {'type': 'string', 'description': "One of the '=' or '!=' or '=~' or '!~'"}, 'value': {'type': 'string', 'description': 'The value to match against'}}}}}}, 'description': 'Optionally, a list of selectors to filter the results by'}, 'labelName': {'type': 'string', 'description': 'The name of the label to query'}, 'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the query'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the query'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'list_prometheus_metric_metadata', 'description': 'List Prometheus metric metadata', 'inputSchema': {'type': 'object', 'required': ['datasourceUid'], 'properties': {'limit': {'type': 'integer', 'description': 'The maximum number of metrics to return'}, 'metric': {'type': 'string', 'description': 'The metric to query'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}, 'limitPerMetric': {'type': 'integer', 'description': 'The maximum number of metrics to return per metric'}}}}, {'name': 'list_prometheus_metric_names', 'description': 'List metric names in a Prometheus datasource that match the given regex', 'inputSchema': {'type': 'object', 'required': ['datasourceUid'], 'properties': {'page': {'type': 'integer', 'description': 'The page number to return'}, 'limit': {'type': 'integer', 'description': 'The maximum number of results to return'}, 'regex': {'type': 'string', 'description': 'The regex to match against the metric names'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'query_loki_logs', 'description': 'Query and retrieve log entries or metric values from a Loki datasource using LogQL. Returns either log lines or numeric values with timestamps and labels. Use `query_loki_stats` first to check stream size, then `list_loki_label_names` and `list_loki_label_values` to verify labels exist. Supports full LogQL syntax including both log queries and metric queries (e.g., rate, count_over_time).', 'inputSchema': {'type': 'object', 'required': ['datasourceUid', 'logql'], 'properties': {'limit': {'type': 'integer', 'description': 'Optionally, the maximum number of log lines to return (default: 10, max: 100)'}, 'logql': {'type': 'string', 'description': 'The LogQL query to execute against Loki. This can be a simple label matcher or a complex query with filters, parsers, and expressions. Supports full LogQL syntax including label matchers, filter operators, pattern expressions, and pipeline operations.'}, 'direction': {'type': 'string', 'description': "Optionally, the direction of the query: 'forward' (oldest first) or 'backward' (newest first, default)"}, 'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the query in RFC3339 format'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the query in RFC3339 format'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'query_loki_stats', 'description': 'Query statistics about log streams in a Loki datasource, using LogQL selectors to select streams', 'inputSchema': {'type': 'object', 'required': ['datasourceUid', 'logql'], 'properties': {'logql': {'type': 'string', 'description': 'The LogQL matcher expression to execute. This parameter only accepts label matcher expressions and does not support full LogQL queries. Line filters, pattern operations, and metric aggregations are not supported by the stats API endpoint. Only simple label selectors can be used here.'}, 'endRfc3339': {'type': 'string', 'description': 'Optionally, the end time of the query in RFC3339 format'}, 'startRfc3339': {'type': 'string', 'description': 'Optionally, the start time of the query in RFC3339 format'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'query_prometheus', 'description': 'Query Prometheus using a range or instant request', 'inputSchema': {'type': 'object', 'required': ['datasourceUid', 'expr', 'startRfc3339'], 'properties': {'expr': {'type': 'string', 'description': 'The PromQL expression to query'}, 'queryType': {'type': 'string', 'description': "The type of query to use. Either 'range' or 'instant'"}, 'endRfc3339': {'type': 'string', 'description': "The end time in RFC3339 format. Required if queryType is 'range', ignored if queryType is 'instant'"}, 'stepSeconds': {'type': 'integer', 'description': "The time series step size in seconds. Required if queryType is 'range', ignored if queryType is 'instant'"}, 'startRfc3339': {'type': 'string', 'description': 'The start time in RFC3339 format'}, 'datasourceUid': {'type': 'string', 'description': 'The UID of the datasource to query'}}}}, {'name': 'search_dashboards', 'description': 'Search for dashboards', 'inputSchema': {'type': 'object', 'properties': {'query': {'type': 'string', 'description': 'The query to search for'}}}}]
@SecurFi/rapidapi_mcp
RapidAPI
Integrate your applications with external APIs seamlessly. Enhance your projects by leveraging the power of RapidAPI to access a wide range of services and data. Simplify API management and streamline your development process with our easy-to-use MCP server.
2025-03-31T04:34:35.480Z
2
https://smithery.ai/server/@SecurFi/rapidapi_mcp
true
null
{ "scanPassed": true }
[{'name': 'get_user_recent_tweets', 'description': '', 'inputSchema': {'type': 'object', 'title': 'get_user_recent_tweetsArguments', 'required': ['username'], 'properties': {'username': {'type': 'string', 'title': 'Username'}}}}]
@JackKuo666/chembl-mcp-server
ChEMBL Server
Access the ChEMBL database seamlessly with a fast and efficient API. Retrieve chemical data and perform various chemical computations asynchronously. Enhance your research and development with reliable data access and processing capabilities.
2025-04-04T16:18:23.709Z
2
https://smithery.ai/server/@JackKuo666/chembl-mcp-server
true
null
{ "scanPassed": true }
[{'name': 'example_activity', 'description': 'Get activity data for the specified assay_chembl_id\n \n Args:\n assay_chembl_id: ChEMBL assay ID\n \n Returns:\n List of activity data\n ', 'inputSchema': {'type': 'object', 'title': 'example_activityArguments', 'required': ['assay_chembl_id'], 'properties': {'assay_chembl_id': {'type': 'string', 'title': 'Assay Chembl Id'}}}}, {'name': 'example_activity_supplementary_data_by_activity', 'description': 'Get supplementary activity data for the specified activity_chembl_id\n \n Args:\n activity_chembl_id: ChEMBL activity ID\n \n Returns:\n List of supplementary activity data\n ', 'inputSchema': {'type': 'object', 'title': 'example_activity_supplementary_data_by_activityArguments', 'required': ['activity_chembl_id'], 'properties': {'activity_chembl_id': {'type': 'string', 'title': 'Activity Chembl Id'}}}}, {'name': 'example_assay', 'description': 'Get assay data for the specified type\n \n Args:\n assay_type: Assay type\n \n Returns:\n List of assay data\n ', 'inputSchema': {'type': 'object', 'title': 'example_assayArguments', 'required': ['assay_type'], 'properties': {'assay_type': {'type': 'string', 'title': 'Assay Type'}}}}, {'name': 'example_assay_class', 'description': 'Get assay classification data for the specified type\n \n Args:\n assay_class_type: Assay classification type\n \n Returns:\n List of assay classification data\n ', 'inputSchema': {'type': 'object', 'title': 'example_assay_classArguments', 'required': ['assay_class_type'], 'properties': {'assay_class_type': {'type': 'string', 'title': 'Assay Class Type'}}}}, {'name': 'example_atc_class', 'description': 'Get ATC classification data for the specified level1\n \n Args:\n level1: Level1 value of ATC classification\n \n Returns:\n List of ATC classification data\n ', 'inputSchema': {'type': 'object', 'title': 'example_atc_classArguments', 'required': ['level1'], 'properties': {'level1': {'type': 'string', 'title': 'Level1'}}}}, {'name': 'example_binding_site', 'description': 'Get binding site data for the specified name\n \n Args:\n site_name: Binding site name\n \n Returns:\n List of binding site data\n ', 'inputSchema': {'type': 'object', 'title': 'example_binding_siteArguments', 'required': ['site_name'], 'properties': {'site_name': {'type': 'string', 'title': 'Site Name'}}}}, {'name': 'example_biotherapeutic', 'description': 'Get biotherapeutic data for the specified type\n \n Args:\n biotherapeutic_type: Biotherapeutic type\n \n Returns:\n List of biotherapeutic data\n ', 'inputSchema': {'type': 'object', 'title': 'example_biotherapeuticArguments', 'required': ['biotherapeutic_type'], 'properties': {'biotherapeutic_type': {'type': 'string', 'title': 'Biotherapeutic Type'}}}}, {'name': 'example_cell_line', 'description': 'Get cell line data for the specified name\n \n Args:\n cell_line_name: Cell line name\n \n Returns:\n List of cell line data\n ', 'inputSchema': {'type': 'object', 'title': 'example_cell_lineArguments', 'required': ['cell_line_name'], 'properties': {'cell_line_name': {'type': 'string', 'title': 'Cell Line Name'}}}}, {'name': 'example_chembl_id_lookup', 'description': 'Look up ChEMBL IDs for the specified type and query\n \n Args:\n available_type: Available type\n q: Query string\n \n Returns:\n List of ChEMBL IDs\n ', 'inputSchema': {'type': 'object', 'title': 'example_chembl_id_lookupArguments', 'required': ['available_type', 'q'], 'properties': {'q': {'type': 'string', 'title': 'Q'}, 'available_type': {'type': 'string', 'title': 'Available Type'}}}}, {'name': 'example_chembl_release', 'description': 'Get all ChEMBL release information\n \n Returns:\n List of ChEMBL release information\n ', 'inputSchema': {'type': 'object', 'title': 'example_chembl_releaseArguments', 'properties': {}}}, {'name': 'example_compound_record', 'description': 'Get compound records for the specified name\n \n Args:\n compound_name: Compound name\n \n Returns:\n List of compound records\n ', 'inputSchema': {'type': 'object', 'title': 'example_compound_recordArguments', 'required': ['compound_name'], 'properties': {'compound_name': {'type': 'string', 'title': 'Compound Name'}}}}, {'name': 'example_compound_structural_alert', 'description': 'Get compound structural alerts for the specified name\n \n Args:\n alert_name: Alert name\n \n Returns:\n List of compound structural alerts\n ', 'inputSchema': {'type': 'object', 'title': 'example_compound_structural_alertArguments', 'required': ['alert_name'], 'properties': {'alert_name': {'type': 'string', 'title': 'Alert Name'}}}}, {'name': 'example_description', 'description': 'Get description data for the specified type\n \n Args:\n description_type: Description type\n \n Returns:\n List of description data\n ', 'inputSchema': {'type': 'object', 'title': 'example_descriptionArguments', 'required': ['description_type'], 'properties': {'description_type': {'type': 'string', 'title': 'Description Type'}}}}, {'name': 'example_document', 'description': 'Get document data for the specified journal\n \n Args:\n journal: Journal name\n \n Returns:\n List of document data\n ', 'inputSchema': {'type': 'object', 'title': 'example_documentArguments', 'required': ['journal'], 'properties': {'journal': {'type': 'string', 'title': 'Journal'}}}}, {'name': 'example_drug', 'description': 'Get drug data for the specified type\n \n Args:\n drug_type: Drug type\n \n Returns:\n List of drug data\n ', 'inputSchema': {'type': 'object', 'title': 'example_drugArguments', 'required': ['drug_type'], 'properties': {'drug_type': {'type': 'string', 'title': 'Drug Type'}}}}, {'name': 'example_drug_indication', 'description': 'Get drug indication data for the specified MeSH heading\n \n Args:\n mesh_heading: MeSH heading\n \n Returns:\n List of drug indication data\n ', 'inputSchema': {'type': 'object', 'title': 'example_drug_indicationArguments', 'required': ['mesh_heading'], 'properties': {'mesh_heading': {'type': 'string', 'title': 'Mesh Heading'}}}}, {'name': 'example_drug_warning', 'description': 'Get drug warning data for the specified MedDRA term\n \n Args:\n meddra_term: MedDRA term\n \n Returns:\n List of drug warning data\n ', 'inputSchema': {'type': 'object', 'title': 'example_drug_warningArguments', 'required': ['meddra_term'], 'properties': {'meddra_term': {'type': 'string', 'title': 'Meddra Term'}}}}, {'name': 'example_go_slim', 'description': 'Get data for the specified GO Slim term\n \n Args:\n go_slim_term: GO Slim term\n \n Returns:\n List of GO Slim data\n ', 'inputSchema': {'type': 'object', 'title': 'example_go_slimArguments', 'required': ['go_slim_term'], 'properties': {'go_slim_term': {'type': 'string', 'title': 'Go Slim Term'}}}}, {'name': 'example_mechanism', 'description': 'Get data for the specified mechanism of action\n \n Args:\n mechanism_of_action: Mechanism of action\n \n Returns:\n List of mechanism data\n ', 'inputSchema': {'type': 'object', 'title': 'example_mechanismArguments', 'required': ['mechanism_of_action'], 'properties': {'mechanism_of_action': {'type': 'string', 'title': 'Mechanism Of Action'}}}}, {'name': 'example_molecule', 'description': 'Get molecule data for the specified type\n \n Args:\n molecule_type: Molecule type\n \n Returns:\n List of molecule data\n ', 'inputSchema': {'type': 'object', 'title': 'example_moleculeArguments', 'required': ['molecule_type'], 'properties': {'molecule_type': {'type': 'string', 'title': 'Molecule Type'}}}}, {'name': 'example_molecule_form', 'description': 'Get molecule form data for the specified description\n \n Args:\n form_description: Form description\n \n Returns:\n List of molecule form data\n ', 'inputSchema': {'type': 'object', 'title': 'example_molecule_formArguments', 'required': ['form_description'], 'properties': {'form_description': {'type': 'string', 'title': 'Form Description'}}}}, {'name': 'example_organism', 'description': 'Get organism data for the specified taxonomy ID\n \n Args:\n tax_id: Taxonomy ID\n \n Returns:\n List of organism data\n ', 'inputSchema': {'type': 'object', 'title': 'example_organismArguments', 'required': ['tax_id'], 'properties': {'tax_id': {'type': 'integer', 'title': 'Tax Id'}}}}, {'name': 'example_protein_classification', 'description': 'Get protein classification data for the specified class name\n \n Args:\n protein_class_name: Protein class name\n \n Returns:\n List of protein classification data\n ', 'inputSchema': {'type': 'object', 'title': 'example_protein_classificationArguments', 'required': ['protein_class_name'], 'properties': {'protein_class_name': {'type': 'string', 'title': 'Protein Class Name'}}}}, {'name': 'example_source', 'description': 'Get source information for the specified description\n \n Args:\n source_description: Source description\n \n Returns:\n List of source information\n ', 'inputSchema': {'type': 'object', 'title': 'example_sourceArguments', 'required': ['source_description'], 'properties': {'source_description': {'type': 'string', 'title': 'Source Description'}}}}, {'name': 'example_target', 'description': 'Get target data for the specified type\n \n Args:\n target_type: Target type\n \n Returns:\n List of target data\n ', 'inputSchema': {'type': 'object', 'title': 'example_targetArguments', 'required': ['target_type'], 'properties': {'target_type': {'type': 'string', 'title': 'Target Type'}}}}, {'name': 'example_target_component', 'description': 'Get target component data for the specified type\n \n Args:\n component_type: Component type\n \n Returns:\n List of target component data\n ', 'inputSchema': {'type': 'object', 'title': 'example_target_componentArguments', 'required': ['component_type'], 'properties': {'component_type': {'type': 'string', 'title': 'Component Type'}}}}, {'name': 'example_target_relation', 'description': 'Get target relationship data for the specified relationship type\n \n Args:\n relationship_type: Relationship type\n \n Returns:\n List of target relationship data\n ', 'inputSchema': {'type': 'object', 'title': 'example_target_relationArguments', 'required': ['relationship_type'], 'properties': {'relationship_type': {'type': 'string', 'title': 'Relationship Type'}}}}, {'name': 'example_tissue', 'description': 'Get tissue data for the specified name\n \n Args:\n tissue_name: Tissue name\n \n Returns:\n List of tissue data\n ', 'inputSchema': {'type': 'object', 'title': 'example_tissueArguments', 'required': ['tissue_name'], 'properties': {'tissue_name': {'type': 'string', 'title': 'Tissue Name'}}}}, {'name': 'example_xref_source', 'description': 'Get cross-reference source data for the specified name\n \n Args:\n xref_name: Cross-reference source name\n \n Returns:\n List of cross-reference source data\n ', 'inputSchema': {'type': 'object', 'title': 'example_xref_sourceArguments', 'required': ['xref_name'], 'properties': {'xref_name': {'type': 'string', 'title': 'Xref Name'}}}}, {'name': 'example_canonicalizeSmiles', 'description': 'Convert SMILES string to canonical form\n \n Args:\n smiles: SMILES string\n \n Returns:\n Canonicalized SMILES string\n ', 'inputSchema': {'type': 'object', 'title': 'example_canonicalizeSmilesArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_chemblDescriptors', 'description': 'Get ChEMBL descriptors for the SMILES string\n \n Args:\n smiles: SMILES string\n \n Returns:\n Dictionary of ChEMBL descriptors\n ', 'inputSchema': {'type': 'object', 'title': 'example_chemblDescriptorsArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_description_utils', 'description': '\n Get description information for the ChEMBL ID\n \n Args:\n chembl_id: ChEMBL ID\n \n Returns:\n Description information\n ', 'inputSchema': {'type': 'object', 'title': 'example_description_utilsArguments', 'required': ['chembl_id'], 'properties': {'chembl_id': {'type': 'string', 'title': 'Chembl Id'}}}}, {'name': 'example_descriptors', 'description': '\n Get descriptors for the SMILES string\n \n Args:\n smiles: SMILES string\n \n Returns:\n Dictionary of descriptors\n ', 'inputSchema': {'type': 'object', 'title': 'example_descriptorsArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_getParent', 'description': '\n Get parent ChEMBL ID for the given ChEMBL ID\n \n Args:\n chembl_id: ChEMBL ID\n \n Returns:\n Parent ChEMBL ID\n ', 'inputSchema': {'type': 'object', 'title': 'example_getParentArguments', 'required': ['chembl_id'], 'properties': {'chembl_id': {'type': 'string', 'title': 'Chembl Id'}}}}, {'name': 'example_highlightSmilesFragmentSvg', 'description': '\n Generate SVG image with highlighted fragment for SMILES string\n \n Args:\n smiles: SMILES string\n fragment: Fragment to highlight\n \n Returns:\n SVG image string\n ', 'inputSchema': {'type': 'object', 'title': 'example_highlightSmilesFragmentSvgArguments', 'required': ['smiles', 'fragment'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}, 'fragment': {'type': 'string', 'title': 'Fragment'}}}}, {'name': 'example_inchi2inchiKey', 'description': '\n Convert InChI to InChI Key\n \n Args:\n inchi: InChI string\n \n Returns:\n InChI Key\n ', 'inputSchema': {'type': 'object', 'title': 'example_inchi2inchiKeyArguments', 'required': ['inchi'], 'properties': {'inchi': {'type': 'string', 'title': 'Inchi'}}}}, {'name': 'example_inchi2svg', 'description': '\n Convert InChI to SVG image\n \n Args:\n inchi: InChI string\n \n Returns:\n SVG image string\n ', 'inputSchema': {'type': 'object', 'title': 'example_inchi2svgArguments', 'required': ['inchi'], 'properties': {'inchi': {'type': 'string', 'title': 'Inchi'}}}}, {'name': 'example_is3D', 'description': '\n Check if SMILES string represents a 3D structure\n \n Args:\n smiles: SMILES string\n \n Returns:\n True if 3D structure, False otherwise\n ', 'inputSchema': {'type': 'object', 'title': 'example_is3DArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_official_utils', 'description': '\n Get official name for the ChEMBL ID\n \n Args:\n chembl_id: ChEMBL ID\n \n Returns:\n Official name\n ', 'inputSchema': {'type': 'object', 'title': 'example_official_utilsArguments', 'required': ['chembl_id'], 'properties': {'chembl_id': {'type': 'string', 'title': 'Chembl Id'}}}}, {'name': 'example_removeHs', 'description': '\n Remove hydrogen atoms from SMILES string\n \n Args:\n smiles: SMILES string\n \n Returns:\n SMILES string without hydrogen atoms\n ', 'inputSchema': {'type': 'object', 'title': 'example_removeHsArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_smiles2inchi', 'description': '\n Convert SMILES string to InChI\n \n Args:\n smiles: SMILES string\n \n Returns:\n InChI string\n ', 'inputSchema': {'type': 'object', 'title': 'example_smiles2inchiArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_smiles2inchiKey', 'description': '\n Convert SMILES string to InChI Key\n \n Args:\n smiles: SMILES string\n \n Returns:\n InChI Key\n ', 'inputSchema': {'type': 'object', 'title': 'example_smiles2inchiKeyArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_smiles2svg', 'description': '\n Convert SMILES string to SVG image\n \n Args:\n smiles: SMILES string\n \n Returns:\n SVG image string\n ', 'inputSchema': {'type': 'object', 'title': 'example_smiles2svgArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_standardize', 'description': '\n Standardize SMILES string\n \n Args:\n smiles: SMILES string\n \n Returns:\n Standardized SMILES string\n ', 'inputSchema': {'type': 'object', 'title': 'example_standardizeArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}, {'name': 'example_status', 'description': '\n Get status information for ChEMBL Web Services\n \n Returns:\n Dictionary of status information\n ', 'inputSchema': {'type': 'object', 'title': 'example_statusArguments', 'properties': {}}}, {'name': 'example_structuralAlerts', 'description': '\n Get structural alerts for SMILES string\n \n Args:\n smiles: SMILES string\n \n Returns:\n List of structural alerts\n ', 'inputSchema': {'type': 'object', 'title': 'example_structuralAlertsArguments', 'required': ['smiles'], 'properties': {'smiles': {'type': 'string', 'title': 'Smiles'}}}}]
@guilhermelirio/brazilian-cep-mcp
Brazilian Postal Code Server
Query Brazilian postal code (CEP) information effortlessly. Retrieve complete address details including street, neighborhood, city, state, and more using just the postal code. Integrate seamlessly with AI agents through the Model Context Protocol.
2025-03-18T02:05:19.435Z
2
https://smithery.ai/server/@guilhermelirio/brazilian-cep-mcp
true
null
{ "scanPassed": true }
[{'name': 'consultar-cep', 'description': 'Query address information from a Brazilian postal code (CEP)', 'inputSchema': {'type': 'object', '$schema': 'http://json-schema.org/draft-07/schema#', 'required': ['cep'], 'properties': {'cep': {'type': 'string', 'pattern': '^\\d+$', 'maxLength': 8, 'minLength': 8, 'description': 'Postal code to be queried (only numbers, 8 digits)'}}, 'additionalProperties': False}}]