MCP server for docs.freefirecommunity.com · 6 tools · published by The Beat Level on doc2mcp.
Listed on the MCP Registry · io.github.doc2mcp/freefirecommunity6
7
6
60
Marketplace MCPs don't include the creator's token. Create your own MCP access token on your profile, then use it in the config below.
Loading…
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"freefirecommunity": {
"url": "https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"freefirecommunity": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/d590fef3-1aee-410c-86fa-3abd968db980/mcp
The capabilities this MCP server exposes to AI agents.
get_player_info
Retrieve general information about a Free Fire player.
get_player_stats
Retrieve detailed statistics for a Free Fire player.
get_game_assets
Retrieve game assets and images from Free Fire.
get_craftland_maps
Retrieve information about Craftland maps in Free Fire.
Build yours
Turn your documentation into an MCP server like this.
Paste a docs URL and it's published to the marketplace automatically once ready. Works with Cursor, Claude, VS Code, Windsurf, and OpenAI Agents.
Generate your MCPget_player_wishlist
Retrieve the wishlist items for a Free Fire player.
check_player_ban_status
Check if a Free Fire player has been banned.