@extends('frontend.main_master') @section('title', $title) @section('meta_description', $meta_description) @section('meta_keywords', $meta_keywords) @section('og_title', $og_title) @section('og_description', $og_description) @push('styles') @endpush @section('content')
{{ t('api-mcp-hero-badge') }}

{{ t('api-mcp-hero-title') }}

{{ t('api-mcp-hero-subtitle') }}

@include('frontend.api_products.partials.subnav')

{{ t('api-mcp-what-title') }}

{{ t('api-mcp-what-text') }}

    @foreach (range(1, 3) as $i)
  • {{ t('api-mcp-benefit-' . $i . '-title') }} {{ t('api-mcp-benefit-' . $i . '-text') }}
  • @endforeach
{{ t('api-mcp-endpoint-label') }} {{ $mcpEndpoint }}
{{ t('api-mcp-auth-label') }} Authorization: Bearer ab_live_…
{{ t('api-mcp-transport-label') }} HTTP (streamable)

{{ str_replace(':host', $panelHost, t('api-mcp-plan-note')) }}

{{-- Anahtar üretimi ve satın alma API panelinde --}} {{ t('api-pricing-cta-panel') }}

{{ t('api-mcp-connect-title') }}

{{ t('api-mcp-connect-subtitle') }}

@foreach ($mcpClients as $client)
{{ $client['file'] ?? $client['language'] }}

{{ t('api-mcp-client-' . $client['key'] . '-title') }}

{{ t('api-mcp-client-' . $client['key'] . '-text') }}

{{ $client['code'] }}
@endforeach

{{ t('api-mcp-restart-note') }}

{{ t('api-mcp-tools-title') }}

{{ t('api-mcp-tools-subtitle') }}

@foreach ($mcpTools as $tool)
{{ $tool['name'] }} {{ $tool['credits'] > 0 ? $tool['credits'] . ' ' . t('api-services-credit-unit') : t('api-services-free-label') }}
{{ t($tool['name_key']) }}
@if ($tool['description_key'])

{{ t($tool['description_key']) }}

@endif
@endforeach
@endsection