Back to Home
influx-inc icon

sample-mcp-server

Verified Safe

by influx-inc

Overview

This server acts as a Model Context Protocol (MCP) server, integrating with external platforms like Intercom to provide dynamic data (user roles, status, orders) and functionality through defined tools and resources.

Installation

Run Command
npx -y tsx main.ts

Environment Variables

  • PORT

Security Notes

The server uses Express and `@modelcontextprotocol/sdk` to expose an API endpoint. Input validation for tool arguments is implemented using Zod, which is a good practice. There are no obvious signs of 'eval' usage, code obfuscation, or hardcoded sensitive secrets in the provided source code. The mock user data is not treated as sensitive production data. For a production environment, further considerations like robust authentication, authorization, and comprehensive error handling would be essential.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-26

Tags

Node.jsExpressTypeScriptMCPAPIIntercom Integration