dbc-mcp-server

g1331/dbc-mcp-server

3.2

If you are the rightful owner of dbc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The DBC MCP Server is a robust tool designed for managing DBC files, enabling users to create, edit, and delete signals, messages, and nodes efficiently.

Tools

Functions exposed to the LLM to take actions

open_dbc

Open or create a DBC file.

get_dbc_info

Retrieve DBC file information and statistics.

list_signals

List all signals.

get_signal_info

Get detailed information about a specific signal.

search_signals

Search and filter signals.

create_signal

Create a signal within a specified message.

add_signal_to_message

Convenience function to create a message and signal.

update_signal

Update signal properties.

delete_signal

Delete a signal.

encode_signal

Encode a physical value to a raw value.

decode_signal

Decode a raw value to a physical value.

list_messages

List all messages.

create_message

Create a new message.

delete_message

Delete a message.

list_nodes

List all nodes.

create_node

Create a new node.

update_node

Rename a node.

delete_node

Delete a node.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources