@patruff/server-curl
Version:
MCP server for making curl/HTTP requests to fetch resources from the internet, with optional image conversion
42 lines • 922 B
JSON
{
"name": "@patruff/server-curl",
"version": "1.1.0",
"type": "module",
"description": "MCP server for making curl/HTTP requests to fetch resources from the internet, with optional image conversion",
"main": "dist/index.js",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"node-fetch": "^3.3.2"
},
"optionalDependencies": {
"sharp": "^0.32.6"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"bin": {
"server-curl": "./dist/index.js"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"curl",
"http",
"mcp",
"model-context-protocol",
"anthropic",
"claude",
"image-conversion"
],
"author": "patruff",
"license": "MIT"
}