streamable-httpupdated 3mo ago
Let agents test Unity scenes and return review-ready receipts.
What can you do with Unity MCP Test Loop?
Unity MCP Test Loop
Let agents test Unity scenes and return review-ready receipts.
Unity MCP Test Loop is a paid hosted remote MCP for Unity-MCP. It exposes Streamable HTTP tool calls, bearer-token access, public server-card metadata, usage logs, and receipt-oriented JSON for AI agent workflows.
Public Endpoints
- Website: https://unitymcptest.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27
- MCP endpoint: https://unitymcptest.clauxel.com/mcp
- Server card: https://unitymcptest.clauxel.com/server-card.json
- Registry name:
com.clauxel.unitymcptest/unitymcptest-mcp
Access
This is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
Tools
run_unity_playmode_checkinvoke_unity_methodsummarize_unity_failureexport_unity_receipt
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://unitymcptest.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27
- Pricing: https://unitymcptest.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605r27#pricing
- Server card: https://unitymcptest.clauxel.com/server-card.json
- MCP endpoint: https://unitymcptest.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Install
Add Unity MCP Test Loop to your client. Pick the one you use.
claude mcp add --transport http unity-mcp-test-loop https://unitymcptest.clauxel.com/mcpcodex mcp add unity-mcp-test-loop --url https://unitymcptest.clauxel.com/mcp{
"mcpServers": {
"unity-mcp-test-loop": {
"url": "https://unitymcptest.clauxel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"unity-mcp-test-loop": {
"type": "http",
"url": "https://unitymcptest.clauxel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"unity-mcp-test-loop": {
"url": "https://unitymcptest.clauxel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"unity-mcp-test-loop": {
"serverUrl": "https://unitymcptest.clauxel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 tools
Unity MCP Test Loop exposes 2 tools to a connected agent.
- run_unity_playmode_check
- `invoke_unity_method`
- summarize_unity_failure
- `export_unity_receipt`
Score
52 / 100
Adequate
- Documentation17/25
- Maintenance13/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 96 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 27, 2026 |