MCP

v1.0.0
MCP API Gateway Active
Stateless
Streamable HTTP Transport protected by Bearer OAuth
Session Store Connected
...
Stores clients, authorization codes, and access tokens
FerdiGo REST API Connected
...
Core enterprise information system FerdiGo

Traffic Statistics

Total Requests
...
Total number of processed MCP queries since launch
Activity (1h)
...
MCP queries in the last hour (rolling window)
Last Activity
...
Timestamp of the last processed MCP request

Connecting to MCP Clients

  1. Open the terminal on your machine.
  2. Add the HTTP server to Claude Code using the following command (Claude will then prompt you to log in via browser):
claude mcp add --transport http ferdigo https://mcp.ferdigo.com/mcp
  1. Open the Claude Desktop configuration file (typically at ~/Library/Application Support/Claude/claude_desktop_config.json).
  2. Insert the following configuration into the mcpServers section:
{ "mcpServers": { "ferdigo": { "command": "npx", "args": ["-y", "ferdigo-mcp"], "env": { "PUBLIC_URL": "https:/.ferdigo.com/mcp" } } } }

Available Tools in Claude (https://mcp.ferdigo.com/mcp)

ferdigo_global_search
Full-text searches customers, employees, contacts, machines, offers, and orders.
ferdigo_search_customers
Filters customers by name, status, ID (IČO), or email with pagination support.
ferdigo_get_customer
Returns detailed information and contacts for a specific customer by ID.
ferdigo_search_offers
Filters offers by status, number, name, or customer ID.
ferdigo_get_offer
Displays detailed budget, items, and status of a specific offer.
ferdigo_search_machines
Filters company vehicles and machinery by name, manufacturer, or license plate.
ferdigo_get_machine
Returns detailed specifications, status, and scheduled routes of a machine.
ferdigo_search_orders
Filters purchase orders and contracts by name, status, or customer.
ferdigo_get_order
Displays details of a specific order, including links and deadlines.
ferdigo_list_endpoints
Searches the OpenAPI specification to find operationId for any of the 360 API endpoints.
ferdigo_describe_endpoint
Returns detailed request/response JSON schemas for the selected operationId.
ferdigo_request
Enables Claude to call any of the 360 REST endpoints directly with custom payload.
ferdigo_create_offer
Creates a new offer in FerdiGo, automatically resolving missing due dates from company defaults.
ferdigo_create_priced_offer
All-in-one composite tool: geocodes location, calculates rent by band, adds transport, and creates complete offer.