Token导航 LogoToken导航TokenDH.com
MCP Client Using Langgraph logo
AI代理未说明官方级别未说明来源级核验

MCP Client Using Langgraph

MCP Server

一个基于LangGraph和MCP的全栈AI代理系统,能够调用本地和云端工具执行实时股票价格查询、费用跟踪、网络搜索和持久对话记忆等任务。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
PythonAI代理LangGraph

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Zaeem-Hassan

提供方

Zaeem-Hassan

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

-MCP-Client-using-LangGraph

LangGraph MCP Client + FastMCP Cloud Expense Tracker Server + Stock Price Tool

This project is a full-stack AI Agent System built using LangGraph, MCP (Model Context Protocol), and FastMCP Cloud. It shows how an AI agent can call tools — both local and cloud-hosted — to perform real-world tasks like:

  • ✔️ Fetching live stock prices
  • ✔️ Reading/writing from your FastMCP cloud Expense Tracker server
  • ✔️ Running web search
  • ✔️ Maintaining persistent conversation memory

Watch demo here https://youtu.be/MvDsPgjbRu8

Project Highlights

LangGraph MCP Client

A fully asynchronous agent capable of connecting to multiple MCP servers via:

  • MCP over SSE (FastMCP cloud)
  • MCP over stdio (local tools)
  • Automatic tool loading with client.get_tools()

Integrated tools include:

  • GPT-OSS-120B (via Groq)
  • DuckDuckGo Search
  • Stock Price Tool
  • Expense Tracker (FastMCP)

FastMCP Cloud-Hosted Server

Your Expense Tracker server is live at: https://Expense-tracker.fastmcp.app/mcp Exposes tools like:

  • add_expense
  • get_expenses
  • delete_expense
  • get_total
  • etc.

目录标签

目录标签

PythonAI代理LangGraph云端部署MCP协议股票查询费用跟踪

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP