Game Development
onlyworlds.com
Provides tools to explore and retrieve elements and schemas in the OnlyWorlds world-building system.
ENDPOINT 1
https://www.onlyworlds.com/mcp
MCP server metadata
- Name
- OnlyWorlds
- Version
- 3.4.4
Known tools 11
list_element_typesList all 22 OnlyWorlds element types with a one-line shape summary of each.
Inferred read-onlyget_element_schemaReturn the field structure of one OnlyWorlds element `type` (a slug from `list_element_types`, e.
Inferred read-onlysearch_schemaSearch every element type's fields for `query` (case-insensitive substring), across all 22 types.
Inferred read-onlylist_elementsList elements of one `type` in the world named by your API-Key header, newest-created first.
Inferred read-onlyget_elementFetch one element by `type` and `id` (a UUID) from the world named by your API-Key header.
Inferred read-onlysearch_elementsSearch elements by name across ALL 22 types in the world named by your API-Key header (case-insensitive substring match).
Inferred read-onlyget_changesReturn the delta feed for the world named by your API-Key header: every element created/updated (`op: "upsert"`, full body) or deleted (`op: "delete"`) since `since_cursor`, in apply order, in pages of `limit` (default 25, max 1000).
Potential side effectscreate_elementCreate one new element of `type` in the world named by your API-Key header.
Potential side effectsupdate_elementUpdate an existing element by `type` and `id`, changing ONLY the fields you pass — omitted fields are preserved.
Potential side effectsedit_linksAdd and/or remove links on ONE multi-link `field` of an element, leaving the rest of that field's array untouched.
Potential side effectsbulk_applyCreate and/or update many elements across any of the 22 types in one call.
Potential side effectsCONNECT 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.onlyworlds]
url = "https://www.onlyworlds.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onlyworlds": {
"type": "http",
"url": "https://www.onlyworlds.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onlyworlds
Remote MCP URL: https://www.onlyworlds.com/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": {
"onlyworlds": {
"url": "https://www.onlyworlds.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onlyworlds": {
"type": "http",
"url": "https://www.onlyworlds.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onlyworlds",
"transport": "streamable-http",
"url": "https://www.onlyworlds.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onlyworlds.com was fetched 2026-07-26T08:17:21.080Z and is being refreshed.
onlyworlds.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.