goagain

Free REST API and MCP server for Flesh and Blood card data

What You Get

REST API

Simple HTTP endpoints for cards, sets, keywords, and format legality. JSON responses, CORS enabled.

View API Docs →

MCP Server

Model Context Protocol server for AI assistants. Works with Claude, ChatGPT, and other MCP-compatible clients.

Setup Guide →

Complete Data

All cards, sets, keywords, abilities, and format legality. Updated regularly from official sources.

Check Status →

Quick Start

REST API Search for cards

curl "https://api.goagain.dev/cards?name=Strike&class=Warrior&limit=5"

REST API Get card details

curl "https://api.goagain.dev/cards/enlightened-strike-red"

MCP Add to Claude Desktop

{
  "mcpServers": {
    "flesh-and-blood": {
      "url": "https://mcp.goagain.dev/mcp"
    }
  }
}

API Endpoints

Endpoint Description
GET /cards Search cards with filters (name, type, class, set, pitch, keyword)
GET /cards/{id} Get card by unique ID or name
GET /cards/{id}/legality Get card legality across all formats
GET /sets List all card sets
GET /sets/{id} Get set details with cards
GET /keywords List all game keywords
GET /health Health check with data statistics