Skip to main content
Glama
xiaobenyang-com

fund-mcp

基金知识查询服务器

一个基于Model Context Protocol (MCP)的基金知识库服务器,提供基金相关知识的查询和检索功能,支持多种部署模式和协议。 A fund knowledge base server based on Model Context Protocol (MCP), providing query and retrieval functions of fund-related knowledge, and supporting multiple deployment modes and protocols.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

fund.echo

Echo back a message. Example interface for scaffold.

fund.knoewledge

获取的知识库列表信息

fund.stock_search

搜索股票信息,基于东方财富API

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659313667

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659313667

Related MCP server: Fund MCP Server

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "基金知识查询服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659313667/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "基金知识查询服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659313667/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "基金知识查询服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659313667",
          },
          "transport": "stdio"
        }
      }
}

Available Tools

3 tools
fund.echofund.echoC

Echo back a message. Example interface for scaffold.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYes

TDQS

C2.8/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'Echo back a message,' which implies a simple read-only operation, but it doesn't disclose any behavioral traits such as side effects, error handling, or performance characteristics. The mention of 'Example interface for scaffold' adds minimal context but is insufficient for a mutation tool (implied by 'echo' as output).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two short sentences: 'Echo back a message. Example interface for scaffold.' Every word earns its place, and it's front-loaded with the core purpose, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (1 parameter, no annotations, no output schema), the description is incomplete. It lacks details on behavior, parameter usage, and output expectations. While the tool is basic, the description should provide more context for effective use, such as what 'echo' entails or example usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 1 parameter with 0% description coverage, and the description does not add any meaning beyond the schema. It mentions 'message' but doesn't explain what it represents, its format, or constraints. Since schema coverage is low, the description fails to compensate, leaving the parameter poorly documented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Echo back a message.' This is a specific verb ('echo back') and resource ('a message'), making it understandable. However, it doesn't distinguish itself from sibling tools like 'fund.knowledge' or 'fund.stock_search', which likely have different functions, so it doesn't fully differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It mentions it's an 'Example interface for scaffold,' which implies it might be for testing or demonstration, but this is vague and doesn't offer explicit usage scenarios, prerequisites, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

fund.knoewledgefund.knoewledgeD

获取的知识库列表信息

ParametersJSON Schema
NameRequiredDescriptionDefault
kwNo
pageSizeNo
pageNumNo

TDQS

D1.5/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states what the tool does ('获取的知识库列表信息') without mentioning permissions, rate limits, pagination behavior, or what the return format looks like. This is inadequate for a tool with 3 parameters and no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single Chinese phrase, which is concise but under-specified. It's front-loaded but lacks necessary detail. While not verbose, it fails to provide essential information, making it inefficient in conveying value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (3 parameters, no annotations, no output schema), the description is completely inadequate. It doesn't explain the tool's behavior, parameters, or return values, leaving the agent unable to use it effectively. This is a low-tier description for a non-trivial tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the schema provides no parameter descriptions. The description adds no information about the parameters (kw, pageSize, pageNum), their meanings, formats, or usage. With 3 undocumented parameters, this is a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '获取的知识库列表信息' (Get knowledge base list information) restates the tool name 'fund.knoewledge' in Chinese, making it tautological. It specifies a verb ('获取' - get) and resource ('知识库列表信息' - knowledge base list information), but doesn't distinguish from sibling tools like 'fund.echo' or 'fund.stock_search'. The purpose is vague about what exactly is being retrieved.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like 'fund.echo' or 'fund.stock_search'. The description offers no context, exclusions, or prerequisites, leaving the agent with no usage instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

TDQS

C2.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: fund.echo is for testing/scaffolding, fund.knowledge retrieves knowledge base information, and fund.stock_search searches for stock data. There is no overlap in functionality, making tool selection unambiguous for an agent.

Naming Consistency3/5

The naming is mixed in conventions: fund.echo uses a simple verb, fund.knowledge uses a noun (with a typo in the description), and fund.stock_search uses a verb_noun pattern. While readable, there is inconsistency in verb usage and structure across the tools.

Tool Count3/5

With only 3 tools, the server feels thin for a financial domain (fund-mcp), as it lacks core operations like data updates, analysis, or portfolio management. However, the count is not extreme, so it is borderline appropriate but limited in scope.

Completeness2/5

The tool surface is significantly incomplete for a financial server: it includes a test tool (echo), a knowledge base tool, and a stock search tool, but misses essential operations such as retrieving detailed stock data, managing portfolios, or performing financial calculations. This will likely cause agent failures in broader financial tasks.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    An MCP server that provides comprehensive multimodal Retrieval-Augmented Generation (RAG) capabilities for processing and querying document directories, supporting text, images, tables, and equations.
    35
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that provides access to a fund knowledge base. Enables users to query and interact with financial fund information through natural language.
    3
    23
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    基于MCP协议的知识库服务器,内置LLM层,提供结构化知识存储、语义搜索和主动知识推送,支持通过工具进行知识学习、搜索和关联推理。
    6
    6
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaobenyang-com/1777316659313667'

If you have feedback or need assistance with the MCP directory API, please join our Discord server