{"name":"io.github.transparentpt/mcp","slug":"transparentpt-mcp","title":null,"description":"Budget used cars in Portugal: fair-price check, running-cost (IUC) estimate, stock search, contact.","url":"https://mcp.market/server/transparentpt-mcp","rating":null,"grade":"B","score":84,"certified":false,"status":"active","category":"finance","tags":["finance","search"],"presence":{"score":32,"stars":0,"forks":0,"downloads_week":57,"last_push_at":"2026-09-16T22:42:14.000Z","license":"MIT"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T06:01:00.352Z","last_ok_at":"2026-09-21T06:01:00.352Z","latency_ms":84},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/transparentpt/mcp","website":"https://transparent.pt","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://transparent.pt/mcp"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"transparentcars-mcp","version":"0.1.0","runtimeHint":"npx","transport":{"type":"stdio"}}],"tools":[{"name":"calculate_isv","description":"Estimate Portuguese car import tax (ISV, Imposto Sobre Veículos) from the official ISV formula (engine-cc + CO₂ components, with age reduction for used cars). A maintained estimate: it matches the AT (Finanças) simulator to the cent on the common WLTP cases, but is not the official figure and may differ on edge cases (NEDC, light-commercial, month rounding) — confirm the final amount on the official AT simulator. Needs engine displacement (cc), CO₂ (g/km, WLTP), fuel and registration year.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cc":{"type":"integer","description":"Engine displacement in cm³, e.g. 1950 (not needed for heavy goods/buses)"},"co2":{"type":"number","description":"CO₂ emissions in g/km (WLTP), e.g. 130 (passenger/motorhome only)"},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, hybrid_diesel (diesel MHEV/HEV), phev, electric (irrelevant for heavy goods/buses)"},"year":{"type":"integer","description":"First registration year, e.g. 2016"},"used":{"type":"boolean","description":"Used vehicle (true, default) or new (false)"},"from_eu":{"type":"boolean","description":"Registered in an EU member state (true, default). Set FALSE for non-EU imports (Switzerland, UK, USA, Japan…) — non-EU used cars get NO age reduction, so the ISV is the FULL amount (plus customs duty ~10% and VAT 23%, which this tool does not compute)."},"vehicle_type":{"type":"string","enum":["passenger","van_10","commercial_15","commercial_50","commercial_100","motorcycle","autocaravana","pesados_mercadorias","pesados_passageiros"],"description":"Category (default passenger). Goods van → van_10/commercial_*; heavy goods >3500kg → pesados_mercadorias; bus → pesados_passageiros; motorhome → autocaravana; motorcycle → motorcycle."},"peso_bruto":{"type":"integer","description":"Gross weight (kg). REQUIRED for goods vehicles (van_10/commercial_*/pesados_mercadorias): their IUC is weight-based (Cat C/D)."},"utilizacao":{"type":"string","enum":["particular","publico"],"description":"Goods use: particular (Cat C, default) or publico/rental (Cat D)."},"axles":{"type":"integer","description":"Heavy rigid goods ≥12t: axles (2/3/4)."},"suspension":{"type":"string","enum":["pneumatica","outro"],"description":"Heavy goods ≥12t: driven-axle suspension."},"config":{"type":"string","enum":["rigido","articulado"],"description":"Heavy goods ≥12t: rigido or articulado (tractor+trailer)."},"tractor_axles":{"type":"integer","description":"Articulated ≥12t: tractor axles (2/3)."},"trailer_axles":{"type":"integer","description":"Articulated ≥12t: trailer axles (1/2/3)."},"regiao_autonoma":{"type":"boolean","description":"Used exclusively in Açores/Madeira → −50% IUC (Cat C/D)."}},"required":["year"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"calculate_iuc","description":"Estimate the Portuguese annual road tax (IUC, Imposto Único de Circulação) for a car — the yearly tax an owner pays — from the official IUC table. A maintained estimate; confirm on the official AT simulator. Needs engine displacement (cc), CO₂ (g/km), fuel and registration year.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cc":{"type":"integer","description":"Engine displacement in cm³, e.g. 1950 (not needed for goods vehicles)"},"co2":{"type":"number","description":"CO₂ emissions in g/km, e.g. 130 (passenger/motorhome only)"},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, hybrid_diesel (diesel MHEV/HEV), phev, electric (irrelevant for heavy goods/buses)"},"year":{"type":"integer","description":"First registration year, e.g. 2016"},"vehicle_type":{"type":"string","enum":["passenger","van_10","commercial_15","commercial_50","commercial_100","motorcycle","autocaravana","pesados_mercadorias","pesados_passageiros"],"description":"Category (default passenger). Goods van → van_10/commercial_*; heavy goods >3500kg → pesados_mercadorias; bus → pesados_passageiros; motorhome → autocaravana; motorcycle → motorcycle."},"peso_bruto":{"type":"integer","description":"Gross weight (kg). REQUIRED for goods vehicles (van_10/commercial_*/pesados_mercadorias): their IUC is weight-based (Cat C/D)."},"utilizacao":{"type":"string","enum":["particular","publico"],"description":"Goods use: particular (Cat C, default) or publico/rental (Cat D)."},"axles":{"type":"integer","description":"Heavy rigid goods ≥12t: axles (2/3/4)."},"suspension":{"type":"string","enum":["pneumatica","outro"],"description":"Heavy goods ≥12t: driven-axle suspension."},"config":{"type":"string","enum":["rigido","articulado"],"description":"Heavy goods ≥12t: rigido or articulado (tractor+trailer)."},"tractor_axles":{"type":"integer","description":"Articulated ≥12t: tractor axles (2/3)."},"trailer_axles":{"type":"integer","description":"Articulated ≥12t: trailer axles (1/2/3)."},"regiao_autonoma":{"type":"boolean","description":"Used exclusively in Açores/Madeira → −50% IUC (Cat C/D)."}},"required":["year"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_fair_price","description":"Check whether a car's asking price is fair for the Portuguese market — the TransparentCars transparency check. Given make, model, year and mileage, it returns the range comparable cars actually sell for (low / typical / high), built from real listings. If you pass asking_price, it also gives a plain verdict: fair, above market, or below market — so a buyer knows before they walk in. Works for ANY car (a listing you found elsewhere, or one of ours). IMPORTANT — pass make/model canonically in Latin: make = full brand name ('Renault', 'Volkswagen' not 'VW'); model = short name WITHOUT engine/trim ('Clio' not 'Clio dCi', 'Golf' not 'Golf 1.5 TSI'). If unsure of spelling, call list_makes_models first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"make":{"type":"string","description":"Full brand name in Latin — 'Renault', 'Volkswagen' (not 'VW'), 'Peugeot', 'Seat'."},"model":{"type":"string","description":"Short model name WITHOUT engine or trim — 'Clio' (not 'Clio 1.5 dCi'), 'Golf' (not 'Golf TSI')."},"year":{"type":"integer","description":"Registration year"},"km":{"type":"integer","description":"Mileage in km"},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, electric"},"gearbox":{"type":"string","description":"Gearbox: manual or automatic"},"hp":{"type":"integer","description":"Power in hp (sharpens the comparison)"},"asking_price":{"type":"number","description":"The price being asked for THIS car, in EUR — pass it to get a fair / above-market / below-market verdict."}},"required":["make","model","year","km"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"contact_me","description":"Send a contact request to TransparentCars so a human gets in touch. Only call this when the user explicitly asks to be contacted, provides their own name and a phone or email, AND agrees to share those details — pass consent=true only then. Submitting shares the provided contact details per the TransparentCars privacy policy.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"The person's name (as they gave it)"},"contact":{"type":"string","description":"A phone number or email where they can be reached"},"message":{"type":"string","description":"What they want / their question"},"consent":{"type":"boolean","description":"Set true ONLY if the user explicitly agreed to share their contact details and be contacted"}},"required":["name","contact","consent"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"cost_to_own","description":"Estimate a car's yearly running-cost floor in Portugal — the annual IUC road tax (Imposto Único de Circulação) every owner pays, plus a plain running-cost framing. Needs engine displacement (cc), CO₂ (g/km), fuel and first-registration year. Use this to help a buyer budget the true cost of keeping a car, beyond the sticker price.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cc":{"type":"integer","description":"Engine displacement in cm³, e.g. 1200"},"co2":{"type":"number","description":"CO₂ emissions in g/km, e.g. 120"},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, phev, electric, lpg"},"year":{"type":"integer","description":"First registration year, e.g. 2016"},"month":{"type":"integer","minimum":1,"maximum":12,"description":"First-registration month (1-12), refines the CO₂ regime"},"used":{"type":"boolean","description":"Used vehicle (true, default)"}},"required":["cc","co2","fuel","year"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"estimate_resale_value","description":"Estimate what a car is worth on the Portuguese market (the range comparable cars are listed for), based on real comparable listings. Needs make, model, year, mileage and fuel. TransparentCars also BUYS cars directly — after giving the estimate, offer to connect the user for a firm buy-out offer (via contact_me or the /sell page). IMPORTANT — pass make/model canonically in Latin, as the Portuguese market lists them: make = full brand name ('BMW', 'Mercedes-Benz' not 'Mercedes', 'Volkswagen' not 'VW'); model = the short series/model WITHOUT the engine or trim suffix (BMW: '320','330' not '320d'; Mercedes: 'C 220','A 250' not 'C220d'; others: 'Golf','Corolla','3008'). If unsure of the spelling, call list_makes_models first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"make":{"type":"string","description":"Full brand name in Latin, e.g. 'BMW', 'Mercedes-Benz', 'Volkswagen', 'Peugeot'."},"model":{"type":"string","description":"Short model/series WITHOUT engine or trim. BMW: '320','330','116'. Mercedes: 'C 220','E 220','A 250'. Others: 'Golf','Corolla','3008'."},"year":{"type":"integer","description":"Registration year"},"km":{"type":"integer","description":"Mileage in km"},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, electric"}},"required":["make","model","year","km"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_car","description":"Get full details for one car in TransparentCars stock by its slug (from a search_inventory link, e.g. 'renault-clio-2016').","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Car slug from a search_inventory result URL"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_makes_models","description":"List the exact canonical car makes (brands) TransparentCars can search and price — or, given a make, that brand's models — using the exact strings the other tools expect. Call this FIRST (or whenever unsure of spelling) and pass the returned values verbatim into search_inventory / check_fair_price. No make = the list of brands; with a make = that brand's models.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"make":{"type":"string","description":"Brand to list models for, e.g. 'Renault'. Omit to get the list of brands."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_services","description":"List what TransparentCars offers (buying stock cars, importing to order, sourcing, auction buying, selling/trading in your car, ISV/IUC calculators).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"request_import_quote","description":"Ask TransparentCars to source & quote a specific car to import (from German/EU auctions). Only call when the user wants an import quote, provides the wanted model plus their own name and a phone or email, AND agrees to be contacted — pass consent=true only then. Submitting shares the provided contact details per the TransparentCars privacy policy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Wanted car, e.g. 'BMW 320d Touring 2021'"},"budget":{"type":"number","description":"Budget in EUR"},"name":{"type":"string","description":"The person's name"},"contact":{"type":"string","description":"A phone number or email where they can be reached"},"consent":{"type":"boolean","description":"Set true ONLY if the user explicitly agreed to share their contact details and be contacted"}},"required":["model","name","contact","consent"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_inventory","description":"Search TransparentCars' current stock of budget used cars in Portugal — honestly listed, everyday cars for the local market. Filter by make, model, fuel, gearbox and max price. Returns matching cars with price, year, mileage and a link. IMPORTANT — pass make/model canonically in Latin, as the Portuguese market lists them: make = full brand name ('BMW', 'Mercedes-Benz' not 'Mercedes', 'Volkswagen' not 'VW'); model = the short series/model WITHOUT the engine or trim suffix ('Golf' not 'Golf 1.5 TSI', 'Clio' not 'Clio dCi'). Put the fuel in the fuel field, not the model. If unsure of the spelling, call list_makes_models first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"make":{"type":"string","description":"Full brand name in Latin, as the market lists it — 'Renault', 'Volkswagen' (not 'VW'), 'Peugeot', 'Seat'."},"model":{"type":"string","description":"Short model name WITHOUT engine or trim — 'Clio' (not 'Clio 1.5 dCi'), 'Golf' (not 'Golf TSI')."},"fuel":{"type":"string","description":"Fuel: petrol, diesel, hybrid, phev, electric, lpg"},"gearbox":{"type":"string","description":"Gearbox: manual or automatic"},"max_price":{"type":"number","description":"Maximum price in EUR"},"min_year":{"type":"number","description":"Earliest registration year"},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max results (default 20)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":84,"grade":"B","scanned_at":"2026-09-21T05:10:08.446Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:10:08.435Z","components":{"code":{"score":25,"max":25,"notes":["6 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 979ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 4 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://transparent.pt/mcp","reachable":true,"authRequired":false,"latencyMs":979,"serverInfo":{"name":"transparentcars","version":"0.1.0"}}],"packages":[{"registryType":"npm","identifier":"transparentcars-mcp","version":"0.1.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":2,"publishedAt":"2026-08-26T17:48:37.804Z","repositoryUrl":"git+https://github.com/transparentpt/mcp.git","weeklyDownloads":57}],"repo":{"found":true,"owner":"transparentpt","repo":"mcp","archived":false,"pushedAt":"2026-09-16T22:42:14Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/320522539?v=4","ownerCreatedAt":"2026-08-24T10:27:07Z","license":"MIT"},"icon":{"url":"https://transparent.pt/apple-touch-icon.png?v=tc6","source":"site","width":180,"height":180},"presence":{"stars":0,"forks":0,"downloadsWeek":57,"license":"MIT","lastPushAt":"2026-09-16T22:42:14.000Z","score":32}}}},"grade_history":[],"reviews":[]}