New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@onlyworlds/mcp-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onlyworlds/mcp-client

MCP client for OnlyWorlds API schema access

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

OnlyWorlds MCP Client

Model Context Protocol (MCP) client for accessing OnlyWorlds API schema and tools.

Installation

npm install -g @onlyworlds/mcp-client

Or use directly with npx:

npx @onlyworlds/mcp-client

Usage

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "onlyworlds": {
      "command": "npx",
      "args": ["-y", "@onlyworlds/mcp-client"]
    }
  }
}

Environment Variables

  • ONLYWORLDS_API_URL - API base URL (optional, defaults to https://www.onlyworlds.com)
  • ONLYWORLDS_API_KEY - Your API key (optional, only for world-specific data)
  • ONLYWORLDS_API_PIN - Your API PIN (optional, only for world-specific data)

Note: Authentication is not required for accessing the OnlyWorlds schema and tools.

What It Does

This NPM package is a lightweight bridge that connects Claude/Cursor to the OnlyWorlds MCP server. It forwards requests to https://www.onlyworlds.com/mcp/messages/ where the actual MCP implementation runs.

The package enables AI assistants to access:

Resources

  • Access complete OnlyWorlds API documentation
  • Get schemas for all 22 element types
  • View field formatting guides and examples
  • Access authentication and endpoint information

Tools (v1.1.0+)

  • list_element_types - List all available element types
  • get_element_schema - Get complete field list for any element type
  • get_field_relationships - Get relationship field mappings
  • search_schema_fields - Search for fields across all schemas
  • get_field_info - Get detailed information about any field
  • get_api_quickstart - Get API documentation with examples
  • get_onlyworlds_overview - Get comprehensive OnlyWorlds overview
  • get_category_icons - Get icon mappings for categories
  • get_element_sections - Get field section organization

Version History

  • v1.1.0 - Added full tool support (10 tools for schema exploration)
  • v1.0.1 - Bug fixes and improvements
  • v1.0.0 - Initial release with resource support

License

MIT

Keywords

mcp

FAQs

Package last updated on 02 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts