OSO Cloud MCP
A Model Context Protocol (MCP) server that integrates with OSO Cloud to provide authorization capabilities. This server acts as a bridge between your application and OSO Cloud’s authorization service, allowing you to perform various authorization checks and queries through a standardized interface.
Supported Tools
The server provides the following tools:
get_policy
- Retrieves the current OSO Cloud policy
- Returns the policy as a JSON string
authorize
- Checks if an actor can perform a specific action on a resource
- Parameters:
actorType: Type of actor (e.g., ‘User’, ‘Organization’)actorId: ID of the actoraction: Action to checkresourceType: Type of resource (e.g., ‘Document’, ‘Project’)resourceId: ID of the resource
list_resources
- Lists resources of a specific type that an actor can perform an action on
- Parameters:
actorType: Type of actoractorId: ID of the actoraction: Action to checkresourceType: Type of resources to list
get_actions
- Gets all actions an actor can perform on a resource
- Parameters:
actorType: Type of actoractorId: ID of the actorresourceType: Type of resourceresourceId: ID of the resource
Configuration
To use this server, you need to provide the following configuration:
{
osoApiKey: string; // OSO Cloud API key
osoApiUrl: string; // OSO Cloud API URL (defaults to "https://cloud.osohq.com/api")
}
Smithery Integration
This project is available on Smithery at: https://smithery.ai/server/@robinbortlik/oso-cloud-mcp
Development
To run the project locally:
Install dependencies:
npm installStart the development server:
npm run dev
Oso Cloud MCP Server
Project Details
- robinbortlik/oso-cloud-mcp
- Last Updated: 6/16/2025
Recomended MCP Servers
Data-Mining-Plugins
Virtual traveler library for MCP
Java and Kotlin Code samples used on cloud.google.com
MCP Deep Research is a tool that allows you to search the web for information. It is built...
An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains.
OpenUI let's you describe UI using your imagination, then see it rendered live.
MCP Portal Project
An advanced MCP server for Home Assistant. 🔋 Batteries included.
Arc Memory MCP Server - Bridge between Arc Memory TKG and MCP clients
MCP server for Google Gemini 2.0 Flash image generation
MCP Server for SQL Server using node-mssql





