loading…
Search for a command to run...
loading…
Provides comprehensive access to the FieldEdge field service management platform through over 87 tools and 16 React applications. It enables users to manage cus
Provides comprehensive access to the FieldEdge field service management platform through over 87 tools and 16 React applications. It enables users to manage customers, jobs, scheduling, and invoicing through natural language or integrated UI components.
Complete MCP server for FieldEdge field service management platform with 87+ tools and 16 React apps.
Modern dark-themed React applications built with Vite:
npm install
Create a .env file with your FieldEdge credentials:
FIELDEDGE_API_KEY=your_api_key_here
FIELDEDGE_API_URL=https://api.fieldedge.com/v1
FIELDEDGE_COMPANY_ID=your_company_id
FIELDEDGE_TIMEOUT=30000
Add to your MCP settings:
{
"mcpServers": {
"fieldedge": {
"command": "npx",
"args": ["-y", "@mcpengine/fieldedge-mcp-server"],
"env": {
"FIELDEDGE_API_KEY": "your_api_key"
}
}
}
}
# Build TypeScript
npm run build
# Watch mode
npm run dev
# Build React apps
npm run build:ui
The server provides comprehensive coverage of the FieldEdge API:
src/
├── clients/
│ └── fieldedge.ts # API client with auth, pagination, error handling
├── types/
│ └── index.ts # TypeScript type definitions
├── tools/
│ ├── customers.ts # Customer management tools
│ ├── jobs.ts # Job management tools
│ ├── invoices.ts # Invoice management tools
│ ├── estimates.ts # Estimate management tools
│ ├── equipment.ts # Equipment management tools
│ ├── technicians.ts # Technician management tools
│ ├── scheduling.ts # Scheduling and dispatch tools
│ ├── inventory.ts # Inventory management tools
│ ├── payments.ts # Payment management tools
│ ├── reporting.ts # Reporting and analytics tools
│ ├── locations.ts # Location management tools
│ ├── service-agreements.ts # Service agreement tools
│ └── tasks.ts # Task management tools
├── ui/ # React MCP apps (16 apps)
│ ├── dashboard/
│ ├── customers/
│ ├── jobs/
│ └── ...
├── server.ts # MCP server implementation
└── main.ts # Entry point
The client includes comprehensive error handling:
Automatic rate limit tracking and retry logic included. The client monitors rate limit headers and automatically waits when limits are approached.
Full TypeScript support with comprehensive type definitions for:
Issues and pull requests welcome at github.com/BusyBee3333/mcpengine
MIT
For API access and documentation, visit docs.api.fieldedge.com
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"fieldedge-mcp-server": {
"command": "npx",
"args": []
}
}
}Extract design specs and assets
An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic