INDIVIDUAL MCP TOOL
list_indicators_in_category
List indicators in a V2 category Returns metadata for every visible indicator in one Tigzig V2 category.
LIVE ENDPOINT
https://api.tigzig.com/mcp
Connect to this endpoint to inspect the live schema for list_indicators_in_category and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
list_categories— List all V2 categories with one-liner descriptions Returns the full menu of Tigzig V2 categories with a one-line summary of each.find_indicator— Cross-category indicator search by id substring or name Substring search over indicator IDs and display names across ALL V2 categories.v2_get_series— Get time-series data for one or more V2 indicators (wide format) Returns wide-format time series: one row per date, one column per indicator.