1. Conduid
  2. Developer Tools
  3. Applications
MCP server · Developer Tools

Applications

A Universal MCP Application: universal_mcp_applications

Unclaimed MIT last commit 6 months ago devtools
55Fair

Scored yesterday · breakdown

About Applications

Applications is an MCP server published by universal-mcp in the Developer Tools category: a Universal MCP Application: universal_mcp_applications. It has been installed 0 times through Conduid.

The repository has 2 stars and 4 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx applications

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 Applications

Powered by Claude · Grounded in docs

I know everything about Applications. 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 permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.42-rc41v0.1.42-rc41
v0.1.42-rc40v0.1.42-rc40
v0.1.42-rc39v0.1.42-rc39
v0.1.42-rc38v0.1.42-rc38
v0.1.42-rc37v0.1.42-rc37

README

Universal MCP Applications

A collection of 80+ installable application wrappers for the Universal MCP framework.

This package provides a unified collection of all individual Universal MCP applications. It allows you to install every available tool at once and use them either as Python libraries in your own code.

Installation

It is recommended to use uv for faster installation.

# Recommended using uv
uv pip install universal-mcp-applications

# Or using standard pip
pip install universal-mcp-applications

Usage

The primary way to use the tools in this package is give below :-

1. As a Library

Each application can be imported and used directly in your Python projects. This is useful for integrating with other scripts or building more complex workflows.

Example:

from universal_mcp_applications.falai import FalaiApp
from universal_mcp.utils import process_output

# Instantiate the application
# You may need to provide credentials via an integration
app = FalaiApp() 

# Call a method
result = app.some_method(param1="value1")

# Process and print the output
process_output(result)

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Applications

How do I install Applications?

Run npx applications, 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 Applications safe to use with an AI agent?

Its trust score is 55 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Applications still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.