simpleinout-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_MODE | No | `gateway` = credentials per-request via headers; `env` = shared credentials from env vars (local dev only) | gateway |
| MCP_HTTP_PORT | No | HTTP server port | 8080 |
| MCP_TRANSPORT | No | `stdio` (Claude Desktop) or `http` (gateway) | stdio |
| SIMPLEINOUT_CLIENT_ID | Yes | Simple In/Out OAuth2 client ID | |
| SIMPLEINOUT_CLIENT_SECRET | Yes | Simple In/Out OAuth2 client secret | |
| SIMPLEINOUT_REFRESH_TOKEN | Yes | Refresh token obtained from the one-time interactive authorization |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| simpleinout_get_current_companyA | Retrieve the current company. |
| simpleinout_list_statusesA | List status-change history across the whole company within a date range. |
| simpleinout_list_my_statusesA | List the current authenticated user's status history within a date range. |
| simpleinout_list_user_statusesA | List a specific user's status history within a date range. |
| simpleinout_create_my_statusA | Create (change) the current authenticated user's status — the core check-in/check-out action. |
| simpleinout_create_user_statusA | Create (change) another user's status on their behalf. Requires the acting account to have permission to manage that user's status. |
| simpleinout_list_usersA | List all users in the company. |
| simpleinout_get_userA | Retrieve a specific user. |
| simpleinout_get_current_userA | Retrieve the current authenticated user. |
| simpleinout_list_groupsA | List all groups. |
| simpleinout_list_beaconsA | List all beacons (Bluetooth presence beacons). |
| simpleinout_list_fencesA | List all geofences. |
| simpleinout_list_networksA | List all Wi-Fi networks used for automatic presence detection. |
| simpleinout_list_announcementsA | List all announcements for the company. |
| simpleinout_list_rolesA | List all roles defined in the company (needed to create a user, which requires a role_id). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MSPbotsAI/simpleinout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server