{
  "info": {
    "name": "Feathery — mcp.ai",
    "description": "REST API for the Feathery MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/feathery",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "feathery_account_edit",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "edit"
          ]
        },
        "description": "Tool to edit an existing account’s role and permissions. Use when modifying account settings after confirming identity.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role\": \"\",\n  \"email\": \"\",\n  \"account_id\": \"\",\n  \"permission_edit_logic\": false,\n  \"permission_edit_theme\": false,\n  \"permission_edit_form_results\": false,\n  \"permission_invite_collaborators\": false,\n  \"permission_edit_collaborator_template\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_account_get_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/account/get/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "account",
            "get",
            "info"
          ]
        },
        "description": "Tool to get your Feathery team name and list of accounts. Use when you need to fetch your team's account info.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_document_fill_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/document/fill/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "document",
            "fill",
            "template"
          ]
        },
        "description": "Tool to fill or sign a Feathery document template. Use when you need to generate a completed or signed document file after mapping template fields.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\",\n  \"document\": \"\",\n  \"field_values\": {},\n  \"signer_email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_document_list_envelopes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/document/list/envelopes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "document",
            "list",
            "envelopes"
          ]
        },
        "description": "Tool to list generated document envelopes by document or user ID. Use when you need to retrieve envelope records for auditing or tracking.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_form_create_hidden_field",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/form/create/hidden/field",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "form",
            "create",
            "hidden",
            "field"
          ]
        },
        "description": "Creates a new hidden field in the Feathery account. Hidden fields store non-visible data that can be populated via integrations, the API, embed SDK, or URL parameters. Use this to track metadata like ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"field_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_form_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/form/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "form",
            "delete"
          ]
        },
        "description": "Permanently delete a form from your Feathery account. This action is irreversible. Use the 'List Forms' action first to get valid form IDs. The form_id corresponds to the 'id' field in the form list r",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"form_id\": \"\",\n  \"confirm_delete\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_form_get_schema",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/form/get/schema",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "form",
            "get",
            "schema"
          ]
        },
        "description": "Retrieve the complete schema of a Feathery form including all steps, fields, rules, and translations. Use the List Forms action first to find the form_id. Returns detailed structure for understanding ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"form_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_form_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/form/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "form",
            "list"
          ]
        },
        "description": "Tool to list all forms in your Feathery account. Use when you need to view or filter available forms.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_form_list_hidden_fields",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/form/list/hidden/fields",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "form",
            "list",
            "hidden",
            "fields"
          ]
        },
        "description": "Tool to list all hidden form fields in the account. Use when you need to retrieve hidden field configuration before processing form submissions.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"offset\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_log_list_api_connector_errors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/log/list/api/connector/errors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "log",
            "list",
            "api",
            "connector",
            "errors"
          ]
        },
        "description": "Tool to list recent API connector error logs for a form. Use after confirming the form ID to troubleshoot integration issues.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"form_id\": \"\",\n  \"end_time\": \"\",\n  \"start_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_log_list_email_issues",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/log/list/email/issues",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "log",
            "list",
            "email",
            "issues"
          ]
        },
        "description": "Tool to list email bounce and complaint events. Use when you need to diagnose delivery issues for sent emails.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end_time\": \"\",\n  \"event_type\": \"\",\n  \"start_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_log_list_emails",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/log/list/emails",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "log",
            "list",
            "emails"
          ]
        },
        "description": "Tool to list recently sent emails for a form. Use when you need to review email logs after sending form-based emails.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"form_id\": \"\",\n  \"end_time\": \"\",\n  \"start_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_log_list_quick_requests",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/log/list/quick/requests",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "log",
            "list",
            "quick",
            "requests"
          ]
        },
        "description": "Tool to list recent Quik integration request logs for a form. Use when you need to review API requests sent to Quik for a specific form.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"form_id\": \"\",\n  \"end_time\": \"\",\n  \"start_time\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_user_create_or_fetch",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/create/or/fetch",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "create",
            "or",
            "fetch"
          ]
        },
        "description": "Tool to create a new user or fetch an existing one. Use when you need to ensure a user exists and get their SDK key.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_user_delete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/delete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "delete"
          ]
        },
        "description": "Tool to delete a specific user by ID. Use when you need to remove a user after confirming the user exists.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_user_get_all_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/get/all/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "get",
            "all",
            "data"
          ]
        },
        "description": "Retrieve all stored data fields for a user or all field definitions in your Feathery account. Use this to fetch form field values submitted by users, or to list all available field definitions. Return",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_user_get_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/get/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "get",
            "session"
          ]
        },
        "description": "Tool to get a user's form session and progress. Use after authenticating and when you need to retrieve session data.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"user_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_user_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/user/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "user",
            "list"
          ]
        },
        "description": "Tool to list all users in your Feathery account. Use when you need to retrieve users with optional creation time or field-based filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created_after\": \"\",\n  \"created_before\": \"\",\n  \"filter_field_id\": \"\",\n  \"filter_field_value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "feathery_workspace_generate_login_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/workspace/generate/login/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "workspace",
            "generate",
            "login",
            "token"
          ]
        },
        "description": "Generate a login JWT for a Feathery workspace. This is used for white-label integrations where users authenticate through your system and are automatically logged into Feathery. Prerequisites: - Obtai",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account_id\": \"\",\n  \"workspace_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}