← Registry

General Tools

lattice-sys.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint18 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://plumbline.lattice-sys.com/mcp/demo

No auth detected

MCP server metadata

Name
prompto:plumbline
Version
0.2.0
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 18

ask_prepare

BYO step 1 of 2: run the server-side trust plane for a business question (plan, SQL-verified facts, evidence retrieval, answerability gate, prompt composition) and return the composed prompt plus a single-use prepare_key (a signed handoff token; echo it back VERBATIM and in full, or use the short ask_id alias; in prose always say the ask_id, never the token).

Inferred read-only
ask_result

Fetch the published verdict for an ask_prepare session (status: pending, published, or unknown).

Inferred read-only
ask_submit_draft

BYO step 2 of 2: verify the draft you wrote for an ask_prepare prompt.

Inferred read-only
compare_departments

Compare two departments by headcount and compensation.

Inferred read-only
cross_check

Corroborate a figure you obtained (e.

Inferred read-only
describe_fact_capabilities

List safe metadata for the registered fact queries available on the server-pinned dataset: IDs, labels, parameters, and result shapes, never SQL.

Inferred read-only
find_payroll_anomalies

Surface payroll and deduction anomalies in the latest snapshot.

Inferred read-only
get_ai_act_transparency

Return the Art.

Inferred read-only
get_answer_queries

Show the SQL behind one answer you already received, addressed by its correlation_id.

Inferred read-only
get_evidence_document

Show ONE retrieved evidence document behind an answer you already received, addressed by that answer's correlation_id plus a document_id from its evidence_documents references.

Inferred read-only
get_manager_chain

Return the management/reporting chain for an employee.

Inferred read-only
query_fact

Execute a registered, versioned read-only fact query against the server-pinned dataset.

Potential side effects
run_code

Run YOUR OWN JavaScript in the in-tenant coderunner sandbox with the read-only, snapshot-scoped plumb.

Inferred read-only
run_sql

Run YOUR OWN single read-only SELECT/WITH over the virtual snapshot_* relations.

Inferred read-only
search_docs

Search Plumbline's own product and architecture documentation (how the verification, refusal, and trust layer itself works).

Inferred read-only
search_employee

Search the employment fact store for a person and return a grounded, verified answer.

Inferred read-only
summarize_benefits

Summarize benefit enrollments, optionally scoped (e.

Inferred read-only
trust_finalize

Return the session's graded trust verdict: the tier (verified / registered-query / generated-sql / corroborated / unverified / conflict / refused), which trusted steps were skipped across the session, the deterministic confidence (k of n figures store-verified, weakest figure tier, conflicts), the per-figure provenance, the per-call ledger, and the at-your-own-risk disclaimer.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.prompto-plumbline]
url = "https://plumbline.lattice-sys.com/mcp/demo"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prompto-plumbline": {
      "type": "http",
      "url": "https://plumbline.lattice-sys.com/mcp/demo"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prompto-plumbline
Remote MCP URL: https://plumbline.lattice-sys.com/mcp/demo

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "prompto-plumbline": {
      "url": "https://plumbline.lattice-sys.com/mcp/demo"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prompto-plumbline": {
      "type": "http",
      "url": "https://plumbline.lattice-sys.com/mcp/demo"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prompto-plumbline",
  "transport": "streamable-http",
  "url": "https://plumbline.lattice-sys.com/mcp/demo"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.