# Politigraph > Politigraph is a public GraphQL API of Thai political open data - politicians, political parties, parliamentary positions, votes and bills - stored as a graph and maintained by WeVis. - Query the API by sending a POST request to https://politigraph.wevis.info/graphql, or explore it interactively in the playground at the same URL. - MCP-capable agents can connect to https://politigraph.wevis.info/mcp instead, an anonymous read-only Streamable HTTP endpoint with tools to read the schema and run queries. - If you cannot run the query yourself, hand the user a link to https://politigraph.wevis.info/playground?query=URL_ENCODED_GRAPHQL&variables=URL_ENCODED_JSON instead. It opens the playground with that operation and its variables filled in, ready to run. - Every page below is also available as plain markdown by appending `.md` to its URL. - These files are generated from the English documentation. The Thai originals are served at the same paths without the `/en` prefix. ## Getting Started - [Introduction](https://politigraph.wevis.info/en/getting-started.md) - [Usage](https://politigraph.wevis.info/en/getting-started/usage.md) ## Schema - [Overview](https://politigraph.wevis.info/en/schema.md) - [Organization](https://politigraph.wevis.info/en/schema/organization.md) - [Membership](https://politigraph.wevis.info/en/schema/membership.md) - [Voting](https://politigraph.wevis.info/en/schema/vote-event.md) - [Bill](https://politigraph.wevis.info/en/schema/bill.md) ## Reference - [Complete GraphQL schema](https://politigraph.wevis.info/schema.graphql): full SDL of every node type, property and relationship. Read it before writing queries. ## Optional - [All documentation in one file](https://politigraph.wevis.info/llms-full.txt): every page above plus the schema, for one-shot context - [Explore](https://politigraph.wevis.info/en/explore): interactive graph browser for humans - [Source code](https://github.com/wevisdemo/politigraph): report data errors or issues here