1. Conduid
  2. Cloud
  3. Oso Cloud MCP Server
MCP server · Cloud

Oso Cloud MCP Server

Easily understand your authorization by querying the OSO Cloud API using natural language.

Unclaimed cloud
34Low

Scored 4 months ago · breakdown

About Oso Cloud MCP Server

Oso Cloud MCP Server is an MCP server in the Cloud category: easily understand your authorization by querying the OSO Cloud API using natural language. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/robinbortlik/oso-cloud-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Oso Cloud MCP Server

Powered by Claude · Grounded in docs

I know everything about Oso Cloud MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

OSO Cloud MCP

smithery badge

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:

  1. get_policy

    • Retrieves the current OSO Cloud policy
    • Returns the policy as a JSON string
  2. 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 actor
      • action: Action to check
      • resourceType: Type of resource (e.g., 'Document', 'Project')
      • resourceId: ID of the resource
  3. list_resources

    • Lists resources of a specific type that an actor can perform an action on
    • Parameters:
      • actorType: Type of actor
      • actorId: ID of the actor
      • action: Action to check
      • resourceType: Type of resources to list
  4. get_actions

    • Gets all actions an actor can perform on a resource
    • Parameters:
      • actorType: Type of actor
      • actorId: ID of the actor
      • resourceType: Type of resource
      • resourceId: 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:

  1. Install dependencies:

    npm install
    
  2. Start the development server:

    npm run dev
    

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Oso Cloud MCP Server

How do I install Oso Cloud MCP Server?

Run git clone https://github.com/robinbortlik/oso-cloud-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Oso Cloud MCP Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Oso Cloud MCP Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.