Connect Shulam to Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant. 17+ tools for compliance, trust, settlement, and Mastercard integration.
// .claude/settings.json
{
"mcpServers": {
"shulam": {
"command": "npx",
"args": ["@shulam/mcp-server"],
"env": {
"SHULAM_API_KEY": "your-api-key"
}
}
}
}// .vscode/settings.json
{
"mcp.servers": {
"shulam": {
"command": "npx",
"args": ["@shulam/mcp-server"],
"env": {
"SHULAM_API_KEY": "your-api-key"
}
}
}
}shulam_screenComplianceScreen an address against OFAC/PEP sanctions lists
Input: { address: string }shulam_settleSettlementExecute a compliance-verified USDC settlement
Input: { from: string, to: string, amount: string }shulam_trustTrustGet an agent's 7-factor trust score
Input: { address: string }shulam_acsCreditGet an agent's credit score (300-850)
Input: { address: string }shulam_quoteSettlementGet a settlement fee quote
Input: { from: string, to: string, amount: string }shulam_receiptComplianceRetrieve a compliance receipt
Input: { txHash: string }shulam_agent_cardIdentityGet an agent's full compliance profile card
Input: { address: string }shulam_bazaar_searchDiscoverySearch the agent services catalog
Input: { query: string, category?: string }mc_kya_verifyMastercardVerify agent KYA status for Mastercard Agent Pay
Input: { address: string }mc_trust_scoreMastercardGet trust score in Mastercard-compatible format
Input: { address: string }mc_acs_scoreMastercardGet ACS score in Mastercard risk category format
Input: { address: string }mc_compliance_attestMastercardGenerate compliance attestation for Mastercard Agentic Token
Input: { address: string, intent?: object }Screen 0x1234...abcd for sanctions and tell me their trust score.
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.