{
  "info": {
    "name": "Dungeon Fighter Online — mcp.ai",
    "description": "REST API for the Dungeon Fighter Online 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/dungeon_fighter_online",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "dungeon_fighter_online_character_base_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/base/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "base",
            "info"
          ]
        },
        "description": "Retrieves comprehensive base information for a Dungeon & Fighter Online character, including level, job details, fame, adventure/account info, and guild membership. Prerequisites: - Use GET_SERVER_LIS",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"server_id\": \"\",\n  \"character_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_character_search",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/search",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "search"
          ]
        },
        "description": "Search for Dungeon Fighter Online characters by name on a specific server. Returns a list of characters matching the search criteria, including their ID, level, job information, and fame points. Use t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"serverId\": \"\",\n  \"wordType\": \"\",\n  \"characterName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_character_skill_buff_avatar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/skill/buff/avatar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "skill",
            "buff",
            "avatar"
          ]
        },
        "description": "Retrieves detailed information about a character's buff skill and equipped avatars that enhance it. Returns comprehensive data including: - Buff skill details (name, ID, level, description, stat value",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_character_skill_buff_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/skill/buff/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "skill",
            "buff",
            "status"
          ]
        },
        "description": "Tool to fetch character's skill buff status information. Use when you need to know active buff statuses for a specific character.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_character_status_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/status/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "status",
            "info"
          ]
        },
        "description": "Tool to retrieve status information of a specific character. Use after obtaining serverId and characterId to fetch current stats.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_character_timeline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/character/timeline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "character",
            "timeline"
          ]
        },
        "description": "Retrieves the activity timeline for a specific character in Dungeon Fighter Online. Returns a chronological list of timeline events (e.g., equipment changes, level ups, achievements) for the character",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"next\": \"\",\n  \"limit\": 0,\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_avatar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/avatar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "avatar"
          ]
        },
        "description": "Retrieves comprehensive information about a character's equipped avatar items in Dungeon Fighter Online. Returns character details and avatar equipment across all slots (hair, face, hat, neck, jacket,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"server_id\": \"\",\n  \"character_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_buff_creature",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/buff/creature",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "buff",
            "creature"
          ]
        },
        "description": "Retrieves detailed information about a character's buff skill creature equipment. Returns comprehensive data including: - Character information (name, level, job, guild) - Buff skill details (skill na",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_creature",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/creature",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "creature"
          ]
        },
        "description": "Tool to retrieve equipped creature information for a Dungeon & Fighter Online character. Use after obtaining serverId and characterId to fetch creature details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_equipment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/equipment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "equipment"
          ]
        },
        "description": "Retrieves comprehensive equipment information for a Dungeon & Fighter Online character. Returns detailed data including: - Character base information (level, job, fame, adventure, guild) - All equippe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"server_id\": \"\",\n  \"character_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_insignia",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/insignia",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "insignia"
          ]
        },
        "description": "Retrieves character equipped insignia (flag) information from Dungeon Fighter Online. Returns character details and equipped insignia/flag items including reinforcement skills.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"server_id\": \"\",\n  \"character_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_skill_buff",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/skill/buff",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "skill",
            "buff"
          ]
        },
        "description": "Retrieves detailed information about a character's skill buff equipment, including the buff skill details and equipment items that enhance the buff. This action returns: - Character information (name,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_character_skill_style",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/character/skill/style",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "character",
            "skill",
            "style"
          ]
        },
        "description": "Tool to retrieve character skill style information. Use when you need to know a character's active skills, passive skills, skill evolutions, and skill enhancements. Note: Skill enhancements through it",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"serverId\": \"\",\n  \"characterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_item_hashtags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/item/hashtags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "item",
            "hashtags"
          ]
        },
        "description": "Tool to retrieve the list of all available item hashtags for searching items. Use when needing to know which hashtag categories are available for item searches.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_item_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/item/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "item",
            "info"
          ]
        },
        "description": "Retrieves detailed information for a specific item in Dungeon & Fighter Online. Equipment stats are shown based on Superior 100% grade values. Titles are shown based on average Ordinary grade values.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"item_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_item_shop_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/item/shop/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "item",
            "shop",
            "info"
          ]
        },
        "description": "Tool to retrieve item shop sell information for specific equipment. Use when needing to find which NPCs sell a particular item and at what price. Only supports Lv.95 Epic and Lv.100+ Unique/Legendary/",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"item_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_job_skills",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/job/skills",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "job",
            "skills"
          ]
        },
        "description": "Tool to retrieve the complete list of skills available for a specific character class and advancement. Use when you need to know what skills are available for a particular job and job growth combinati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": \"\",\n  \"job_grow_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_jobs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/jobs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "jobs"
          ]
        },
        "description": "Tool to retrieve the list of all available character classes (jobs) in Dungeon Fighter Online. Use when needing to know which job classes are available in the game.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_multiple_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/multiple/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "multiple",
            "items"
          ]
        },
        "description": "Tool to retrieve detailed information for multiple items at once. Use when needing to fetch item details for up to 15 items in a single request. Duplicate item IDs will be processed only once.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"itemIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_multiple_skills",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/multiple/skills",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "multiple",
            "skills"
          ]
        },
        "description": "Retrieves information for multiple skills of a character class at once. Up to 10 skills can be queried per request, with duplicate skill IDs automatically removed. Use this action when you need to fet",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"jobId\": \"\",\n  \"skillIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_server_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/server/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "server",
            "list"
          ]
        },
        "description": "Tool to retrieve the list of available game servers. Use when needing to know which servers are available.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_get_skill_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/skill/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "skill",
            "info"
          ]
        },
        "description": "Tool to retrieve detailed information for a specific skill of a character class. Use when you need to know skill stats, level requirements, MP costs, cooldowns, or level-by-level progression details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": \"\",\n  \"skill_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_search_characters_by_fame",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/characters/by/fame",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "characters",
            "by",
            "fame"
          ]
        },
        "description": "Tool to search characters by fame ranking. Only returns characters level 110 or above that have logged in within 90 days. Use when you need to find high-ranking characters based on fame points.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"jobId\": \"\",\n  \"limit\": 0,\n  \"isBuff\": false,\n  \"maxFame\": 0,\n  \"minFame\": 0,\n  \"serverId\": \"\",\n  \"jobGrowId\": \"\",\n  \"isAllJobGrow\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_search_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "items"
          ]
        },
        "description": "Search for Dungeon Fighter Online items by name or hashtag. Only returns items currently obtainable in-game. Supports filtering by level range and rarity. Item images available at https://img-api.dfon",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"limit\": 0,\n  \"hashtag\": \"\",\n  \"itemName\": \"\",\n  \"wordType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "dungeon_fighter_online_search_set_items",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/set/items",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "set",
            "items"
          ]
        },
        "description": "Search for Dungeon Fighter Online set items by name. Returns a list of set items matching the search criteria, including their unique identifiers. Supports exact match, prefix match, and full text sea",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"wordType\": \"\",\n  \"setItemName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}