UCSB MTD Access

Registrar service backing student access to Santa Barbara Metropolitan Transit District bus service. Private tier; the campus-life corner of the estate. Published as Swagger 2.0, 1 path, base https://api.ucsb.edu/students/private.

Operations 1

GET /mtdaccess/v1/perms #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/mtd-access"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

OpenAPI Specification

ucsb-mtd-access-openapi.yml Raw ↑
swagger: '2.0'
info:
  version: v1
  title: Registrar MTD Access v1.0
  description: List of student perms that are valid to use the MTD bus service.
  x-source-url: https://developer.ucsb.edu/sites/default/files/openapi/mtdaccess-v1.out_.api-2.yaml
  x-last-validated: '2026-08-30'
  x-operator: institution
host: api.ucsb.edu
basePath: /students/private
schemes:
- https
securityDefinitions:
  ucsb-api-key:
    name: ucsb-api-key
    in: header
    type: apiKey
  BasicAuth:
    type: basic
security:
- ucsb-api-key: []
- BasicAuth: []
paths:
  /mtdaccess/v1/perms:
    get:
      tags:
      - Perms
      operationId: /mtdaccess/v1/perms
      security:
      - ucsb-api-key: []
      - BasicAuth: []
      consumes: []
      produces:
      - application/json
      - text/json
      parameters:
      - name: ucsb-api-version
        in: query
        required: false
        type: string
      responses:
        200:
          description: OK
          schema:
            type: array
            items:
              type: string
      description: "<para>\r\n            A list of all perm numbers (7-digit) for students who are currently\
        \ able to ride MTD using\r\n            a student pass.\r\n            </para>\r\n<para>\r\n \
        \           Students qualify for bus ride starting one week prior to first day of classes for\
        \ current quarter\r\n            and thru the end of the second week of the next quarter. Summer\
        \ session is treated as any other quarter.\r\n            </para>\r\n<para>\r\n            Include\
        \ students with this criteria: (Reg status is R or W) and (Fee Status is not blank and not N)\r\
        \n            </para>"
definitions: {}