# python mcs SDK

py-mcs-sdk is a python software development kit for the MCS service. It provides a convenient interface for working with the MCS API.&#x20;

The SDK has the following functionalities:

* POST    upload file to FilSwan IPFS gateway
* POST    make payment to Swan Filecoin storage gateway
* POST    mint asset as NFT
* GET       list of files uploaded
* GET       files by CID
* GET       storage status from Filecoin

{% embed url="<https://github.com/filswan/python-mcs-sdk>" %}

### Sponsors

This project is sponsored by Filecoin Foundation

[Flink SDK - A data provider offers Chainlink Oracle service for Filecoin Network](https://github.com/filecoin-project/devgrants/issues/463)

[![](https://github.com/filswan/flink/raw/main/filecoin.png)](https://github.com/filswan/flink/blob/main/filecoin.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.filswan.com/multichain.storage/developer-quickstart/sdk/python-mcs-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
