OlympHill
F

fastly-openapi-schemaMCP server and OpenAPI schema for the Fastly API.

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

The fastly-openapi-schema repository provides an OpenAPI schema for the Fastly API, allowing for standardized and automated interactions with the Fastly platform. This schema can be used to generate client code, validate API requests, and provide a clear understanding of the API's structure and capabilities. It is particularly useful for developers who want to integrate Fastly's services into their applications. The schema is maintained by jedisct1 and is available on GitHub.

Key features

  • OpenAPI schema
  • MCP server
  • Client code generation
  • Documentation generation
  • SDK generation

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Client Code Generation

Use the OpenAPI schema to generate client code in various programming languages for interacting with the Fastly API.

API Documentation

Generate API documentation for the Fastly API using the provided OpenAPI schema.

SDK Development

Create software development kits (SDKs) for the Fastly API using the OpenAPI schema.

Pros & Cons

Pros

  • Enables automatic client code generation
  • Provides a standardized API schema
  • Supports documentation and SDK generation

Cons

  • Limited to Fastly API capabilities
  • Dependent on OpenAPI schema accuracy

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

What limitations should I be aware of when integrating with Fastly using this schema?

The schema is limited to the current capabilities exposed by Fastly’s API and depends on the accuracy of the maintained OpenAPI definition. If Fastly introduces new endpoints or changes, the schema must be updated to reflect those changes for correct client generation.

Asked by Anders Lindgren · Nov 3, 2025

Is there any integration support beyond code generation?

The schema’s MCP server feature allows for standardized interactions, enabling other tools or services to validate requests against Fastly’s API structure, but it is primarily focused on client and SDK generation rather than runtime integrations.

Asked by Grzegorz Lewandowski · Nov 4, 2025

Does the schema support automated documentation?

Yes, the schema can be used to create up-to-date API documentation via tools such as ReDoc or Swagger UI, providing developers with a clear view of endpoints, parameters, and response structures for Fastly’s services.

Asked by Ludovic Girard · Aug 18, 2025

How can I use the fastly-openapi-schema to generate client code?

The repository includes the OpenAPI schema for Fastly, which can be fed into tools like OpenAPI Generator or Swagger Codegen to automatically produce client libraries in various programming languages. You simply download the schema from the GitHub repo and run the generator with your preferred language flag.

Asked by Fernando Rojas · Aug 7, 2025

Ask a question

MCP Servers alternatives