INDIVIDUAL MCP TOOL
list_answers
List the directory's editorial question-and-answer guides for buyers — how to pick a studio, what work costs, contracts and IP, NDAs, working across time zones — with each guide's slug, URL and summary.
LIVE ENDPOINT
https://www.gamedevoutsourcing.com/api/mcp
Connect to this endpoint to inspect the live schema for list_answers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gamedev-outsourcing]
url = "https://www.gamedevoutsourcing.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gamedev-outsourcing": {
"type": "http",
"url": "https://www.gamedevoutsourcing.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gamedev-outsourcing
Remote MCP URL: https://www.gamedevoutsourcing.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gamedev-outsourcing": {
"url": "https://www.gamedevoutsourcing.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gamedev-outsourcing": {
"type": "http",
"url": "https://www.gamedevoutsourcing.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gamedev-outsourcing",
"transport": "streamable-http",
"url": "https://www.gamedevoutsourcing.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_studios— Find game development outsourcing studios in this directory by service, country, region, engine, platform, art style, team size, or free text in the studio name and description.get_studio— Return one studio's full directory listing by its slug: description, services, engines, platforms, art styles, spoken languages, team size, location, and its positions on any of this directory's ranked lists.get_directory_statistics— Return the directory's current totals and breakdowns: how many studios are listed, and how they split by country, region, service, engine, platform and team size.list_rankings— List every ranked list the directory publishes — "Overall", "3D Art in Poland", "Unreal Engine" and so on — with each list's size, URL and slug, plus the "method" string describing exactly what the order measures.get_ranking— Return the published positions in one ranked list, by the slug from list_rankings.get_answer— Return the full question-and-answer text of one buyer guide by its slug from list_answers, with links to related pages.estimate_project_cost— Estimate what an outsourced game team costs in USD from a list of roles (discipline, seniority, headcount), an optional region and an optional duration in weeks.search— Search this game development outsourcing directory and return matching documents — studio profiles, buyer guides, ranked lists and the statistics page — as citable {id, title, url} results.