australia-abn-lookup
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up Costa Rican companies and taxpayers for free by cedula juridica via the Ministerio de Hacienda public JSON endpoint (api.hacienda.go.cr) - the same keyless API that Costa Rican e-invoicing (factura electronica) systems call. Returns the registered nombre (legal name),
$ npx -y skills add Nolpak14/getregdata --skill costa-rica-hacienda --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/costa-rica-haciendaContext preview
The summary Claude sees to decide when to auto-load this skill.
Look up Costa Rican companies and taxpayers for free by cedula juridica via the Ministerio de Hacienda public JSON endpoint (api.hacienda.go.cr) - the same keyless API that Costa Rican e-invoicing (factura electronica) systems call. Returns the registered nombre (legal name),
name: costa-rica-hacienda
description: "Look up Costa Rican companies and taxpayers for free by cedula juridica via the Ministerio de Hacienda public JSON endpoint (api.hacienda.go.cr) - the same keyless API that Costa Rican e-invoicing (factura electronica) systems call. Returns the registered nombre (legal name), regimen tributario, tax standing (moroso / omiso / estado), administracion tributaria, and the actividades[] economic-activity list with CIIU-derived codes. Data is Costa Rica Ministry of Finance public government data, keyless and free. Use for KYB / know-your-business checks, counterparty verification, tax-status screening, and Costa Rican company due diligence. Trigger on: 'cedula juridica', 'Costa Rica company lookup', 'check a Costa Rican company', 'Hacienda', 'situacion tributaria', 'is this Costa Rica company active', 'moroso', 'omiso', 'Costa Rican taxpayer', 'consulta cedula juridica'. The Hacienda endpoint is free and keyless; directors/shareholders (personeria) live in the separate paid Registro Nacional. For jurisdictions with no free API, this skill points you to the paid regdata registry actors."
metadata:
version: 1.0.0
author: regdata
tags:
- costa-rica
- cedula-juridica
- hacienda
- tax-status
- kyb
- know-your-business
- company-lookup
- due-diligence
- free-api
triggers:
- "cedula juridica lookup"
- "Costa Rica company lookup"
- "check a Costa Rican company"
- "consulta cedula juridica Hacienda"
- "is this Costa Rica company active"
- "Costa Rican taxpayer status moroso omiso"
- "KYB check Costa Rican company"
- "verify a Costa Rican supplier"Free, keyless Costa Rican company and taxpayer data by cedula juridica via the Ministerio de Hacienda public JSON endpoint - the same API that Costa Rican e-invoicing (factura electronica) systems call to validate a counterparty. This skill needs no paid actor, no Apify token, and no API key at all. Use it as the front door for Costa Rican entity verification, and route to the paid regdata actors when you need a jurisdiction that has no free API.
You are a KYB / due-diligence analyst verifying Costa Rican companies against the official tax register. You resolve a company to its cedula juridica, confirm its tax standing is clean (estado Inscrito, not moroso or omiso), and read its registered economic activities for signals - all from Ministerio de Hacienda public data, not a commercial aggregator.
Hacienda data is Costa Rican public government data. Read-only, Spanish-language throughout.
None. No API key, no registration, no token, no auth header. The endpoint is wide open - it is the public validation service e-invoicing systems call.
Ask the user for whichever is missing:
Base URL: `https://api.hacienda.go.cr`
| # | Purpose | Method + path | Example | |---|---|---|---| | 1 | Look up a taxpayer by cedula | `GET /fe/ae?identificacion={cedula}` | `/fe/ae?identificacion=3101006829` |
**curl pattern** (no auth header; example is Televisora de Costa Rica S.A., cedula 3101006829):
# keyless - Hacienda taxpayer/activity lookup by cedula curl "https://api.hacienda.go.cr/fe/ae?identificacion=3101006829"
Pass the cedula digits verbatim. `3101006829` (a 10-digit `3101...` cedula juridica) verified live: `200 OK`.
1. Resolve identity
You need the cedula juridica. There is no free name search - if the
user has only a name, you cannot resolve it through this API.
2. Confirm the entity is real and in good standing
GET https://api.hacienda.go.cr/fe/ae?identificacion={cedula}
-> HTTP 404 (see below) means the ID is not on file - stop and flag
-> situacion.estado should read "Inscrito" (registered)
-> situacion.moroso must be "NO" (else tax arrears - adverse)
-> situacion.omiso must be "NO" (else unfiled returns - adverse)
-> record nombre, regimen.descripcion, administracionTributaria
3. What it does
-> read actividades[]: tipo "P" is thInstallable agent skills - packaged, repeatable workflows - for KYC/AML, credit-risk, due-diligence and B2B research over public business registry data.
Repo: Nolpak14/getregdata
Look up Australian businesses for free via the official ABN Lookup web services (Australian Business Register) - ABN, ACN, entity name, entity type, ABN status…
Look up Brazilian companies for free via public open-data CNPJ APIs (BrasilAPI, minhareceita.org, ReceitaWS) - razao social, nome fantasia, situacao cadastral,…
Look up UK companies for free via the official Companies House public REST API - company profile, directors/officers, PSC (persons with significant control =…
Look up Croatian companies for free via the official Sudski registar OPEN API (sudreg-data.gov.hr, Ministry of Justice court register) - company profile, OIB…
Look up Danish companies for free via the official Erhvervsstyrelsen CVR distribution (Det Centrale Virksomhedsregister) - company profile, CVR number (= VAT…
Look up Dominican Republic companies for free by downloading the full national taxpayer registry (RNC padron) that DGII publishes as a public ZIP - no key, no…