Direct API
Check server health
Section titled “Check server health”curl -s https://labs.valency.io/healthShould return a health check response.
Authenticate with bearer token
Section titled “Authenticate with bearer token”If you have a Valency bearer token:
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/mcpShould return a JSON response with server capabilities.
Getting a token
Section titled “Getting a token”Bearer tokens are provided for API integrations. Contact labs@valency.io to request access.
Troubleshooting
Section titled “Troubleshooting”Health check fails?
- The server may be down. Report to labs@valency.io immediately.
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