
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
decodo-back-office-mcp
Advanced tools
Model Context Protocol (MCP) server for Decodo proxy management API integration. Provides 14 tools for managing sub-users, proxy endpoints, IP whitelists, and traffic analytics.
A Model Context Protocol (MCP) server that provides seamless integration with Decodo's proxy management API, enabling AI agents to manage proxy infrastructure, sub-users, traffic monitoring, and endpoint configuration.
npx -y decodo-back-office-mcp
npm install -g decodo-back-office-mcp
decodo-mcp
git clone https://github.com/andrewlwn77/decodo-back-office-mcp.git
cd decodo-back-office-mcp
npm install
npm run build
npm start
Create a .env
file in your project directory:
DECODO_API_KEY=your_api_key_here
DECODO_BASE_URL=https://api.decodo.com/v2
LOG_LEVEL=info
Option A: Using npx (Recommended - No Installation Required)
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"decodo-back-office": {
"command": "npx",
"args": ["-y", "decodo-back-office-mcp"],
"env": {
"DECODO_API_KEY": "your_api_key_here"
}
}
}
}
Option B: Using Global Install
{
"mcpServers": {
"decodo-back-office": {
"command": "decodo-mcp",
"env": {
"DECODO_API_KEY": "your_api_key_here"
}
}
}
}
Option C: From Source
{
"mcpServers": {
"decodo-back-office": {
"command": "node",
"args": ["/path/to/decodo-back-office-mcp/dist/index.js"],
"env": {
"DECODO_API_KEY": "your_api_key_here"
}
}
}
}
Using npx (Recommended):
Add to your config.json
:
{
"experimental": {
"modelContextProtocol": true
},
"mcpServers": {
"decodo-back-office": {
"transport": {
"type": "stdio"
},
"command": "npx",
"args": ["-y", "decodo-back-office-mcp"],
"env": {
"DECODO_API_KEY": "your_api_key_here"
}
}
}
}
Using npx (Recommended): Add to your MCP settings:
{
"mcpServers": {
"decodo-back-office": {
"command": "npx",
"args": ["-y", "decodo-back-office-mcp"],
"env": {
"DECODO_API_KEY": "your_api_key_here"
}
}
}
}
# Using npx (easiest)
npx -y decodo-back-office-mcp
# Using global install
npm install -g decodo-back-office-mcp
decodo-mcp
# Development (from source)
npm run dev
# Production (from source)
npm run build
npm start
Variable | Required | Default | Description |
---|---|---|---|
DECODO_API_KEY | ✅ Yes | - | Your Decodo API key |
DECODO_BASE_URL | No | https://api.decodo.com/v2 | Decodo API base URL |
LOG_LEVEL | No | info | Logging level (error, warn, info, debug) |
MCP_SERVER_NAME | No | decodo-back-office-mcp | Server identification |
MCP_SERVER_VERSION | No | 1.0.0 | Server version |
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
~/.continue/config.json
The server provides 14 MCP tools for complete Decodo proxy management:
Tool | Description | Parameters |
---|---|---|
decodo_create_sub_user | Create a new sub-user | username , password? , email? , traffic_limit? |
decodo_get_sub_users | List all sub-users | None |
decodo_get_sub_user | Get specific sub-user details | id |
decodo_update_sub_user | Update existing sub-user | id , username? , password? , email? , traffic_limit? |
decodo_delete_sub_user | Delete a sub-user | id |
decodo_get_sub_user_traffic | Get sub-user traffic statistics | id , start_date? , end_date? |
Tool | Description | Parameters |
---|---|---|
decodo_get_endpoints | Retrieve proxy endpoints | None |
decodo_generate_endpoint | Generate custom endpoints | protocol? , format? , custom_params? |
decodo_get_target_info | Analyze target URLs | url |
Tool | Description | Parameters |
---|---|---|
decodo_get_whitelist | List whitelisted IPs | None |
decodo_add_whitelist_ip | Add IP to whitelist | ip , description? |
decodo_remove_whitelist_ip | Remove IP from whitelist | ip |
Tool | Description | Parameters |
---|---|---|
decodo_get_traffic | Get traffic statistics | start_date? , end_date? , sub_user_id? |
decodo_get_subscriptions | View subscription information | None |
Once configured, you can ask Claude:
"Can you show me all my Decodo sub-users and their traffic usage?"
"Please create a new sub-user called 'test-user' with a 1GB traffic limit"
"Add IP address 192.168.1.100 to my whitelist for my home office"
"Generate a custom HTTPS endpoint for JSON responses"
// The server will automatically handle tool calls through MCP protocol
// Your AI client will have access to all 14 Decodo management tools
Server won't start:
DECODO_API_KEY
is set in your environmentnode --version
)npm run build
to ensure compilationAPI errors:
DECODO_BASE_URL
is set to https://api.decodo.com/v2
MCP client can't connect:
Enable debug logging:
LOG_LEVEL=debug npm start
.gitignore
prevents credential leakagenpm run build
npm test
npm run test:coverage
npm run lint
npm run lint:fix
npm run typecheck
For detailed Decodo API documentation, visit: Decodo API Documentation
MIT License - see LICENSE file for details.
Built with the BMAD Agent Team methodology for comprehensive multi-perspective development.
FAQs
Model Context Protocol (MCP) server for Decodo proxy management API integration. Provides 14 tools for managing sub-users, proxy endpoints, IP whitelists, and traffic analytics.
The npm package decodo-back-office-mcp receives a total of 7 weekly downloads. As such, decodo-back-office-mcp popularity was classified as not popular.
We found that decodo-back-office-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.