Direct API
-
Get your bearer token. Bearer tokens are provided for API integrations. Find yours on your Settings page (opens in new tab) in the Valency app.
-
Check server health:
Terminal window curl -s https://mcp.valency.io/healthShould return a health check response.
-
Authenticate with your 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://mcp.valency.io/Should return a JSON response with server capabilities.
Troubleshooting
Section titled “Troubleshooting”Health check fails?
- The server may be down. Report to support@valency.io immediately.
Token rejected?
- Verify your token is correct and hasn't expired
- Contact support@valency.io for a new token
Need help? Email: support@valency.io