Skip to main content
Glama

BinanceMCPServer

by AnalyticAce
mkdocs.yml3.87 kB
site_name: Binance MCP Server - Documentation site_url: https://analyticace.github.io/binance-mcp-server site_description: >- Unofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents. site_author: DOSSEH Shalom repo_name: AnalyticAce/binance-mcp-server repo_url: https://github.com/AnalyticAce/binance-mcp-server theme: name: material features: - announce.dismiss - content.code.annotate - content.code.copy - content.tooltips - navigation.footer - navigation.indexes - navigation.sections - navigation.tabs - navigation.top - navigation.tracking - search.highlight - search.share - search.suggest - toc.follow palette: - media: "(prefers-color-scheme)" toggle: icon: material/link name: Switch to light mode - media: "(prefers-color-scheme: light)" scheme: default primary: custom accent: custom toggle: icon: material/toggle-switch name: Switch to dark mode - media: "(prefers-color-scheme: dark)" scheme: slate primary: black accent: custom toggle: icon: material/toggle-switch-off name: Switch to system preference # logo: assets/image/logo.png # favicon: assets/image/favicon.ico icon: repo: fontawesome/brands/github font: text: Roboto code: Roboto Mono extra: social: - icon: fontawesome/brands/github link: https://github.com/AnalyticAce - icon: fontawesome/brands/linkedin link: https://www.linkedin.com/in/shalom-dosseh-4a484a262/ analytics: provider: google property: G-8WHJ2N4SHC feedback: title: Was this page helpful? ratings: - icon: material/emoticon-happy-outline name: This page was helpful data: 1 note: >- Thanks for your feedback! - icon: material/emoticon-sad-outline name: This page could be improved data: 0 note: >- Thanks for your feedback! extra_css: - stylesheets/extra.css markdown_extensions: - pymdownx.superfences - pymdownx.highlight: anchor_linenums: true - pymdownx.inlinehilite - pymdownx.snippets - admonition - pymdownx.arithmatex: generic: true - footnotes - pymdownx.details - pymdownx.mark - attr_list - pymdownx.highlight - def_list - toc: permalink: True - markdown.extensions.md_in_html - pymdownx.snippets: check_paths: true - pymdownx.blocks.admonition: types: - new - settings - note - abstract - info - tip - success - question - warning - failure - danger - bug - example - quote - pymdownx.blocks.details - pymdownx.blocks.html - pymdownx.blocks.definition - pymdownx.blocks.tab - pymdownx.tabbed: alternate_style: true - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.tabbed: alternate_style: true combine_header_slug: true slugify: !!python/object/apply:pymdownx.slugs.slugify kwds: case: lower - pymdownx.tasklist: custom_checkbox: true - pymdownx.tilde nav: - Home: index.md - Architecture: architecture.md - Setup Guide: setup.md - API Reference: api-reference.md - Configuration: configuration.md - Examples: examples.md - Development: development.md - MCP Tools: suggested_mcp_tools.md - Contributing: contributing.md

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/AnalyticAce/BinanceMCPServer'

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