PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversrag-systemsragalgo-mcp-server
返回「rag-systems」

ragalgo-mcp-server

modelscope·@kokogo100/ragalgo-mcp-server

rag-systems0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

RagAlgo: Dynamic RAG Engine for AI Reliability

Global Beta: Currently specialized in Korean Finance (Stocks & Crypto), but built on a universal "Tag & Score" protocol applicable to any domain.

RagAlgo is not just a data API. It is a "State-of-Truth" Provider designed to prevent LLM hallucinations when dealing with complex static knowledge and highly volatile dynamic data.

Why RagAlgo?

Traditional RAG (SQL/Vector DB) often fails to capture the "current context" of fast-changing reality. RagAlgo solves this by converting data into Mathematical Scores and Standardized Tags.

Core Philosophy

  1. Sanitized Data: We filter out noise so AI only ingests high-quality signals.
  2. Mathematical Scoring: We translate complex movements into simple scores (e.g., Chart Score: 9.5), giving AI a clear ground truth to reason upon.
  3. Universal Protocol: Our "Tag & Score" architecture is designed to systematize and standardize any data domainincluding Legal, Medical, and Techinto a format that AI can flawlessly understand and judge.

Flexible Integration: Scored vs. Non-Scored

We respect your freedom to build. Choose the mode that fits your pipeline:

ModeTarget UserDescription
Scored API (AI-Ready)Builders & StartupsRagAlgo's math engines sanitize and score everything. Zero hallucinations.
Non-Scored API (Raw Mode)Data Scientists & EngineersPure, sanitized data feeds for your custom pipelines. Perfect for fine-tuning, n8n automation, LangChain agents, or Flowise workflows.

RagAlgo MCP Server (KOR)

API MCP(Model Context Protocol)  .

cd mcp-server
npm install
npm run build

# Windows (PowerShell)
$env:RAGALGO_API_KEY="ragalgo_scored_test_a3ed9bd570436d46"

# Windows (CMD)
set RAGALGO_API_KEY=ragalgo_scored_test_a3ed9bd570436d46

# Mac/Linux
export RAGALGO_API_KEY="ragalgo_scored_test_a3ed9bd570436d46"

Claude Desktop

%APPDATA%\Claude\claude_desktop_config.json :

{
  "mcpServers": {
    "ragalgo": {
      "command": "node",
      "args": ["C:\\coding\\RagAlgo\\mcp-server\\dist\\index.js"],
      "env": {
        "RAGALGO_API_KEY": "ragalgo_scored_test_a3ed9bd570436d46"
      }
    }
  }
}

(9)

get_news( )
get_news_scored( )
get_chart_stock
get_chart_coin
get_financials
get_snapshots
search_tags
match_tags
get_trends

Claude Desktop

"   5 "
 get_news_scored(tag="", limit=5)

"    "
 get_news_scored(tag="", verdict="bullish")

"005930  "
 get_financials(ticker="005930")

"  "
 get_chart_coin(ticker="KRW-BTC")

API

TierAPI Key
nonscoredragalgo_nonscored_test_...get_news, get_financials, get_chart_*, search_tags, match_tags, get_trends
scoredragalgo_scored_test_...+ get_news_scored, get_snapshots

#   
npm run dev

# 
npm run build

#  
npm start

相关 MCP Servers(来自「rag-systems」)

context7

暂无描述。

@2511319/context7

BochaAI

暂无描述。

@BochaAI/bocha-search-mcp

Wireshark-MCP服务器

一种模型上下文协议服务器,它将Wireshark的网络分析能力与Claude等人工智能系统集成在一起,允许在无需手动复制的情况下直接分析网络数据包。

@sarthaksiddha/Wireshark-mcp

SearchAPI MCP服务器

通过SearchAPI.site将AI助手连接到外部数据源(如Google、Bing等),并通过模型上下文协议(MCP)实现对网络信息的安全和上下文访问。

@mrgoonie/searchapi-mcp-server

Sugatraj

暂无描述。

@Sugatraj/Cursor-Browser-Tools-MCP

ThreatFlux

暂无描述。

@ThreatFlux/playwright-fetch

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/kokogo100-ragalgo-mcp-server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

cd mcp-server npm install npm run build

基本信息

分类
金融 / rag-systems / search
运行方式
No
许可证
Unknown
详情文件
kokogo100-ragalgo-mcp-server.md