Analytics
tigzig.com
Provides access to Tigzig V2 financial indicators and generates technical analysis reports for stock tickers.
ENDPOINT 1
https://api.tigzig.com/mcp
MCP server metadata
- Name
- Tigzig Unified Data Surface
- Version
- Tigzig V2 - unified data API. Read-only access to multiple data domains via a single MCP surface. Call list_categories first to see the available domains, then list_indicators_in_category to expand any one of them, then v2_get_series to pull data. find_indicator(query) is a cross-category fuzzy-search shortcut.
Known tools 4
list_indicators_in_categoryList indicators in a V2 category Returns metadata for every visible indicator in one Tigzig V2 category.
Inferred read-onlylist_categoriesList all V2 categories with one-liner descriptions Returns the full menu of Tigzig V2 categories with a one-line summary of each.
Inferred read-onlyfind_indicatorCross-category indicator search by id substring or name Substring search over indicator IDs and display names across ALL V2 categories.
Inferred read-onlyv2_get_seriesGet time-series data for one or more V2 indicators (wide format) Returns wide-format time series: one row per date, one column per indicator.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tigzig-unified-data-surface]
url = "https://api.tigzig.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tigzig-unified-data-surface": {
"type": "http",
"url": "https://api.tigzig.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tigzig-unified-data-surface
Remote MCP URL: https://api.tigzig.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tigzig-unified-data-surface": {
"url": "https://api.tigzig.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tigzig-unified-data-surface": {
"type": "http",
"url": "https://api.tigzig.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tigzig-unified-data-surface",
"transport": "streamable-http",
"url": "https://api.tigzig.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ta.tigzig.com/mcp
MCP server metadata
- Name
- Technical Analysis MCP API
- Version
- MCP server for technical analysis endpoints. Note: Some operations may take up to 3 minutes due to data fetching and analysis requirements.
Known tools 1
create_technical_analysisCreate Technical Analysis Generates comprehensive technical analysis reports for a specified stock ticker.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.technical-analysis-mcp-api]
url = "https://ta.tigzig.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"technical-analysis-mcp-api": {
"type": "http",
"url": "https://ta.tigzig.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: technical-analysis-mcp-api
Remote MCP URL: https://ta.tigzig.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"technical-analysis-mcp-api": {
"url": "https://ta.tigzig.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"technical-analysis-mcp-api": {
"type": "http",
"url": "https://ta.tigzig.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "technical-analysis-mcp-api",
"transport": "streamable-http",
"url": "https://ta.tigzig.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tigzig.com was fetched 2026-08-08T22:09:38.481Z.
tigzig.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.