search
ActiveTool of Giantbomb
declared in 0.1.0
Search Giant Bomb by keyword across resource types (game, franchise, character, concept, object, location, person, company, video); returns name, resource_type, and deck for each match. NOTE: API offline as of 2026-05.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "The Legend of Zelda"
},
{
"limit": 10,
"query": "Mario",
"resources": "character,game"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number"
},
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"resources": {
"type": "string",
"description": "Comma-sep: game,franchise,character,concept,object,location,person,company,video"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Giantbomb
https://github.com/pipeworx-io/mcp-giantbomb
1/7 registries