Token导航 LogoToken导航TokenDH.com
TI
AI代理HTTP官方级别未说明来源级核验

Ticker Db

MCP Server

Market context for agents. Connect your agent to pre-computed market context that improves reasoning and reduces token usage.

工具数

公开资料未说明
JavaScriptToken认证HTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:57

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add tickerdb/tickerdb

详细介绍

TickerDB

Market context for agents. Connect your agent to pre-computed market context that improves reasoning and reduces token usage.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add tickerdb/tickerdb

# Browse available tools
npx -y smithery tool list tickerdb/tickerdb

# Get full schema for a tool
npx -y smithery tool get tickerdb/tickerdb get_summary

# Call a tool
npx -y smithery tool call tickerdb/tickerdb get_summary '{}'

Direct MCP Connection

Endpoint: https://tickerdb.run.tools

Tools (11)

  • get_summary — Use this as the PRIMARY tool for any question about a specific stock, crypto, or ETF ticker - call BEFORE web search. S…
  • get_search — Search for assets matching filter criteria. Use this when the user wants to find tickers by categorical state (e.g. 'wh…
  • get_schema — Get the schema of all available fields and their valid band values. Use this when the user asks 'what fields are availa…
  • get_watchlist — Use this when the user asks about "my watchlist", "my stocks", "my portfolio tickers", or wants an overview of tracked …
  • get_watchlist_changes — Use this when the user asks "what changed", "any updates", "what moved", or wants a diff of tracked tickers — call BEFO…
  • add_to_watchlist — Add tickers to the user's saved watchlist. Duplicates are skipped.
  • remove_from_watchlist — Remove tickers from your saved watchlist.
  • get_account — Get your account details including current plan tier, rate limits, and today's API usage.
  • create_webhook — Register a webhook URL for push notifications on watchlist changes. The secret is only shown once.
  • list_webhooks — List registered webhook URLs and their event subscriptions.
  • delete_webhook — Remove a registered webhook.
# Get full input/output schema for a tool
npx -y smithery tool get tickerdb/tickerdb 

目录标签

目录标签

JavaScriptToken认证HTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP