← data-pulse.my
INDIVIDUAL MCP TOOL
get_npra_record
Return one exact NPRA record, searching all categories by default.
LIVE ENDPOINT
https://mcp.data-pulse.my/engine
Connect to this endpoint to inspect the live schema for get_npra_record 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.malaysia-data-engine-mcp]
url = "https://mcp.data-pulse.my/engine"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"malaysia-data-engine-mcp": {
"type": "http",
"url": "https://mcp.data-pulse.my/engine"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: malaysia-data-engine-mcp
Remote MCP URL: https://mcp.data-pulse.my/engine
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": {
"malaysia-data-engine-mcp": {
"url": "https://mcp.data-pulse.my/engine"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"malaysia-data-engine-mcp": {
"type": "http",
"url": "https://mcp.data-pulse.my/engine"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "malaysia-data-engine-mcp",
"transport": "streamable-http",
"url": "https://mcp.data-pulse.my/engine"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_pharma— Search one NPRA category by its public searchable fields.find_recent_changes— Return deduplicated changes from the dated pipeline delta artefacts.get_pharma_health— Return the pipeline-produced pharma health document verbatim.find_by_manufacturer— Find products and related NPRA records for a manufacturer-name substring.