Back to Home
feed-mob icon

fm-mcp-servers

Verified Safe

by feed-mob

Overview

This repository hosts a collection of Model Context Protocol (MCP) servers designed to integrate with various external platforms for data reporting, analytics, and internal tool management. Specific use cases include fetching advertising campaign performance (e.g., Singular, Jampp, AppSamurai, TapJoy, AppLovin, IronSource, Mintegral, Inmobi, Liftoff, Smadex, RTB House), managing internal client/team contact information, searching Slack messages, querying HubSpot tickets, interacting with GitHub issues, managing work journals, processing images via ImageKit, and recording AI-generated media assets from Civitai.

Installation

Run Command
npx -y @feedmob/singular-reporting

Environment Variables

  • SINGULAR_API_KEY
  • SINGULAR_API_BASE_URL

Security Notes

The analyzed source code snippets for the various MCP servers demonstrate good security practices overall. Environment variables (e.g., API keys, secrets, base URLs) are consistently loaded using `dotenv` and explicitly checked for existence, preventing hardcoding. Input validation is performed using Zod schemas for tool parameters, reducing risks from malformed input. Network requests are handled by `axios` or `node-fetch`, and error responses from external APIs are caught and returned. No `eval` or similar dangerous patterns were detected. A minor deduction is due to the inherent risks of integrating with many third-party APIs, where the security largely depends on the user's correct configuration of sensitive credentials and the security posture of the integrated services. This analysis is based on truncated code snippets and general patterns across the repository.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars3
Forks1
Last Update2026-01-18

Tags

AdvertisingMarketingReportingData IntegrationAPI WrapperAnalyticsBusiness IntelligenceInternal ToolsDevOpsImage ProcessingAI/ML AssetsMCP