fm-mcp-servers
Verified Safeby 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
npx -y @feedmob/singular-reportingEnvironment 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
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
linear-streamable-mcp-server
This server allows Language Models (LLMs) to interact with Linear.app, managing issues, projects, teams, cycles, and comments through a streamable HTTP Model Context Protocol (MCP).
instantly-mcp
Manages Instantly.ai email automation campaigns, leads, accounts, and analytics via a Model Context Protocol (MCP) server for AI assistants.
tiktok-ads-mcp
Provides a read-only Model Context Protocol (MCP) server for interacting with the TikTok Business API to retrieve advertising campaign data and performance reports.