{"name":"io.github.cyanheads/worldbank-mcp-server","slug":"cyanheads-worldbank-mcp-server","title":null,"description":"Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.","url":"https://mcp.market/server/cyanheads-worldbank-mcp-server","rating":null,"grade":"A","score":93,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":42,"stars":3,"forks":0,"downloads_week":1876,"last_push_at":"2026-09-16T13:55:49.000Z","license":"Apache-2.0"},"uptime":null,"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/cyanheads/worldbank-mcp-server","website":null,"version":"0.3.7","remotes":[{"type":"streamable-http","url":"https://worldbank.caseyjhand.com/mcp"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@cyanheads/worldbank-mcp-server","version":"0.3.7","runtimeHint":"bun","transport":{"type":"stdio"},"packageArguments":[{"value":"run","type":"positional"},{"value":"start:stdio","type":"positional"}],"environmentVariables":[{"description":"Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.","format":"string","default":"info","name":"MCP_LOG_LEVEL"},{"description":"World Bank API base URL override.","format":"string","default":"https://api.worldbank.org/v2","name":"WORLDBANK_API_BASE_URL"},{"description":"World Bank Poverty and Inequality Platform (PIP) API base URL override.","format":"string","default":"https://api.worldbank.org/pip/v1","name":"WORLDBANK_PIP_BASE_URL"},{"description":"World Bank Projects API base URL override.","format":"string","default":"https://search.worldbank.org/api/v3","name":"WORLDBANK_PROJECTS_BASE_URL"},{"description":"Default page size for list, search, and data operations.","format":"string","default":"50","name":"WORLDBANK_DEFAULT_PER_PAGE"},{"description":"Lifetime in ms of the in-process reference caches: the indicator catalog behind keyword-only search, the country index behind isAggregate and source-scoped country codes, each source-scoped dataset's concept, country, period, and dimension listings, and the PIP versions listing behind ppp_version. 0 disables caching.","format":"string","default":"3600000","name":"WORLDBANK_CATALOG_CACHE_TTL_MS"}]},{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@cyanheads/worldbank-mcp-server","version":"0.3.7","runtimeHint":"bun","transport":{"type":"streamable-http","url":"http://localhost:3010/mcp"},"packageArguments":[{"value":"run","type":"positional"},{"value":"start:http","type":"positional"}],"environmentVariables":[{"description":"The hostname for the HTTP server.","format":"string","default":"127.0.0.1","name":"MCP_HTTP_HOST"},{"description":"The port to run the HTTP server on.","format":"string","default":"3010","name":"MCP_HTTP_PORT"},{"description":"The endpoint path for the MCP server.","format":"string","default":"/mcp","name":"MCP_HTTP_ENDPOINT_PATH"},{"description":"Authentication mode: 'none', 'jwt', or 'oauth'.","format":"string","default":"none","name":"MCP_AUTH_MODE"},{"description":"Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.","format":"string","default":"info","name":"MCP_LOG_LEVEL"},{"description":"World Bank API base URL override.","format":"string","default":"https://api.worldbank.org/v2","name":"WORLDBANK_API_BASE_URL"},{"description":"World Bank Poverty and Inequality Platform (PIP) API base URL override.","format":"string","default":"https://api.worldbank.org/pip/v1","name":"WORLDBANK_PIP_BASE_URL"},{"description":"World Bank Projects API base URL override.","format":"string","default":"https://search.worldbank.org/api/v3","name":"WORLDBANK_PROJECTS_BASE_URL"},{"description":"Default page size for list, search, and data operations.","format":"string","default":"50","name":"WORLDBANK_DEFAULT_PER_PAGE"},{"description":"Lifetime in ms of the in-process reference caches: the indicator catalog behind keyword-only search, the country index behind isAggregate and source-scoped country codes, each source-scoped dataset's concept, country, period, and dimension listings, and the PIP versions listing behind ppp_version. 0 disables caching.","format":"string","default":"3600000","name":"WORLDBANK_CATALOG_CACHE_TTL_MS"}]}],"tools":[{"name":"worldbank_get_country","description":"Fetch metadata for one country or aggregate entity: ISO codes, region, income level, lending type, capital, and coordinates. Accepts an ISO2 code (US, DE), an ISO3 code (USA, DEU), or a World Bank aggregate code (EAS, HIC, WLD); \"all\" and lists of codes are rejected. Use worldbank_list_countries to browse valid codes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country_code":{"type":"string","pattern":"^[A-Za-z0-9]{2,3}$","description":"One country code. Accepts ISO2 (US), ISO3 (USA), or aggregate code (EAS, HIC, WLD) — not \"all\" or a list of codes. Use worldbank_list_countries to browse valid codes."}},"required":["country_code"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_get_data","description":"Query World Bank indicator values for one or more countries across a time range — the primary data-access tool; find indicator_id values with worldbank_search_indicators. Observations carry a null value where data is not available for a country×year cell, which is common for sparse series. Set either date_range (historical analysis) or mrv (most recent N values), not both. For \"all\" countries, page through the results (per_page up to 1000), since the API returns several hundred entries per indicator. Indicators the standard data endpoint does not serve — WDI Database Archives, PEFA, ICP, GDLD, International Debt Statistics: DSSI, Food Prices for Nutrition — are answered from their own dataset instead; the response then carries sourceScoped, naming that dataset and the release, classification, sector, or counterpart area applied (see dimension_value), because those values can be archived or superseded figures rather than current ones.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"indicator_id":{"type":"string","pattern":"^[A-Za-z0-9._-]+$","description":"One indicator code to query (e.g. NY.GDP.PCAP.CD, SP.POP.TOTL) — not \"all\" or a list of codes. Use worldbank_search_indicators to find valid IDs."},"countries":{"anyOf":[{"type":"string","pattern":"[^\\s;,]","description":"A single country code, a comma- or semicolon-separated list, or \"all\"."},{"minItems":1,"type":"array","items":{"type":"string","description":"A country code."},"description":"An array of country codes."}],"description":"Country codes. Accepts: ISO2 (US, CN), ISO3 (USA, CHN), regional aggregate codes (EAS, LCN, MEA, SAS, SSF, ECS, NAC), income group codes (HIC, UMC, LMC, LIC), world code (WLD), or \"all\" on its own for every entry (use pagination). Pass a single code, an array, or one string separated by commas or semicolons. At least one code is required — an empty value is rejected rather than treated as \"all\"."},"date_range":{"description":"Time window to filter observations to. Accepts a whole year (`2020`), a quarter (`2020Q1`), or a month (`2020M03`), or a range of two periods of the same type separated by a colon, earliest first (`2010:2023`, `2020Q1:2021Q4`, `2020M01:2020M06`); a range running latest first is rejected. A window and an observation match whenever the periods overlap, so a year window also selects the quarters and months inside it. A window covering no part of the series returns zero observations rather than the full series. Mutually exclusive with mrv.","type":"string","pattern":"^\\s*(?:\\d{4}(?::\\d{4})?|\\d{4}[Qq][1-4](?::\\d{4}[Qq][1-4])?|\\d{4}[Mm](?:0[1-9]|1[0-2])(?::\\d{4}[Mm](?:0[1-9]|1[0-2]))?)?\\s*$"},"mrv":{"description":"Return the N most recent periods (1–100) holding a value for any requested country, clamped to the length of the series. Every requested country comes back at those periods, null where it has no value there rather than with its own older values. Rows are mrv × countries, so page through them with per_page. Mutually exclusive with date_range.","type":"integer","minimum":1,"maximum":100},"dimension_value":{"description":"For indicators answered from their own dataset (the response carries sourceScoped), the id of the value of that dataset's extra dimension to query, matched case-insensitively: a WDI Database Archives release (\"202503\"), an ICP or Food Prices for Nutrition classification (\"PPPGlob\", \"FPN 5.0\"), a GDLD sector (\"WHT\"), or an International Debt Statistics counterpart area (\"265\"). Omit it for the default, which sourceScoped.dimension reports: the only value when the dataset has one, \"WLD\" (World) for counterpart areas, the newest WDI Database Archives release holding data for the requested countries and periods (the newest release when none does), or otherwise every value with each row labelled. A value the dataset does not list is rejected with the valid ids, and a value for an indicator the standard data endpoint serves is rejected too.","type":"string"},"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 1000). Use higher values for \"all\" country queries.","type":"integer","minimum":1,"maximum":1000}},"required":["indicator_id","countries"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_get_indicator","description":"Fetch metadata for one World Bank indicator by ID: name, description, unit, source dataset, source organization, and thematic topics. Use worldbank_search_indicators to find the ID when only the concept is known; \"all\" and lists of IDs are rejected.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"indicator_id":{"type":"string","pattern":"^[A-Za-z0-9._-]+$","description":"One indicator code (e.g. NY.GDP.PCAP.CD, SP.POP.TOTL) — not \"all\" or a list of codes. Use worldbank_search_indicators to find valid IDs."}},"required":["indicator_id"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_get_poverty","description":"Query poverty and inequality estimates from the World Bank Poverty and Inequality Platform (PIP) for one or more countries. Returns the poverty headcount ratio, poverty gap, and poverty severity at any poverty line, plus mean and median welfare and population. Use it for inequality and distribution questions too — survey-based rows carry the Gini coefficient, mean log deviation, polarization, and the ten decile income/consumption shares, because PIP returns poverty and inequality in the same row. PIP is a separate dataset from the WDI series worldbank_get_data reads: it measures welfare in PPP dollars per person per day, at a PPP vintage ppp_version selects, and covers individual economies only, so regional and income-group aggregate codes are not accepted. Every row reports how it was produced. estimationType \"survey\" rows carry the full inequality block; \"interpolation\", \"extrapolation\", and \"CMD estimation\" rows are gap-filled estimates for years no survey covers, and their gini, mld, polarization, and decileShares are null — a documented gap in the source data, not an error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"countries":{"anyOf":[{"type":"string","pattern":"[^\\s;,]","description":"A single country code, a comma-separated list, or \"all\"."},{"minItems":1,"type":"array","items":{"type":"string","description":"A country code."},"description":"An array of country codes."}],"description":"Country codes. PIP identifies economies by ISO3 code (IND, USA, BRA); \"all\" returns every economy it covers. Pass a single code, an array, or one string separated by commas or semicolons. Regional, income-group, and world aggregate codes (WLD, SSF, HIC) are not served by this dataset — query the individual economies instead."},"year":{"description":"Reporting year to return. A four-digit year (2022), \"all\" for the full history, or \"MRV\" for the most recent year available. Omitted behaves as \"all\". PIP coverage starts in 1963 and runs to the current year.","type":"string","pattern":"^\\s*(?:\\d{4}|all|MRV)?\\s*$"},"poverty_line":{"description":"Poverty line in PPP dollars per person per day, at the applied PPP vintage — any threshold, not only the published ones. Omitted uses the international poverty line for that vintage, so the applied value is echoed back on every row as povertyLine rather than assumed here. The poverty line does not affect the inequality fields, which describe the whole distribution.","type":"number","minimum":0,"maximum":2700},"welfare_type":{"description":"Restrict results to one welfare measure. Surveys measure either income or consumption and the two are not directly comparable, so a cross-country comparison is safer pinned to one. Omitted returns whichever each economy publishes, and both where an economy publishes both — thirty-five do, and those return two rows per year.","anyOf":[{"type":"string","const":""},{"type":"string","enum":["income","consumption"],"description":"Restrict to surveys measuring income, or to those measuring consumption."}]},"reporting_level":{"description":"Restrict results to one reporting level. Most economies publish a national figure only; ten publish a split and return an extra row per year for it, China with all three levels and the rest pairing national with either urban or rural. Every row states its own reportingLevel.","anyOf":[{"type":"string","const":""},{"type":"string","enum":["national","urban","rural"],"description":"Restrict to the national, urban, or rural estimate."}]},"ppp_version":{"description":"PPP vintage to express every dollar figure in — the poverty line, mean, and median — as a four-digit year (\"2021\", \"2017\"). It must be one of the vintages PIP's current data release is published at; any other value fails with the available vintages named. Omitted uses the newest vintage of that release. The vintage and release applied are echoed as appliedFilters.pppVersion and appliedFilters.releaseVersion.","anyOf":[{"type":"string","const":""},{"type":"string","pattern":"^\\d{4}$","description":"A PPP vintage year."}]},"fill_gaps":{"default":true,"description":"When true (the default), any year the surveys do not cover falls back to PIP's own estimate for it instead of being left out — so a single-year query still answers, and a full-history query returns a row per year rather than only the survey years. Those fallback rows carry no inequality data. Set false to return survey-derived rows only, accepting an empty result for years no survey covers.","type":"boolean"},"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 1000). \"all\" countries across \"all\" years runs to several thousand rows. One page holds at most 70 estimates, which keeps a response within about 50 KB; a larger value, the server default included, is reduced to that cap, disclosed in notice, and echoed as appliedFilters.perPage, and totalPages is counted at the reduced size.","type":"integer","minimum":1,"maximum":1000}},"required":["countries"],"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_list_countries","description":"List countries and regional aggregates with metadata: ISO codes, region, income level, capital, and coordinates. Filter by region code (e.g. EAS, SSF, NAC) and income level (LIC, LMC, UMC, HIC). Aggregate entries are excluded by default, leaving individual countries only; set include_aggregates=true to also return region, income group, and world aggregate entities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region":{"description":"Filter by World Bank region code. Valid codes: EAS (East Asia & Pacific), ECS (Europe & Central Asia), LCN (Latin America & Caribbean), MEA (Middle East & North Africa), NAC (North America), SAS (South Asia), SSF (Sub-Saharan Africa).","type":"string"},"income_level":{"description":"Filter by income group code: LIC (Low income), LMC (Lower middle income), UMC (Upper middle income), HIC (High income).","type":"string"},"include_aggregates":{"default":false,"description":"When true, includes regional, income-group, and world aggregate entries alongside individual countries. Default false (individual countries only).","type":"boolean"},"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 300).","type":"integer","minimum":1,"maximum":300}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_list_sources","description":"List the 70+ World Bank data sources (datasets), such as World Development Indicators, International Debt Statistics, and Doing Business. Returns source IDs and names for use as source_id in worldbank_search_indicators, one page at a time.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 100).","type":"integer","minimum":1,"maximum":100}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_list_topics","description":"List all 21 World Bank thematic topics (Economy & Growth, Health, Education, and others) with descriptions. Use it to browse the indicator space by theme or to find a topic_id for worldbank_search_indicators.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_search_indicators","description":"Search the 29,500+ World Bank indicator catalog by keyword, topic, or source, returning indicator IDs and metadata for worldbank_get_data. Provide at least one of query, topic_id, or source_id; a topic and a source together narrow to indicators in both. A keyword query matches every term against indicator ID, name, and description, in any word order, across the whole catalog or the whole selected topic or source; punctuation is ignored, so the query needs at least one letter or digit. Exact ID or name matches rank first, then whole-phrase matches, then other ID/name matches, then description-only matches. Each indicator ID appears once, even where the catalog publishes it under two sources. Find topic IDs with worldbank_list_topics and source IDs with worldbank_list_sources.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Keyword search terms — an indicator name, ID, or any words from either (e.g. \"GDP per capita\", \"NY.GDP.MKTP.CD\", \"CO2 emissions\"). Every term must match; punctuation is ignored, so the query needs at least one letter or digit. At least one of query, topic_id, or source_id must be provided.","type":"string"},"topic_id":{"description":"Filter by topic ID (e.g. \"1\" for Agriculture, \"3\" for Economy & Growth). Use worldbank_list_topics to browse valid IDs.","type":"string","pattern":"^\\s*\\d*\\s*$"},"source_id":{"description":"Filter by data source ID (e.g. \"2\" for World Development Indicators). Use worldbank_list_sources to browse valid IDs.","type":"string","pattern":"^\\s*\\d*\\s*$"},"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 100).","type":"integer","minimum":1,"maximum":100}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}},{"name":"worldbank_search_projects","description":"Search the World Bank lending portfolio — the individual loans, credits, and grants the Bank finances — by free text, country, region, status, and board approval date. Returns the project ID, name, borrowing country, region, status, board approval and closing dates, total commitment in USD, financing instrument, major sectors, and a link to the project page. This is the operations catalogue, not the statistics catalogue: use it for \"what is the World Bank funding in Kenya\", \"which climate adaptation projects are active\", or \"how much was committed to education in South Asia since 2020\". For development statistics and time series, use worldbank_search_indicators and worldbank_get_data instead. Countries are identified by ISO2 code here (BR, IN, ZA), which is the one place this server departs from the ISO3 codes its other tools take — worldbank_get_country reports a country's iso2 field for either form, and multi-country operations carry a World Bank regional code such as 3A instead. Every filter is an exact match upstream and combines with the others by AND, so a narrow search can legitimately return nothing; when it does, the response says whether the country codes matched anything on their own.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text search across project names, abstracts, and objectives. Every word must appear, so extra words narrow the result. Omit to browse the portfolio by filter alone, newest board approvals first.","type":"string"},"countries":{"description":"Borrowing countries, by the two-character code this API keys on: ISO2 for an economy (BR), or a World Bank regional code for a multi-country operation (3A for Africa, 4E for East Asia and Pacific). Several codes are combined as OR — a project matching any of them is returned. Omit for every country.","anyOf":[{"type":"string","description":"A single two-character code, or a comma- or semicolon-separated list of them."},{"type":"array","items":{"type":"string","description":"A two-character country code."},"description":"An array of two-character codes."}]},"status":{"description":"Lifecycle stages to include, combined as OR. \"Active\" is under implementation, \"Pipeline\" is approved but not yet effective, \"Closed\" has finished disbursing, and \"Dropped\" was abandoned before approval. Most of the portfolio is closed, so omitting this returns mostly historical operations.","type":"array","items":{"type":"string","enum":["Active","Closed","Dropped","Pipeline"]}},"region":{"description":"World Bank operational regions to include, combined as OR. These are the lending regions the portfolio is organized by, not the WDI aggregate codes worldbank_get_data accepts.","type":"array","items":{"type":"string","enum":["East Asia and Pacific","Europe and Central Asia","Latin America and Caribbean","Middle East, North Africa, Afghanistan, and Pakistan","South Asia","Eastern and Southern Africa","Western and Central Africa","Africa","Other"]}},"approved_from":{"description":"Earliest board approval date, as YYYY-MM-DD and inclusive. It must be a real calendar day (2024-02-29, not 2023-02-29) and, when approved_to is also set, on or before it. Board approval is the date the Bank committed to the operation; pipeline projects carry a scheduled date in the future.","anyOf":[{"type":"string","const":""},{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"Earliest board approval date to include."}]},"approved_to":{"description":"Latest board approval date, as YYYY-MM-DD and inclusive. It must be a real calendar day.","anyOf":[{"type":"string","const":""},{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"Latest board approval date to include."}]},"include_abstract":{"default":false,"description":"Include each project's abstract. Abstracts run long — a median of roughly 1,200 characters, up to 8,000 — so a page carrying them holds at most 8 projects rather than 80, with every abstract returned whole; leave this off while narrowing a search and turn it on once the result set is small enough to read. Projects that publish no abstract report null either way, which appliedFilters.includeAbstract distinguishes.","type":"boolean"},"page":{"default":1,"description":"Pagination page number (1-based).","type":"integer","minimum":1,"maximum":9007199254740991},"per_page":{"description":"Results per page (default: server default, max: 1000). One page holds at most 80 projects, or 8 with include_abstract, which keeps a response within about 50 KB; a larger value, the server default included, is reduced to that cap, disclosed in notice, and echoed as appliedFilters.perPage, and totalPages is counted at the reduced size.","type":"integer","minimum":1,"maximum":1000}},"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false}}],"scan":{"score":93,"grade":"A","scanned_at":"2026-09-19T09:59:16.075Z","report":{"scannerVersion":"0.1.3","scannedAt":"2026-09-19T09:59:16.041Z","components":{"code":{"score":25,"max":25,"notes":["50 source files scanned","50 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1002ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 3 days ago"]},"identity":{"score":8,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://worldbank.caseyjhand.com/mcp","reachable":true,"authRequired":false,"latencyMs":1002,"serverInfo":{"name":"worldbank-mcp-server","version":"0.3.7"}}],"packages":[{"registryType":"npm","identifier":"@cyanheads/worldbank-mcp-server","version":"0.3.7","found":true,"license":"Apache-2.0","hasInstallScripts":false,"dependencyCount":3,"publishedAt":"2026-09-16T13:55:59.021Z","repositoryUrl":"git+https://github.com/cyanheads/worldbank-mcp-server.git","weeklyDownloads":938},{"registryType":"npm","identifier":"@cyanheads/worldbank-mcp-server","version":"0.3.7","found":true,"license":"Apache-2.0","hasInstallScripts":false,"dependencyCount":3,"publishedAt":"2026-09-16T13:55:59.021Z","repositoryUrl":"git+https://github.com/cyanheads/worldbank-mcp-server.git","weeklyDownloads":938}],"repo":{"found":true,"owner":"cyanheads","repo":"worldbank-mcp-server","archived":false,"pushedAt":"2026-09-16T13:55:49Z","stars":3,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/10339515?v=4","ownerCreatedAt":"2014-12-29T13:01:12Z","license":"Apache-2.0"},"icon":{"url":"https://avatars.githubusercontent.com/u/10339515?v=4&s=128","source":"github"},"presence":{"stars":3,"forks":0,"downloadsWeek":1876,"license":"Apache-2.0","lastPushAt":"2026-09-16T13:55:49.000Z","score":42}}}},"grade_history":[],"reviews":[]}