Termene.ro
Romanian company data by CUI: registry and VAT status, filed balance sheets, ANAF debts, shareholders, and work points.
Auth: API keyLive integration
Tools
What your agent can do with Termene.ro
TERMENE_SEARCHSearch across Termene.ro records and content.
TERMENE_CREATECreate a new item in Termene.ro with validated fields.
TERMENE_UPDATEUpdate an existing Termene.ro item by id.
TERMENE_LISTList and filter Termene.ro items with pagination.
Setup
Option A: MCP (no code)
- Sign up and connect Termene.ro from your dashboard.
- Copy your gateway URL:
mcp.spinrun.ai/you - Paste it into Claude, Cursor, or any MCP client.
Option B: API
curl -X POST https://api.spinrun.ai/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "TERMENE_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'