Armano Connector for AI agents.
10 live capabilities
Manage employee records and workforce attendance through natural conversation.
Waiting for input…
Why people use Armano
Armano for Automating HR Workforce Management
With this Connector, that workflow disappears. You just ask your agent who is out today or for a list of everyone in a specific department. You get a functional HR coordinator that pulls the data for you, saving you from the tedious clicks and manual data entry.
What Vinkius changes
You get a functional HR coordinator that knows your data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking team availability
A manager asks who is off this week and uses list_leaves to see the schedule before assigning new tasks.
- Real-world use case 02
Quick employee onboarding
An HR lead uses get_employee to quickly pull a new hire's profile details for a setup checklist.
- Real-world use case 03
Project hour auditing
A lead asks for all time logs from last month and uses list_time_entries to review hours spent on a project.
Complete set · 10capabilities
The complete Armano capability set.
These are the exact actions your AI can choose when you ask it to work with Armano.
01—04
4 capabilities in this set.
Part of 10 available through Armano.
- 01 Capability
List employees
Retrieves a complete directory of all employees. Use this to get a full list of your workforce.
- 02 Capability
List time entries
Lists time logs with an optional date range filter. This is perfect for checking team hours over a week.
- 03 Capability
Create time entry
Creates a new time entry for a project or task. Use this to log hours directly through your AI client.
- 04 Capability
Get employee
Pulls specific details for a single employee record. Use this to get a quick summary of a team member's profile.
05—07
3 capabilities in this set.
Part of 10 available through Armano.
- 05 Capability
Get project
Retrieves the full details of a specific project. This helps you see project scopes and metadata quickly.
- 06 Capability
Get time entry
Shows the details of a specific time log. It is useful for auditing specific work hours.
- 07 Capability
List departments
Provides a full list of every department in your organization. Use this to see your company structure.
08—10
3 capabilities in this set.
Part of 10 available through Armano.
- 08 Capability
List leaves
Fetches all leave requests and their current statuses. This helps you see who is currently away.
- 09 Capability
List projects
Shows a list of all active and past projects. Use this to get an overview of your current workload.
- 10 Capability
Check armano status
Verifies that your Armano API connection is working correctly. Use this to troubleshoot your connection.
Set up in minutes
One URL. Then ask Armano to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Armano from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Armano, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Armano for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Armano URL.
- Step 03
Save and start
Save the connection and enable Armano in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"armano": {
"url": "https://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Armano
Open Agent mode in chat and ask: "Using Armano, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"armano": {
"url": "https://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Armano
Ask Copilot: "Using Armano, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"armano": {
"url": "https://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Armano
Open Cascade and ask: "Using Armano, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"armano": {
"url": "https://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Armano
Ask Cline: "Using Armano, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add armano --transport http "https://edge.vinkius.com/vk_preview_ULousQ5VKL7qEceYBJ3siUu3NHrbAaZvdSbLfsVQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Armano
Ask Claude: "Using Armano, show me...". 10 tools are ready
Where the request belongs
Work Armano can move forward.
HR managers tired of manual data entry, department leads who need to see team availability, and developers building internal HR capabilities.
HR Manager
Responds to employee queries about leave status or department changes without leaving the chat.
Department Lead
Checks who is available for a project by viewing real-time attendance and leave data.
HR Systems Developer
Pulls live employee data into internal capabilities using simple AI queries instead of complex manual exports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTalexio
Manage HR and payroll for Mediterranean businesses with employee onboarding, leave tracking, and local compliance built in.
Sapling (Kallidus)
Manage employee onboarding, data, and tasks via Sapling API.
Rocketlane
Deliver customer onboarding projects on time with collaborative workspaces, task tracking, and time-to-value analytics.
Fusioo
Manage collaborative workspaces, track records, and oversee custom apps via AI agents with Fusioo.
Axonaut
All-in-one ERP and CRM automation. manage invoices, quotes, tasks, and company relationships via AI.
Daftra
Equip your AI agent to manage your ERP, accounting, and client relations directly via the Daftra API.
Bring your own AI
Change the model, client or framework. Keep Armano connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Armano.
The practical details behind the request, access and result.
Can Armano MCP help me manage my team's time off?
Yes, it can. The Connector pulls leave requests directly from your account so you can see who is away and manage resource allocation through your AI client.
How does Armano MCP handle employee records?
It retrieves full employee profiles, including department affiliations and other key details, allowing you to get summaries via natural language.
Can I use Armano MCP to see who's clocked in?
Yes, the Connector provides access to time tracking metadata, so you can check clock-in and clock-out statuses for your team.
Does Armano MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, as long as you have your API key ready.
Can I use Armano MCP to log hours?
Yes, you can create new time entries for specific projects directly through your AI agent, making it easier to keep your logs up to date.
Is Armano MCP good for HR managers?
It is ideal for HR managers because it automates the retrieval of workforce data, letting you answer team questions without leaving your workspace.
How do I find my Armano API Key?
Log in to your account, navigate to Settings > App Integrations, and copy your unique API Token from the credentials section.
Can I retrieve time entries via AI?
Yes! The list_time_entries capability allows your agent to retrieve clock-in/out records for any specific period.
How do I list my active employees?
Use the list_employees capability to retrieve your complete directory along with the unique identifiers for all registered staff members.
One connection away
Give your agent a direct line to Armano.
Connect Armano once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available