Skip to content
Back to search
100
MCP live v1.2.0 MCP 2025-11-25 streamable-http

io.github.eox-a/eoxelements

io.github.EOX-A/EOxElements

A server to provide information about EOxElements custom elements for coding agents.

Uptime
100.0%
1 direct probes · 30d
Response
109ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_elements

List all available EOxElements custom elements.

get_element_details

Get the full details for a specific EOxElements custom element.

get_element_stories

Get the stories (examples/snippets) for a specific EOxElements custom element. This includes descriptions and vanilla JS code snippets.

get_element_attributes

Get the attributes for a specific EOxElements custom element.

get_element_properties

Get the properties for a specific EOxElements custom element.

get_element_events

Get the events for a specific EOxElements custom element.

get_element_methods

Get the methods for a specific EOxElements custom element.

get_element_slots

Get the slots for a specific EOxElements custom element.

get_element_css_properties

Get the CSS custom properties for a specific EOxElements custom element.

get_element_css_parts

Get the CSS shadow parts for a specific EOxElements custom element.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.eox-a/eoxelements": {
      "url": "https://elements.mcp.eox.at",
      "transport": "streamable-http"
    }
  }
}