Back to Home
Adityagupta89 icon

MCP-Server

Verified Safe

by Adityagupta89

Overview

Provides two callable tools, 'add-number' and 'get_github_repo', as a server implementing the Model Context Protocol, allowing external models or agents to consume these functionalities.

Installation

Run Command
npm run build && node build/index.js

Security Notes

The server includes a tool ('get_github_repo') that makes an external HTTP request to the GitHub API, incorporating user-provided input ('username') into the URL. While GitHub's API generally handles input sanitization, explicit validation/sanitization of user input before constructing external URLs is a general best practice. No 'eval', obfuscation, or hardcoded secrets were identified.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens150
Stars0
Forks0
Last Update2026-01-19

Tags

MCPToolsAPIProtocolAgent-Tooling