Model Context Protocol

MCP Server

Connect Shulam to Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant. 17+ tools for compliance, trust, settlement, and Mastercard integration.

Setup

Claude Code

json
// .claude/settings.json
{
  "mcpServers": {
    "shulam": {
      "command": "npx",
      "args": ["@shulam/mcp-server"],
      "env": {
        "SHULAM_API_KEY": "your-api-key"
      }
    }
  }
}

VS Code / Cursor

json
// .vscode/settings.json
{
  "mcp.servers": {
    "shulam": {
      "command": "npx",
      "args": ["@shulam/mcp-server"],
      "env": {
        "SHULAM_API_KEY": "your-api-key"
      }
    }
  }
}

Tools (12)

shulam_screenCompliance

Screen an address against OFAC/PEP sanctions lists

Input: { address: string }
shulam_settleSettlement

Execute a compliance-verified USDC settlement

Input: { from: string, to: string, amount: string }
shulam_trustTrust

Get an agent's 7-factor trust score

Input: { address: string }
shulam_acsCredit

Get an agent's credit score (300-850)

Input: { address: string }
shulam_quoteSettlement

Get a settlement fee quote

Input: { from: string, to: string, amount: string }
shulam_receiptCompliance

Retrieve a compliance receipt

Input: { txHash: string }
shulam_agent_cardIdentity

Get an agent's full compliance profile card

Input: { address: string }
shulam_bazaar_searchDiscovery

Search the agent services catalog

Input: { query: string, category?: string }
mc_kya_verifyMastercard

Verify agent KYA status for Mastercard Agent Pay

Input: { address: string }
mc_trust_scoreMastercard

Get trust score in Mastercard-compatible format

Input: { address: string }
mc_acs_scoreMastercard

Get ACS score in Mastercard risk category format

Input: { address: string }
mc_compliance_attestMastercard

Generate compliance attestation for Mastercard Agentic Token

Input: { address: string, intent?: object }

Example conversation

You:

Screen 0x1234...abcd for sanctions and tell me their trust score.

Claude (using shulam_screen + shulam_trust):

The address 0x1234...abcd is clear across OFAC, EU, and UK sanctions lists. Their trust score is 82/100 (Tier B) with 47 connections and an upward trend. ACS credit grade is B (720). Safe to transact.