Pohjola API
pohjola-api.nousulabs.workers.dev
· Nousu Labs
Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402. Available as REST and MCP.
pohjola-api.nousulabs.workers.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 41/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 13:07:04 current | df6f9692d7cc… |
view → |
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
YTJ company lookup
|
0.01 | USDC |
| Agent card | https://pohjola-api.nousulabs.workers.dev/.well-known/agent-card.json |
| Provider | https://github.com/nousulabs-debug/pohjola-api |
Skills · 1 declared · mapped to canonical taxonomy
Look up a Finnish company by Y-tunnus (business ID) from the YTJ Avoindata registry. Returns structured company information including name, status, legal entity…
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/pohjola-api.nousulabs.workers.dev) [](https://agenstry.com/agents/pohjola-api.nousulabs.workers.dev) [](https://agenstry.com/agents/pohjola-api.nousulabs.workers.dev) [](https://agenstry.com/agents/pohjola-api.nousulabs.workers.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Pohjola API",
"description": "Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402. Available as REST and MCP.",
"version": "0.1.0",
"url": "https://pohjola-api.nousulabs.workers.dev/v1",
"preferredTransport": "REST",
"additionalInterfaces": [
{
"transport": "REST",
"url": "https://pohjola-api.nousulabs.workers.dev/v1"
},
{
"transport": "MCP",
"url": "https://pohjola-api.nousulabs.workers.dev/mcp"
}
],
"provider": {
"organization": "Nousu Labs",
"url": "https://github.com/nousulabs-debug/pohjola-api"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": [
"x402"
]
},
"skills": [
{
"id": "ytj_company_lookup",
"name": "YTJ company lookup",
"description": "Look up a Finnish company by Y-tunnus (business ID) from the YTJ Avoindata registry. Returns structured company information including name, status, legal entity type, and registration dates.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Finnish Y-tunnus, format 1234567-8"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"endpoints": {
"rest": "https://pohjola-api.nousulabs.workers.dev/v1/ytj/lookup",
"mcpToolName": "ytj_company_lookup"
},
"pricing": {
"amount": "$0.01",
"currency": "USDC",
"network": "eip155:8453"
}
}
],
"metadata": {
"x402": {
"price": "$0.01",
"currency": "USDC",
"network": "eip155:8453",
"payTo": "0x248773a449CC02A66C467235D84b689ace01e5d2",
"facilitator": "https://x402.org/facilitator"
}
}
}