www.themodelcentre.com Open in urlscan Pro
159.65.83.183  Public Scan

URL: https://www.themodelcentre.com/
Submission: On June 15 via manual from DK — Scanned from GB

Form analysis 4 forms found in the DOM

GET https://www.themodelcentre.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.themodelcentre.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested"><a class="action advanced" href="https://www.themodelcentre.com/catalogsearch/advanced/" data-action="advanced-search">Advanced Search</a></div>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button></div>
</form>

GET https://www.themodelcentre.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form_mobile" action="https://www.themodelcentre.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="search_mobile" type="text" name="q" value="" placeholder="Search entire store here..." data-placeholder="Search entire store here..." class="input-text input-search" maxlength="128" role="combobox"
        aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete_mobile" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button></div>
</form>

POST https://www.themodelcentre.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.themodelcentre.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="d-flex justify-content-center align-items-center">
    <div class="field flex-fill firstname"><label class="label sr-only" for="firstname"><span>First Name</span></label>
      <div class="control"><input name="firstname" type="text" id="firstname" placeholder="First Name" data-validate="{required:true}"></div>
    </div>
    <div class="field flex-fill lastname"><label class="label sr-only" for="lastname"><span>Last Name</span></label>
      <div class="control"><input name="lastname" type="text" id="lastname" placeholder="Last Name" data-validate="{required:true}"></div>
    </div>
    <div class="field flex-fill newsletter"><label class="label sr-only" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
      <div class="control"><input name="email" type="email" id="newsletter" placeholder="Email Address" data-validate="{required:true, 'validate-email':true}"></div>
    </div>
    <div class="captcha" style="margin:10px 0px; margin-right: 27px">
      <div class="g-recaptcha-response-news" id="g-recaptcha-response-news" data-theme="light" data-sitekey="6LdVBNMZAAAAABHy70Kbohv7UwxWDMLjfSMkYt1I">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdVBNMZAAAAABHy70Kbohv7UwxWDMLjfSMkYt1I&amp;co=aHR0cHM6Ly93d3cudGhlbW9kZWxjZW50cmUuY29tOjQ0Mw..&amp;hl=en&amp;v=Xh5Zjh8Od10-SgxpI_tcSnHR&amp;theme=light&amp;size=normal&amp;cb=u5bikas82w3c"
              width="304" height="78" role="presentation" name="a-vqcc2erdafw" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <div id="g_recaptcha-error-news" style="display: none; color: #e02b27; font-size: 1.2rem;" generated="true">This is a required field.</div>
    </div>
    <div class="flex-fill actions"><button class="action subscribe primary" title="Subscribe" type="submit"><span>Subscribe</span></button></div>
  </div>
  <p><small>If you’d like to receive information on latest offers, promotions and company news, please sign up above. <br> We will never sell your personal data with third parties or use it for purposes outside our newsletter.</small></p>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="on">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="on">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In/Register</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.themodelcentre.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

We use cookies to make your experience better. To comply with the new e-Privacy
directive, we need to ask for your consent to set the cookies. Learn more.

Allow Cookies
Search
Search
Advanced Search
Search
Toggle Nav
 * Compare Products

 * My Account
 * My Wish List
 * Sign In/Register

My Cart
My Cart
Close





