# SIGNLD MCP Connector

Machine-readable mirror of https://signld.ai/docs/integrations/mcp

## Summary

The SIGNLD MCP connector is a Model Context Protocol server that connects Claude, or any
MCP-compatible client, to a SIGNLD workspace. It gives the client read-only access to your connected
business systems and lets it author your own SIGNLD layer: the Knowledge Graph, Decision Topics,
charts, and dashboards. Every answer is traced back to the source system it came from.

Token savings: a general AI guesses at your business and you re-prompt it until it is close, paying
for every pass. SIGNLD gives the model your business context up front, so it answers from your
connected data on the first pass. Fewer re-prompts, lower token spend.

Server URL: https://app.signld.ai/api/mcp
Server ID: signld
Version: 1.0.0
Transport: MCP over HTTP

- Marketing page: https://signld.ai/mcp
- Documentation: https://signld.ai/docs/integrations/mcp
- Install listing: https://smithery.ai/servers/signld/mcp-server
- Workspace: https://app.signld.ai

## Requirements

- A SIGNLD workspace. Free forever plan, no credit card, or a 14-day trial for full access.
- An MCP-compatible client such as Claude.

## Connect

1. Create or sign in to your SIGNLD workspace at https://app.signld.ai
2. Add a custom MCP connector in your client with the server URL https://app.signld.ai/api/mcp (or install from https://smithery.ai/servers/signld/mcp-server)
3. Authenticate to connect your workspace.
4. Start asking questions. The client reads your Knowledge Graph first, then your data.

## Tools (19)

| Tool | Access | What it does |
|------|--------|--------------|
| list_workspaces | read-only | List SIGNLD workspaces you can access and mark the active one. |
| select_workspace | action | Switch the active workspace for this session. |
| get_guide | read-only | Return SIGNLD's authoritative how-to guide (sql, kg-authoring, topics, charting). |
| list_connections | read-only | List workspace data connections by id, name, and type. |
| get_connections_schema | read-only | Return table schemas for the requested connections as plain text. |
| get_table_details | read-only | Return detailed schema for specific tables. |
| execute_sql | read-only | Run one read-only DuckDB SQL query over your workspace data, Knowledge-Graph-first. |
| get_query_result | read-only | Fetch rows from a previous query result, paginated. |
| create_chart | write | Build a SIGNLD chart from a query result and return the spec and computed values. |
| get_knowledge_graph | read-only | Read a slim overview of the workspace Knowledge Graph. Call first in an analytical task. |
| get_kg_node_details | read-only | Return full details for specific Knowledge Graph nodes and metrics. |
| compile_kg_entity_spec | read-only | Load a Knowledge Graph entity and return its business description. |
| update_knowledge_graph | write | Add or update Knowledge Graph entities, metrics, and relationships by id. |
| delete_knowledge_graph_node | destructive | Delete a Knowledge Graph node and clean up dependent data. |
| get_topics | read-only | List the workspace Decision Topics. |
| get_topic_details | read-only | Return full details for specific Decision Topics. |
| create_topic | write | Create a new Decision Topic. |
| update_topic | write | Update a Decision Topic by id. |
| save_dashboard | write | Save a standalone HTML dashboard and return a view URL. |

## Resources (6)

| Resource | What it provides |
|----------|------------------|
| chart-viewer | A UI resource for rendering SIGNLD charts. |
| guide-sql | How to write SQL against your workspace data. |
| guide-kg-authoring | How to author the Knowledge Graph. |
| guide-topics | How to work with Decision Topics. |
| guide-charting | How to build charts. |
| kg-graph | A view of the workspace Knowledge Graph. |

## Prompts (5)

| Prompt | What it does |
|--------|--------------|
| analyze | Answer a business question from your workspace data, Knowledge-Graph-first. |
| kg-discovery | Interview the user and build out the Knowledge Graph for a business area. |
| new-topic | Capture a business question as a Decision Topic linked to the Knowledge Graph. |
| build-dashboard | Build and save a shareable dashboard for a subject. |
| kg-review | Run a hygiene pass over the Knowledge Graph and fix inconsistencies. |

## Data and safety

Source systems are never written to. Data access and SQL are read-only. The only writes go to your
own SIGNLD layer: the Knowledge Graph, Decision Topics, charts, and dashboards. Deleting a Knowledge
Graph node is the single destructive action and is clearly labeled. Your data stays yours.
