fortune-compass-agent
Verified Safeby AI-Hub-Admin
Overview
An AI-powered divination agent that provides Tarot, I Ching, and Guangong Oracle readings via an LLM-callable tool.
Installation
pnpm startEnvironment Variables
- PORT
Security Notes
The source code primarily performs local random number generation and JSON data lookups. It uses `fs.readFileSync` to load the widget HTML, which is path-controlled to the local `assets` directory. No 'eval', 'child_process', hardcoded credentials, or other obvious malicious patterns were found. The system is designed to serve static assets (images) from a separate `serve` process, which, while exposing the `assets` directory, is intended for image delivery and not inherently a vulnerability within the core agent logic.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
volcano-sdk
A TypeScript SDK for building multi-provider AI agents that chain LLM reasoning with external tools and orchestrate multi-agent workflows.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
finance-mcp
Finance MCP is an intelligent agent toolkit and MCP server designed for financial research scenarios, leveraging LLMs for deep research, web scraping, and data analysis.