This connects Claude to MolTrust's trust infrastructure through 30 distinct tools spanning agent identity, on-chain reputation scoring, and verifiable credentials. You can register agents with DIDs, issue W3C credentials, check wallet trust scores on Base, scan for Sybil attacks, audit agent skills for prompt injection, and track prediction market performance. It also handles USDC deposits on Base L2 for credit management and supports ERC-8004 agent registry queries. Reach for this when building autonomous agents that need to prove identity, establish reputation, verify credentials before commerce or travel bookings, or assess counterparty trustworthiness on-chain. Requires a MolTrust API key for write operations.
Public tool metadata for what this MCP can expose to an agent.
moltrust_registerRegister a new AI agent on MolTrust. Creates a decentralised identity (DID), issues a W3C Verifiable Credential, and anchors the agent on the Base blockchain. Args: display_name: Agent name (1-64 chars, alphanumeric/dash/underscore/dot/space) platform: Platform identifier (e.g...2 paramsRegister a new AI agent on MolTrust. Creates a decentralised identity (DID), issues a W3C Verifiable Credential, and anchors the agent on the Base blockchain. Args: display_name: Agent name (1-64 chars, alphanumeric/dash/underscore/dot/space) platform: Platform identifier (e.g...
platformstringdisplay_namestringmoltrust_verifyVerify an AI agent by its DID. Checks whether the DID is registered and returns verification status along with the agent's trust card (reputation, credentials, blockchain anchor). Args: did: Decentralised identifier (e.g. "did:moltrust:a1b2c3d4e5f60718")1 paramsVerify an AI agent by its DID. Checks whether the DID is registered and returns verification status along with the agent's trust card (reputation, credentials, blockchain anchor). Args: did: Decentralised identifier (e.g. "did:moltrust:a1b2c3d4e5f60718")
didstringmoltrust_reputationGet the reputation score for an AI agent. Returns the aggregate trust score (1-5) and total number of ratings. Args: did: Decentralised identifier (e.g. "did:moltrust:a1b2c3d4e5f60718")1 paramsGet the reputation score for an AI agent. Returns the aggregate trust score (1-5) and total number of ratings. Args: did: Decentralised identifier (e.g. "did:moltrust:a1b2c3d4e5f60718")
didstringmoltrust_rateRate another AI agent (1-5 stars). Submit a trust rating from one agent to another. Args: from_did: Your agent's DID (the rater) to_did: Target agent's DID (the agent being rated) score: Rating from 1 (untrusted) to 5 (highly trusted)3 paramsRate another AI agent (1-5 stars). Submit a trust rating from one agent to another. Args: from_did: Your agent's DID (the rater) to_did: Target agent's DID (the agent being rated) score: Rating from 1 (untrusted) to 5 (highly trusted)
scoreintegerto_didstringfrom_didstringmoltrust_credentialIssue or verify a W3C Verifiable Credential. Args: action: Either "issue" or "verify" subject_did: DID of the credential subject (required for "issue") credential_type: Type of credential (default: "AgentTrustCredential", only for "issue") credential: JSON string of the creden...4 paramsIssue or verify a W3C Verifiable Credential. Args: action: Either "issue" or "verify" subject_did: DID of the credential subject (required for "issue") credential_type: Type of credential (default: "AgentTrustCredential", only for "issue") credential: JSON string of the creden...
actionstringcredentialstringsubject_didstringcredential_typestringmoltrust_creditsManage MolTrust credits: check balance, view pricing, transfer credits, or view transaction history. Args: action: One of "balance", "pricing", "transfer", or "transactions" did: Agent DID (required for "balance" and "transactions") to_did: Recipient DID (required for "transfe...7 paramsManage MolTrust credits: check balance, view pricing, transfer credits, or view transaction history. Args: action: One of "balance", "pricing", "transfer", or "transactions" did: Agent DID (required for "balance" and "transactions") to_did: Recipient DID (required for "transfe...
didstringlimitintegeractionstringamountintegeroffsetintegerto_didstringreferencestringmoltrust_deposit_infoGet USDC deposit instructions to buy MolTrust credits. Returns the MolTrust wallet address on Base (Ethereum L2), USDC token contract, conversion rate (1 USDC = 100 credits), and step-by-step instructions.Get USDC deposit instructions to buy MolTrust credits. Returns the MolTrust wallet address on Base (Ethereum L2), USDC token contract, conversion rate (1 USDC = 100 credits), and step-by-step instructions.
No parameter schema in public metadata yet.
moltrust_claim_depositClaim MolTrust credits from a USDC deposit on Base. After sending USDC to the MolTrust wallet on Base (L2), submit the transaction hash to receive credits. 1 USDC = 100 credits, verified on-chain. Args: tx_hash: Base blockchain transaction hash (0x...) did: Your agent's DID to...2 paramsClaim MolTrust credits from a USDC deposit on Base. After sending USDC to the MolTrust wallet on Base (L2), submit the transaction hash to receive credits. 1 USDC = 100 credits, verified on-chain. Args: tx_hash: Base blockchain transaction hash (0x...) did: Your agent's DID to...
didstringtx_hashstringmoltrust_statsGet MolTrust network statistics. Returns total registered agents, credentials issued, ratings given, and other network health metrics.Get MolTrust network statistics. Returns total registered agents, credentials issued, ratings given, and other network health metrics.
No parameter schema in public metadata yet.
moltrust_deposit_historyGet USDC deposit history for an agent. Args: did: The agent's DID1 paramsGet USDC deposit history for an agent. Args: did: The agent's DID
didstringmoltrust_erc8004Query the ERC-8004 on-chain agent registry on Base. Resolve MolTrust agents to their on-chain ERC-8004 identity, fetch Agent Cards, or look up on-chain agents by their agentId. Args: action: One of "card", "resolve", or "well-known" did: Agent DID (required for "card", e.g. "d...3 paramsQuery the ERC-8004 on-chain agent registry on Base. Resolve MolTrust agents to their on-chain ERC-8004 identity, fetch Agent Cards, or look up on-chain agents by their agentId. Args: action: One of "card", "resolve", or "well-known" did: Agent DID (required for "card", e.g. "d...
didstringactionstringagent_idintegermoltguard_scoreGet an agent trust score for a Base wallet address. Analyzes on-chain activity, ERC-8004 registration, USDC balance, counterparty diversity, and MolTrust credentials to produce a 0-100 score. Args: address: Base (EVM) wallet address (0x...)1 paramsGet an agent trust score for a Base wallet address. Analyzes on-chain activity, ERC-8004 registration, USDC balance, counterparty diversity, and MolTrust credentials to produce a 0-100 score. Args: address: Base (EVM) wallet address (0x...)
addressstringmoltguard_detailGet a detailed agent trust report for a Base wallet address. Returns full scoring breakdown, wallet history from Blockscout, ERC-8004 registration, MolTrust DID cross-reference, and Sybil indicators. Args: address: Base (EVM) wallet address (0x...)1 paramsGet a detailed agent trust report for a Base wallet address. Returns full scoring breakdown, wallet history from Blockscout, ERC-8004 registration, MolTrust DID cross-reference, and Sybil indicators. Args: address: Base (EVM) wallet address (0x...)
addressstringmoltguard_sybilScan a Base wallet for Sybil indicators. Analyzes wallet age, transaction patterns, counterparty diversity, and funding source to detect potential Sybil wallets. Also traces funding clusters — if the funder sent ETH to many wallets, it indicates a Sybil ring. Args: address: Ba...1 paramsScan a Base wallet for Sybil indicators. Analyzes wallet age, transaction patterns, counterparty diversity, and funding source to detect potential Sybil wallets. Also traces funding clusters — if the funder sent ETH to many wallets, it indicates a Sybil ring. Args: address: Ba...
addressstringmoltguard_marketCheck a Polymarket prediction market for integrity anomalies. Analyzes volume spikes, price-volume divergence, liquidity ratios, and outcome price spreads to detect potential manipulation. Args: market_id: Polymarket market/condition ID1 paramsCheck a Polymarket prediction market for integrity anomalies. Analyzes volume spikes, price-volume divergence, liquidity ratios, and outcome price spreads to detect potential manipulation. Args: market_id: Polymarket market/condition ID
market_idstringmoltguard_feedGet the top anomaly feed — markets with highest integrity concerns. Scans the top 20 active Polymarket markets by 24h volume and returns those with anomaly indicators, sorted by anomaly score.Get the top anomaly feed — markets with highest integrity concerns. Scans the top 20 active Polymarket markets by 24h volume and returns those with anomaly indicators, sorted by anomaly score.
No parameter schema in public metadata yet.
moltguard_credential_issueIssue a W3C Verifiable Credential (AgentTrustCredential) for a wallet. The credential contains the agent's trust score, Sybil score, ERC-8004 registration status, and MolTrust verification status. It is cryptographically signed with Ed25519 (JWS). Args: address: Base (EVM) wal...1 paramsIssue a W3C Verifiable Credential (AgentTrustCredential) for a wallet. The credential contains the agent's trust score, Sybil score, ERC-8004 registration status, and MolTrust verification status. It is cryptographically signed with Ed25519 (JWS). Args: address: Base (EVM) wal...
addressstringmoltguard_credential_verifyVerify a MoltGuard Verifiable Credential JWS signature. Checks the Ed25519 signature and returns the credential payload if valid. Args: jws: JWS compact serialization string from a MoltGuard credential1 paramsVerify a MoltGuard Verifiable Credential JWS signature. Checks the Ed25519 signature and returns the credential payload if valid. Args: jws: JWS compact serialization string from a MoltGuard credential
jwsstringmt_shopping_infoGet MT Shopping API information. Returns the MT Shopping service info including version, supported endpoints, BuyerAgentCredential schema, and verification details.Get MT Shopping API information. Returns the MT Shopping service info including version, supported endpoints, BuyerAgentCredential schema, and verification details.
No parameter schema in public metadata yet.
mt_shopping_verifyVerify a shopping transaction against a BuyerAgentCredential. Checks the credential signature, spend limits, trust score, and returns a verification receipt with approval status. Args: credential_jws: JWS compact serialization of the BuyerAgentCredential transaction_amount: Tr...5 paramsVerify a shopping transaction against a BuyerAgentCredential. Checks the credential signature, spend limits, trust score, and returns a verification receipt with approval status. Args: credential_jws: JWS compact serialization of the BuyerAgentCredential transaction_amount: Tr...
merchant_idstringcredential_jwsstringitem_descriptionstringtransaction_amountnumbertransaction_currencystringmt_shopping_issue_vcIssue a BuyerAgentCredential (W3C Verifiable Credential) for a shopping agent. Creates a cryptographically signed credential that authorizes an AI agent to make purchases on behalf of a human, with enforced spend limits. Args: agent_did: DID of the shopping agent (e.g. "did:mo...6 paramsIssue a BuyerAgentCredential (W3C Verifiable Credential) for a shopping agent. Creates a cryptographically signed credential that authorizes an AI agent to make purchases on behalf of a human, with enforced spend limits. Args: agent_did: DID of the shopping agent (e.g. "did:mo...
currencystringagent_didstringhuman_didstringcategoriesstringspend_limitnumbervalidity_daysintegermt_travel_infoGet MT Travel service information and available endpoints. Returns service description, supported segments, and API endpoints for the MT Travel booking trust protocol.Get MT Travel service information and available endpoints. Returns service description, supported segments, and API endpoints for the MT Travel booking trust protocol.
No parameter schema in public metadata yet.
mt_travel_verifyVerify a travel booking against a TravelAgentCredential. Runs a 10-step verification pipeline: VC signature, expiry, agent DID match, segment authorization, spend limit, currency, daily cap, trust score, delegation chain, and traveler binding. Args: agent_did: DID of the booki...6 paramsVerify a travel booking against a TravelAgentCredential. Runs a 10-step verification pipeline: VC signature, expiry, agent DID match, segment authorization, spend limit, currency, daily cap, trust score, delegation chain, and traveler binding. Args: agent_did: DID of the booki...
amountnumbersegmentstringvc_jsonstringcurrencystringmerchantstringagent_didstringmt_travel_issue_vcIssue a TravelAgentCredential (W3C Verifiable Credential) for a booking agent. Creates a cryptographically signed credential that authorizes an AI agent to book travel on behalf of a principal (company/human), with enforced segment permissions and spend limits. Args: agent_did...7 paramsIssue a TravelAgentCredential (W3C Verifiable Credential) for a booking agent. Creates a cryptographically signed credential that authorizes an AI agent to book travel on behalf of a principal (company/human), with enforced segment permissions and spend limits. Args: agent_did...
currencystringsegmentsstringagent_didstringspend_limitnumberprincipal_didstringtraveler_namestringvalidity_daysintegermt_skill_auditAudit an AI agent skill (SKILL.md) for security risks. Fetches the SKILL.md from a URL, computes its canonical SHA-256 hash, and runs an 8-point security audit checking for prompt injection, data exfiltration, tool scope violations, and metadata completeness. Score starts at 1...1 paramsAudit an AI agent skill (SKILL.md) for security risks. Fetches the SKILL.md from a URL, computes its canonical SHA-256 hash, and runs an 8-point security audit checking for prompt injection, data exfiltration, tool scope violations, and metadata completeness. Score starts at 1...
github_urlstringmt_skill_verifyVerify an AI agent skill by its canonical SHA-256 hash. Checks if a VerifiedSkillCredential has been issued for this skill hash. Returns credential details if verified. Args: skill_hash: Canonical skill hash (e.g. "sha256:a1b2c3...")1 paramsVerify an AI agent skill by its canonical SHA-256 hash. Checks if a VerifiedSkillCredential has been issued for this skill hash. Returns credential details if verified. Args: skill_hash: Canonical skill hash (e.g. "sha256:a1b2c3...")
skill_hashstringmt_skill_issue_vcIssue a VerifiedSkillCredential for an AI agent skill. Fetches SKILL.md, runs security audit, and if score >= 70, issues a W3C Verifiable Credential signed with Ed25519 (JWS compact serialization). Requires x402 payment ($5 USDC) when paywall is active. Args: author_did: DID o...2 paramsIssue a VerifiedSkillCredential for an AI agent skill. Fetches SKILL.md, runs security audit, and if score >= 70, issues a W3C Verifiable Credential signed with Ed25519 (JWS compact serialization). Requires x402 payment ($5 USDC) when paywall is active. Args: author_did: DID o...
author_didstringrepository_urlstringmt_prediction_linkLink a prediction market wallet and sync its track record. Fetches trade history from Polymarket, calculates a prediction score (0-100), and stores the wallet profile. Optionally links it to a MolTrust DID. Args: address: Prediction market wallet address (0x-prefixed, 42 chars...3 paramsLink a prediction market wallet and sync its track record. Fetches trade history from Polymarket, calculates a prediction score (0-100), and stores the wallet profile. Optionally links it to a MolTrust DID. Args: address: Prediction market wallet address (0x-prefixed, 42 chars...
didstringaddressstringplatformstringmt_prediction_walletGet prediction market profile and track record for a wallet. Returns the prediction score (0-100), win/loss record, volume, ROI, score breakdown, and recent market events. Args: address: Prediction market wallet address (0x-prefixed, 42 chars)1 paramsGet prediction market profile and track record for a wallet. Returns the prediction score (0-100), win/loss record, volume, ROI, score breakdown, and recent market events. Args: address: Prediction market wallet address (0x-prefixed, 42 chars)
addressstringmt_prediction_leaderboardGet the prediction market leaderboard — top wallets by prediction score. Returns wallets ranked by their composite prediction score, which factors in win rate, ROI, volume, sample size, and recency. Args: limit: Number of entries to return (default 20, max 100)1 paramsGet the prediction market leaderboard — top wallets by prediction score. Returns wallets ranked by their composite prediction score, which factors in win rate, ROI, volume, sample size, and recency. Args: limit: Number of entries to return (default 20, max 100)
limitintegermt_salesguard_verifyVerify product provenance via MT Salesguard. Checks whether a product ID has a valid ProductProvenanceCredential issued by an authorized brand. Returns brand info, credential hash, Base anchor, and risk level. Args: product_id: Product identifier (e.g. "AIRMAX-90-WHITE-43")1 paramsVerify product provenance via MT Salesguard. Checks whether a product ID has a valid ProductProvenanceCredential issued by an authorized brand. Returns brand info, credential hash, Base anchor, and risk level. Args: product_id: Product identifier (e.g. "AIRMAX-90-WHITE-43")
product_idstringmt_salesguard_resellerVerify reseller authorization via MT Salesguard. Checks whether a reseller DID has been authorized by a brand to sell specific products. Returns authorization status, brand info, authorized SKUs, and expiry. Args: reseller_did: Reseller DID (e.g. "did:web:sneakerstore.com")1 paramsVerify reseller authorization via MT Salesguard. Checks whether a reseller DID has been authorized by a brand to sell specific products. Returns authorization status, brand info, authorized SKUs, and expiry. Args: reseller_did: Reseller DID (e.g. "did:web:sneakerstore.com")
reseller_didstringmt_salesguard_registerRegister a brand with MT Salesguard. Creates a new brand identity with a DID and API key. The API key is used to authenticate product registration and reseller authorization requests. Args: name: Brand name (e.g. "Nike", "Adidas") domain: Brand domain (e.g. "nike.com") contact...3 paramsRegister a brand with MT Salesguard. Creates a new brand identity with a DID and API key. The API key is used to authenticate product registration and reseller authorization requests. Args: name: Brand name (e.g. "Nike", "Adidas") domain: Brand domain (e.g. "nike.com") contact...
namestringdomainstringcontact_emailstringmt_fantasy_commitCommit a fantasy lineup with a SHA-256 hash anchored on Base L2. Creates a FantasyLineupCredential (W3C VC) proving the lineup was locked before contest start. The commitment hash is tamper-proof. Args: agent_did: Agent DID (e.g. "did:moltrust:a1b2c3d4e5f67890") contest_id: Un...10 paramsCommit a fantasy lineup with a SHA-256 hash anchored on Base L2. Creates a FantasyLineupCredential (W3C VC) proving the lineup was locked before contest start. The commitment hash is tamper-proof. Args: agent_did: Agent DID (e.g. "did:moltrust:a1b2c3d4e5f67890") contest_id: Un...
sportstringplatformstringagent_didstringconfidencenumbercontest_idstringlineup_jsonstringcontest_typestringentry_fee_usdnumberprojected_scorenumbercontest_start_isostringmt_fantasy_verifyVerify a fantasy lineup commitment. Public endpoint, no auth required. Returns the full lineup, timing proof (minutes before contest), on-chain verification status, and the FantasyLineupCredential. Args: commitment_hash: The 64-char SHA-256 commitment hash1 paramsVerify a fantasy lineup commitment. Public endpoint, no auth required. Returns the full lineup, timing proof (minutes before contest), on-chain verification status, and the FantasyLineupCredential. Args: commitment_hash: The 64-char SHA-256 commitment hash
commitment_hashstringmt_fantasy_historyGet fantasy lineup history and stats for an agent. Returns ITM rate, ROI, projection accuracy, and recent lineups for the specified agent DID. Args: did: Agent DID (e.g. "did:moltrust:a1b2c3d4e5f67890")1 paramsGet fantasy lineup history and stats for an agent. Returns ITM rate, ROI, projection accuracy, and recent lineups for the specified agent DID. Args: did: Agent DID (e.g. "did:moltrust:a1b2c3d4e5f67890")
didstringmt_create_interaction_proofCreate an interaction proof before issuing a SkillEndorsementCredential. Returns evidence_hash and base_tx_hash anchored on Base L2. Required before calling mt_endorse_agent. Valid for 72 hours. Args: api_key: MolTrust API key of the agent creating the proof agent_a: DID of th...5 paramsCreate an interaction proof before issuing a SkillEndorsementCredential. Returns evidence_hash and base_tx_hash anchored on Base L2. Required before calling mt_endorse_agent. Valid for 72 hours. Args: api_key: MolTrust API key of the agent creating the proof agent_a: DID of th...
agent_astringagent_bstringapi_keystringoutcomestringinteraction_typestringmt_endorse_agentIssue a W3C SkillEndorsementCredential for another agent. Requires a valid evidence_hash from mt_create_interaction_proof (max 72h old). Self-endorsement is rejected. Contributes to the endorsed agent's Trust Score. Args: endorser_api_key: MolTrust API key of the endorsing age...6 paramsIssue a W3C SkillEndorsementCredential for another agent. Requires a valid evidence_hash from mt_create_interaction_proof (max 72h old). Self-endorsement is rejected. Contributes to the endorsed agent's Trust Score. Args: endorser_api_key: MolTrust API key of the endorsing age...
skillstringverticalstringendorsed_didstringevidence_hashstringendorser_api_keystringevidence_timestampstringmt_get_trust_scoreGet the Swarm Intelligence Trust Score for an agent. Score is computed on-demand from all valid SkillEndorsementCredentials. Returns null/withheld if fewer than 3 independent endorsers. Includes sybil_penalty when collusion is detected. Args: did: DID of the agent to score (e....1 paramsGet the Swarm Intelligence Trust Score for an agent. Score is computed on-demand from all valid SkillEndorsementCredentials. Returns null/withheld if fewer than 3 independent endorsers. Includes sybil_penalty when collusion is detected. Args: did: DID of the agent to score (e....
didstringMCP server for MolTrust — Trust Infrastructure for AI Agents.
30 tools across 6 verticals: identity, on-chain trust scoring, prediction market track records, prediction market integrity, autonomous commerce, and agent skill verification — all through the Model Context Protocol.
| Tool | Description |
|---|---|
moltrust_register | Register a new AI agent. Returns DID + Verifiable Credential. |
moltrust_verify | Verify an agent by DID. Returns verification status + trust card. |
moltrust_reputation | Get reputation score (1-5) and total ratings for a DID. |
moltrust_rate | Rate another agent (1-5 stars). |
moltrust_credential | Issue or verify a W3C Verifiable Credential. |
moltrust_credits | Check balance, view pricing, transfer credits, or view history. |
moltrust_deposit_info | Get USDC deposit instructions (Base L2). |
moltrust_claim_deposit | Claim credits from a USDC deposit on Base. |
moltrust_stats | Get MolTrust network statistics. |
moltrust_deposit_history | Get USDC deposit history for an agent. |
moltrust_erc8004 | Query the ERC-8004 on-chain agent registry on Base. |
| Tool | Description |
|---|---|
moltguard_score | Get a 0-100 trust score for a Base wallet address. |
moltguard_detail | Get a detailed trust report with full scoring breakdown. |
moltguard_sybil | Scan a wallet for Sybil indicators and funding clusters. |
moltguard_market | Check a Polymarket market for integrity anomalies. |
moltguard_feed | Get the top anomaly feed — markets with highest concerns. |
moltguard_credential_issue | Issue an AgentTrustCredential (W3C VC) for a wallet. |
moltguard_credential_verify | Verify a MoltGuard credential JWS signature. |
| Tool | Description |
|---|---|
mt_shopping_info | Get MT Shopping API info and BuyerAgentCredential schema. |
mt_shopping_verify | Verify a shopping transaction against a BuyerAgentCredential. |
mt_shopping_issue_vc | Issue a BuyerAgentCredential with spend limits. |
| Tool | Description |
|---|---|
mt_travel_info | Get MT Travel service info and supported segments. |
mt_travel_verify | Verify a travel booking against a TravelAgentCredential. |
mt_travel_issue_vc | Issue a TravelAgentCredential with segment permissions. |
| Tool | Description |
|---|---|
mt_skill_audit | Audit a SKILL.md for prompt injection, exfiltration, scope violations. |
mt_skill_verify | Verify a skill by its canonical SHA-256 hash. |
mt_skill_issue_vc | Issue a VerifiedSkillCredential after security audit. |
| Tool | Description |
|---|---|
mt_prediction_link | Link a prediction market wallet and sync its track record. |
mt_prediction_wallet | Get prediction market profile, score, and recent events. |
mt_prediction_leaderboard | Get the prediction market leaderboard — top wallets by score. |
Get an API key at api.moltrust.ch/auth/signup.
claude mcp add moltrust -- uvx moltrust-mcp-server
Set your API key:
export MOLTRUST_API_KEY="your_api_key"
Or add it permanently to Claude Code:
claude mcp add moltrust -e MOLTRUST_API_KEY=your_api_key -- uvx moltrust-mcp-server
Add to claude_desktop_config.json:
{
"mcpServers": {
"moltrust": {
"command": "uvx",
"args": ["moltrust-mcp-server"],
"env": {
"MOLTRUST_API_KEY": "your_api_key"
}
}
}
}
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"moltrust": {
"command": "uvx",
"args": ["moltrust-mcp-server"],
"env": {
"MOLTRUST_API_KEY": "your_api_key"
}
}
}
}
Add to opencode.json:
{
"mcp": {
"moltrust": {
"command": "uvx",
"args": ["moltrust-mcp-server"],
"env": {
"MOLTRUST_API_KEY": "your_api_key"
}
}
}
}
pip install moltrust-mcp-server
Then run:
MOLTRUST_API_KEY=your_api_key moltrust-mcp-server
| Environment Variable | Default | Description |
|---|---|---|
MOLTRUST_API_KEY | — | Your MolTrust API key (required for register, rate, issue) |
MOLTRUST_API_URL | https://api.moltrust.ch | API base URL (for self-hosted instances) |
Once connected, you can ask your AI assistant:
git clone https://github.com/moltycorp/moltrust-mcp-server.git
cd moltrust-mcp-server
pip install -e ".[dev]"
# Lint
ruff check src/
ruff format src/
# Type check
pyright src/
# Test
pytest tests/ -v
We regularly scan agent infrastructure for security issues and publish our findings:
MIT — CryptoKRI GmbH
silenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes