We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/calibress/curl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@calibress/curl-mcp",
"version": "0.0.5",
"description": "curl-mcp stdio MCP server for local use with MCP clients.",
"keywords": [
"mcp",
"model-context-protocol",
"curl",
"http",
"http-client",
"cli",
"ai-agents"
],
"repository": {
"type": "git",
"url": "https://github.com/calibress/curl-mcp.git",
"directory": "packages/mcp-stdio"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/CraigPrescott356"
}
],
"type": "module",
"main": "dist/server.js",
"types": "dist/server.d.ts",
"bin": {
"curl-mcp": "dist/cli.js"
},
"scripts": {
"build": "tsc -b",
"dev": "tsx src/server.ts",
"dev:http": "tsx src/http-server.ts",
"start:http": "node dist/http-server.js",
"clean": "rm -rf dist"
},
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@calibress/curl-mcp-core": "0.0.5",
"@modelcontextprotocol/sdk": "^1.22.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"tsx": "^4.0.0",
"typescript": "^5.5.0"
}
}