Skip to main content
Glama

Server Details

Synthetix - 22 tools for data, metrics, and on-chain analytics

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/synthetix-mcp
GitHub Stars
0
Server Listing
Synthetix MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 22 tool updates
    • First observedacceptOwnership
    • First observedallowance
    • First observedApproval
    • First observedapprove
    • First observedbalanceOf
    • First observeddecimals
    • First observedname
    • First observednominatedOwner
    • First observednominateNewOwner
    • First observedowner
    • First observedOwnerChanged
    • First observedOwnerNominated
    • First observedsetTarget
    • First observedsetUseDELEGATECALL
    • First observedsymbol
    • First observedtarget
    • First observedTargetUpdated
    • First observedtotalSupply
    • First observedtransfer
    • First observedTransfer
    • First observedtransferFrom
    • First observeduseDELEGATECALL

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides tools for querying onchain data across 12+ blockchain networks, including token balances, transaction analysis, and smart contract security auditing. It enables users to interact with multiple EVM-compatible chains and perform deep contract evaluations through natural language interfaces.
    1
    -
  • A
    license
    A
    quality
    B
    maintenance
    Rug pull risk scores and on-chain forensics for memecoins on Solana, Ethereum, Base and Robinhood Chain - launch-bundle detection, funding-origin tracing, deployer history, insider networks and whale flow. 15 read-only tools.
    23
    15
    0
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity. Read functions (e.g., balanceOf, decimals) are separate from write functions (e.g., approve, transfer) and events (e.g., Approval, Transfer), each targeting specific contract methods or events. Overlap is minimal, as tools correspond directly to unique contract functionalities.

Naming Consistency4/5

Mostly consistent with minor deviations. The majority of tools use camelCase (e.g., acceptOwnership, balanceOf) matching common smart contract naming conventions. However, events like OwnerChanged and TargetUpdated use PascalCase, creating a slight inconsistency. Overall, the naming is readable and follows predictable patterns for the domain.

Tool Count3/5

Borderline, as 22 tools feel heavy for a single contract interface but are reasonable given the comprehensive coverage of ERC-20-like functions, ownership management, and proxy features. It includes many read-only calls and events, which might be excessive for typical agent use but aligns with exposing full contract capabilities.

Completeness5/5

Complete coverage for the domain of a Synthetix-like contract, including ERC-20 functions (balanceOf, transfer, approve), ownership management (owner, nominateNewOwner), proxy features (target, setTarget), and events. No obvious gaps exist; agents can perform full CRUD/lifecycle operations and monitor state changes without dead ends.