{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_67rmdzg384ez","handle":"iflow-mcp-martinpsdev-curl-mcp","url":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp","links":{"self":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp/record.json","html":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp","markdown":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-martinpsdev-curl-mcp","status":"https://wellknown.network/api/v1/agents/iflow-mcp-martinpsdev-curl-mcp/status","claim":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-martinpsdev-curl-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-martinpsdev-curl-mcp/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-martinpsdev-curl-mcp/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-martinpsdev-curl-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_martinpsdev_curl-mcp","summary":"Natural Language Curl Commander - Execute curl commands using natural language in English and Spanish","description":"# Curl MCP - Natural Language Curl Commander\n\nExecute curl commands using natural language in English and Spanish.\n\n## Prerequisites\n\n- Python 3.13 or higher\n- curl (usually pre-installed on Linux)\n- Git\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/MartinPSDev/curl-mcp.git\ncd curl-mcp\n```\n\n2. Create and activate a virtual environment:\n```bash\npython3 -m venv .env\nsource .env/bin/activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Start the MCP server:\n```bash\npython3 main.py\n```\n\n<img src=\"./demo.png\" width=\"70%\" height=\"70%\" alt=\"demo\">\n\n## Configuration\n\nAdd this to your MCP settings:\n\n```json\n{\n    \"mcpServers\": {\n        \"curl-mcp\": {\n            \"command\": \"/usr/bin/python3\",\n            \"args\": [\n                \"/path/to/your/curl-mcp/main.py\"\n            ],\n            \"env\": {\n                \"PYTHONPATH\": \"/path/to/your/curl-mcp/.env/lib/python3.11/site-packages\"\n            }\n        }\n    }\n}\n```\n\nNote: Replace `/path/to/your/curl-mcp` with the actual path where you cloned the repository.\n\n## Usage\n\n1. Start the MCP server:\n```bash\npython3 main.py\n```\n\n2. The server can now receive natural language commands in English or Spanish. Here are some examples:\n\n### Basic Examples:\n- \"Get headers from https://example.com\"\n- \"Show raw response from https://api.example.com\"\n- \"Download https://example.com and save as page.html\"\n\n### Advanced Examples:\n- Headers and Authentication:\n  - \"Make a request to https://api.example.com with header Authorization: Bearer mytoken\"\n  - \"Get https://api.example.com using basic auth user:password\"\n\n- Data Handling:\n  - \"POST to https://api.example.com/users with data name=John and age=25\"\n  - \"Send form data to https://upload.example.com with file image.jpg\"\n  - \"POST urlencoded data user=test+name to https://api.example.com\"\n\n- Security and Options:\n  - \"Get https://example.com ignoring SSL verification\"\n  - \"Request https://api.example.com with timeout 30 s…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_martinpsdev_curl-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_martinpsdev_curl-mcp","registry":"pypi","observedAt":"2026-09-15T18:22:15.522Z","publishedAt":"2026-01-27T08:00:00.156505Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_martinpsdev_curl-mcp","url":"https://pypi.org/project/iflow-mcp_martinpsdev_curl-mcp/","firstSeenAt":"2026-09-09T19:25:11.613Z","fetchedAt":"2026-09-15T18:21:39.039Z","normalizedAt":"2026-09-15T18:21:39.039Z"}]},"firstSeenAt":"2026-09-09T19:25:11.613Z","updatedAt":"2026-09-15T18:22:15.522Z"}