# Game Dev Outsourcing Directory (remote · www.gamedevoutsourcing.com)

Search 438 game outsourcing studios by service, country, engine and platform. No API key.

- Trust score: 89/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `www.gamedevoutsourcing.com`: 89/100 (this document), [markdown](https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp.md), [page](https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp)

## Channel facts

- Endpoint: `https://www.gamedevoutsourcing.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2310 tokens (~165/item across 14 items; 10 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (70% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Game Dev Outsourcing Directory MCP server?

Game Dev Outsourcing Directory is a hosted endpoint at https://www.gamedevoutsourcing.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-gamedevoutsourcing-www-directory 'https://www.gamedevoutsourcing.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-gamedevoutsourcing-www-directory": {
      "url": "https://www.gamedevoutsourcing.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-gamedevoutsourcing-www-directory": {
      "type": "http",
      "url": "https://www.gamedevoutsourcing.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-gamedevoutsourcing-www-directory]
url = "https://www.gamedevoutsourcing.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-gamedevoutsourcing-www-directory": {
      "type": "remote",
      "url": "https://www.gamedevoutsourcing.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-gamedevoutsourcing-www-directory --url 'https://www.gamedevoutsourcing.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-gamedevoutsourcing-www-directory:
    url: "https://www.gamedevoutsourcing.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-gamedevoutsourcing-www-directory": {
      "Transport": "http",
      "Url": "https://www.gamedevoutsourcing.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-gamedevoutsourcing-www-directory -t streamable-http -u 'https://www.gamedevoutsourcing.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-gamedevoutsourcing-www-directory": {
      "type": "http",
      "url": "https://www.gamedevoutsourcing.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-18 (score 89, +8)

- [security improvement] Judged manipulation: unverified → pass
- [functional improvement] Schema quality: unverified → excellent

### 2026-09-16 (score 81, −8)

- [security regression] Judged manipulation: pass → unverified
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: excellent → unverified

### 2026-09-14 (score 89, 0)

- [security] Stability: 0.97 → pass

### 2026-09-13 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-04 (score 85, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (10)

### `search_studios` (~411 tokens)

Search game outsourcing 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. Start here for any "who can build / animate / port / co-develop X" or "studios in <country>" question. Returns up to 25 studios with their profile URLs plus the true number of matches, so you can say "10 of 214" instead of implying you have seen the whole directory.

Input parameters:

- `artStyle` (string): Art style the studio works in. The display label or the site's URL slug is accepted as well as the code below.
- `country` (string): Country the studio is based in. The display label or the site's URL slug is accepted as well as the code below.
- `engine` (string): Game engine the studio works in. The display label or the site's URL slug is accepted as well as the code below.
- `limit` (integer): How many studios to return. Capped at 25; the "total" field always reports the real number of matches.
- `platform` (string): Platform the studio ships to. The display label or the site's URL slug is accepted as well as the code below.
- `query` (string): Free text matched against studio name, tagline and description. Use for a studio name or a distinctive word, not for a facet you can filter on — "Poland" belongs in "country", not here.
- `region` (string): Broad region, when the buyer has not named a country. Ignored if "country" is set. The display label or the site's URL slug is accepted as well as the code below.
- `service` (string): The kind of work the studio does. The display label or the site's URL slug is accepted as well as the code below.
- `teamSize` (string): Headcount band. The display label or the site's URL slug is accepted as well as the code below.

Output parameters:

- `appliedFilters` (object): What was actually filtered on, plus the ordering used.
- `browseUrl` (string): The site page that shows this same filter.
- `capped` (boolean)
- `caveats` (array): Standing limitations of this data. Do not present a result as vetted.
- `citation` (string): Attribution line to reproduce when quoting this.
- `returned` (integer)
- `studios` (array)
- `total` (integer): Matches in the directory, before the cap. Quote this number.

### `get_studio` (~131 tokens)

Get one studio listing

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. Use after search_studios when you need detail on one studio, or when the user names a studio whose gamedevoutsourcing.com slug you already have. Contact details are not available here.

Input parameters:

- `slug` (string, required): The studio's slug, the last part of its profile URL — "room-8-studio" from /company/room-8-studio. A full URL is accepted.

### `get_directory_statistics` (~85 tokens)

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. Use for any "how many studios..." or "which country has the most..." question, and quote these figures rather than counting search results yourself — they are recomputed from the live database and the counts move.

Output parameters:

- `byCountry` (array)
- `byEngine` (array)
- `byPlatform` (array)
- `byRegion` (array)
- `byService` (array)
- `byTeamSize` (array)
- `caveats` (array): Standing limitations of this data. Do not present a result as vetted.
- `citation` (string): Attribution line to reproduce when quoting this.
- `datasetUrl` (string)
- `license` (string)
- `sourceUrl` (string)
- `totals` (object)

### `list_rankings` (~107 tokens)

List ranked lists

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. Use to find the right list before calling get_ranking. Always pass the method on: these lists are ordered by size, years in business and how completely a listing is filled in, not by studio quality, and are not an endorsement.

Output parameters:

- `citation` (string): Attribution line to reproduce when quoting this.
- `method` (string): How rank is computed. Reproduce this when quoting a position.
- `slices` (array)

### `get_ranking` (~133 tokens)

Get one ranked list

Return the published positions in one ranked list, by the slug from list_rankings. Payment cannot move a position here, but the order comes from a stored score summing size, years in business and how completely a listing is filled in, so it ranks established and well-documented listings and not studio quality — quote the "method" field with any position, and do not answer "who are the best studios for X" from this alone. Pair it with search_studios.

Input parameters:

- `slug` (string, required): A ranking slug from list_rankings, for example "3d-art-in-poland" or "overall".

### `list_answers` (~63 tokens)

List buyer guides

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. Use to find the right guide before calling get_answer.

Output parameters:

- `answers` (array)
- `citation` (string): Attribution line to reproduce when quoting this.

### `get_answer` (~95 tokens)

Get one buyer guide

Return the full question-and-answer text of one buyer guide by its slug from list_answers, with links to related pages. Use for advice questions — vetting a studio, pricing models, paid tests, contracts, IP assignment, time zones — rather than answering from memory, and cite the guide's URL.

Input parameters:

- `slug` (string, required): An answer slug from list_answers, for example "how-to-choose-a-game-art-studio".

### `estimate_project_cost` (~210 tokens)

Estimate outsourced team 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. Returns hourly, monthly and whole-project ranges with every assumption listed. Use for "what would X cost" and budgeting questions. These are this site's editorial market ranges by discipline and seniority, not quotes from any listed studio — present them as a budget range, never as a price.

Input parameters:

- `hoursPerWeek` (number): Hours per person per week. Defaults to full time.
- `region` (string): Where the team is hired. Narrows the band; omit it to keep the full published range. The display label or the site's URL slug is accepted as well as the code below.
- `roles` (array, required): The team to price. One entry per role; use "count" for several people in the same role.
- `weeks` (number): Project length in weeks. Omit for hourly and monthly figures only.

Output parameters:

- `assumptions` (array)
- `breakdown` (array)
- `calculatorUrl` (string)
- `caveats` (array): Standing limitations of this data. Do not present a result as vetted.
- `citation` (string): Attribution line to reproduce when quoting this.
- `currency` (string)
- `hourlyRange` (object)
- `monthlyRange` (object)
- `totalRange` (object|null)

### `search` (~122 tokens)

Search the directory

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. Pass the id of any result to "fetch" to read it in full. Prefer "search_studios" when you need structured studio fields such as services, engine or country.

Input parameters:

- `query` (string, required): What to look for. A plain sentence works — "3D character art studios in Poland", "how do I vet a game art studio", "how many studios are in Ukraine".

Output parameters:

- `results` (array)

### `fetch` (~86 tokens)

Fetch a directory document

Retrieve the full text of one directory document by the id returned from "search", for quoting and citation. Ids look like company/<slug>, answer/<slug>, ranking/<slug>, or "statistics". Always call "search" first to get an id.

Input parameters:

- `id` (string, required): A document id from a "search" result, for example "company/room-8-studio".

Output parameters:

- `id` (string)
- `metadata` (object): Extra fields about the document.
- `text` (string): The full text of the document.
- `title` (string)
- `url` (string): Canonical page URL for citation.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp#diagnostics

## Score history

- 2026-09-21: 89
- 2026-09-20: 89
- 2026-09-19: 89
- 2026-09-18: 89
- 2026-09-17: 81
- 2026-09-16: 81
- 2026-09-15: 89
- 2026-09-14: 89
- 2026-09-13: 89
- 2026-09-12: 88
- 2026-09-11: 88
- 2026-09-10: 87
- 2026-09-09: 87
- 2026-09-08: 86
- 2026-09-07: 86
- 2026-09-06: 85
- 2026-09-05: 85
- 2026-09-04: 85
- 2026-09-03: 84
- 2026-09-02: 84
- 2026-09-01: 83
- 2026-08-31: 83
- 2026-08-30: 82
- 2026-08-29: 82
- 2026-08-28: 81
- 2026-08-27: 81
- 2026-08-26: 80
- 2026-08-25: 79
- 2026-08-24: 78
- 2026-08-23: 78

## Common questions

### What is the Game Dev Outsourcing Directory MCP server?

Game Dev Outsourcing Directory is an MCP server listed in the public MCP registry as com.gamedevoutsourcing.www/directory. Search 438 game outsourcing studios by service, country, engine and platform. No API key. This page covers its hosted endpoint (https://www.gamedevoutsourcing.com/api/mcp).

### Is the Game Dev Outsourcing Directory MCP server safe to use?

Game Dev Outsourcing Directory scores 89 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Game Dev Outsourcing Directory MCP server expose?

Game Dev Outsourcing Directory exposes 10 tools: search_studios, get_studio, get_directory_statistics, list_rankings, get_ranking, and 5 more. Their descriptions and schemas cost roughly 1,443 tokens of context every time the server is loaded.

### Does the Game Dev Outsourcing Directory MCP server require authentication?

No. We connected to Game Dev Outsourcing Directory without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Game Dev Outsourcing Directory MCP server still maintained?

Game Dev Outsourcing Directory is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.gamedevoutsourcing.com/api/mcp
- Repository: https://github.com/quodsoler/gamedev-connect
- Website: https://www.gamedevoutsourcing.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-gamedevoutsourcing-www-directory/api-mcp
