
🛠️ Oura Tool MCP Server 💪 all 4 operations
描述
分类
🤖 AI & Machine Learning
使用的节点
n8n-nodes-base.ouraTooln8n-nodes-base.ouraTooln8n-nodes-base.ouraTooln8n-nodes-base.ouraTooln8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote@n8n/n8n-nodes-langchain.mcpTrigger
价格免费
浏览量0
最后更新11/28/2025
workflow.json
{
"meta": {
"instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
},
"nodes": [
{
"id": "2b84b8ae-529f-4172-89c3-3f72fd7557b2",
"name": "Workflow Overview 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
-100
],
"parameters": {
"width": 420,
"height": 780,
"content": "## 🛠️ Oura Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Profile**: get\n**Summary**: get activity, get readiness, get sleep\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Oura Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 4 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
},
"typeVersion": 1
},
{
"id": "ee26a23c-dcea-4117-b51b-63fa0a3dc050",
"name": "Oura Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-460,
-80
],
"webhookId": "e48c21bb-1e6e-4717-8f2c-faff9dcd6d7d",
"parameters": {
"path": "oura-tool-mcp"
},
"typeVersion": 1
},
{
"id": "31a57314-6fd2-44a6-b2bc-f3510e51b921",
"name": "Get a profile",
"type": "n8n-nodes-base.ouraTool",
"position": [
-800,
140
],
"parameters": {
"resource": "profile"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "1bb5a122-fb45-470e-9ff2-3a9e8b50e1b4",
"name": "Sticky Note 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
120
],
"parameters": {
"color": 4,
"width": 400,
"content": "## Profile"
},
"typeVersion": 1
},
{
"id": "b882681c-0364-4569-903e-d985d6334f52",
"name": "Get activity summary",
"type": "n8n-nodes-base.ouraTool",
"position": [
-800,
380
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"filters": {},
"operation": "getActivity",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "c09b010f-149e-46eb-a2a3-4368bb98380c",
"name": "Get readiness summary",
"type": "n8n-nodes-base.ouraTool",
"position": [
-580,
380
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"filters": {},
"operation": "getReadiness",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "2eae290e-50b7-4f1c-85cf-9479ebdbea3e",
"name": "Get sleep summary",
"type": "n8n-nodes-base.ouraTool",
"position": [
-360,
380
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"filters": {},
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {},
"typeVersion": 1
},
{
"id": "5a0bf615-a6b1-4eb2-ae73-8b2f208bc726",
"name": "Sticky Note 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
360
],
"parameters": {
"color": 5,
"width": 840,
"height": 180,
"content": "## Summary"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Get a profile": {
"ai_tool": [
[
{
"node": "Oura Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get sleep summary": {
"ai_tool": [
[
{
"node": "Oura Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get activity summary": {
"ai_tool": [
[
{
"node": "Oura Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get readiness summary": {
"ai_tool": [
[
{
"node": "Oura Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}