Skip to main content
Glama
kingleosgold

TroyStack API

by kingleosgold

TroyStack API

TroyStack 用の REST API + MCP サーバー。貴金属のライブデータ、ポートフォリオ管理、AI/LLM 統合を提供します。

クイックスタート

npm install
cp .env.example .env  # fill in Supabase credentials
npm run dev

Related MCP server: QuantClaw Data

Railway へのデプロイ

  1. GitHub リポジトリにプッシュ

  2. Railway ダッシュボードでリポジトリを接続

  3. 環境変数を設定:

    • SUPABASE_URL

    • SUPABASE_SERVICE_ROLE_KEY

    • PORT(Railway が自動設定)

  4. デプロイ

カスタムドメイン: api.troystack.ai

データベース設定

Supabase SQL エディターで migrations/001_api_keys.sql を実行します。

エンドポイント

公開(認証なし)

メソッド

パス

説明

GET

/v1/prices

ライブスポット価格(Au、Ag、Pt、Pd)

GET

/v1/prices/history

履歴価格

GET

/v1/market-intel

ニュース見出し

GET

/v1/vault-watch

COMEX 在庫

GET

/v1/speculation

仮定の予測

認証付き(Bearer トークン)

メソッド

パス

説明

GET

/v1/portfolio

ポートフォリオ概要

GET

/v1/analytics

コストベース分析

GET

/v1/holdings

保有資産の一覧

POST

/v1/holdings

購入を追加

LLM / AI

パス

説明

/llms.txt

LLM が読み取り可能な説明

/openapi.json

OpenAPI 3.0 仕様

/.well-known/ai-plugin.json

AI プラグインマニフェスト

/.well-known/mcp.json

MCP サーバーマニフェスト

アーキテクチャ

User's iPhone → TroyStack app (local SQLite)
                          ↕ sync
                    Supabase (server-side storage)
                          ↕
                    TroyStack API (Railway)
                      ↕         ↕
                  AI Agents    X/Twitter Bot
                (Claude, GPT)  (auto-tweets)
F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables quantitative trading analysis with 12 tools for real-time market data, 28+ technical indicators, FinBERT-powered news sentiment analysis, and automated trading signal generation for stocks and forex.
    1
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides access to a comprehensive financial intelligence platform featuring real-time market data, quantitative models, and alternative data sources. It enables users to perform advanced financial analysis including options analytics, portfolio modeling, and SEC filing research.
  • A
    license
    A
    quality
    C
    maintenance
    Provides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.
    17
    6
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/kingleosgold/troystack-api'

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