← valafi.dev
INDIVIDUAL MCP TOOL
get_sector_graph
Get the relationship subgraph for an entire sector from Vala-Fi's graph.
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 endpoint
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.valafi-dev]
url = "https://mcp.valafi.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"valafi-dev": {
"type": "http",
"url": "https://mcp.valafi.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: valafi-dev
Remote MCP URL: https://mcp.valafi.dev/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": {
"valafi-dev": {
"url": "https://mcp.valafi.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"valafi-dev": {
"type": "http",
"url": "https://mcp.valafi.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "valafi-dev",
"transport": "streamable-http",
"url": "https://mcp.valafi.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_profile— Get a company's profile from the Vala-Fi knowledge graph.get_supply_chain— Get the supply chain relationships for a company from Vala-Fi's SEC filing data.get_customers— Get all known customers of a company from Vala-Fi's SEC filing data.get_competitors— Get all known competitors of a company from Vala-Fi's SEC filing data.find_path— Find the shortest relationship path between two companies in Vala-Fi's graph.get_exposure— Analyze supply chain concentration risk and exposure for a company using Vala-Fi data.