Currency
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Menu
Navigation
 * Home
 * Rail
   * * OO Gauge
       * Locomotives
       * Rolling Stock
       * Limited Editions
       * Accessories
       * Figures & Accessories
       * Ready Made Buildings
       * Kits
       * Lighting
       * Thomas & Friends
       * Track
       * Train Packs & Sets
       * Vehicles
       * Pre-Owned
       * Limited Editions
     * N Gauge
       * Locomotives
       * Rolling Stock
       * Accessories
       * Figures & Accessories
       * Ready Made Buildings
       * Kits
       * Lighting
       * Track
       * Train Packs & Sets
       * Vehicles
       * N Gauge USA
       * Liliput
       * Pre-Owned
       * Thomas & Friends
     * Other Gauge
       * O Gauge
       * OO9 Narrow Gauge
       * HO Gauge
       * Gauge 1
       * G Scale
       * TT Gauge
       * Z Gauge
       * EM Gauge
       * HOm Gauge
       * HOe Gauge
       * Miscellaneous
       * 1:72 Model Aircraft
       * On30 USA
       * Junior
       * Pre-Owned
     * Accessories
       * Command Control
       * Track Bed
       * Transfers
       * Electrical
       * Nameplates
       * Publications & Guides
       * Pre-Owned
       * Railway Related Tools
     * Christmas Gift Ideas
       * OO Gauge
       * N Gauge
     * O Gauge
       * Rolling Stock
     * Customisation
       * NEW Value Weathering
       * Standard Light, Medium or Heavy Weathering
       * Deluxe Weathering to Pictures
       * High Gloss Finish
       * Renumbering & Renaming
       * DCC & DCC Sound Fitting
       * Multiple Finishing Touches
       * Send your models to us
 * TMC Weathered
   * * OO Gauge
       * Locomotives
       * Rolling Stock
       * Limited Editions
       * Ready Made Buildings
       * Train Packs & Sets
       * Graffiti
     * N Gauge
       * Locomotives
       * Rolling Stock
       * Graffiti
     * O Gauge
       * Locomotives
       * Rolling Stock
       * Graffiti
     * Other Gauge
       * HO Gauge
       * OO9 Narrow Gauge
 * Essentials
   * * Landscape
       * Scenery
       * Water Effects
       * Track Ballast
       * Scatter & Turf
       * Static Grass
       * Trees
     * Paints & Accessories
       * Humbrol Enamel Tinlets
       * Humbrol Acrylic Potlets
       * Humbrol Acrylic Spray
       * Humbrol Enamel Spray
       * Noch Paint
       * Tamiya Paints
       * Accessories
       * Brushes
       * Paint Brushes
       * Masking Tape
       * Airbrushes & Accessories
       * Weathering
     * Modelling Tools
       * Cutting Tools
       * Drills & Drivers
       * Pliers and Tweezers
       * Tool Sets
       * Clamps & Vises
       * Abrasives
       * Other Tools
       * Railway Specific Tools
       * Glue, Filler & Accessories
       * Soldering
       * Glue
     * Materials and Components
       * Plastic & Plasticard
       * Other Materials
       * Modelling Clay
       * Metal Components
       * Filler & Accessories
     * DCC Concepts
 * Plastic Kits
   * * 1:35 Scale
       * Aircraft
       * Buildings & Structures
       * Cars Vans & Bikes
       * Military Vehicles
       * Figures & Accessories
       * Locomotives
       * Tanks
       * Ships Boats & Submarines
     * 1:72 Scale
       * Aircraft
       * Buildings & Structures
       * Figures & Accessories
       * Military Vehicles
       * Tanks
       * Ships Boats & Submarines
       * Science & Educational Toys
     * 1:48 Scale
       * Aircraft
       * Figures & Accessories
       * Military Vehicles
       * Ships Boats & Submarines
       * Science & Educational Toys
       * Tanks
       * Buildings & Structures
     * 1:350 Scale
       * Aircraft
       * Ships Boats & Submarines
       * Figures & Accessories
       * Science & Educational Toys
       * Cars Vans & Bikes
     * 1:700 Scale
       * Ships Boats & Submarines
       * Aircraft
       * Figures & Accessories
       * Sci-Fi
     * All Scales
       * Aircraft
       * Buildings & Structures
       * Cars Vans & Bikes
       * Display Cases & Turntables
       * Figures & Accessories
       * Locomotives
       * Military Vehicles
       * Science & Educational Toys
       * Ships Boats & Submarines
       * Tanks
       * Publications
       * Quickbuild
       * Display Cases
       * Sci-Fi
       * Wargaming
       * Gift & Starter Sets
       * Pre-Owned
     * Pre-Owned
       * All Scales
       * 1:72 Scale
       * 1:700 Scale
       * 1:48 Scale
 * Slot Cars
   * * Scalextric
       * Analogue Sets
       * Digital Sets
       * Cars
       * Track Pieces
       * Digital Accessories
       * Power and Control
       * Spares
       * Publications
     * Micro Scalextric
       * Micro 1:64 Sets
       * Micro 1:64 Cars
       * Micro 1:64 Accessories
     * Accessories
       * Maintenance
 * Diecast
   * * Model Figures
       * W.Britains
     * Corgi
       * Publications & Guides
       * Collectable Gifts
       * Best of British
       * Aviation
       * Commercial Vehicles
       * Space Exploration
       * TV & Film
       * 1:43 Scale Vanguard Collection
       * 1:76 Scale Original Omnibus
       * Military Vehicles
       * Chunkies
       * Aircraft Carrier
     * Oxford Diecast
       * 1:76 Scale Vehicles
       * 1:87 Scale Vehicles
       * 1:43 Scale Vehicles
       * 1:148 Scale Vehicles
     * Exclusive First Editions (EFE)
       * 1:76 Scale Buses
       * Boats
       * 1:76 Scale Commercial Vehicles & Lorries
       * 1:76 Scale Accessories
     * Aviation
       * 1:72 Scale Aircraft
     * First Gear Models
       * American Vehicles
     * Pre-Owned
       * Corgi
     * Greenlight Collectibles
 * RC Cars
   * * Tamiya RC
       * On Road
       * Off Road
       * Accessories
     * Carson RC
       * Accessories
 * Summer Sale
   * * Rail
       * OO Gauge
       * N Gauge
       * O Gauge
       * OO9 Narrow Gauge
       * Accessories
       * Other Gauge
     * TMC Weathered
       * OO Gauge
       * O Gauge
       * Other Gauge
       * N Gauge
     * Diecast
       * Exclusive First Editions (EFE)
       * Model Figures
       * Oxford Diecast
       * Corgi
       * Aviation
       * Greenlight Collectibles
       * First Gear Models
     * RC Cars
       * Tamiya RC
     * Plastic Kits
       * All Scales
       * 1:350 Scale
       * 1:48 Scale
       * 1:72 Scale
       * 1:35 Scale
       * 1:700 Scale
       * Pre-Owned
     * Essentials
       * Modelling Tools
       * DCC Concepts
     * Slot Cars
       * Scalextric

Account

Settings
Currency
 * 
 * 
 * 
 * 
 * 
 * 
 * 


Search
Search

Search

Secure Delivery Royal Mail or DPD Local
30 Day Returns Return any unopened goods
TMC Pre-Orders View our policy
Online Support Team Mon-Fri 8am-5pm (Sat till 2pm)
Get free UK postage when you spend £100.00 on our website Learn more

Previous

Price PromiseWe'll Match any competitors price when you have the model
customised*More Information



Summer Saleup to 50% off over 3000 products!Shop Now



Bachmann Summer ReleasesPre-Order the full range on our websiteMore Info



Hornby 2023 RangePre-Order Now!Shop Now



Send us your modelsClick here to use our send your models pageClick Here



TMC EXCLUSIVE PEAKSNOW IN STOCKWatch The Video



Sell Your ModelsSECOND HAND WANTEDMore Info



Gift Voucher Can't decide what to buy? Give a gift voucherSelect Amount



Graffiti GalleryView our gallery of real graffiti wagonsView now



Tamiya RC CarsWe now stock a large range of Tamiya RC Cars. Top Force Evolution
now in stock with more coming soonShop Now



ScalextricHuge Range of Scalextric cars, track, and accessories In Stock NowShop
Now



ExhibitionsSee all the upcoming exhibitions TMC will be attending - Buy online
and collect free at a showClick here



GallerySee all the latest project TMC have undertakenView Gallery



Price PromiseWe'll Match any competitors price when you have the model
customised*More Information



Summer Saleup to 50% off over 3000 products!Shop Now



Bachmann Summer ReleasesPre-Order the full range on our websiteMore Info



Hornby 2023 RangePre-Order Now!Shop Now



Send us your modelsClick here to use our send your models pageClick Here



TMC EXCLUSIVE PEAKSNOW IN STOCKWatch The Video



Sell Your ModelsSECOND HAND WANTEDMore Info



Gift Voucher Can't decide what to buy? Give a gift voucherSelect Amount



Graffiti GalleryView our gallery of real graffiti wagonsView now



Tamiya RC CarsWe now stock a large range of Tamiya RC Cars. Top Force Evolution
now in stock with more coming soonShop Now



ScalextricHuge Range of Scalextric cars, track, and accessories In Stock NowShop
Now



ExhibitionsSee all the upcoming exhibitions TMC will be attending - Buy online
and collect free at a showClick here



GallerySee all the latest project TMC have undertakenView Gallery



Price PromiseWe'll Match any competitors price when you have the model
customised*More Information



