Skip to main content
Glama

Controtto

by contre95
helpers.go248 B
package priceProviders import ( "strconv" ) // Helper function to convert a string to a float64. func stringToFloat64(s string) (float64, error) { price, err := strconv.ParseFloat(s, 64) if err != nil { return 0, err } return price, nil }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/contre95/controtto'

If you have feedback or need assistance with the MCP directory API, please join our Discord server