Back to Home
Attanon icon

freelo-mcp

Verified Safe

by Attanon

Overview

Provides an MCP server to enable AI agents to interact with the Freelo.io project management API for tasks and file downloads.

Installation

Run Command
node dist/index.js

Environment Variables

  • FREELO_EMAIL
  • FREELO_API_KEY
  • FREELO_USER_AGENT

Security Notes

The server uses environment variables for sensitive API keys (FREELO_EMAIL, FREELO_API_KEY), preventing hardcoding. Input validation is rigorously enforced using Zod schemas for all tool arguments, significantly mitigating injection risks. Rate limiting is implemented to prevent API abuse. File downloads are directed to the system's temporary directory, reducing path traversal vulnerabilities. No 'eval' or other directly dangerous patterns were found. The use of Axios for HTTP requests is standard and secure.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens750
Stars2
Forks1
Last Update2025-12-11

Tags

Freelo.ioProject ManagementTask ManagementFile ManagementMCP Server