Next


HOME PAGE


New Products
 1.  66734 Graham Farish N Gauge Class 66 - 66734 in Platinum Jubliee Purple
     (GB) Livery (Repaint)
     Special Price £195.00 Regular Price £250.00
     Add to Cart
     Add to Wish List Add to Compare
 2.  ACC2410-W2977W Accurascale OO Gauge Siphon G - Dia. O.33 - BR Carmine Red:
     W2977W
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 3.  ACC2411-W2938W Accurascale OO Gauge Siphon G - Dia. O.33 - BR Carmine Red:
     W2938W
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 4.  ACC2412-2789 Accurascale OO Gauge Siphon G - Dia. O.33 - GWR Brown: 2789
     £54.95
     Out of stock
     Add to Wish List Add to Compare
 5.  ACC2413-2924 Accurascale OO Gauge Siphon G - Dia. O.33 - GWR Brown: 2924
     £54.95
     Out of stock
     Add to Wish List Add to Compare
 6.  ACC2416-W2780 Accurascale OO Gauge Siphon G - Dia. O.59 - Transitional BR
     (in GWR Brown): W2780
     £54.95
     Out of stock
     Add to Wish List Add to Compare
 7.  ACC2414-W2942W Accurascale OO Gauge Siphon G - Dia. O.33 - BR Maroon:
     W2942W
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 8.  ACC2418-W1023 Accurascale OO Gauge Siphon G - Dia. O.62 - BR Rail Blue:
     W1023
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 9.  ACC2419-W1013 Accurascale OO Gauge Siphon G - Dia. O.62 (NNV) - BR Rail
     Blue : W1013
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 10. ACC2421-W1048 Accurascale OO Gauge Siphon G - Dia. O.62r (NNV) - BR Rail
     Blue: W1048
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 11. ACC2422-W1047 Accurascale OO Gauge Siphon G - Dia. O.62r (NNV) - BR Rail
     Blue: W1047
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 12. ACC2423-A5 3207 Accurascale OO Gauge Siphon G - Ex-Dia. O.33 Overseas
     Ambulance Train No.32 Ward Car - Olive Green (c/w Red Cros
     £54.95
     Out of stock
     Add to Wish List Add to Compare
 13. 7S-018-002 Dapol O Gauge B4 0-4-0T Dock Tank 90 Caen Brown
     Special Price £213.78 Regular Price £251.50
     Add to Cart
     Add to Wish List Add to Compare
 14. 7S-018-004 Dapol O Gauge B4 0-4-0T Dock Tank 30084 BR Early Crest
     Special Price £213.78 Regular Price £251.50
     Add to Cart
     Add to Wish List Add to Compare
 15. 7S-018-006 Dapol O Gauge B4 0-4-0T Dock Tank 91 Lined Green
     Special Price £213.78 Regular Price £251.50
     Add to Cart
     Add to Wish List Add to Compare
 16. ACC2424-W2774W Accurascale OO Gauge Siphon G - Dia. M34 - BR Rail Blue:
     W2774W
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 17. 7S-018-003 Dapol O Gauge B4 0-4-0T Dock Tank 88 Southern Black
     Special Price £213.78 Regular Price £251.50
     Add to Cart
     Add to Wish List Add to Compare
 18. 7S-018-005 Dapol O Gauge B4 0-4-0T Dock Tank 30096 BR Late Crest
     Special Price £213.78 Regular Price £251.50
     Add to Cart
     Add to Wish List Add to Compare
 19. ACC2425-W2768W Accurascale OO Gauge Siphon G - Dia. M34 - BR Rail Blue:
     W2768W
     £54.95
     Add to Cart
     Add to Wish List Add to Compare
 20. GR-240UGO Peco OO-9 Narrow Gauge L&B 8-Ton Bogie Goods Brake Van
     Special Price £37.99 Regular Price £42.25
     Add to Cart
     Add to Wish List Add to Compare
 21. 51503 Bachmann HO GaugePrairie 2-6-2 w/Smoke & Tender - U.P. #1839
     Special Price £114.07 Regular Price £134.20
     Add to Cart
     Add to Wish List Add to Compare
 22. 30-430 Bachmann OO Gauge Capital Commuter Train Pack
     Special Price £167.96 Regular Price £209.95
     Add to Cart
     Add to Wish List Add to Compare
 23. 32-612ASF Bachmann OO Gauge Class 90 90041 Freightliner Green Weathered by
     TMC
     Special Price £263.96 Regular Price £329.95
     Add to Cart
     Add to Wish List Add to Compare
 24. 32-765 Bachmann OO Scale Class 57/3 57313 WCRC Maroon
     Special Price £153.71 Regular Price £204.95
     Add to Cart
     Add to Wish List Add to Compare
 25. 35-335 Bachmann OO Gauge Class 37/4 Refurbished 37430 'Cwmbran' BR Blue
     (Large Logo)
     Special Price £183.72 Regular Price £244.96
     Add to Cart
     Add to Wish List Add to Compare
 26. 35-357 Branchline OO Gauge Class 20/0 Headcode Box 20227 BR Railfreight
     (Red Stripe)
     Special Price £143.96 Regular Price £179.95
     Add to Cart
     Add to Wish List Add to Compare
 27. 35-411 Bachmann OO Gauge Class 47/0 47012 BR Blue
     Special Price £191.95 Regular Price £239.95
     Add to Cart
     Add to Wish List Add to Compare
 28. 31-922 Bachmann OO Scale LB&SCR H2 Atlantic 422 LB&SCR Umber
     Special Price £183.96 Regular Price £229.96
     Add to Cart
     Add to Wish List Add to Compare
 29. 35-200SF Bachmann OO Gauge LNER V2 4791 LNER Lined Green (Original)
     Special Price £263.96 Regular Price £329.95
     Add to Cart
     Add to Wish List Add to Compare
 30. 35-202 Bachmann OO Gauge LNER V2 60847 'St Peter's School' BR Lined Green
     (Late Crest)
     Special Price £183.96 Regular Price £229.96
     Add to Cart
     Add to Wish List Add to Compare
 31. 34-332 Bachmann OO Gauge LMS Stanier 50ft Full Brake BR Blue & Grey
     Special Price £27.96 Regular Price £34.96
     Add to Cart
     Add to Wish List Add to Compare
 32. 32-440SF Branchline OO Gauge Class 24/1 D5135 BR Green (Late Crest)
     Special Price £242.21 Regular Price £284.95
     Add to Cart
     Add to Wish List Add to Compare

Load More Products
Featured Products
 1.  32-852BSF Bachmann OO Gauge BR Standard 9F with BR1F Tender 92010 BR Black
     (Early Emblem) Sound Fitted
     Special Price £280.46 Regular Price £329.95
     Add to Cart
     Add to Wish List Add to Compare
 2.  35-302SFX Bachmann OO Gauge Class 37/0 Split Headcode D6710 BR Green (Late
     Crest) Sound Fitted
     Special Price £322.96 Regular Price £379.96
     Add to Cart
     Add to Wish List Add to Compare
 3.  2S-016-011 Dapol N Gauge M7 0-4-4 Tank 30245 BR Late Crest Lined Black
     Special Price £89.89 Regular Price £105.76
     Add to Cart
     Add to Wish List Add to Compare
 4.  2S-016-007 Dapol N Gauge M7 0-4-4 Tank 246 Southern Black
     Special Price £89.89 Regular Price £105.76
     Add to Cart
     Add to Wish List Add to Compare
 5.  2S-016-005 Dapol N Gauge M7 0-4-4 Tank 37 Southern Lined Green
     Special Price £89.89 Regular Price £105.76
     Add to Cart
     Add to Wish List Add to Compare
 6.  HEL3338 Heljan OO Gauge Class 33 202 BR Blue Orange Cantrail Line Deluxe
     Weathering by TMC
     Special Price £217.96 Regular Price £244.96
     Add to Cart
     Add to Wish List Add to Compare
 7.  HEL3386 Heljan OO Gauge Class 33 211 BR Blue Deluxe Faded Weathering by TMC
     Special Price £251.96 Regular Price £284.95
     Add to Cart
     Add to Wish List Add to Compare
 8.  34-725A Bachmann OO Gauge SR Bulleid Brake Third Semi-Open 10 Vents SR
     Malachite Green
     Special Price £63.71 Regular Price £74.95
     Add to Cart
     Add to Wish List Add to Compare
 9.  32-861A Bachmann OO Gauge BR Standard 9F with BR1G Tender 92090 BR Black
     (Late Crest)
     Special Price £195.46 Regular Price £229.96
     Add to Cart
     Add to Wish List Add to Compare
 10. 32-852ASF Bachmann OO Gauge BR Standard 9F with BR1F Tender 92069 BR Black
     (Early Emblem) [W] Sound Fitted
     Special Price £293.21 Regular Price £344.95
     Add to Cart
     Add to Wish List Add to Compare
 11. 371-790SF Graham Farish N Gauge Class 90/0 90042 Freightliner 'PowerHaul'
     (Sound Fitted) Weathered by TMC
     Special Price £290.68 Regular Price £334.96
     Add to Cart
     Add to Wish List Add to Compare
 12. E87002 EFE Rail OO Scale JIA Nacco Wagon 33-70-0894-009-6 hand-drawn
     airbrushed Graffiti/Deluxe Weathering by TMC (G26)
     Special Price £138.36 Regular Price £147.95
     Add to Cart
     Add to Wish List Add to Compare
 13. 371-137SD Bachmann N Gauge Class 31/4 Refurbished 31466 EWS Weathered by
     TMC
     Special Price £197.95 Regular Price £224.95
     Add to Cart
     Add to Wish List Add to Compare
 14. 371-450SD Bachmann N Gauge Class 37/0 Split Headcode 37116 BR with Deluxe
     Weathering by TMC
     Special Price £196.72 Regular Price £219.95
     Add to Cart
     Add to Wish List Add to Compare
 15. 32-908 Bachmann OO Gauge Class 108 2-Car DMU BR Blue & Grey
     Special Price £149.95 Regular Price £259.96
     Add to Cart
     Add to Wish List Add to Compare
 16. 524-042 Power Cab UK NCE Entry level DCC Starter Set with 240VAC power
     supply/UK power cord
     Special Price £229.99 Regular Price £269.99
     Add to Cart
     Add to Wish List Add to Compare

Load More Products




BRANDS




ABOUT THE MODEL CENTRE




WE WILL NOT COMPROMISE ON QUALITY.

Locomotive Weathering and Rolling Stock Weathering Specialists. Full range
of Bachmann, Graham Farish, Woodland
Scenics, Scenecraft, Skaledale, Heljan, Oxford
Diecast, Gaugemaster, Hornby, Dapol, DCC Concepts, Deluxe Materials, Exclusive
First Editions (EFE) and many more!

The Model Centre (TMC) is a small family run business. Our close-knit team
includes railway modellers and dedicated railway enthusiasts, all of whom
endeavour to provide you with the premium service and expert standards that we
are associated with today.

Here at TMC we specialise in custom finish models. Custom finish models can
include anything from a simple weathering, to renaming and renumbering
locomotives and rolling stock. We pride ourselves on the consistent professional
finish achieved on every model. Click here to view our Gallery.

We can be found in the small village of Beck Hole, which is located within the
North Yorkshire Moors National Park. Our prime location is situated within
walking distance of the North Yorkshire Moors Railway line, where steam trains
run regularly throughout the year.

We are very proud of the superb finish we are able to achieve and want you to be
completely happy with your models. Our aim is to attain factory finish on every
occasion, something we have done since 1998.

Secure Delivery Royal Mail or DPD Local
30 Day Returns Return any unopened goods
TMC Pre-Orders View our policy
Online Support Team Mon-Fri 8am-5pm (Sat till 2pm)

Newsletter
First Name

Last Name

Sign Up for Our Newsletter:

This is a required field.
Subscribe

If you’d like to receive information on latest offers, promotions and company
news, please sign up above.
We will never sell your personal data with third parties or use it for purposes
outside our newsletter.

 * Customer Service
 * Contact Us
 * Shipping
 * Returns
 * FAQ

 * About TMC
 * About TMC
 * Why Choose TMC
 * Exhibitions
 * Gallery

 * Social Media
 * Twitter
 * Instagram
 * Facebook

01947 899 125 websales@tmc-direct.com
The Model Centre, Hill Farm, Beck Hole,
Whitby, North Yorkshire, YO22 5LF

Back to Top



Copyright © The Model Centre 2023

 * Terms & Conditions
 * Privacy Policy
 * Cookies Policy


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In/Register
Forgot Your Password?