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
A server implementation for Wikidata API using the Model Context Protocol (MCP).
Swift Package Manager MCP Server written in Swift
MCP Database Server is a new MCP Server which helps connect with Sqlite, SqlServer and Posgresql Databases
mcp server for yourware
MCP server for applying a Claude Shannon-inspired problem-solving pattern
A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI.
mcp server for sns





