← All WebMCP sites

plori.ai

AI & Agentshttps://plori.ai/listed as of 2026-08-26
plori gives you a cloud AI agent with its own persistent environment: a durable disk, real CLI tools, and memory. Use it yourself or from your own agent.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 58/100 (C).

Tools

plori_get_capabilitiesactimperative
Describe what plori offers and where an external agent can connect for the complete tool set.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
plori_get_mcp_connectionactimperative
Return the canonical remote MCP endpoint, authentication discovery URL, and next steps for connecting an external agent.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
plori_list_examplesactimperative
List public examples and their evidence labels so an agent can choose a concrete plori task.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
plori_open_pageactimperative
Navigate this tab to the public MCP connection guide or examples. Navigation removes the homepage tools.
Input schema
{
  "type": "object",
  "required": [
    "destination"
  ],
  "additionalProperties": false,
  "properties": {
    "destination": {
      "type": "string",
      "enum": [
        "mcp_guide",
        "examples"
      ],
      "description": "The public plori page to open in this tab."
    }
  }
}
plori_open_mcp_guideactdeclarative
Open plori's public guide for connecting an external agent to its remote MCP server.
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.