Skip to main content
Glama

MPC Tally API Server

organizations.queries.ts1.41 kB
import { gql } from 'graphql-request'; export const LIST_DAOS_QUERY = gql` query Organizations($input: OrganizationsInput!) { organizations(input: $input) { nodes { ... on Organization { id slug name chainIds tokenIds governorIds metadata { description icon socials { website discord twitter } } hasActiveProposals proposalsCount delegatesCount delegatesVotesCount tokenOwnersCount } } pageInfo { firstCursor lastCursor } } } `; export const GET_DAO_QUERY = gql` query GetOrganization($input: OrganizationInput!) { organization(input: $input) { id name slug chainIds tokenIds governorIds proposalsCount tokenOwnersCount delegatesCount delegatesVotesCount hasActiveProposals metadata { description icon socials { website discord twitter } } } } `; export const GET_TOKEN_QUERY = gql` query Token($input: TokenInput!) { token(input: $input) { id type name symbol supply decimals isIndexing isBehind } } `;

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/crazyrabbitLTC/mpc-tally-api-server'

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