We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kai-builder/stacksagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
my.clar•413 B
;; my-contract
;; Generated by StacksAgent MCP
;; Constants
(define-constant contract-owner tx-sender)
(define-constant err-owner-only (err u100))
;; Data variables
;; Add your data variables here
;; Data maps
;; Add your data maps here
;; Public functions
;; Add your public functions here
;; Read-only functions
;; Add your read-only functions here
;; Private functions
;; Add your private functions here