SkillAgentSearch skills...

tiger-salesforce-mcp-server

API wrapped around our salesforce database

Install / Use

claude mcp add timescale -- npx -y github:timescale/tiger-salesforce-mcp-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

33/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@tigerdata/tiger-salesforce-mcp-server", "version": "0.1.0", "description": "MCP server to expose an API around our embedded salesforce database", "license": "UNLICENSED", "author": "TigerData", "homepage": "https://tigerdata.com", "type": "module", "bin": { "tiger-salesforce-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsx watch src/index.ts http", "watch:http": "tsx watch src/index.ts http", "start": "node dist/index.js stdio", "start:http": "node dist/index.js http", "lint": "eslint", "lint:fix": "eslint --fix", "prettier:check": "prettier --check .", "prettier:write": "prettier --write .", "inspector": "npx @modelcontextprotocol/inspector" }, "dependencies": { "@ai-sdk/openai": "^2.0.68", "@tigerdata/mcp-boilerplate": "^0.8.0", "ai": "^5.0.94", "dotenv": "^17.2.3", "jsforce": "^3.10.14", "pg": "^8.16.3", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/express": "^5.0.6", "@types/node": "^22.19.1", "@types/pg": "^8.15.4", "eslint": "^9.39.1", "prettier": "^3.6.2", "shx": "^0.4.0", "tsx": "^4.20.6", "typescript": "^5.9.3", "typescript-eslint": "^8.47.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryData
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low