šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

universal-mcp-replicate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-mcp-replicate

A Universal MCP Application: universal_mcp_replicate

0.1.2
PyPI
Maintainers
1

Replicate Universal MCP Server

This repository contains an implementation of an Replicate Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Replicate's SEO and backlink analysis tools through a unified API.

The server is built using the Universal MCP framework.

This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.

Usage

You can start using Replicate directly from agentr.dev. Visit agentr.dev/apps and enable Replicate.

If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart

Available Tools

The full list of available tools is at ./src/universal_mcp_replicate/README.md

Local Development

šŸ“‹ Prerequisites

Ensure you have the following before you begin:

  • Python 3.11+ (recommended)
  • uv (install globally with pip install uv)

šŸ› ļø Setup Instructions

Follow the steps below to set up your development environment:

  • Sync Project Dependencies

    uv sync
    

    This installs all dependencies from pyproject.toml into a local virtual environment (.venv).

  • Activate the Virtual Environment

    For Linux/macOS:

    source .venv/bin/activate
    

    For Windows (PowerShell):

    .venv\Scripts\Activate
    
  • Start the MCP Inspector

    mcp dev src/universal_mcp_replicate/mcp.py
    

    This will start the MCP inspector. Make note of the address and port shown in the console output.

  • Install the Application

    mcp install src/universal_mcp_replicate/mcp.py
    

šŸ“ Project Structure

.
ā”œā”€ā”€ src/
│   └── universal_mcp_replicate/
│       ā”œā”€ā”€ __init__.py       # Package initializer
│       ā”œā”€ā”€ mcp.py            # Server entry point
│       ā”œā”€ā”€ app.py            # Application tools
│       └── README.md         # List of application tools
ā”œā”€ā”€ tests/                    # Test suite
ā”œā”€ā”€ .env                      # Environment variables for local development
ā”œā”€ā”€ pyproject.toml            # Project configuration
└── README.md                 # This file

šŸ“„ License

This project is licensed under the MIT License.

Generated with MCP CLI — Happy coding! šŸš€

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts