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
simple linear mcp server
A Strava MCP
Automate browser-based workflows with LLMs and Computer Vision
A Model Context Protocol server for 3D Slicer integration
Deno/TypeScript MCP Server providing context related to Terragrunt documentation.
A Model Context Protocol server for IDA
🎃自定义Clash代理规则的方案
A fashion recommendation system built with FastAPI, React, MongoDB, and Docker. It uses CLIP for image-based clothing tagging...
Дипломная работа 2025





