Skip to main content

ping

Check server status and validate your API key. Returns your plan details and available platforms. Credits: Free

Parameters

This tool takes no parameters.

Request

curl -X POST https://mcp.debytes.io/mcp \
  -H "Authorization: Bearer deb_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "ping",
      "arguments": {}
    }
  }'

Response

{
  "status": "OK",
  "message": "DEB Job Hunter MCP Server is running",
  "plan": "pro",
  "subscription_id": "sub_abc123",
  "monthly_credits": 2000,
  "overage_rate": 0.015,
  "rpm_limit": 60,
  "cache_available": true,
  "platforms": [
    "indeed", "linkedin", "adzuna", "reed",
    "totaljobs", "cwjobs", "cvlibrary",
    "indeed_fr", "welcometothejungle", "apec",
    "hellowork", "lesjeudis"
  ]
}

Response Fields

FieldTypeDescription
statusstringServer status (OK)
planstringYour plan code (free_trial, starter, pro, power)
monthly_creditsnumberMonthly credit allowance
overage_ratenumberPay-as-you-go rate per credit
rpm_limitnumberRequests per minute limit
cache_availablebooleanWhether caching is operational
platformsarrayAvailable job search platforms