Sign In

@tensorfeed/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tensorfeed/mcp-server

MCP server for TensorFeed.ai - AI news, status, model data, and premium endpoints (routing, cost projection, forecast, history series, news search, webhook watches with digest tier, enriched directory) for AI agents

Source
npmnpm
Version
1.36.2
Version published
Weekly downloads
309
27.69%
Maintainers
1
Weekly downloads
 
Created
Source

TensorFeed MCP Server

The MCP server has its own repo: https://github.com/RipperMercs/tensorfeed-mcp

User-facing docs, install instructions, and the full tool reference live there. Star and watch that repo to follow MCP server updates.

This subfolder remains in the main tensorfeed repo as the publishing source for the npm package (@tensorfeed/mcp-server) and the official MCP registry entry. Edits to src/, server.json, package.json, etc. happen here and get pushed to the standalone repo on release.

Publish a new version

From the main tensorfeed repo:

# 1. Bump the version in mcp-server/package.json + mcp-server/server.json
# 2. Build + npm publish from the mcp-server/ folder
cd mcp-server
npm run build
npm publish --access public

# 3. Republish to the official MCP registry. The script lives at
#    repo-root/scripts/, not mcp-server/scripts/, so step back up first.
cd ..
.\scripts\mcp-publish.ps1

# 4. Mirror to the standalone repo - automated. The
#    .github/workflows/mirror-mcp-server.yml workflow runs on every
#    push to main that touches mcp-server/. To trigger a manual sync,
#    go to the Actions tab and run "Mirror MCP server to standalone
#    repo" via workflow_dispatch.

Automated mirror setup (one-time)

The mirror workflow needs a personal access token with contents: write permission on RipperMercs/tensorfeed-mcp. Set it once:

  • Generate a fine-grained PAT at github.com/settings/personal-access-tokens scoped to the standalone repo only, with Repository permissions Contents: Read and write and Metadata: Read-only.
  • Add it to this monorepo as a repository secret named STANDALONE_REPO_TOKEN (Settings -> Secrets and variables -> Actions).
  • The workflow will pick it up on the next push to main that changes mcp-server/**, or via the manual "Run workflow" button.

Keywords

mcp

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts