Upway

Upway is the largest marketplace for certified pre-owned electric bikes, founded in 2021 by former Uber executives Toussaint Wattinne and Stephane Ficaja. It buys used e-bikes from individuals, retailers and manufacturers, reconditions them through a 50-point inspection at its own UpCenter facilities in France, Germany, Belgium, the Netherlands, Spain, Italy and the United States, and resells them at up to 60% off with a one-year warranty. Upway has no developer program and publishes no OpenAPI, but it does run a real agent-facing commerce API: each of its storefronts serves an llms.txt and an /agents.md, a Universal Commerce Protocol merchant profile at /.well-known/ucp, and an anonymous Model Context Protocol endpoint whose tools/list returns 13 tools with full JSON Schema inputSchemas covering catalog search, cart, checkout and order retrieval.

Upway publishes 1 API on the APIs.io network. Tagged areas include Company, E-Commerce, Retail, Marketplace, and Agentic Commerce.

Upway’s developer surface includes documentation, support, engineering blog, authentication, and 20 more developer resources.

24.7/100 emerging Agent 16/100 agent aware Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
1 APIs 1 MCP Servers
CompanyE-CommerceRetailMarketplaceAgentic CommerceModel Context ProtocolUniversal Commerce ProtocolElectric BikesMicromobilityCircular EconomyRefurbished GoodsShopping Agents

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
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/upway: 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.

Upway Commerce (UCP MCP) API

Upway's agent-facing commerce surface. A remote Model Context Protocol server at https://upway.co/api/ucp/mcp implementing the Universal Commerce Protocol shopping service, vers...

MCP Servers 1

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

Upway UCP Commerce MCP Server

Upway's storefront exposes a live, anonymous Model Context Protocol endpoint at https://upway.co/api/ucp/mcp, advertised from https://upway.co/llms.txt and https://upway.co/agen...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Upway Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Upway Rate Limits

1 limits

RATE LIMITS

Security Posture 2

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

Upway Authentication

4 schemes

SECURITY

Upway Domain Security

TLSv1.3 · HSTS

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Upway Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: upway
name: Upway
description: 'Upway is the largest marketplace for certified pre-owned electric bikes, founded in 2021 by former Uber executives
  Toussaint Wattinne and Stephane Ficaja. It buys used e-bikes from individuals, retailers and manufacturers, reconditions
  them through a 50-point inspection at its own UpCenter facilities in France, Germany, Belgium, the Netherlands, Spain, Italy
  and the United States, and resells them at up to 60% off with a one-year warranty. Upway has no developer program and publishes
  no OpenAPI, but it does run a real agent-facing commerce API: each of its storefronts serves an llms.txt and an /agents.md,
  a Universal Commerce Protocol merchant profile at /.well-known/ucp, and an anonymous Model Context Protocol endpoint whose
  tools/list returns 13 tools with full JSON Schema inputSchemas covering catalog search, cart, checkout and order retrieval.'
image: https://cdn.shopify.com/s/files/1/0658/6404/0675/files/Upway_Logo_RGB_Electric_Blue.png?v=1677147770
url: https://raw.githubusercontent.com/api-evangelist/upway/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-09-02'
modified: '2026-09-02'
tags:
- Company
- E-Commerce
- Retail
- Marketplace
- Agentic Commerce
- Model Context Protocol
- Universal Commerce Protocol
- Electric Bikes
- Micromobility
- Circular Economy
- Refurbished Goods
- Shopping Agents
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: upway-commerce-ucp-mcp
  name: Upway Commerce (UCP MCP) API
  description: 'Upway''s agent-facing commerce surface. A remote Model Context Protocol server at https://upway.co/api/ucp/mcp
    implementing the Universal Commerce Protocol shopping service, version 2026-08-25. Anonymous: an unauthenticated tools/list
    returned HTTP 200 with 13 tools - search_catalog, lookup_catalog, get_product, create_cart, get_cart, update_cart, cancel_cart,
    create_checkout, get_checkout, update_checkout, complete_checkout, cancel_checkout and get_order - each carrying a JSON
    Schema 2020-12 inputSchema. complete_checkout requires an idempotency key and explicit buyer approval. Discoverable from
    /llms.txt, /agents.md, /.well-known/ucp and a dedicated agentic-discovery sitemap.'
  humanURL: https://upway.co/agents.md
  baseURL: https://upway.co/api/ucp/mcp
  tags:
  - Agentic Commerce
  - Model Context Protocol
  - Universal Commerce Protocol
  - E-Commerce
  - Shopping
  - Checkout
  properties:
  - type: MCPServer
    url: mcp/upway-mcp.yml
  - type: Authentication
    url: authentication/upway-authentication.yml
  - type: OAuthScopes
    url: scopes/upway-scopes.yml
  - type: RateLimits
    url: rate-limits/upway-rate-limits.yml
  - type: ErrorCatalog
    url: errors/upway-problem-types.yml
  - type: Conventions
    url: conventions/upway-conventions.yml
  - type: Idempotency
    url: conventions/upway-conventions.yml
  - type: DataModel
    url: data-model/upway-data-model.yml
  - type: Conformance
    url: conformance/upway-conformance.yml
  - type: Lifecycle
    url: lifecycle/upway-lifecycle.yml
  - type: Plans
    url: plans/upway-plans-pricing.yml
  - type: AgentSkill
    url: skills/_index.yml
common:
- type: DomainSecurity
  url: security/upway-domain-security.yml
- type: Website
  url: https://upway.co/
- type: Documentation
  url: https://upway.co/agents.md
- type: Support
  url: https://help.upway.co/en-US
- type: Blog
  url: https://upway.co/blogs/news
- type: Login
  url: https://upway.co/account/login
- type: TermsOfService
  url: https://upway.co/policies/terms-of-service
- type: PrivacyPolicy
  url: https://upway.co/policies/privacy-policy
- type: LinkedIn
  url: https://www.linkedin.com/company/shopupway
- type: LLMsTxt
  url: llms/upway-llms.txt
- type: WellKnown
  url: well-known/upway-well-known.yml
- type: MCPServer
  url: mcp/upway-mcp.yml
- type: Authentication
  url: authentication/upway-authentication.yml
- type: OAuthScopes
  url: scopes/upway-scopes.yml
- type: Conventions
  url: conventions/upway-conventions.yml
- type: Idempotency
  url: conventions/upway-conventions.yml
- type: ErrorCatalog
  url: errors/upway-problem-types.yml
- type: RateLimits
  url: rate-limits/upway-rate-limits.yml
- type: Plans
  url: plans/upway-plans-pricing.yml
- type: Lifecycle
  url: lifecycle/upway-lifecycle.yml
- type: Conformance
  url: conformance/upway-conformance.yml
- type: DataModel
  url: data-model/upway-data-model.yml
- type: Packages
  url: packages/upway-packages.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-09-02'
  status: enriched
  artifacts_added: 23
  pass: local-v1

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/upway"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/upway/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/upway/evidence"

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

Get an API key

Free tier, no email required.

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