1. Conduid
  2. Developer Tools
  3. Agentic Tool
MCP server · Developer Tools

Agentic Tool

Github, Linear related MCP Server exposing a nuanced MCP Server Vulnerability at runtime

Unclaimed NOASSERTION last commit a year ago mcp-server-securityvulnerabilitymcp-serverdevtoolsruntime-security
54Fair

Scored 4 months ago · breakdown

About Agentic Tool

Agentic Tool is an MCP server published by akramIOT in the Developer Tools category: github, Linear related MCP Server exposing a nuanced MCP Server Vulnerability at runtime. It has been installed 0 times through Conduid.

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 mcp-server-agentic-tool

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 Agentic Tool

Powered by Claude · Grounded in docs

I know everything about Agentic Tool. 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.

README

Enterprise MCP Server

Github based Anthropic Model contex Protocol (MCP) server implementation for managing Agentic tool execution across multiple service integrations.

Overview

This project provides a complete MCP server implementation for integrating multiple third-party services (GitHub, Linear, etc.) into a unified tool execution platform. The server orchestrates API requests across service boundaries, enabling seamless multi-service workflows through a single interface.

Features

  • Multi-Service Integration: Connect to GitHub, Linear, and other services through a unified API
  • Tool Orchestration: Route tool requests to the appropriate service automatically
  • Flexible Configuration: Easy service registration and configuration
  • Robust Error Handling: Consistent error responses across all services

Architecture

The MCP server follows a modular architecture:

  • MCP Registry: Core component that manages service and tool registration
  • Service Implementations: Adapters for each integrated service (GitHub, Linear)
  • Client API: Interface for executing tools across services

Getting Started

Prerequisites

  • Python 3.8 or higher
  • pip (Python package manager)

Installation

  1. Clone this repository:

    git clone <repository-url>
    cd mcp_server_agentic_tool
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Configure your environment:

    cp .env.example .env
    # Edit .env with your service API keys
    

Running the Server

Start the MCP server:

python src/index.py

The server will start on port 5000 (configurable via PORT environment variable).

Usage

API Endpoints

  • GET /services: List all available services
  • GET /tools: List all available tools across all services
  • POST /execute: Execute a tool by name
  • POST /github/{tool_name}: Execute a GitHub tool
  • POST /linear/{tool_name}: Execute a Linear tool

Example Request

Execute a GitHub tool to list issues:

curl -X POST http://localhost:5000/github/list_issues \
  -H "Content-Type: application/json" \
  -d '{}'

Client Library

The project includes a Python client library for interacting with the MCP server:

from src.client.api import client

# List all tools
tools = client.list_tools()

# Execute a GitHub tool
response = client.execute_github_tool('list_issues', {})

Integration Showcase

The project includes a showcase of how to integrate multiple services through the MCP server:

python src/client/integration_showcase.py

This demonstrates how the MCP server can be used to create seamless workflows across multiple services, enabling unified project management.

Project Structure

  • src/server: Core MCP server implementation
  • src/services: Service-specific implementations
  • src/client: Client API and demo scripts
  • src/utils: Shared utilities and type definitions

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

Questions

About Agentic Tool

How do I install Agentic Tool?

Run npx mcp-server-agentic-tool, 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 Agentic Tool safe to use with an AI agent?

Its trust score is 54 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 Agentic Tool still maintained?

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