Tinyman Model Context Protocol Implementation
Most developer tooling work still happens through a UI a human drives. Tinyman MCP MCP server moves it into the conversation instead. Tinyman Model Context Protocol Implementation.
This project provides MCP tools and resources for interacting with Tinyman AMM protocol on Algorand blockchain. It consists of two main packages:
The server publishes 9 tools. What each one is for:
tinyman_get_pool — Retrieve detailed information about a specific pooltinyman_get_pool_analytics — Get analytics and statistics for a pooltinyman_get_pool_creation_quote — Generate quote for creating a new pooltinyman_get_swap_quote — Generate quotes for asset swaps with support for:tinyman_get_liquidity_quote — Generate quotes for adding liquiditytinyman_get_remove_liquidity_quote — Generate quotes for removing liquiditytinyman_get_asset_optin_quote — Generate quote for opting into an assettinyman_get_validator_optin_quote — Generate quote for opting into a validatortinyman_get_validator_optout_quote — Generate quote for opting out of a validatorSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: ALGORAND_NETWORK, ALGORAND_ALGOD_API, ALGORAND_ALGOD, ALGORAND_ALGOD_PORT, ALGORAND_TOKEN, ALGORAND_AGENT_WALLET, ITEMS_PER_PAGE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tinyman MCP's toolset — tinyman_get_pool, tinyman_get_pool_analytics, tinyman_get_pool_creation_quote and 6 more — is a fair guide to whether it matches your workflow. It is maintained by GoPlausible; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| tinyman_get_pool | Retrieve detailed information about a specific pool |
| tinyman_get_pool_analytics | Get analytics and statistics for a pool |
| tinyman_get_pool_creation_quote | Generate quote for creating a new pool |
| tinyman_get_swap_quote | Generate quotes for asset swaps with support for: |
| tinyman_get_liquidity_quote | Generate quotes for adding liquidity |
| tinyman_get_remove_liquidity_quote | Generate quotes for removing liquidity |
| tinyman_get_asset_optin_quote | Generate quote for opting into an asset |
| tinyman_get_validator_optin_quote | Generate quote for opting into a validator |
| tinyman_get_validator_optout_quote | Generate quote for opting out of a validator |
| Variable | Description | Required |
|---|---|---|
| ALGORAND_NETWORK | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD_API | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD | Configuration value read at startup. | Optional |
| ALGORAND_ALGOD_PORT | Configuration value read at startup. | Optional |
| ALGORAND_TOKEN | Credential the server authenticates with. | Yes |
| ALGORAND_AGENT_WALLET | Configuration value read at startup. | Optional |
| ITEMS_PER_PAGE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.