Add Currency Tools to an Agent using MCP Reviews

679 reviews

what's the a2a for?

dan j. · Reviewed около 2 месяцев ago

Kamaraj R. · Reviewed около 2 месяцев ago

Kamaraj R. · Reviewed около 2 месяцев ago

The vs code embeded in the window failed to save my file, i had to go "Ctrl+Shift+P" and then "New window"

Cosmin H. · Reviewed около 2 месяцев ago

Anton C. · Reviewed около 2 месяцев ago

update lab with the following server.py step @mcp.tool() def get_crypto_price(currency_pair: str = "BTC-USD") -> dict: """Get the current price of a cryptocurrency pair using the Coinbase v2 API.""" url = f"https://api.coinbase.com/v2/prices/{currency_pair}/spot" # Coinbase recommends a version header to ensure response stability headers = { "CB-VERSION": "2026-03-20" } try: response = httpx.get(url, headers=headers) response.raise_for_status() data = response.json()["data"] # Adding a timestamp helps the agent know how fresh the data is return { "pair": data["base"] + "-" + data["currency"], "price": data["amount"], "retrieved_at": "2026-03-20T22:04:32Z" } except Exception as e: return {"error": str(e)}

Sal G. · Reviewed около 2 месяцев ago

received several errors and spend about 4 credits now. Some errors with permissions, some with no available models.

Sal G. · Reviewed около 2 месяцев ago

Error in the python coed

Michael R. · Reviewed около 2 месяцев ago

Alberto Y. · Reviewed около 2 месяцев ago

SHASHI S. · Reviewed около 2 месяцев ago

Manuel A. · Reviewed около 2 месяцев ago

I was running into permissions errors. I could not complete the lab

Jesus S. · Reviewed около 2 месяцев ago

Everything i should do its writed, i do not have to think

Ivo H. · Reviewed около 2 месяцев ago

Suhas M. · Reviewed около 2 месяцев ago

Jamie C. · Reviewed около 2 месяцев ago

nice

SRIDHAR C. · Reviewed около 2 месяцев ago

Task 2 does not work in the first run

Vuong T. · Reviewed около 2 месяцев ago

Setsabile M. · Reviewed около 2 месяцев ago

Attila Péter L. · Reviewed около 2 месяцев ago

Shiraz T. · Reviewed около 2 месяцев ago

Jorge Raul V. · Reviewed около 2 месяцев ago

Shane T. · Reviewed около 2 месяцев ago

Michael B. · Reviewed около 2 месяцев ago

Shane T. · Reviewed около 2 месяцев ago

Takuto M. · Reviewed около 2 месяцев ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.