# Dungeon Fighter Online — MCP server on mcp.ai > Connect your Dungeon Fighter Online account and use 25 tools for gaming straight from your AI agent. Connect with your own API key. Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience. By: mcp.ai · official Page: https://mcp.ai/dungeon_fighter_online ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_dungeon_fighter_online?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/dungeon_fighter_online/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/dungeon_fighter_online/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/dungeon_fighter_online/skill.md Postman collection (v2.1): https://mcp.ai/dungeon_fighter_online/postman.json ## Tools - dungeon_fighter_online_character_base_info(server_id: string, character_id: string) — 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 - dungeon_fighter_online_character_search(limit?: integer, serverId: string, wordType?: string, characterName: string) — 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 - dungeon_fighter_online_character_skill_buff_avatar(serverId: string, characterId: string) — 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 - dungeon_fighter_online_character_skill_buff_status(serverId: string, characterId: string) — Tool to fetch character's skill buff status information. Use when you need to know active buff statuses for a specific character. - dungeon_fighter_online_character_status_info(serverId: string, characterId: string) — Tool to retrieve status information of a specific character. Use after obtaining serverId and characterId to fetch current stats. - dungeon_fighter_online_character_timeline(next?: string, limit?: integer, serverId: string, characterId: string) — 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 - dungeon_fighter_online_get_character_avatar(server_id: string, character_id: string) — 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, - dungeon_fighter_online_get_character_buff_creature(serverId: string, characterId: string) — 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 - dungeon_fighter_online_get_character_creature(serverId: string, characterId: string) — Tool to retrieve equipped creature information for a Dungeon & Fighter Online character. Use after obtaining serverId and characterId to fetch creature details. - dungeon_fighter_online_get_character_equipment(server_id: string, character_id: string) — Retrieves comprehensive equipment information for a Dungeon & Fighter Online character. Returns detailed data including: - Character base information (level, job, fame, adventure, guild) - All equippe - dungeon_fighter_online_get_character_insignia(server_id: string, character_id: string) — Retrieves character equipped insignia (flag) information from Dungeon Fighter Online. Returns character details and equipped insignia/flag items including reinforcement skills. - dungeon_fighter_online_get_character_skill_buff(serverId: string, characterId: string) — 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, - dungeon_fighter_online_get_character_skill_style(serverId: string, characterId: string) — 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 - dungeon_fighter_online_get_item_hashtags() — 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. - dungeon_fighter_online_get_item_info(item_id: string) — 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. - dungeon_fighter_online_get_item_shop_info(item_id: string) — 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/ - dungeon_fighter_online_get_job_skills(job_id: string, job_grow_id: string) — 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 - dungeon_fighter_online_get_jobs() — 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. - dungeon_fighter_online_get_multiple_items(itemIds: string) — 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. - dungeon_fighter_online_get_multiple_skills(jobId: string, skillIds: string) — 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 - dungeon_fighter_online_get_server_list() — Tool to retrieve the list of available game servers. Use when needing to know which servers are available. - dungeon_fighter_online_get_skill_info(job_id: string, skill_id: string) — 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. - dungeon_fighter_online_search_characters_by_fame(jobId?: string, limit?: integer, isBuff?: boolean, maxFame?: integer, minFame?: integer, serverId: string, jobGrowId?: string, isAllJobGrow?: boolean) — 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. - dungeon_fighter_online_search_items(q?: string, limit?: integer, hashtag?: string, itemName?: string, wordType?: string) — 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 - dungeon_fighter_online_search_set_items(limit?: integer, wordType?: string, setItemName: string) — 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 ## Example prompts - "What can I do in Dungeon Fighter Online?" - "Show me a summary of my Dungeon Fighter Online account" ## Links Docs: https://mcp.ai/docs/mcps/dungeon_fighter_online Website: https://mcp.ai/mcps/dungeon_fighter_online