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.