pinescript-mcp AGENTS.md

pinescript-mcp AGENTS.md is an instructions file for Codex, OpenCode from paulieb89/pinescript-mcp. It costs 393 tokens per session, scanned A, original, MIT.

Repository instructions for pinescript-mcp, a service that provides documentation through standard web and command-line connections. They describe its Python entry point, deployment on Fly.io, versioning, and required health and metadata routes.

In plain words
What is it for?
Use them when changing the service, publishing a new Python package version, deploying to Fly.io, or verifying its health and public metadata endpoints.
Why use it?
They give an agent the project-specific steps needed to release and check the service without guessing its repository layout or deployment requirements.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/paulieb89/pinescript-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/paulieb89/pinescript-mcp

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pinescript-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paulieb89/pinescript-mcp/agents-md.svg)](https://agentmods.dev/instructions/paulieb89/pinescript-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/paulieb89/pinescript-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/paulieb89/pinescript-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 393 This file is loaded in full into every session.
When invoked 393 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00393 $0.00393
Opus 5 $0.00197 $0.00197
Sonnet 5 $0.00079 $0.00079
Haiku 4.5 $0.00039 $0.00039

Measured 4d ago against content hash 9c9f444f667d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pinescript-mcp AGENTS.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl https://pinescript-mcp.fly.dev/.well-known/mcp/server-card.json
AGENTS.md · 50 lines

What it actually says

AGENTS.md — pinescript-mcp

AI agent instructions for working in this repo. See /home/bch/dev/ops/OPS.md for credentials, fleet overview, and release tooling.

Repo shape

src/pinescript_mcp/server.py is the entry point. Documentation data lives alongside it. Supports both stdio (uvx) and HTTP (Fly).

Deploy

fly deploy --ha=false

Single instance, lhr region. App name: pinescript-mcp. Fly.io account: [email protected].

Version bump

  1. Update version in pyproject.toml
  2. Update version string in the smithery_server_card route in src/pinescript_mcp/server.py
  3. Commit, tag vX.Y.Z, push + push tags
  4. GitHub Actions publishes to PyPI automatically on tag
  5. fly deploy --ha=false
  6. Cut a new Glama release

Standard routes (must always be present)

  • /.well-known/mcp/server-card.json — Smithery metadata
  • /.well-known/glama.json — Glama maintainer claim
  • /health — Fly health check

Verify after deploy:

curl https://pinescript-mcp.fly.dev/.well-known/mcp/server-card.json
curl https://pinescript-mcp.fly.dev/.well-known/glama.json
curl https://pinescript-mcp.fly.dev/health

README badge order

PyPI → SafeSkill → Glama card → Smithery

Do not

  • Do not use FASTMCP_PORT — the server reads PORT env var only
  • Do not set internal_port in fly.toml to anything other than 8080
  • Do not commit API keys
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 50 lines · 393 tokens per session scan A 9c9f444f667d

Subscribe to this mod's changes

pinescript-mcp AGENTS.md is an instructions file published in the GitHub repository paulieb89/pinescript-mcp (9 stars, last pushed 7d ago), licensed MIT. It adds 393 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.