← Registry

Developer Tools

coredevelopment.shop

Provides an interface to query and retrieve details about the ItemsCore scripting API, including methods, triggers, events, and item schemas.

1 endpoint7 known toolsCached registry data

ENDPOINT 1

https://www.coredevelopment.shop/api/mcp

No auth detected

Known tools 7

search_methods

Search the ItemsCore scripting API for methods by name, category, signature, or description.

get_method

Get the full details (signature, params, return, description, example) of a specific method.

list_triggers

List every action trigger (when an item's actions can run, e.g.

list_events

List the custom events and the global scripting variables (player, event, core, particles, etc.) available when writing item actions.

get_item_schema

Get the full schema and field reference for the clean item JSON that ItemsCore imports.

validate_item

Validate a clean item JSON object against the ItemsCore schema (unknown methods, wrong argument count, wrong argument order/type).

generate_item_template

Return a valid starter item JSON to build from.