justoneapi-mcp
Verified Safeby justoneapi
Overview
MCP server to expose JustOneAPI's Chinese social media and news search capabilities to AI assistants, returning raw upstream JSON responses.
Installation
npx -y justoneapi-mcpEnvironment Variables
- JUSTONEAPI_TOKEN
- JUSTONEAPI_BASE_URL
- JUSTONEAPI_TIMEOUT_MS
- JUSTONEAPI_RETRY
- JUSTONEAPI_DEBUG
Security Notes
The server passes the `JUSTONEAPI_TOKEN` as a query parameter, which is less secure than header-based authentication as it can be logged by proxies or web servers. However, the code explicitly encodes the token, masks it in debug logs, and validates its presence. No `eval` or obvious malicious patterns were found in the provided source code.
Similar Servers
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.