Stats
Actions
Tags
From pinescript
Provides tools for working with Pine Script, the TradingView scripting language for custom indicators and trading strategies. Runs locally without external API dependencies.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pinescript": {
"command": "npx",
"args": [
"tsx",
"docs/server/src/index.ts"
]
}
}
}Server configuration and connection parameters
npx/Users/hartman/Dropbox/TomHartman.ca/TradersPost/Projects/pinescript-agents/docs/serverCommand-line arguments passed to the server process
npx claudepluginhub traderspost/pinescript-agents