INDIVIDUAL MCP TOOL
redeem_issuance_token
Convert an owner-issued key-issuance token into your own API key — the headless onboarding step for an agent that holds no credential yet.
LIVE ENDPOINT
https://www.apier.no/api/mcp
Connect to this endpoint to inspect the live schema for redeem_issuance_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.apier-no]
url = "https://www.apier.no/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apier-no": {
"type": "http",
"url": "https://www.apier.no/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apier-no
Remote MCP URL: https://www.apier.no/api/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": {
"apier-no": {
"url": "https://www.apier.no/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apier-no": {
"type": "http",
"url": "https://www.apier.no/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apier-no",
"transport": "streamable-http",
"url": "https://www.apier.no/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_summary— Retrieve a one-shot compliance summary for a Norwegian organisation by its 9-digit organisasjonsnummer.get_public_obligations— Retrieve the universal obligation set for a Norwegian entity type — every regulatory obligation that applies by virtue of an entity BEING that organisational form, BEFORE per-company Tier-2 data is layered on.get_exchange_rate— Fetch the most recent Norges Bank exchange-rate reference for a currency against NOK — the canonical conversion benchmark Norwegian tax + accounting authorities accept for obligations in foreign currency (Årsregnskap, cross-border MVA, dividend reporting).list_acting_capacity— Resolve every Norwegian regulatory action a person is currently authorised to perform on behalf of a specific organisation.get_company_profile— Resolve a Norwegian organisasjonsnummer (9 digits) into a structured company profile from Brønnøysund Enhetsregisteret: display name, organisational form (AS / ENK / ASA …), NACE codes with descriptions, addresses, registration/dissolution dates, the `active` / `dissolved` status enum, the MVA-registered flag, and deduplicated person role CODES — never personal identifiers.check_authorization— Return the authorisation snapshot for the calling consumer's delegation on a Norwegian organisation: the `status` enum (`full` / `partial` / `none`), `missing_scopes` (empty on `full`), `granted_scopes`, and the `delegation_chain` breadcrumbs.get_company_context— Retrieve the structured Brønnøysund identity slice for a Norwegian organisation by its 9-digit organisasjonsnummer: legal name, organisasjonsform (AS / ENK / NUF / ASA …), NACE codes, addresses, incorporation/dissolution dates, and the signaturrett / prokura role-code summary (never personal identifiers).get_company_deadlines— Compute the upcoming Norwegian regulatory filing calendar for a specific organisation, looking horizon_months ahead.