mcp-tools.json•1.77 kB
{
"mcpServers": {
"Model Server stdio": {
"command": "/Users/shadow/Documents/GitHub/mcp-use-browser/dist/mcp-use-browser",
"args": [
"--transport",
"stdio",
"--headless",
"true"
]
}
},
"serverInfo": {
"name": "Product-hunt-mcp-server",
"version": "1.0.0",
"description": "Product-hunt-mcp-server",
"author": "shadow"
},
"tools": [
"product_hunt_news"
],
"toolChains": [{
"steps": [{
"toolName": "get_product_hunt_url",
"args": {
"input": "initial value"
}
},
{
"toolName": "load_product_hunt_js_code",
"args": {
"input": ""
}
},
{
"toolName": "browser_navigate",
"args": {
"url": ""
},
"outputMapping": {
"url": "content.0.text"
},
"fromStep": 0
},
{
"toolName": "browser_execute_javascript",
"args": {
"code": ""
},
"outputMapping": {
"code": "content.0.text"
},
"fromStep": 1
},
{
"toolName": "browser_close",
"args": {
"input": ""
}
}
],
"output": {
"steps": [3]
},
"name": "product_hunt_news",
"description": "get product hunt news"
}]
}