For AI Agents, add the following yaml to your Client .config file
mcpServers:
- name: Scientific Microservices
type: streamable-http
url: https://mcp.scientificmicroservices.com/mcp
requestOptions:
headers:
email: YOUR_EMAIL
key: YOUR_KEY
For developers building smart ETL workflows, you can run a test request with cURL
curl --request POST \
--url 'https://api.scientificmicroservices.com/detectoutliers' \
--header 'Content-Type: application/json' \
--header 'email:YOUR_EMAIL' \
--header 'key:YOUR_KEY' \
--data '[10.1727,11.9026,7.9209,9.0841,9.8298,11.345,9.6483,8.9257,8.9788,958.9969,11.1933,12.1186,9.5798,10.0861,10.1675,10.2935,11.2547,10.4636,9.6607,9.7316]'
[{"position":9,"value":958.9969}]