Skip to main content
Glama
cdecl

oo.ai-mcp

by cdecl

oo.ai-mcp

Introduction

This project provides a tool to search content on oo.ai.

Related MCP server: jina-web-mcp

Usage

from oo.main import search_ooai

# Search content on oo.ai
result = search_ooai("example query")
print(result)

Dependencies

  • fastmcp>=2.2.0

  • markitdown[all]>=0.1.1

  • playwright>=1.51.0

  • pytest>=8.3.5

Requirements

  • Python 3.13 or higher

Installation

  1. Clone the repository:

    git clone https://github.com/cdecl/oo.ai-mcp
    cd oo.ai-mcp
  2. Sync the dependencies:

    uv sync

Running the server

To run the server directly from the cloned repository, use the following command:

uvx --from . ooai

Alternatively, you can run it directly from GitHub:

uvx --from git+https://github.com/cdecl/oo.ai-mcp ooai

MCP Server Registration

To use this tool as an MCP server, register it in your MCP configuration with the following details:

{
  "mcpServers": {
    "oo.ai-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/cdecl/oo.ai-mcp", 
        "ooai"
      ]
    }
  }
}

Testing

uv run pytest -v
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdecl/oo.ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server