We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SimplifierIO/simplifier-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
project_overview.md•1.14 KiB
# Project Overview
## Purpose
This is a Model Context Protocol (MCP) server for the **Simplifier Low Code Platform**. It enables AI assistants to interact with Simplifier's REST API to:
- Create and manage **Simplifier Connectors** (integration components connecting external systems)
- Create and manage **BusinessObjects (BOs)** (server-side JavaScript functions for business logic)
- Create and manage **DataTypes** (custom data structures)
- Execute BusinessObject functions with parameters and retrieve results
- Access platform resources (browse connectors, business objects, system information)
## Tech Stack
- **Language**: TypeScript (strict mode enabled)
- **Runtime**: Node.js ≥18.0.0
- **Module System**: ESM (ES Modules)
- **Testing**: Jest with ts-jest
- **Protocol**: Model Context Protocol (MCP) via @modelcontextprotocol/sdk
- **API Client**: Native fetch API for HTTP requests
- **Validation**: Zod for schema validation
- **Environment**: dotenv for configuration
## Package Information
- **Name**: @simplifierag/simplifier-mcp
- **Version**: 0.9.15
- **Published to**: npmjs.com under @simplifierag organization
- **License**: - (proprietary)