Skip to content

Direct API

Terminal window
curl -s https://labs.valency.io/health

Should return a health check response.

If you have a Valency bearer token:

Terminal window
curl -s -X POST \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}' \
https://labs.valency.io/mcp

Should return a JSON response with server capabilities.

Bearer tokens are provided for API integrations. Contact labs@valency.io to request access.


Health check fails?

Token rejected?

  • Verify your token is correct and hasn’t expired
  • Contact labs@valency.io for a new token

Need help? Email: labs@valency.io