My Real Trip website screenshot

My Real Trip

My Real Trip (마이리얼트립) is South Korea's largest online travel platform, founded in 2012, selling flights, stays, tours, tickets, and activities across 680+ cities in 80+ countries to roughly 5 million monthly active users. For developers it publishes a Partner API (partner-ext-api.myrealtrip.com) that lets marketing/affiliate partners search products, generate trackable MyLink short links, and pull revenue and reservation reports, secured with a Bearer API key. It also operates an official public Model Context Protocol (MCP) server that exposes real-time flight, stay, and tour/activity search to AI assistants such as Claude, Cursor, and Gemini CLI.

My Real Trip publishes 1 API on the APIs.io network. Tagged areas include Company, Consumer, Travel, Tourism, and Flights.

My Real Trip’s developer surface includes documentation, getting-started guide, support, signup flow, authentication, sandbox, and 14 more developer resources.

26.0/100 emerging ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs 1 MCP Servers
CompanyConsumerTravelTourismFlightsAccommodationTours and ActivitiesAffiliatesMCPSouth Korea

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/my-real-trip: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

MyRealTrip Partner API

Marketing-partner REST API for MyRealTrip. Search flights (domestic and international, lowest-fare calendars), accommodations, and tours/tickets; generate trackable MyLink short...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

My Real Trip MCP Server

Official MyRealTrip (마이리얼트립) MCP server. Exposes real-time flight, stay, and tour/activity search over the Model Context Protocol for AI clients (Claude Desktop/Code, Cursor, Co...

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

My Real Trip Rate Limits

14 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

My Real Trip Authentication

http · 1 scheme

SECURITY

My Real Trip Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: my-real-trip
name: My Real Trip
description: My Real Trip (마이리얼트립) is South Korea's largest online travel platform, founded in 2012, selling flights, stays,
  tours, tickets, and activities across 680+ cities in 80+ countries to roughly 5 million monthly active users. For developers
  it publishes a Partner API (partner-ext-api.myrealtrip.com) that lets marketing/affiliate partners search products, generate
  trackable MyLink short links, and pull revenue and reservation reports, secured with a Bearer API key. It also operates
  an official public Model Context Protocol (MCP) server that exposes real-time flight, stay, and tour/activity search to
  AI assistants such as Claude, Cursor, and Gemini CLI.
url: https://raw.githubusercontent.com/api-evangelist/my-real-trip/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- partech
x-tier: stub
x-tier-reason: portfolio-lead
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 12
  pass: local-v1
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-03'
  method: derived
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-20'
image: https://dffoxz5he03rp.cloudfront.net/logos/mrt_main_og_image.png
tags:
- Company
- Consumer
- Travel
- Tourism
- Flights
- Accommodation
- Tours and Activities
- Affiliates
- MCP
- South Korea
tags_raw:
- Company
- Consumer
- Travel
- Tourism
- Flights
- Accommodation
- Tours and Activities
- Affiliate
- MCP
- South Korea
apis:
- name: MyRealTrip Partner API
  description: Marketing-partner REST API for MyRealTrip. Search flights (domestic and international, lowest-fare calendars),
    accommodations, and tours/tickets; generate trackable MyLink short URLs; and retrieve revenue and reservation reports
    for affiliate reconciliation. Authenticated with a Bearer API key, JSON over HTTPS, per-minute rate limits.
  humanURL: https://docs.myrealtrip.com/
  baseURL: https://partner-ext-api.myrealtrip.com
  tags:
  - Travel
  - Flights
  - Accommodation
  - Tours and Activities
  - Affiliates
  tags_raw:
  - Travel
  - Flights
  - Accommodation
  - Tours and Activities
  - Affiliate
  properties:
  - type: Documentation
    url: https://docs.myrealtrip.com/
  - type: Authentication
    url: authentication/my-real-trip-authentication.yml
  - type: RateLimits
    url: rate-limits/my-real-trip-rate-limits.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.myrealtrip.com/
- type: DeveloperPortal
  url: https://docs.myrealtrip.com/
- type: Documentation
  url: https://docs.myrealtrip.com/
- type: GettingStarted
  url: https://docs.myrealtrip.com/#gettingstarted
- type: Support
  url: https://support.myrealtrip.com/inquiry
- type: GitHubOrganization
  url: https://github.com/myrealtrip
- type: TermsOfService
  url: https://auth.myrealtrip.com/terms/policyAgreement
- type: PrivacyPolicy
  url: https://auth.myrealtrip.com/terms/common/privacy
- type: SignUp
  url: https://partner.myrealtrip.com/welcome
- type: LLMsTxt
  url: llms/my-real-trip-llms.txt
- type: MCPServer
  url: mcp/my-real-trip-mcp.yml
- type: Authentication
  url: authentication/my-real-trip-authentication.yml
- type: Conventions
  url: conventions/my-real-trip-conventions.yml
- type: ErrorCatalog
  url: errors/my-real-trip-error-codes.yml
- type: RateLimits
  url: rate-limits/my-real-trip-rate-limits.yml
- type: Lifecycle
  url: lifecycle/my-real-trip-lifecycle.yml
- type: Sandbox
  url: sandbox/my-real-trip-sandbox.yml
- type: Conformance
  url: conformance/my-real-trip-conformance.yml
- type: DomainSecurity
  url: security/my-real-trip-domain-security.yml
- type: AgentSkill
  url: skills/_index.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/my-real-trip"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/my-real-trip/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/my-real-trip/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.