ping
ActiveTool of Nordic Financial MCP
Connectivity check that confirms the Nordic MCP server process is responding. Use this at the start of a session to verify the server is reachable before making other calls. Do not use as a proxy for database health — the server can respond while the Qdrant vector database is temporarily unavailable. To confirm data availability, call search_filings directly. Returns: A greeting string: "Hello {name}! Nordic MCP server is running."
Parameters schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"default": "world",
"description": "Arbitrary label included in the response, e.g. 'healthcheck' or 'agent-1'"
}
},
"additionalProperties": false
}Parent server
Nordic Financial MCP
https://github.com/AIDataNordic/nordic_financial_mcp
2/7 registries