---
title: License
description: AGPL-3.0 License information
icon: 'scale-balanced'
---
# License
FRED MCP Server is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
## AGPL-3.0 License
This is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
### Key Terms
<AccordionGroup>
<Accordion title="Freedom to Use">
You can use this software for any purpose, including commercial use.
</Accordion>
<Accordion title="Freedom to Study">
You can study how the program works and modify it.
</Accordion>
<Accordion title="Freedom to Distribute">
You can redistribute copies to help others.
</Accordion>
<Accordion title="Freedom to Improve">
You can distribute modified versions.
</Accordion>
<Accordion title="Network Use Requirement">
If you run modified software as a network service, you must make your source code available to users.
</Accordion>
</AccordionGroup>
### No Warranty
This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
## Full License Text
The complete license text is available at:
- [GNU.org](https://www.gnu.org/licenses/agpl-3.0.en.html)
- [GitHub Repository](https://github.com/stefanoamorelli/fred-mcp-server/blob/main/LICENSE)
## Third-Party Licenses
This project uses:
- **@modelcontextprotocol/sdk**: MIT License
- **zod**: MIT License
See package.json for complete dependency list.
## FRED Data License
Note: FRED data has separate terms of use from the St. Louis Federal Reserve. See [FRED Terms](https://fred.stlouisfed.org/docs/api/terms_of_use.html).
## Questions?
For licensing questions, contact: stefano@amorelli.tech
## Next Steps
<CardGroup cols={2}>
<Card title="Contributing" icon="code-pull-request" href="/community/contributing">
Contribute to the project
</Card>
<Card title="GitHub" icon="github" href="https://github.com/stefanoamorelli/fred-mcp-server">
View source code
</Card>
</CardGroup>