MCP Is Tpm MCP Server

DISCLAIMER: This server is still experimental. Use at your own risk!

Local serverstdio

What is the MCP Is Tpm MCP server?

If you already use MCP Is Tpm, the mcp is tpm mcp server is the piece that lets your assistant work with it directly. DISCLAIMER: This server is still experimental. Use at your own risk!.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get-partner-metadata — Get metadata for all trading partners
  • get-partner — Get partner details by partner id
  • create-trading-partner — Create a new trading partner
  • get-systems-of-partner — Returns all systems of a trading partner by its ID
  • create-system — Create a system for a trading partner
  • get-system-types — Get available system types
  • create-identifier — Create a partner Identifier
  • get-qualifiers-codelist — Get codelist of a qualifier
  • create-communication — Create a communication channel for a system of a trading partner
  • get-sender-adapters — Get all sender adapters of trading partner systems
  • get-receiver-adapters — Get all receiver adapters of trading partner systems
  • create-signature-verify-config — Create Signature Verification configuration for a partner

Credentials and setup notes

Configuration is passed through the environment: CPI_URL, CPI_USER, CPI_PASSWORD, CPI_UNIVERSAL_MAIL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Java and Gradle (Java > 17, Gradle > 8)

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Is Tpm.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Is Tpm's toolset — get-partner-metadata, get-partner, create-trading-partner and 11 more — is a fair guide to whether it matches your workflow. It is maintained by 1nbuc; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
get-partner-metadataGet metadata for all trading partners.
get-partnerGet partner details by partner id.
create-trading-partnerCreate a new trading partner.
get-systems-of-partnerReturns all systems of a trading partner by its ID.
create-systemCreate a system for a trading partner.
get-system-typesGet available system types.
create-identifierCreate a partner Identifier.
get-qualifiers-codelistGet codelist of a qualifier.
create-communicationCreate a communication channel for a system of a trading partner.
get-sender-adaptersGet all sender adapters of trading partner systems.
get-receiver-adaptersGet all receiver adapters of trading partner systems.
create-signature-verify-configCreate Signature Verification configuration for a partner.
activate-signature-verify-configActivate Signature Verification configuration for a partner.
get-all-company-profile-metadataGet metadata for all company profiles.

Configuration

Java and Gradle (Java > 17, Gradle > 8)

VariableDescriptionRequired
CPI_URLEndpoint or connection string the server talks to.Yes
CPI_USERConfiguration value read at startup.Optional
CPI_PASSWORDConfiguration value read at startup.Optional
CPI_UNIVERSAL_MAILConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Is Tpm to get-partner-metadata.
  • Use MCP Is Tpm to get-partner.
  • Use MCP Is Tpm to create-trading-partner.

Frequently asked questions

It connects MCP Is Tpm to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (get-partner-metadata, get-partner, create-trading-partner, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Is Tpm directly.