Mythical Games

Mythical Games is a Web3 game-technology studio and platform company (an a16z portfolio company) that builds games with player-owned digital items and a secondary marketplace economy. Its business has two sides: consumer game titles (FIFA Rivals, Pudgy Party, Blankos) and the Mythical Platform, a B2B toolkit that lets any game add a secondary economy of tradeable items and currencies. The platform is exposed to integrating studios primarily through gRPC/Protobuf SDKs — the Saga SDK and the earlier IVI SDK — published for Java, C++, and Python, rather than a public REST/OpenAPI surface. The Saga gRPC API covers items, item types, currencies, currency types, listings, offers, player wallets, reservations, an NFT bridge, and metadata, with cursor-based queries and a server-streaming status channel for confirming asynchronous writes. Assets settle on the Mythos chain, a Polkadot/Substrate gaming parachain (MYTH token) whose node software is open source.

Mythical Games publishes 1 API on the APIs.io network. Tagged areas include Company, Gaming, Web3, Blockchain, and Digital Assets.

Mythical Games’ developer surface includes authentication, engineering blog, and 20 more developer resources.

22.9/100 emerging ▬ flat Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
1 APIs 1 MCP Servers
CompanyGamingWeb3BlockchainDigital AssetsNFTMarketplacegRPCSDKGame Platform

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 22.9/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 8.7 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 0.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/mythical-games: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

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

Mythical Saga Platform API

gRPC/Protobuf API of the Mythical Platform (Saga SDK) for issuing, transferring, and burning game items and currencies, managing item/currency types and minting, creating market...

MCP Servers 1

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

Security Posture 2

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

Mythical Games Authentication

sdk-credential · 1 scheme

SECURITY

Mythical Games Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: mythical-games
name: Mythical Games
description: 'Mythical Games is a Web3 game-technology studio and platform company (an a16z portfolio company) that builds
  games with player-owned digital items and a secondary marketplace economy. Its business has two sides: consumer game titles
  (FIFA Rivals, Pudgy Party, Blankos) and the Mythical Platform, a B2B toolkit that lets any game add a secondary economy
  of tradeable items and currencies. The platform is exposed to integrating studios primarily through gRPC/Protobuf SDKs —
  the Saga SDK and the earlier IVI SDK — published for Java, C++, and Python, rather than a public REST/OpenAPI surface. The
  Saga gRPC API covers items, item types, currencies, currency types, listings, offers, player wallets, reservations, an NFT
  bridge, and metadata, with cursor-based queries and a server-streaming status channel for confirming asynchronous writes.
  Assets settle on the Mythos chain, a Polkadot/Substrate gaming parachain (MYTH token) whose node software is open source.'
url: https://raw.githubusercontent.com/api-evangelist/mythical-games/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
x-tier: stub
x-tier-reason: portfolio-lead
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.20'
image: https://mythicalgames.com/favicon.ico
created: '2026-07-17'
modified: '2026-07-20'
tags:
- Company
- Gaming
- Web3
- Blockchain
- Digital Assets
- NFT
- Marketplace
- gRPC
- SDK
- Game Platform
apis:
- name: Mythical Saga Platform API
  description: gRPC/Protobuf API of the Mythical Platform (Saga SDK) for issuing, transferring, and burning game items and
    currencies, managing item/currency types and minting, creating marketplace listings and offers, provisioning player wallets,
    reserving inventory, bridging items to NFTs, and updating item metadata. Asynchronous writes return a trace_id (ReceivedResponse)
    and are confirmed over a server-streaming StatusStream channel.
  humanURL: https://github.com/MythicalGames/saga-sdk-proto
  baseURL: https://api.mythicalgames.com
  properties:
  - type: Protobuf
    url: grpc/saga/api/item/rpc.proto
  - type: Protobuf
    url: grpc/saga/api/listing/rpc.proto
  - type: SourceCode
    url: https://github.com/MythicalGames/saga-sdk-proto
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://mythicalgames.com/
- type: DeveloperPortal
  url: https://github.com/MythicalGames
- type: GitHubOrganization
  url: https://github.com/MythicalGames
- type: SourceCode
  url: https://github.com/MythicalGames/saga-sdk-proto
- type: Protobuf
  url: grpc/saga/
- type: Packages
  url: packages/mythical-games-packages.yml
- type: SDKs
  url: packages/mythical-games-packages.yml
- type: MCPServer
  url: mcp/mythical-games-mcp.yml
- type: Authentication
  url: authentication/mythical-games-authentication.yml
- type: ErrorCatalog
  url: errors/mythical-games-error-codes.yml
- type: Conventions
  url: conventions/mythical-games-conventions.yml
- type: DataModel
  url: data-model/mythical-games-data-model.yml
- type: Conformance
  url: conformance/mythical-games-conformance.yml
- type: DomainSecurity
  url: security/mythical-games-domain-security.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/mythical-games-llms.txt
- type: Lifecycle
  url: lifecycle/mythical-games-lifecycle.yml
- type: Marketplace
  url: https://mythical.market/
- type: Blog
  url: https://mythicalgames.com/news
- type: TermsOfService
  url: https://mythicalgames.com/terms-of-service
- type: PrivacyPolicy
  url: https://mythicalgames.com/privacy
- type: Blockchain
  url: https://mythos.foundation
x-enrichment:
  date: '2026-07-20'
  status: enriched
  artifacts_added: 13
  pass: local-v1